File: /var/www/likoholding/old.liko-holding.com.ua/temp/css/gallery_slider.css
#gal_slider{
position: absolute;
}
#gal_slider img {
width: 278px;
}
#gal_slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#gal_slider li{
/*
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/
width:278px;
height:190px;
overflow:hidden;
}
#prevBtn, #nextBtn{
display:block;
width:20px;
height:40px;
position: relative;
left: 20px;
top:90px;
float:left;
}
#nextBtn{
left:242px;
}
#prevBtn a, #nextBtn a{
display:block;
width:30px;
height:77px;
background:url(../images/btn_prev.png) no-repeat 0 0;
}
#nextBtn a{
background:url(../images/btn_next.png) no-repeat 0 0;
}