@charset "utf-8";
			#main{
				width:480px;
				height:320px;
				overflow:hidden;
				position:relative;
				margin:0px auto;
				float: left;
				margin-top: 28px;
				/*margin-left: 4px;*/
				border: 7px solid white;
			}
			#main .box{
				width:480px;
				height:320px;
				box-shadow:0px 0px 5px #ddd;
				margin:0px auto;
				overflow:hidden;
				position:relative;
			}
			#main .box img{
				width:480px;
				height:320px;
				position:absolute;
				left:0px;
				top:0px;
				opacity:0;
				filter:alpha(opacity=0);
			}
			.page{
				width:170px;
				height:30px;
				position:absolute;
				bottom:0px;
				right:0px;
			}
			.page a{
				display:inline-block;
				width:30px;
				height:30px;
				line-height: 35px;
				background:url(slide_res/ambitios_dot.png) no-repeat center ;
				margin:0px 11px;
				float:left;
				color:#FFF;
				text-decoration:none;
				text-align:center;
			}
			.page a.active{
				background:url(slide_res/ambitios_dot_act.png) no-repeat center;
			}