
*{outline: none;}
img {border: 0;}
.container {
	width: 936px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	#padding-left:-3px;
	margin: 0 auto;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window_fio {
	height:200px;	
	width: 936px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

/*for index small pics*/
.image_reel {
	position: absolute;
	top: 0; left: 0;
	#left: -5px;
}
.image_reel img {
	float: left;
	/*padding-left: 5px; */
}

/*for xpg*/
.image_reelb {
	position: absolute;
	top: 0; left: 0;
	#left: 0px;
}
.image_reelb img {
	float: left;
	#padding-left: 0px; 
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	/*background: #333333;*/
	text-decoration: none;
	color: #fff;
}
.sitem {
	font-size: 2em;
	color: #333333;
}
.paging a.active {
	font-weight: bold; 
	/*background: #920000;*/
	color: #2255FF;
}
.paging a:hover {font-weight: bold;}