div.scrollable {
	position:relative;
	overflow:hidden;	 	
	height: 300px;
	padding:0px;	
}
div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	}
.item {
	float:left;
	height: 300px;
	width:151px;
	overflow:hidden;
	margin:0 14px 0 0;	
}
.itemP {
	height: 116px;
	width:151px;
	background:url(images/bg-item.png);
	display:block;
	cursor:pointer;
}
.itemP img{
	margin:3px;
}
.itemL {
	height: 72px;
	width:151px;
	background:url(images/bg-item-l.png);
	display:block;
	cursor:pointer;
	overflow:hidden;
}
.itemL img{
	margin:3px;
	border:0;
}
.itemdesc{
	position:relative;
	top:5px;
	width:151px;
	line-height:normal;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:7pt;
	height:10px;
}
.linkdesc{
	position:relative;
	top:5px;
	width:151px;
	line-height:normal;
	margin-bottom:23px;
	font-size:7pt;
}
/*--------------------------------------------------------------------------------------------------------NAVIG---------------------------------------------------*/
a.prev, a.next, a.prevPage, a.nextPage {
	margin: 0px;
	display:block;
	width:38px;
	height:30px;
	background:url(images/left.png) no-repeat;
	cursor:pointer;
	font-size:1px;
	float: left;
	position: relative;
	top: 10px;
	left:0px;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -30px;		
}
 a.disabled {
	visibility:hidden !important;
}
a.next, a.nextPage {
	margin: 0px;
	background-image:url(images/right.png);
	left:560px;
}
