@charset "utf-8";

*{
	margin: 0;
	padding:0;
}

/* CSS Document */
body {
	margin: 0px;
	background-color: #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 910px;
	height: 320px;
	margin: auto;
}

.bg_0 {
	width:910px;
	height:320px;
}

img {
	border: none;
}

.pics {
	width:426px;
	height:253px;
	float:left;
	overflow:hidden;
	left:17px;
	top:13px;
	margin-right:25px;
}

.overlay {
	position:relative;
	overflow:hidden;
	top:-253px;
	width:910px;
	height:320px;
	background:url(http://static.contentabc.com/ads/iktg_watchhervideo910x320_100205/images/overlay.png) no-repeat;
	cursor:pointer;
	clear:both;
	z-index:99;
}

* html .overlay {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.contentabc.com/ads/iktg_watchhervideo910x320_100205/images/overlay.png', sizingMethod='crop');
}

