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

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

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

div.sih a.more:hover {
	background: url(../images/hmore.gif) 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:#000;
   line-height:13px;
   margin:0 0 5px 0;
   padding:0;
}

div.sih img {
   width:200px;
   height:200px;
   margin:0;
   padding:0;
}

/*scrollable item content*/

div.sic {
   width:190px;
   margin:7px 15px 0 0;
   padding:0;
   height:60px;
   display:block;
   overflow:hidden;
}

