.container {
	width: 500px;
	height: 355px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	margin: 0 0 0 130px;
	_margin: 0 0 0 -15px;
}
*:first-child + html .folio_block {
	margin: 0 0 0 -12px;
}
.main_view {
	float: left;
	position: relative;
}
.window {
	width: 500px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
.paging {
	position: absolute;
	bottom: -28px;
	_bottom: -44px;
	right: 10px;
	width: 490px;
	height: 30px;
	z-index: 100;
	text-align: right;
	line-height: 40px;
	display: none;
}
*:first-child + html .paging {
	line-height: 51px;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #FFF;
}
.paging a.active {
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}