@charset "utf-8";

*{
	margin: 0;
	padding:0;
}

/* CSS Document */
body {
	margin: 0px;
	background-color: #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.wrapper {
	width: 160px;
	height: 600px;
	margin: auto;
}

.bg_0 {
	width:160px;
	height:600px;
	background-image:url(http://static.contentabc.com/ads/iktg_tjoob160x600_091117/images/bg.gif);
	background-repeat:no-repeat;
	background-color:#000;
	overflow: hidden;
}

.viewer { 
	width: 160px;
	height: 468px;
	overflow: hidden;
	position:relative;
	top: 78px;
}

.scrobbler {
	width: 320px;
	height: 936px;
}

.pics {
	width: 160px;
	height: 234px;
	float: right;
	overflow: hidden;
}

.overlay {
	position:relative;
	float:left;
	overflow:hidden;
	top:-468px;
	left:0px;
	width:160px;
	height:600px;
	cursor:pointer;
}
