@charset "utf-8";
/* CSS Document */
/* With thanks to .net Magazine - Portfolio Image Rotator by Soh Tanaka www.SohTanaka.com */

*{outline: none;}
img {border: 0;}
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	margin: 20px 0;
	float: left;
	clear: both;
	width: 100%;
}

.top_view {
	width: 580px;
	height: 294px;
	float: left;
	padding: 25px;
	margin-right: 20px;
	background:  url(../images/main_view_bg.gif) no-repeat;
	position: relative;
}

.main_view {
	width: 580px;
	height: 294px;
	float: left;
	padding: 25px;
	margin-right: 20px;
	background:  url(../images/main_view_bg.gif) no-repeat;
	position: relative;
}
.window {
	height:294px;
	width: 580px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
}
.image_reel img {float: left;}
.image_reel a span {
	height: 294px;
	width: 580px;
	float: left;
	/* background: #111 url(../images/icon_view.gif) no-repeat center; */
	position: absolute;
	z-index: 10;
	top: 0; left: 0;
}
.paging {
	position: absolute;
	bottom: 40px; right: -3px;
	width: 178px; height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	background: url(../images/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;}

