*{
	outline: none;
}
img {border: 0;}
.container {
	width: 376px;
	padding: 0px;
	float: right;
	height: 250px;
	margin: 0px;
	position: relative;
	clear: none;
}
.folio_block {

}
.main_view {
	width: 375px;
	height: 250px;
	float: left;
	margin-right: 5px;
	background: url(img/main_view_bg.gif) no-repeat;
	position: relative;
}
.window {
	height:250px;
	width: 375px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	float: right;
	clear: left;
}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
}
.image_reel img {float: left;}

.image_reel a span {
	height: 250px;
	width: 375px;
	float: left;
	background: #111 url(img/icon_view.gif) no-repeat center;
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
}
.paging {
	position: absolute;
	bottom: 2px; right: -3px;
	width: 178px; height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	background: url(img/paging_bg.png) no-repeat;
	display: none;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #0075b1; 
	border: 1px solid #005581;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
