
/* CSS Document */

			#wrapper {
				width: 1300px;
				height: 177px;
				position: absolute;
				left: 0;
			}

			#carousel {
				width: 1224px;
				padding: 0 0 0 40px;
				position:vrelative;
			}
			#carousel ul {
				list-style: none;
				display: block;
				margin: 0;
				padding: 0;
			}
			#carousel li {
				background: transparent url(https://www.szzhaodaxin.com/moban/default/images/carousel_polaroid.png) no-repeat 0 0;
				color: #999;
				text-align: center;
				display: block;
				width: 276px;
				height: 177px;
				padding: 0;
				margin: 14px;
				float: left;
				position: relative;
			}
			.dgtp_ms{
				font-size: 15px;
				color: #FFFFFF;
				height: 40px;
				line-height: 40px;
				top: 140px;
				text-align: center;
				width: 100%;
				position: absolute;
				background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; 
				filter:Alpha(opacity=50); 
			}

			#carousel li img {
				width: 276px;
				height: 177px;
				margin-top: 4px;
			}
			
			#carousel li span {
				background: transparent url(https://www.szzhaodaxin.com/moban/default/images/carousel_shine.png) no-repeat 0 0;
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width: 260px;
				height: 180px;
				position: absolute;
				z-index: 2;
				top: -12px;
				left: 16px;
			}			

			.clearfix {
				float: none;
				clear: both;
			}
			#carousel .prev, #carousel .next {
				background: transparent url(../image/carousel_control.png) no-repeat 0 0;
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width: 26px;
				height: 47px;
				position: absolute;
				top: 80px;				
			}
			#carousel .prev {
				background-position: 0 0;
				left: 0px;
			}
			#carousel .prev:hover {
				left: 0px;
			}			
			#carousel .next {
				background-position: -32px 0;
				right: 0px;
			}
			#carousel .next:hover {
				right: 0px;
			}				
			#carousel .pager {
				text-align: center;
				margin: 10px auto;
				
			}
			#carousel .pager a {
				background: transparent url(../image/carousel_control.png) no-repeat -9px -62px;
				text-decoration: none;
				text-indent: -999px;
				display: inline-block;
				overflow: hidden;
				width: 8px;
				height: 8px;
				margin: 0 5px 0 0;
			}
			#carousel .pager a.selected {
				background: transparent url(../image/carousel_control.png) no-repeat -19px -62px;
				text-decoration: underline;				
			}
			
			#source {
				text-align: center;
				width: 100%;
				position: absolute;
				bottom: 10px;
				left: 0;
			}
			#source, #source a {
				font-size: 12px;
				color: #999;
			}
			
			#donate-spacer {
				height: 100%;
			}
			#donate {
				border-top: 1px solid #999;
				width: 750px;
				padding: 50px 75px;
				margin: 0 auto;
				overflow: hidden;
			}
			#donate p, #donate form {
				margin: 0;
				float: left;
			}
			#donate p {
				width: 650px;
			}
			#donate form {
				width: 100px;
			}