/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	left:0;
	top:80px;
	width: 100%;
	/*position: absolute;*/
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
	position:relative;
	_width: 100%;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    padding: 0;
	/*height: 725px; */
	/*padding-left:21%;*/
	position: relative;
	_margin-left: -1600px;
}

.jcarousel-list li,
.jcarousel-item {
	float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    /* height: 725px; */ 
        width:750px;
	margin-right:1600px; 
	background:none;
	_margin-right: 0px;
	_padding-left: 1600px;
	padding-left: 20px;
}

/* chrome hacks */
@media screen and (-webkit-min-device-pixel-ratio:0)
{ .jcarousel-clip { width: 100%; } .jcarousel-list { margin-left: -1600px; } .jcarousel-list li, .jcarousel-item { margin-right: 0px; padding-left: 1600px; } }

.jcarousel-item img{display:block;}
strong.gotovnost{display:block; z-index:10000; width:91px; height:77px; background: url(../images/krug.gif) no-repeat 50% 0; position:absolute; text-align:center; font-weight:normal; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; line-height:1.5em;padding:17px 0 0 0; top:365px; margin-left:75px;}
strong.gotovnost big{font-size: 30px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-style:italic; display:block; margin-bottom:10px; color:#000; }

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

