@charset "utf-8";

*{
	margin: 0;
	padding:0;
}

/* CSS Document */
body {
	margin: 0px;
	background-color: #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 300px;
	height: 250px;
	margin: auto;
}

.bg_0 {
	width:300px;
	height:250px;
}

img {
	border: none;
}

.pics {
	width:300px;
	height:250px;
	float:left;
	overflow:hidden;
}

.overlay {
	position:relative;
	overflow:hidden;
	top:-250px;
	width:300px;
	height:250px;
	background-image:url(http://static.contentabc.com/ads/pop_pornoxo300x250_100224/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/pop_pornoxo300x250_100224/images/overlay.png', sizingMethod='crop');
}
