
 /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            border:none; 
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */



#container{
    position:relative;
    text-align:left;
    width:590px;
    background:#fff;
    margin-bottom:2em;
    height: 210px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    border: none;
        }    
#header{
    height:0px;
    background:#5DC9E1;
    color:#fff;
    border: none;
        }                
#content{
        position:relative;
        border: none;
        }            




/* Easy Slider */

    #slider{ border: none; }    
    #slider ul, #slider li{
        margin:0;
        padding:0;
        list-style:none;
        border: none;
        }
    #slider li{
    /* 
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
        */ 
    width:590px;
    height:210px;
    overflow:hidden;
    border: none;
        }    
    #prevBtn, #nextBtn{
    display:block;
    width:20px;
    height:210px;
    position:absolute;
    left:0px;
    top:0px;
        }    
    #nextBtn{
    left:570px;
        }                                                        
    #prevBtn a, #nextBtn a{
    display:block;
    width:20px;
    height:210px;
    background-image: url(http://www.fidelity.com.cy/template/slider/images/btn_prev.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
        }    
    #nextBtn a{ 
        background:url(http://www.fidelity.com.cy/template/slider/images/btn_next.gif) no-repeat 0 0;    
        }                                                

/* // Easy Slider */

