/*---------------------------------------------------------------------------------------------------------------*/
/* scrollable images home page */
#les_photos, #les_photos2{
	
	height:88px; width:330px;
	margin:0 5px; padding:5px;
	float:left;
	position :relative;
	
}

	.scrollable { 
		float: left;
		width: 250px; height: 100px;
		margin: 0 40px;
	    position:relative; 
		overflow:hidden;
		}
	.scrollable .items { position:absolute; width:2000em; background-color:transparent;}
	
	#gallery {clear: both;}
	
	.scrollable div.items div,
	.photo img  {float:left;}
	
	.photo img {
		/*height: 78px;*/
		border: 4px #EEE9D8 solid!important;
		margin: 0 0px 0 0;
		}
	a.prev, a.next {
		position: absolute;
		display: block;
		cursor:pointer;
		text-indent: 100em;
		width: 45px; height: 86px;
		}
	a.prev {
		left:0;
		text-indent: -100em;
		background: transparent url(/extension/feteduvelo/design/common/images/precedent_scrollable.png) no-repeat 0 0;}
	a.next {	
		right:0;
		text-indent: 100em;
		background: transparent url(/extension/feteduvelo/design/common/images/next_scrollable.png) no-repeat 0 0;}

	a.prev.disabled {
		background: transparent url(/extension/feteduvelo/design/common/images/precedent_scrollable-off.png) no-repeat 0 0;}

	a.next.disabled {	
		right:0;
		text-indent: 100em;
		background: transparent url(/extension/feteduvelo/design/common/images/next_scrollable-off.png) no-repeat 0 0;}
