
.main_view {
	position: absolute;
	left:558px;
	top:94px;
}
.window {
	height:270px;	width: 180px;
	overflow: hidden; 
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}
.paging {
	position: absolute;
	bottom: -115px; right: 2px;
	width: 178px; height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	display: none; 
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	font-weight: bold;
	background: #000;
	border: 0px solid #000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
}
.paging a:hover {
	font-weight: bold;
}
