/* Slideshow
----------------------------------------------------------------*/
#slides {position:absolute; z-index:100; top:0px; left:0px;}

/* Slides container - Important: Set the width of your slides container - Set to display none, prevents content flash */

.slides_container {width:960px; height:420px; overflow:hidden; position:relative; display:none;}

.slides_container img {display:block;}

/* Slides that link - Each slide - Important:
Set the width of your slides - If height not specified height will be set by the slide content - Set to display block 

.slides_container a {width:860px; height:250px; display:block;} 

.slides_container a img {display:block;} */


/* Next/prev buttons
------------------------------------------------------------- */
#slides .prev {position:absolute; top:146px; left:0px; width:33px; height:52px; display:block; z-index:101;}

#slides .next {position:absolute; top:146px; left:927px; width:33px; height:52px; display:block; z-index:101;}




/* Pagination
--------------------------------------*/

.pagination {margin:0 auto; width:100px; z-index:120;}

.pagination li {list-style:none; float:left; margin:0 1px;}

.pagination li a {background-image:url(../images/pagination.png); background-position:0 0;
	display:block; width:12px; height:2px; padding-top:10px; float:left; overflow:hidden;}

.pagination li.current a {background-position:0 -12px;}
