#main_Banner
{
   margin:auto;
   position: relative;
   height:210px;	width: 521px;
   padding:0;
}
#main_Banner *{outline: none;}
#main_Banner img {border: 0;}
#main_Banner ul, ol, 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:210px;	width: 521px; 
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
#main_Banner .window .control
{
float: left;
position: absolute;
height:210px;	width: 521px;

z-index:100px;
}
#main_Banner .window .control .controlLeft
{
float: left;
position: relative;
height:238px;	width: 70px; 
background-image: url(./image/img/cnc_arrow.gif);
background-position: 0px 0px;
cursor:pointer;
z-index:100px;
}
#main_Banner .window .control .controlRight
{
float: right;
position: relative;
height:238px;width: 70px; 
background-image: url(./image/img/cnc_arrow.gif);
background-position: -885px 0px;
cursor:pointer;
z-index:100px;
}
#main_Banner .window img{
	height:210px;	width: 521px; 
}
#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: -72px;
	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: #fff;
	margin-left:3px;
	font-size:13px;
	background-color: #d5d5d5;
	border: 1px solid #d5d5d5;
}

#main_Banner .paging a.active {
 float: left;
	position: relative;
    width:11px;
	height:11px;
	margin-left:3px;
	border: 1px solid #0e74bc;
	background-color: #0e74bc;
}
#main_Banner .paging a:hover {font-weight: bold;}
