		#slider {
				width: 1200px;
				height: 500px;
				 
				position: absolute;
				border-radius:3px;
				box-shadow: 0 5px 5px #6D5F4C;
			}
			#carousel {
				border-radius:3px;
				width: 1200px;
				height: 500px;
				overflow: hidden;
			}
			#carousel img {
				display: block;
				float: left;
				border-radius:3px;
			}

			#pager {
				text-align: center;
				padding: 20px 45px 0 0;
			}
			#pager a {
				background-color: #0B0B0D;
				display: inline-block;
				width: 15px;
				height: 15px;
				margin-right: 6px;
				border-radius: 10px;
				box-shadow: 0 1px 0px #FFF;
			}
			#pager a.selected {
				background-color: #FB901F;
			}
			#pager a span {
				display: none;
			}
			
			#thumbs {
				display: none;
				border: 1px solid rgba(0, 0, 0, 0.8);
				background-color: rgba(0, 0, 0, 0.5);
				width: 150px;
				height: 75px;
				padding: 10px;
				position: absolute;
				top: 240px;
				right: 10px;
				z-index: 10;
			}
			#thumbs img {
				display: block;
				float: left;
			}
			