@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	vertical-align:middle;
    height:100%;
    background: url(img/bck.png) #ffffff repeat-x;
    background-attachment: fixed !important;

}

#content {
	vertical-align:middle;
	text-align: left;
	width: 970px;
	margin: 0 auto
}

*{outline: none;}

img {border: 0;}

.container {
	width: 970px;
	height:510px;
}

.folio_block {
	float: left;
	margin:0px;
	position: absolute;
}

/*--Main Container--*/
.main_view {
	position: relative;
}

/*--Window/Masking Styles--*/
.window {
	height:510px;
	width: 970px;
	overflow: hidden; 
	position: relative;
}

.image_reel {
	position: absolute;
	top: 0; left: 0;
	vertical-align:middle;
	text-align:center;
	margin:auto;
}

.image_reel img {float: left;}

/*--Paging Styles--*/
.paging_0 {
	position: absolute;
	font-weight: bold;
	bottom: 420px; right: 180px;
	width: 90px; height:47px;
	z-index: 100; 
	text-align: center;
	line-height: 40px;
	display: none; 
	background:url(loading.gif) no-repeat;
	background-position:center; 
	vertical-align:middle;
}

.paging_0 a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

.paging_0 a.active {
	font-weight: bold;
	color:#333;
}

.paging_0 a:hover {font-weight: bold; color:#666;}

/*--Paging Styles--*/
.paging_1 {
	position: absolute;
	font-weight: bold;
	bottom: 242px; right: 180px;
	width: 90px; height:47px;
	z-index: 100; 
	text-align: center;
	line-height: 40px;
	display: none; 
	background:url(loading.gif) no-repeat; 
	background-position:center; 
	vertical-align:middle;
}
.paging_1 a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging_1 a.active {
	font-weight: bold;
	color:#333;
}
.paging_1 a:hover {font-weight: bold; color:#666;}

/*--Paging Styles--*/
.paging_2 {
	position: absolute;
	font-weight: bold;
	bottom: 47px; right: 180px;
	width: 90px; height:47px;
	z-index: 100; 
	text-align: center;
	line-height: 40px;
	display: none; 
	/*background:url(loading.gif) no-repeat; */
	background-position:center; 
	vertical-align:middle;
}
.paging_2 a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging_2 a.active {
	font-weight: bold;
	color:#333;
}
.paging_2 a:hover {font-weight: bold; color:#666;}

/*--Paging Styles--*/
.paging_3 {
	position: absolute;
	font-weight: bold;
	bottom: 37px; right: 860px;
	width: 90px; height:47px;
	z-index: 100; 
	text-align: center;
	line-height: 40px;
	display: none;

}
.paging_3 a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging_3 a.active {
	font-weight: bold;
	color:#333;
}
.paging_3 a:hover {font-weight: bold; color:#666;}

.loading { 
	background:url(loading.gif) no-repeat; 
	background-position:center; 
	vertical-align:middle;
}