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

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

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 0;
	height: 486px; padding-left:72%; margin-left:-505px
}
html:first-child .jcarousel-list{left:72% !important; padding-left:0 !important;} 
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    height: 486px;
	background:none; width:725px; margin-right:1400px;
}
.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:0px;}
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;
}

