#wrapper, #carousel, #carousel > div {
				width: 950px;
				height: 250px;
			}
			
			#wrapper {
				
				overflow: hidden;
                width:1000px;
                position:relative;
                margin:0 auto;
                margin-top:-203px;
    height:400px;
    z-index:1;
			}
			#bg {
				width: 990px;
				height: 270px;
				position: absolute;
				z-index: 1;
				top: 0;
				left: 0;
				border-radius: 10px;
			}
			#carousel {
				position: relative;
				z-index: 2;
			}
			#carousel div {
				position: relative;
				float: left;
			}
			#carousel div > * {
				position: absolute;
			}
			#carousel img.img-front {
				left: 60px;
				top: 0;
				z-index: 104;
			}
			#carousel img.img-back {
				left: 540px;
				top: 160px;
				z-index: 3;
			}
			#carousel h3 {
                font-size: 30px;
                font-weight: bold;
                font-family: 'Bad script',sans-serif;
                color: rgb(255, 255, 255);
                text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
                width: 290px;
                left: 590px;
                top: 28px;
                margin: 0;
                line-height: 33px;
			}
			#carousel p {
                 color: rgb(102, 102, 102);
                font-size: 16px;
                width: 205px;
                left: 590px;
                top: 0px;
                margin: 0;
			}
			#carousel a {
				color: #fff;
				font-size: 18px;
				text-shadow: 0 1px 2px rgba(0,0,0,0.5);
				text-decoration: none;
				text-align: center;
				line-height: 40px;
				outline: none;
				display: block;
				background-color: #888;
				border: 1px solid #666;
				width: 175px;
				height: 40px;
				left: 700px;
				top: 260px;
				
				border-radius: 5px;
				box-shadow: 0 2px 5px rgba(0,0,0,0.5);
				background-image: -moz-linear-gradient(bottom, #666 25%, #888 75%);
				background-image: -webkit-linear-gradient(bottom, #666 25%, #888 75%);
				background-image: -ms-linear-gradient(bottom, #666 25%, #888 75%);
				background-image: linear-gradient(bottom, #666 25%, #888 75%);
			}
			#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{
				background:url(../img/prev.png) no-repeat;
				display: block;
				width: 160px;
				height: 150px;
				position: absolute;
                margin-left:40px;
				top: 40px;
				z-index: 10;
				
			}

            #next{
				background:url(../img/next.png) no-repeat;
				display: block;
				width: 100px;
				height: 150px;
                margin-left:80px;
				position: absolute;
                top: 40px;
				z-index: 10;
				
			}
			#prev span, #next span {
				
				display: block;
				width: 0;
				height: 0;
				position: absolute;
				top: 19px;
			}
			#prev {
				left: -25px;
			}
			#prev span {
				
				left: 25px;
			}
			
			#next {
				right: -25px;
			}
			#next span {
				
				right: 25px;
			}