
/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:840px; 
	margin-top:9px;
	margin-bottom:9px;
	background:#ffffff; 
	display:block; 
	position:relative;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:16px; 
	height:45px; 
	bottom:0px; 
	right:0px; 
	background:url(../concessionnaire-scooter/scooter-moto-fd.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url(../concessionnaire-scooter/scooter-moto-fg.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:831px ; /* set a display width to make the slider look good in case js is disabled */
	margin-left:16px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 10px 0px; 
	font-size:11px; 
	width:81px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a {padding:0px; margin:0px 0px 0px; clear:both; display:block; background:#ffffff; padding:0px; padding:0px }
#SlideItMoo_items a img{ border:none; }