div.scrollable .items {
/* this cannot be too large */
	width:2000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

div.sih {
   float:left;
   padding:2px 2px 0 2px;
   margin: 0 10px;
   width:201px;
   height:361px;
   cursor:pointer;
   background: url(../images/sibg.png) no-repeat transparent center;
   position:relative;
}

div.sih a.more {
   display:block;
   text-indent:-9999px;
   height:19px;
   width:45px;
   float:right;
   background: url(../images/hw-more-h.png) no-repeat transparent center;
   margin: 0 13px 0 0;
   position:absolute;
   bottom:55px;
   right:10px;
   cursor:pointer;
}

div.sih a.more:hover {
   background: url(../images/comore.png) no-repeat transparent center;
}

div.sih p {
   font-size:10px;
   line-height:13px;
   margin:3px 0 0 0;
   padding:0;
   color:#7d7d7d;
}

div.sih h3, div.sih h3 a {
   font-size:10px;
   color:#fff;
   line-height:13px;
   margin:0;
   padding:0;
}

div.sih img {
   width:201px;
   height:201px;
}

/*scrollable item content*/

div.sic {
   width:179px;
   margin:11px 15px 0 11px;
   padding:0;
   height:56px;
   display:block;
   overflow:hidden;
}