 div.video-image {
 	margin: 0 auto 0 auto;
	 border: 1px solid #000000;
	 width: 132px;
	 height: 102px;
	 display: block;
	 overflow: hidden;
	 position: relative;
	 cursor: pointer;
 }
div.display-time {
	padding: 2px;
	margin: 0 1px 1px 0;
	background-color:#000;
	color: #FFF;
	font-weight: bold;
	font-family:Arial,sans-serif;
	font-size:12px;
	cursor: text;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	width: 40px;
	position: absolute;
	right: 1px;
	bottom: 0px;
 }
 div.display-play {
 	width: 15px;
 	height: 15px;
 	display: block;
 	background: url('/summercamp2010/images/play.png') no-repeat;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	position: absolute;
	left: 2px;
	bottom: 2px;
 }
 div.display-play:hover {
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
 }