@charset "utf-8";

*{
	margin: 0;
	padding:0;
}

/* CSS Document */
body {
	margin: 0px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 718px;
	height: 290px;
	margin: auto;
}

.bg_0 {
	width:718px;
	height:290px;
	overflow:hidden;
	clear:both;
}

img {
	border: none;
}

.pics {
	width:350px;
	height:234px;
	float:left;
	overflow:hidden;
	margin:25px 0 0 5px;

}

#s0 {
	margin-left: 5px;
}

.overlay {
	position:relative;
	overflow:hidden;
	top:-260px;
	left:0px;
	width:718px;
	height:290px;
	background-image:url(http://static.contentabc.com/ads/rsp_mfc_718x290_3/images/overlay.png);
	background-repeat: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/rsp_mfc_718x290_3/images/overlay.png', sizingMethod='crop');
}
