
html div.gallery_div {margin: 0px 0px 30px 0px}

html div.gallery_div .annotation {margin: 10px 0px 0px 0px;text-align: justify;}
html div.gallery_div .gallery_text {font-size: 80%;margin-top:3px;}
html div.gallery_div h3 {width:100%;border-bottom: 1px solid #7AA4C4;}
html div.gallery_div h3 a {color: #7AA4C4;font-size: 100%;text-decoration: none;}

div.gallery_div div.previews {margin-top: 15px;}
div.gallery_div div.preview {background: url("../../../../../images/video-preview.png") no-repeat center top; float:left; width:309px; height: 108px;margin-right:5px;padding: 5px 0px 0px 10px;}
div.gallery_div div.preview img {max-width: 140px; max-height: 90px; float:left;margin-top: 5px;}
div.gallery_div div.preview h4 {border: none;text-decoration: none;margin:5px 0 0 145px;line-height:1;}
div.gallery_div div.preview h4 a {width:100%;color: #7AA4C4;font-size: 100%;text-decoration: none;margin-left: 0px;font-weight: bold;}
div.gallery_div div.preview div.text {margin-left: 145px;text-align: left;line-height: 15px;margin-top:5px;width:150px;}

/* hack pro IE6 místo max-width a max-height */
* html div.gallery_div div.preview img { 
   width: expression( this.scrollWidth*9 > this.scrollHeight*14 ? "140px" : "auto" );
   height: expression( this.scrollHeight*14 > this.scrollWidth*9 ? "90px" : "auto" );
}

div.clear_a {clear:left;width:0;height:0;font-size:0;}

span.gallery_quality {font-size: 80%;}
span.gallery_quality a {color: #7AA4C4;font-weight:bold;}

div.gallery_video_div {margin: 0px auto 0px auto;text-align: center;}

div.gallery_content {margin: 0px 0px 0px 0px;}
div.gallery_content .gallery_video {margin: 10px 0px 0px 0px;float:left;}
div.gallery_content .gallery_video_ann {font-size:100%;margin: 10px 0px 0px 170px;}

div.gallery_content .gallery_videos {margin: 10px 0px 10px 0px}
div.gallery_content .gallery_videos h3 a {color: #7AA4C4;font-size: 110%;}

div.gallery_content {font-size: 100%;margin: 0px 0px 0px 0px;}

