body {
	margin: 0; padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#main_Banner
{
	float: left;
   position: relative;
   height:296px;	width: 1154px;
   

}
#main_Banner *{outline: none;}
#main_Banner img {border: 0;}
#main_Banner ul, #main_Banner ol, #main_Banner li   { margin:0; padding:0; list-style-type:none;}
/*--Main Container--*/
#main_Banner .main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
#main_Banner .window {
	height:296px;	width: 1154px; 
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
#main_Banner .window .control
{
float: left;
position: absolute;
height:296px;	width: 1154px; 

z-index:100px;
}
#main_Banner .window .control .controlLeft
{ float: left; position: relative; height:296px; width: 100px; background-image: url(/images/gallery_img/cnc_arrow.png); background-position: 0px 0px; cursor:pointer; z-index:100px; 
}
#main_Banner .window .control .controlRight
{ float: right; position: relative; height:296px; width: 100px; background-image: url(/images/gallery_img/cnc_arrow.png); background-position: 100px 0px; cursor:pointer; z-index:100px; }
#main_Banner .window img{
	height:296px;	width: 1154px; 
}
#main_Banner .image_reel {
	position: absolute;
	top: 0; left: 0;
}
#main_Banner .image_reel img {float: left;}
 
/*--Paging Styles--*/
#main_Banner .paging{
   float: right;
	position: absolute;
	bottom: 11px; right: -52px;
	width: 147px; height:18px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: ; /*--Hidden by default, will be later shown with jQuery--*/
}
#main_Banner .paging a { float: left; position: relative; text-decoration: none; width:11px; height:11px; color: #B4D9ED; margin-left:3px; font-size:13px; background-color: #E4EFF1; }

#main_Banner .paging a.active { float: left; position: relative; width:11px; height:11px; margin-left:3px; background-color: #F2F2EE; }
#main_Banner .paging a:hover {font-weight: bold;}
