.container {width:980px;margin:0 auto;position:relative;
padding:40px 0;background:url(/images/slider-bg.png) right top no-repeat;
}
			#wrapper, #carousel, #carousel > div {
				width: 980px;
				height:315px;
			}
			
			#wrapper {
				margin: -175px 0 0 -495px;
				overflow: hidden;
				position: absolute;
				top: 50%;
				left: 50%;
			}
			
			#carousel {
				position: relative;
				z-index: 2;
			}
			#carousel div {
				position: relative;
				float: left;
			}
			#carousel div > * {
				position: absolute;
			}
			#carousel img.img-front {
				left:0px;
				top: 0;
				z-index: 4;
			}
			#carousel img.img-back {
				left: 300px;
				top:0px;
				z-index: 3;
			}
			#carousel h3 {
				font-size: 40px;
				font-weight: normal;
				color: #fff;				
				width: 600px;
				left: 0px;
				top: 135px;
				margin: 0;
				z-index:5;
			}
			
			#carousel h3 span {background:#303030;/* padding:0 8px 0 8px; */
			display: inline-block;
			margin:0 -0.5em -0.2em 0;
			padding:0.1em 0.3em;
			}
			#carousel p {
				color: #666;
				font-size: 16px;
				text-shadow: 0 1px 1px #fff;
				width: 275px;
				left: 675px;
				top: 150px;
				margin: 0;
			}
			#carousel a {
				display:block;width:980px;height:315px;position:absolute;top:0;left:0;z-index:100;
			}
			/* #carousel a:hover {
				background-color: #777;
				background-image: -moz-linear-gradient(top, #666 25%, #888 75%);
				background-image: -webkit-linear-gradient(top, #666 25%, #888 75%);
				background-image: -ms-linear-gradient(top, #666 25%, #888 75%);
				background-image: linear-gradient(top, #666 25%, #888 75%);
			} */
			
			#prev {
				 position: absolute;
				top:50%;
				left:-76px;
				width:56px;
				height:56px;
				cursor: pointer;
				background:url(/images/big_str.png) no-repeat 0 0;
				z-index:100;
			}

			#next {
				position: absolute;
				top:50%;
				right:-73px;
				width:56px;
				height:56px;
				cursor: pointer;
				background:url(/images/big_str.png) no-repeat -56px 0;
				z-index:100;
			}
						
			/* #prev, #next {
				background-color: #fff;
				display: block;
				width: 50px;
				height: 50px;
				position: absolute;
				top: 110px;
				z-index: 10;
				border-radius: 25px;
				box-shadow: 0 0 5px rgba(0,0,0,0.4);
			}
			#prev span, #next span {
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
				display: block;
				width: 0;
				height: 0;
				position: absolute;
				top: 19px;
			}
			#prev {
				left: -25px;
			}
			#prev span {
				border-right: 10px solid #ccc;
				left: 25px;
			}
			#prev:hover span {
				border-right-color: #999;
			}
			#next {
				right: -25px;
			}
			#next span {
				border-left: 10px solid #ccc;
				right: 25px;
			}
			#next:hover span {
				border-left-color: #999;
			} */