div.scrollable .items {
/* this cannot be too large */
	width:10000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

div.sih {
   float:left;
   padding:0;
   margin: 10px 10px 0 10px;
   width:880px;
   height:345px;
   cursor:pointer;
   position:relative;
}

div.sih a.more {
   display:block;
   text-indent:-9999px;
   height:60px;
   width:204px;
   float:left;
   background: url(images/ssia.png) no-repeat transparent center;
   margin: 40px 13px 0 20px;
   cursor:pointer;
}

div.sih a.more:hover {
   background: url(images/ssiah.png) no-repeat transparent center;
}

div.sih p {
   font-size:12px;
   line-height:18px;
   margin:3px 0 0 0;
   padding:0;
   color:#fff;
}

div.sih h3, div.sih h3 a {
   font-size:26px;
   color:#fff;
   line-height:13px;
   margin:0 0 20px 0;
   padding:0;
   line-height:36px;
}

div.sih img {
   padding:2px 2px 45px 2px;
   width:450px;
   height:300px;
   background: url(images/ssibg.png) no-repeat transparent center;
   float:left;
}

.cloned a.more {
   text-indent:-9999px;
   font-size:0;
}

/*scrollable item content*/

div.sic {
   width:396px;
   margin:2px 10px 0 20px;
   padding:0;
   max-height:220px;
   display:block;
   overflow:hidden;
   float:right;
}
