body {
	background-color: #FFFFFF;

				}









.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
.tableborderend {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.tablebordersingle {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
}


*{outline: none;}

.container {
	width: 990px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -295px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:200px;	width: 990px;
	overflow: hidden; 
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 12px; right: 0px;
	width: 100px;
	z-index: 200; 
	text-align: center;
	display: none; 

}
.paging a {
	text-decoration: none;
	background-image: url(../uplo/images/nav_but_1.png);
	background-repeat: no-repeat;
}

.paging a:hover {
	text-decoration: none;
	background-image: url(../uplo/images/nav_but_1a.png);
	background-repeat: no-repeat;
	}
.paging a.active {
	text-decoration: none;
	background-image: url(../uplo/images/nav_but_1a.png);
	background-repeat: no-repeat;


}