/* CSS Document */
body {
	/*background: url(../image/site_back01.jpg) repeat-x;*/
}
	

#main-primage {
	width:770px;
	height:200px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:200px;
	width: 770px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top:0px;right:10px;
	width: 256px; height:42px;
	z-index:100; /*--Assures the paging stays on the top layer--*/
	text-align:right;
	line-height:32px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	
	/*
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
*/	
}
.paging a {
	margin:0;
	padding:0 12px;
	text-decoration:none;
	color: #fff;
	font-family:Century Gothic,hiragino kaku gothic pro,sans-serif;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image:url(../../image/flash/btn-back.png);
}
.paging a.active {
	background:#0066FF;
	border: 1px solid #ccc;
	text-decoration:none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	text-decoration:none;
}
