/* Container DIV - automatically generated */

/* Clip DIV - automatically generated */
.simply-scroll-clip 	{ overflow: hidden;	z-index: 2; }

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list 		{ z-index: 1;	overflow: hidden;	margin: 0;	padding: 0;	list-style: none;}
.simply-scroll-list li 		{ padding: 0;	margin: 0;	list-style: none;}
.simply-scroll-list li img 	{ border: none;	display: block;}

/* Master button styles - note that left and right 
versions are included although they are not used in this example */

.simply-scroll-btn 					{ background: url("/imgs/regionales2010/boutons-sprite.jpg"); float:left; height:16px; width:16px;	 z-index:3;	cursor: pointer;}
.simply-scroll-btn-left 			{ background-position: 2px 0; }
.simply-scroll-btn-left.disabled 	{ background-position: 0 0 !important; }
.simply-scroll-btn-left:hover 		{ background-position: 0 -88px; }
	
.simply-scroll-btn-right 			{ background-position: 0 0 }
.simply-scroll-btn-right.disabled 	{ background-position: 0 0; }
.simply-scroll-btn-right:hover 		{ background-position: 0 0; }

.simply-scroll-btn-up 				{ background-position: -14px 0; margin-top:2px}
.simply-scroll-btn-up.disabled 		{ background-position: -14px 0 !important;}
.simply-scroll-btn-up:hover 		{ background-position: -66px 0;}
	
.simply-scroll-btn-down 			{ background-position: 2px 0; margin-left:125px; margin-top:2px }
.simply-scroll-btn-down.disabled 	{ background-position: 2px 0 !important;}
.simply-scroll-btn-down:hover 		{ background-position: -50px 0;}

/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */

/* Container DIV */
.vert 							{ width: 296px; /* wider than clip for custom button pos. */
	height: 172px; padding:5px 10px 5px; }

/* Clip DIV */
.vert .simply-scroll-clip 		{ width: 296px;	height: 150px;}

/* Explicitly set height/width of each list item */
.vert .simply-scroll-list li 	{ }

/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up 	{ background-position: -14px 0 !important; }

.vert .simply-scroll-btn-down 	{  }

* html .vert .simply-scroll-btn-down 	{ margin-left:67px !important; }