﻿			#c-carousel {
				height:100px;
				width:1060px;
				padding: 0;
				margin: 0;
				margin-top:0px;
				position:relative;
			}
			#c-carousel {
				height: 130px;
				clear:both;
			}
			#c-carousel * {
				font-family:Century Gothic;
				font-size: 15px;
				color: #1F1F1F;
				line-height: 22px;
			}

			#wrapper {
				width: 1060px;
				height: 100px;
				margin: 0px 0 0 -535px;
				position: absolute;
				left: 50%;
				top: 20px;
				
			}

			#carousel {
				width: 1060px;
				position:vrelative;
			}
			#carousel ul {
				list-style: none;
				display: block;
				margin: 0;
				padding: 0;
				margin-left:10px;
			}
			#carousel li {
				background: transparent url(/img/carousel_polaroid.png) no-repeat 0 0;
				font-size: 15px;
				color: #F06E21;
				font-weight:bold;
				text-align: center;
				display: block;
				width: 238px;
				height: 178px;
				padding: 0;
				margin: 6px;
				float: left;
				position: relative;
			}

			#carousel li img {
				max-width: 201px;
				height: 127px;
				margin-top: 14px;
			}
			
			#carousel li span {
				background: transparent url(/img/carousel_shine.png) no-repeat 0 0;
				font-size: 15px;
				color: #000;
				font-weight:bold;
				display: block;
				overflow: hidden;
				width: 201px;
				height: 127px;
				position: absolute;
				z-index: 2;
				top: 166px;
				left: 18px;
			}			

			.clearfix {
				float: none;
				clear: both;
			}
			#carousel .prev{
				background: transparent url(/img/carousel_control.png) no-repeat left;
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width: 40px;
				height: 40px;
				margin-left: 120px;
				margin-top: 20px;
				float:right;
				top: 150px;			
					
			}#carousel .next {
				background: transparent url(/img/carousel_control.png) no-repeat right;
				text-indent: -999px;
				display: block;
				overflow: hidden;
				width:40px;
				height:40px;
				margin-left: 10px;
				margin-right: -5px;
				margin-top: 20px;
				float:right;
				top: 150px;			
			}
			
			#carousel .prev:hover {
				left: -31px;
			}			
			
			#carousel .next:hover {
				right: -21px;
			}				
			#carousel .pager {
				text-align: center;
				margin: 0 auto;
				display:none;
			}
			#carousel .pager a {
				background: transparent url(/img/carousel_control.png) no-repeat -2px -32px;
				text-decoration: none;
				text-indent: -999px;
				display: inline-block;
				overflow: hidden;
				width: 8px;
				height: 8px;
				margin: 0 5px 0 0;
				
			}
	
			#source {
				text-align: center;
				width: 100%;
				position: absolute;
				bottom: 10px;
				left: 0;
			}
			#source, #source a {
				font-size: 12px;
				color: #999;
			}

			
			
			
			
			
			