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


/* slider */
#top_products_slider
{ 
    margin-left:0px;
    position: relative;
}	

#top_products_slider ul, #top_products_slider li{ 
    margin:0;
    padding:0;
    list-style:none;
}	
#top_products_slider li{ 
    height:255px;
    width:186px; /* hozzáadni a margint is*/
    overflow:hidden;
}	
#prevBtn,#nextBtn
{
    display:block;
    width:13px;
    height:12px;
    position:absolute;
}
#prevBtn
{
    right: 27px;
    top: -32px;
}
#nextBtn{ 
    right: 6px;
    top: -32px;
}

#prevBtn a, #nextBtn a{  
    display:block;
    width:13px;
    height:12px;
    background:url(../../../images/images/topprevbtn.gif) no-repeat 0 0;	
}	
#nextBtn a
{ 
    background:url(../../../images/images/topnextbtn.gif) no-repeat 0 0;	
}								

/* // slider */													

