/*
IMPORTANT
SET CONTAINER WIDTH AND SLIDER HEIGHT AND WIDTH
*/
	/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/*	---------- large banner slider (homepage) -----------	*/
#bannerContainer {	
	width:956px;
	overflow:hidden;
	}	
#header{
	height:80px;
	line-height:80px;
	background:#5DC9E1;
	color:#fff;
	}				
#content{
	position:relative;
	}			
/* Easy Slider */
#slider, #slider2 {
	height:280px;
	width:960px;
	}
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
	width:960px;
	height:280px;
	overflow:hidden; 
	}	
/* numeric controls */	
#bannerContainer ol#controls{
	position:relative;
	z-index:3000;
	height:22px;	
	width:35%;
	margin:0 auto;
	top:-30px;
	left:100px;
	}
#bannerContainer ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	width: 22px;
	line-height:15px;
	margin-right:15px;
	}
#bannerContainer ol#controls li a{
	display: block;
	float:left;
	width: 20px;
	height:22px;
	text-decoration:none;
	background: url(pics/icon_banner_dot.png) center center no-repeat;
	margin-right:20px;
	}
#bannerContainer ol#controls li a span {
	display: none;
	float:left;
	text-decoration:none;
	}
#bannerContainer ol#controls li.current a{
	background: url(pics/icon_banner_dot_on.png) 0 0 no-repeat;
	}
#bannerContainer #prevBtn, #bannerContainer #nextBtn , #bannerContainer #prevBtn a, #bannerContainer #nextBtn a{
	display: none;
}
	
/*	---------- carosel sliders  -----------	*/
#specialProductContainer {	
	position:relative;
	text-align:left;
	width:960px;
	overflow:hidden;
	}	
#header{
	}				
#content{
	position:relative;
	}			
#mini-slider * {
1	border:1px solid #ccc;
	}
#mini-slider{
1	border:1px solid #ccc;
	margin:10px auto 0;
	height:138px;
	width:860px;
	text-align:center;
	}
#mini-slider ul, #mini-slider li
{
	margin:0;
	padding:0;
	list-style:none;
	}
#mini-slider li {
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
	height:138px;
	width:880px;
	overflow:hidden; 
	}	
/* buttons */
#mini-prev, #mini-next {
	display:block;
	width:40px;
	height:50px;
	position:absolute;
	top:40px;
	}	
#mini-next { 
	background:url(/mainpics/icons/arrow-circle-right.png) 0 0 no-repeat;
	right:5px;
	}														
#mini-next:hover { 
	background:url(/mainpics/icons/arrow-circle-right-hover.png) 0 0 no-repeat;
	}														
#mini-prev a, #mini-next a {
	display:block;
	position:relative;
	width:43px;
	height:44px;
	}	
#mini-prev { 
	background:url(/mainpics/icons/arrow-circle-left.png) 0 0 no-repeat;
	left:0px;
	}	
#mini-prev:hover { 
	background:url(/mainpics/icons/arrow-circle-left-hover.png) 0 0 no-repeat;
	}	
/* numeric controls */	
#mini-slider ol#controls{
	position:relative;
	padding: 10px;
	z-index:3000;
	height:16px;	
	}
#mini-slider ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	width: 15px;
	line-height:15px;
	}
#mini-slider ol#controls li a{
	display: block;
	float:left;
	width: 15px;
	height:15px;
	line-height:11px;
	text-decoration:none;
	}
#mini-slider ol#controls li a span {
1	display: none;
	float:left;
	width: 15px;
	height:15px;
	line-height:15px;
	text-decoration:none;
	}
#mini-slider ol#controls li.current a{
	width:15px;
	height:15px;
	}
#mini-slider ol#controls li a:focus, #mini-slider #prevBtn a:focus, #mini-slider #nextBtn a:focus{outline:none;}

#mini-slider #prevBtn, #mini-slider #nextBtn , #mini-slider #prevBtn a, #mini-slider #nextBtn a{
1	display: none;
}
	
