
/*
	Slideshow style
*/

#slides {position:absolute;z-index:100;}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/



/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#banner{position:relative;}
#banner .slides_container {width:1000px;display:none;}		
#banner .slides_container div {width:1000px;height:500px;display:block;}
#banner .slide {width:1000px;height:500px;display:block;}

/*
	Next/prev buttons
*/
#banner .next,#banner .prev {position:absolute;bottom:0; left:0;width:50px;height:50px;display:block;z-index:50;}
#banner .next {left:950px;}

#banner .next{background:url(../images/btn-next-slide.png); width:50px; height:50px; display:block;}
#banner .prev{background:url(../images/btn-prev-slide.png); width:50px; height:50px; display:block;}
#banner .next:hover, #banner .prev:hover{background-position:0 -50px;}



#products-side .slides_container {width:300px;display:none;}		
#products-side .slides_container ul {width:300px;height:330px;display:block;}
#products-side .slide {width:300px;height:330px;display:block;}



#products-tab .slides_container {width:544px;display:none;}		
#products-tab .slides_container ul {width:544px;height:26px;display:block;}
#products-tab .slide {width:544px;height:26px;display:block;}

#products-tab .next,#products-tab .prev {position:absolute; top:5px; right:-30px;width:50px;height:50px;display:block;z-index:50;}
#products-tab .next {left:581px;}

#products-tab .next{background:url(../images/tab-next.png); width:19px; height:19px; display:block;}
#products-tab .prev{background:url(../images/tab-prev.png); width:19px; height:19px; display:block;}
#products-tab .next:hover, #products-tab .prev:hover{background-position:0 -19px;}



/*
	Pagination
*/

.pagination {margin:26px auto 0;width:100px;}
.pagination li {float:left;margin:0 1px;list-style:none;}
.pagination li a {display:block;width:12px;height:0;padding-top:12px;background-image:url(../images/pagination.png);background-position:0 0;float:left;overflow:hidden;}
.pagination li.current a {background-position:0 -12px;}


