
.scrollable {
	position:relative;
	overflow:hidden;
	width: 879px;
	height:200px;
}


.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:879px;
	overflow:hidden;
	height:200px;
	margin-left:30px;
}

.item div{
	overflow:hidden;
	width:120px;
	}


.scrollable .item {
	float:left;
	width:120px;
	height:200px;
	text-align:center;
	font-size:11px;
	color:#333333;
	line-height:20px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	vertical-align: bottom;
}

.scrollable .item img.repro {
	border:1px solid #ccc;
	
}

.scrollable .item .prix {
	font-size:12px;
	font-weight:bold;
	color:#d4021d;
}

.scrollable .item .prix.actus {
	color:#d4021d;
	background:none;
}

.scrollable .item .prix.agenda {
	color:#e05115;
	background:none;
}

.scrollable .item .prix.culture {
	color:#d49d00;
	background:none;
}

.scrollable .item .prix.sante {
	color:#7baa20;
	background:none;
}

.scrollable .item .prix.videos {
	color:#0076bd;
	background:none;
}


.scrollable .item .prix.depeches {
	color:#d4021d;
	background:none;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

