/*
*****************
* Created by:   *
* Varbo.cz      *
*****************
*/
#scrollable{width:100%; display:block}
.scrollable{position:absolute}
div.items{height:100%; float:left; position:relative; width:100% !important}
#scrollable a.gallery{margin:0; padding:0; padding:5px 10px}
#scrollable a.sideActive{background-image:url(../images/background_link_passive.png)}
#scrollable a.gallery div.gallery{overflow:hidden; width:100%; height:100%}
#scrollable a.gallery div.gallery img.gallery{float:left; width:100%}
div.items a{display:block; float:left; height:30px; font-size:10px; color:#ccc; text-decoration:none; text-align:center; cursor:pointer}
a.prev, a.next{display:block; width:30px; height:30px; float:left; margin:15px 0 0 0}
a.prev{background:url(../images/button-left.gif) center center no-repeat}
a.prev:hover{background:url(../images/button-right.gif) center center no-repeat}
a.next{background:url(../images/button-right.gif) center center no-repeat}
a.next:hover{background:url(../images/button-right.gif) center center no-repeat}
div.navi{position:relative; margin:auto; margin-top:2px; width:80px}
div.navi span{width:16px; height:16px; float:left; margin:2px; background:url(../images/dots.png) center center no-repeat; cursor:pointer}
div.navi span:hover{width:16px; height:16px; background:url(../images/dots_hover.png) center center no-repeat}
div.navi span.active{width:16px; height:16px; background:url(../images/dots_active.png) center center no-repeat}