/* Easy Slider */

    #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:611px;
        height:335px;
        overflow:hidden; 
        }    
    #prevBtn, #nextBtn,
    #slider1next, #slider1prev{
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:auto;
	top:330px;
	z-index:1000;
	
        }    
    #nextBtn, #slider1next{ 
        left:auto;
        margin-left:630px;
        }                                                        
    #prevBtn a, #nextBtn a,
    #slider1next a, #slider1prev a{  
        display:block;
        position:relative;
        width:30px;
        height:77px;
        background: url(//cdn11.bigcommerce.com/s-63940/templates/__custom/images/banners/b_prev.png?t=1490279500) no-repeat 0 0;
		text-indent:-999999px;
		font-size:1px;
		margin-left:-25px
        }    
    #nextBtn a, #slider1next a{ 
        background:url(//cdn11.bigcommerce.com/s-63940/templates/__custom/images/banners/b_next.png?t=1490279500) no-repeat 0 0;    
        }    
        
    /* numeric controls */    

    ol#controls{
        margin:1em 0;
        padding:0;
        height:28px;    
        }
    ol#controls li{
        margin:0 10px 0 0; 
        padding:0;
        float:left;
        list-style:none;
        height:28px;
        line-height:28px;
        }
    ol#controls li a{
        float:left;
        height:28px;
        line-height:28px;
        border:1px solid #ccc;
        background:#DAF3F8;
        color:#555;
        padding:0 10px;
        text-decoration:none;
        }
    ol#controls li.current a{
        background:#5DC9E1;
        color:#fff;
        }
    ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.banner1 {
		background:url(//cdn11.bigcommerce.com/s-63940/templates/__custom/images/banners/banner1_bg.png?t=1490279500) center no-repeat
	}
	
	.banner1_content {
		width:212px; margin-left:30px; margin-top:18px
	}
	.banner_title {
		display:block; margin:0; padding:0; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:italic; font-size:26px; padding-left:5px; color:#7D3713; padding-top:5px; line-height:29px; padding-bottom:10px; border-bottom:dashed 1px #7D3713; font-weight:bold
	}
	#banner2 {
		width:604px; margin:0 auto
	}
	.banner3 {
		width:610px; margin:0 auto; background:url(//cdn11.bigcommerce.com/s-63940/templates/__custom/images/banners/banner3_bg.png?t=1490279500) center no-repeat; height:329px
	}
	#banner3_content {
		width:337px; margin-left:30px; margin-top:50px;
	}
	.banner_title2 {
		display:block; margin:0; padding:0; font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-style:italic; font-size:26px; color:#7D3713; line-height:29px; text-align:left
	}
	.browse_banner3 {
		display:block; text-align:right; color:#7D3713; font-size:14px; margin-top:65px
	}
	
    
/* // Easy Slider */
