@charset "utf-8";

/* CSS Document */



div.scrollable {  

	position:relative;

	overflow:hidden;

	width: 696px;	 

	height: 153px;	

}

 

/* 

	root element for scrollable items. It is 

	absolutely positioned with large width. 

*/

#thumbs {	

	position:absolute;

	width:20000em;	

	clear:both;

}

 

/* custom positioning for navigational links */

a.prev, a.next {

	margin-top:118px;	

}

 

 

 

/* single item */

#thumbs div {

	float:left;

	width:232px;

	height:153px;

	background-image:url(../images/home_product_back.jpg);

	color:#fff;

	cursor:pointer;

}

 

/* style when mouse is over the item */

#thumbs div.hover {

	background-color:#444;	

}

 

/* style when element is active (clicked) */

#thumbs div.active {

	background-color:#066;

	cursor:default;

}

 

#thumbs p, #thumbs span {
	margin:13px;
	padding-right: 10px;
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	vertical-align: text-top;
	text-align: left;

}

 #thumbs h3 {
	margin:10px;
	padding-right: 10px;
	line-height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	vertical-align: text-top;
	text-align: center;
 }

#thumbs h3 em {

	font-style:normal;

	color:black;

}

