
/*****************************************************************
 * For movies 
 *****************************************************************/
.video_frame{	
	background-image: url(/content/img_v2/media/playFrame_2.png);
 	background-repeat: no-repeat;	
	width: 416px;/*414px;*/
	height: 259px;/*333px;*/
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 100;
	padding: 0;
	bottom-margin:0;
}

.video_thumb{		
	top: 52px;
	left: 20px;
	position: absolute;
	z-index: 90;
}
.video_thumb_frame{	
	width: 372px;
	height: 209px;		
}

.video_holder{	
	top: 20px;
	width: 450px;
	height: 380px;
	position: relative;
	z-index: 90;
}

