#video_player {
    background-color: #666666;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    max-width: 615px !important;
    max-height: 387px !important;
    overflow: hidden !important;
}

#media_details {
    width: 615px;
    height: 64px;
    margin: 10px 0 8px 0;
    padding: 0;
    background: url('../../images/media/media_details_bgr.png') no-repeat;
    font-size: 11px;
}

#media_details .data {
    width: 605px;
    height: 20px;
    color: #FFFFFF;
    margin: 0 0 0 5px;
    padding: 10px 0 0 0;
}

#media_details .data span {
    padding: 0 5px 0 10px;
}

#media_details .data span + span {
    background: url('../../images/menu_separator.png') no-repeat center left;
}

#media_details .data a {
    color: #FFFFFF;
}

#media_details ul {
    height: 30px;
    color: #FFFFFF;
    margin: 3px 0 0 0;
    padding: 0;
    text-align: center;
}

#media_details li {
    height: 30px;
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
    text-align: center;
}


#media_details li span {
	width:5px;
	height:30px;
	margin:0 15px 0 15px;
	padding:0 0 8px 0;
	line-height:30px;
    background: url('../../images/media/media_details_separator.png') no-repeat;

}


#media_details li a {
    padding-left: 5px;
    font-weight: bold;
}

#media_details img {
    margin: 0 0 0 0;
    vertical-align: middle;
}

#relatedvideo {
    width: 611px;
    height: 175px;
    margin: 15px 0 0 -10px;
	overflow:hidden;
}

.carousel_item {
    width: 160px;
    height: 171px;
    padding: 0;
    position: relative;
}

.carousel_item > img {
    width: 150px;
    height: 113px;
    margin: 5px;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.carousel_picture_frame {
    width: 160px;
    height: 171px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 11px;
    position: absolute;
    z-index: 11;
    background: url('../../images/media/carousel_picture_frame.png') no-repeat;
    display: table;
}

.carousel_picture_frame.audio {	
    background: url('../../images/media/carousel_picture_frame_audio.png') no-repeat;
}

.carousel_picture_details {
    width: 140px;
    height: 118px;
    overflow: hidden;
    margin: 0 10px 0 10px;
    padding: 0;
    color: #FFFFFF;
    font-size: 11px;
    display: table;
	cursor:pointer;
}


.carousel_picture_details a {
    width: 17px;
    height: 17px;
    margin: 98px 0 0 0;
    padding: 0;
    background: url('../../images/add_button.png') no-repeat;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px;
    display: block;
    float: left;
}

.carousel_picture_details a:hover {
    background-position: 0 -17px;
}

.carousel_picture_details div.frame {
	width:35px;
	height:16px;
    margin: 98px 0 0 0;
    padding: 1px 0 2px 0;
    float: right;
	background:url('../../images/video_thumb_details_frame.png') no-repeat;
	text-align:center;
}

.carousel_picture_details div.frame img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.carousel_picture_details div.frame+div.frame {
    display:none; /* letiltva: 2010.09.28. */
}
.carousel_text {
    width: 150px;
    height: 50px;
    margin: 0 5px 0 5px;
    padding: 0;
    color: #333333;
}

.carousel_text p {
    margin: 2px 0 5px 0;
    padding: 0;
    overflow: hidden;
}

.carousel_text .title {
    font-weight: bold;
    font-size: 11px;
    height: 28px;
	line-height:13px;
}

.carousel_text .author {
    font-size: 10px;
}

.carousel_text img {
    position: absolute;
    z-index: 100;
    bottom: 5px;
    right: 5px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

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

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 171px;
    position: relative;
}

/**
 * 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;
}
