@media (min-width: 1200px){
.float_layer {display:none;}
.float_layer h2 { height: 25px; line-height: 25px; padding-left: 10px; font-size: 14px; color: #333; background: url(../videoimages/title_bg.gif) repeat-x; border-bottom: 1px solid #aaaaaa; position: relative; top:-77px;}
.float_layer .min { width: 21px; height: 20px; background: url(../videoimages/min.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; }
.float_layer .min:hover { background: url(../videoimages/min.gif) no-repeat 0 0; }
.float_layer .max { width: 21px; height: 20px; background: url(../videoimages/max.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 25px; }
.float_layer .max:hover { background: url(../videoimages/max.gif) no-repeat 0 0; }
.float_layer .close { width: 21px; height: 20px; background: url(../videoimages/close.gif) no-repeat 0 bottom; position: absolute; top: 2px; right: 3px; }
.float_layer .close:hover { background: url(../videoimages/close.gif) no-repeat 0 0; }
.float_layer .content2 { height:250px; width:450px; overflow: hidden; font-size: 14px; line-height: 18px; color: #666;  }
.float_layer .wrap2 { padding:0 }
}

@media (max-width: 1200px){
	.float_layer {display:none!important;}
}