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