/* image replacement */
.graphic, #prevBtn, #nextBtn, #flyerSlider1prev, #flyerSlider1next{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */




/* Easy Slider */

#flyerSlider ul, #flyerSlider li,
#flyerSlider2 ul, #flyerSlider2 li{
    margin:0;
    padding:0;
    list-style:none;
}
#flyerSlider {
    border: 3px solid #ebebeb;
    
    background-color: #ebebeb;
    
    width: 450px;
    height: 600px;
    
    margin-left: auto;
    margin-right: auto;
}
#flyerSlider h1 {
    padding-top: 5px;
    padding-left: 5px;
}
#flyerSlider li, #flyerSlider2 li{ 
    /* 
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
    */ 
    width: 450px;
    height: 675px;
    overflow:hidden; 

}	
#prevBtn, #nextBtn,
#flyerSlider1next, #flyerSlider1prev{ 
    display:block;
    width:52px;
    height:80px;
    position:absolute;
    left:-30px;
    top:140px;
    z-index:1000;
}	
#nextBtn, #flyerSlider1next{ 
    left:900px;
}														
#prevBtn a, #nextBtn a,
#flyerSlider1next a, #flyerSlider1prev a{  
    display:block;
    position:relative;
    width:52px;
    height:80px;
    background:url(../img/sipka-l.png) no-repeat 0 0;	
}	
#nextBtn a, #flyerSlider1next a{ 
    background:url(../img/sipka-r.png) no-repeat 0 0;	
}	

/* numeric controls */	

ol#controls{
    margin-left: auto;
    margin-right: auto;
    padding:0;
    height:28px;	
    width: 450px;
}
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 #ebebeb;
    color:#555;
    padding:0 10px;
    text-decoration:none;
}
ol#controls li.current a{
    color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */