@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;
	cursor:pointer;
	clear:both;
}

img {
	border: none;
}

.viewer { 
    float: left;
	width: 300px;
	height: 189px;
	overflow: hidden;
	position:relative;
	top: 27px;
}

.scrobbler {
	width: 600px;
	height: 189px;
}

.pics {
	width: 300px;
	height: 189px;
	float: right;
	overflow:hidden;
}

.play {
	position:relative;
	top:-189px;
	width:300px;
	height:189px;
	background-image:url(http://static.contentabc.com/ads/rsp_hardsextube300x250_100118/images/play.png);
	background-repeat:no-repeat;
	cursor:pointer;
	clear:both;
}

* html .play {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.contentabc.com/ads/rsp_hardsextube300x250_100118/images/play.png', sizingMethod='crop');
}  

.overlay {
	position:relative;
	float:left;
	overflow:hidden;
	background-image:url(http://static.contentabc.com/ads/rsp_hardsextube300x250_100118/images/overlay.png);
	background-repeat:no-repeat;
	top:-189px;
	_top:-439px;
	left:0px;
	width:300px;
	height:250px;
	cursor:pointer;
	clear:both;
}

* html .overlay {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.contentabc.com/ads/rsp_hardsextube300x250_100118/images/overlay.png', sizingMethod='crop');
}