@charset "utf-8";
/* CSS Document */

/* Layout */

.banner{
	height:400px;
	width:1000px;
	margin:0 auto;
}
    .banner ul{
		list-style-type:none;
	}
    .banner a.ad {
        position: absolute;
    }
	.banner img{
	    //box-shadow:3px 3px 6px #ac7736;
	}
	.banner .control {
		position:absolute;
		bottom:10px;
		right:10px;
	}
	.banner .control a{
	    width:15px;
	    height:15px;
	    display: inline-block;
	    text-indent: -9999px;
	    background:url(../images/banner-nav.png) no-repeat center;
	    border: none;
	    padding: 0;
	}
	.banner .control a.on{
		background:url(../images/banner-nav-active.png) no-repeat center;
	}
.marquee{
    height:57px;
    display: block;
    line-height:57px;
    text-shadow: 1px 1px 1px #fff6d9;
	text-align:left;
	color:#4d94ca;
	padding:0 20px 0 40px;
	background:url(../images/message.png) no-repeat center;
}
    .marquee-area ul {
        position: absolute;
        left: 0px;
		list-style-type:none;
    }
    .marquee-area{
        position: relative;
        overflow: hidden;
        height:57px;
		margin:0 auto;
    }
