div#news
{
width: 630px;	 
	height:424px;
	background:url(images/bg_news.jpg) no-repeat left top ;
}
div#news h1
{
color : #fff ;
font-size : 16px ;
margin : 0 ;
padding : 5px 10px ;
}

div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 543px;	 
	height:360px;

}

#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	
}

a.prev, a.next {
	margin-top:170px;	
}


#thumbs div {
	float:left;
	width:160px;
	_height:360px;
	margin : 0 32px 0 0;
}

#thumbs div span{
	display : block ;
	width:160px;
	height:108px;
	margin : 0 0 8px 0;
	padding : 10px 0 0 0;
	background : url(images/bg_prod.png) no-repeat left top !important;
	background : url(images/bg_promo_product.gif) no-repeat left top ;
	text-align : center;
	
}

#thumbs div span img{
	display : block ;
	margin : 0 auto 3px auto;
	padding : 0 ;
	
}


#thumbs p, #thumbs span, #thumbs span a{
	
	font-size:10px;
	color:#fff!important;	
	color : DimGray ;
	line-height : 10px ;
}

#thumbs span a:hover
{
text-decoration : underline ;
}

div.scrollable {
	float:left;		
}


a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:30px;
	height:30px;
	background:url(images/left.png) no-repeat !important;
	background:url(images/left.gif) no-repeat ;
	float:left;
	margin:169px 5px 0px 5px;
	cursor:pointer;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -31px;		
}


a.disabled {
	visibility:hidden !important;		
}


a.next, a.nextPage {
	background-image:url(images/right.png)!important;
	background-image:url(images/right.gif);
	clear:right;	
}


div.navi {
	margin-left:280px;
	width:200px;
	height:20px;
	_display : none ;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}


div.navi a:hover {
	background-position:0 -8px;      
}


div.navi a.active {
	background-position:0 -16px;     
} 	

