@charset "utf-8";
/* CSS Document */
#main {
	width: 580px;
	font-size: 13px;
	color: #333333;
}
#main h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FF6600;
}
#mst1 .play1 {
	position: relative;
	height: 160px;
	width: 219px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#mst1 .play1 .xtra1 {
	height: 80px;
	width: 80px;
	position: absolute;
	left:68px;
	top: 30px;
}
#mst1 .play1 .xtra1 a {
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 80px;
	display: block;
	cursor: pointer;
}
* html #mst1 .play1 .xtra1 a {
 background: none; 
 zoom: 1; /*hasLayout*/
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/play.png",sizingMethod="crop");
}
#mst2 .play2 {
	position: relative;
	height: 113px;
	width: 150px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#mst2 .play2 .xtra1 a {
	background-image: url(../images/play_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 29px;
	width: 29px;
	position: absolute;
	left: 60px;
	top: 40px;
	cursor: pointer;
}
* html #mst2 .play2 .xtra1 a {
 background: none; 
 zoom: 1; /*hasLayout*/
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/play_1.png",sizingMethod="crop");
}
#mst2 .st1, #mst2 .st2,#mst2 .st3 {
	float: left;
	width: 150px;
}

#mst2 .st1, #mst2 .st2 {
	margin-right: 50px;
}
#mst1 {
	margin-bottom: 20px;
height:160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

