/* CSS Document */

			html, body {
				height: 100%;
				padding: 0;
				margin: 0;
			}
			html > body {
				min-height: 600px;
			}
			body * {
				font-family: Arial, Geneva, SunSans-Regular, sans-serif;
				font-size: 14px;
				color: #333;
				line-height: 22px;
			}

			#wrapper {
				position: relative;
				width: 100%;
				padding: 0% 0%;
				z-index: 8888;
			}
			#carousel-wrapper {
				padding-bottom: 10px;
				position: relative;
			}
			#carousel, #thumbs {
				overflow: hidden;
			}
			#carousel-wrapper .caroufredsel_wrapper {
				border-radius: 0px;
			}

			#carousel span, #carousel img, #carousel p,
			#thumbs a, #thumbs img  {
				display: block;
				float: left;
			}
			#carousel span, #carousel a,
			#thumbs span, #thumbs a {
				position: relative;
				
			}
			
			#carousel img,
			#thumbs img {
				border: none;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
			#carousel img.glare,
			#thumbs img.glare {
				width: 102%;
				height: auto;
			}

			#carousel span {
				width: 696px;
				height: 466px;
				background-repeat: no-repeat;
			}

			#carousel p {
				width: auto;
				padding: 10px 20px;
				color:#fff;
				font-family: 'Raleway', sans-serif;
				text-shadow: 1px 1px 3px #000;
			}

			#thumbs-wrapper {
				padding: 0px 30px;
				position: relative;
			}
			#thumbs a {
				border: 2px solid #899;
				width: 90px;
				height: 60px;
				margin: 0 10px;
				overflow: hidden;
				border-radius: 0px;
				
				-webkit-transition: border-color .5s;
				-moz-transition: border-color .5s;
				-ms-transition: border-color .5s;
				transition: border-color .5s;
			}
			#thumbs a:hover, #thumbs a.selected {
				border-color: #566;
			}
			
			#wrapper img#shadow {
				width: 100%;
				position: absolute;
				bottom: 0;
			}

			#prev {
				background: transparent url(/_cdd/css/adg_pr_off.png) no-repeat 0 0;
				display: block;
				width: 22px;
				height: 49px;
				position: absolute;
				left:0;
				top: 480px;
			}
			
			#next {
				background: transparent url(/_cdd/css/adg_nx_off.png) no-repeat 0 0;
				display: block;
				width: 22px;
				height: 49px;
				position: absolute;
				right: 0px;
				top: 480px;
			}

			#prev:hover {
				
				background: transparent url(/_cdd/css/adg_pr_on.png) no-repeat 0 0;
				
			}

			#next:hover {
				
				background: transparent url(/_cdd/css/adg_nx_on.png) no-repeat 0 0;
				
			}


			#prev.disabled, #next.disabled {
				display: block;
			}