div.js-only {padding-bottom: 0px;}
div#tab-images div.js-only {padding-bottom: 0px;}

.carousel-generic {    
    background: #fff url('/imgs/galery-top.gif')  left top no-repeat;
    border: 0px solid #346F97;
    width: 714px;
    padding-top: 15px;
    margin-bottom:0.75em;
}

.carousel-generic div.carousel-genertic-bot {
    height: 8px;
    width: 100%; 
    background: #fff url('/imgs/galery-bottom.gif')  left bottom no-repeat;
}

div#container div.carousel-generic {
  padding-top:15px;
}

.carousel-generic .jcarousel-clip {
    width:  650px;
    height: 205px; 
    margin-bottom:6px;    
}

.carousel-generic .jcarousel-item {
    width: 200px;
    /*height:205px;*/ 
    display:block;
	background-color:#fff;    
	margin-right: 25px;
}

.carousel-generic .jcarousel-item a {
	color:black;
	text-decoration:none;
	display:block;
	cursor: pointer;
}

.carousel-generic .jcarousel-item span.jcarousel-item-image {
	display:block;
	width: 200px;
   	/*height:163px;*/
    overflow:hidden;  
    text-align:center;  
    background-color:#fff;
}

.carousel-generic .jcarousel-item span.jcarousel-item-title {
	width:96%;
	text-align:center;
	display:block;
	padding:3px 3px 3px 3px;
	font-size:1.02em;
	border:0px red solid;
	background-color:#fff;
}

.carousel-expanded .jcarousel-item span.jcarousel-item-title {

	font-size:.72em;

}



/*### OVLADACI PRVKY ###*/

.carousel-generic .jcarousel-controls {font-size: 0.76em; padding: 0 22px;}

div.fancyzoom-container .carousel-generic {padding-bottom: 7px;}

.carousel-generic a.carousel-prev {
	background: url('/imgs/arrow-prev.gif')  no-repeat 0 40%;
	padding-left: 25px;
	padding-bottom: 2px;
	text-align:left;
	font-weight: bold;
	float:left;
	width:85px;
}
.carousel-generic a.carousel-prev.disabled, .carousel-generic a.carousel-prev.disabled:hover {
	cursor:default;
	color:#A5B7BE; text-decoration:none;
	background: url('/imgs/arrow-prev-disabled.gif')  no-repeat left 40%;
}

.carousel-generic a.carousel-next {
	background: url('/imgs/arrow-link.gif')  no-repeat right 40%;
	padding-right: 25px;
	padding-bottom: 2px;
	text-align:right;
	font-weight: bold;
	float:right; 
	width:85px;
}
.carousel-generic a.carousel-next.disabled, .carousel-generic a.carousel-next.disabled:hover {
	cursor:default;
	color:#A5B7BE; text-decoration:none;
	background: url('/imgs/arrow-next-disabled.gif')  no-repeat right 40%;
}

.carousel-generic .jcarousel-pages-wrap {
	float:right; 
	width:533px;	
}

.carousel-generic .jcarousel-pages {
	text-align:center;	
	float:left; 
	width:418px;
	color:#286DA4;
}

.carousel-generic .jcarousel-pages a.selected {
	font-weight:bold;
	text-decoration:none;
	color:black;
	cursor:Default;
}


