jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background:#5B0407 none repeat scroll 0%;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding:8px 30px;
    width:550px;
    background:#5c9f7a none repeat scroll 0%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height:127px;
    width:550px;
}
.jcarousel-skin-tango .jcarousel-item {
    height:119px;
    width:98px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right:10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background:#73292C none repeat scroll 0%;
    color:#000000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background:#5c9f7a url(http://www.smarcoms-dev.cz/biohome/images/car-rarr.png) no-repeat scroll 0% 50%;
    cursor:pointer;
    height:145px;
    width:30px;
    position:absolute;
    right:0px;
    top:0px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal{
    background:#5c9f7a url(http://www.smarcoms-dev.cz/biohome/images/car-rarr-dis.png) no-repeat scroll 0% 50%;
    cursor:pointer;
    height:145px;
    width:30px;
    position:absolute;
    right:0px;
    top:0px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
}
.jcarousel-skin-tango .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor:default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background:#5c9f7a url(http://www.smarcoms-dev.cz/biohome/images/car-larr.png) no-repeat scroll 0% 50%;
    cursor:pointer;
    height:145px;
    position:absolute;
    left:0px;
    top:0px;
    width:30px;
}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
    background:#5c9f7a url(http://www.smarcoms-dev.cz/biohome/images/car-larr-dis.png) no-repeat scroll 0% 50%;
    cursor:pointer;
    height:145px;
    position:absolute;
    left:0px;
    top:0px;
    width:30px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
}
