			body {
				padding: 5px;
			}
			
			/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				font-size: 12px;
				height: 40px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				width:770px;
			}
			#menu li {
				float: left;
				margin: 0 ;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 12px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			#menu_wrapper ul {margin-left: 12px;}
			#menu_wrapper {padding: 0 16px 0 0; }
			#menu_wrapper div {float: left; height: 44px; width: 12px; }
			
			
			/* Blue Menu */
			#menu_wrapper.blue ul {
				/*border-top: 2px solid #356AA0;*/
				/*border-bottom: 2px solid #204061;*/
				border-top: 2px solid #DBEFFC;
				border-bottom: 2px solid #DBEFFC;
				/*background: #356AA0;*/
				background: #DBEFFC;
				}
			#menu_wrapper.blue a {color: #90CDFF;}
			#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {color: #fff; background: #D8EFF8; border-bottom: 2px solid #DBEFFC;}						
			/*#menu_wrapper.blue {background: url(images/blue.png) no-repeat right;}
			#menu_wrapper.blue div {background: url(images/blue.png) no-repeat left;}*/
			
			

.container, .container *{margin:0 auto; padding:0;}

.container{width:770px; height:500px; overflow:hidden;position:relative;}

.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:770px; height:500px; display:block;}

.slider2{width:3000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}
