#ToperSeparator {
	
	background-color:#e7501b;
	height: 38px;
}

	#ToperSeparator div {
		
		line-height: 38px;
		padding-left: 2em;
	}
	
		#ToperSeparator div span {
		
			color: #f5bba6;
			
			text-shadow: 0 0 2px #6f2106;
			
			font-size: 1.5em;
			font-style: italic;
		}
		
#ToperMain {
	
	background-color:#e7501b;
	height: 360px;
	color: #fff;
	
	border-top: 1px #d92816 solid;
	border-bottom: 1px #d92816 solid;
}
	
	#ToperMain #ToperBannerWrapper {
		
		height: 340px;
		position: relative;
		overflow: hidden;
	}
	
		#ToperMain div h2 {
			
			margin:0;
			padding:0.3em 0 0 0;
			font-size: 4em;
			font-style: normal;
			font-weight: bold;
			line-height: 1.4em;
			
			text-transform: uppercase;
			
			font-family: Arial, "Arial Black", Verdana, Helvetica;
		}
		
		#ToperMain div p {
			
			line-height: 1.4em;
			font-size: 3em;
			font-family: Arial, "Arial Black", Verdana, Helvetica;
		}
	
	#ToperMain .banner {
		
		height: 340px;
		position: absolute;
		width: 960px;
	}
	
	#ToperMain #top_ban_1 {
		
		left:0;
	}
	
	#ToperMain #top_ban_2 {
		
		left:960px;
	}
	
	#ToperMain #top_ban_3 {
		
		left:1920px;
	}
	
	#ToperMain #top_ban_4 {
		
		left:2880px;
	}
	
	#ToperMain #top_ban_5 {
		
		left:3840px;
	}
	
		#ToperMain .banner .left {
			
			width: 50%;
			float: left;
		}
		
			#ToperMain .banner .left .padd {
				
				padding: 20px;
			}
		
		#ToperMain .banner .right {
			
			width: 50%;
			float: right;
		}
		
		#ToperMain .banner .center {
			
			text-align: center;
		}
		
	#ToperMain .clr {
		
		clear:both;
		height:0;
	}
	
	#ToperMain #BannerSwitcher {
		
	}
	
		#ToperMain #BannerSwitcher ul {
			margin:1px 0;
			padding:0;
			float:left;
			line-height:17px;
			height:17px;
		}
		
			#ToperMain #BannerSwitcher li {
				list-style:none;
				line-height:17px;
				padding-left:17px;
				height:17px;
				background-image: url('/inc.img/toper/msl-banner-switch.png' );
				background-repeat:no-repeat;
				background-position: 0 0;
				display:block;
				float:left;
				cursor:pointer;
			}
			
			#ToperMain #BannerSwitcher li.current {
				
				background-image: url('/inc.img/toper/msl-banner-switch-current.png' );
				cursor:default;
			}
