﻿			/*html, body {
				height: 100%;
				padding: 0;
				margin: 0;
			}
			body {
				background: url(img/gui/bg_glare.png) top center no-repeat #bcc;
			}
			html > body {
				min-height: 600px;
			}
			body * {
				font-family: Arial, Geneva, SunSans-Regular, sans-serif;
				font-size: 14px;
				color: #333;
				line-height: 22px;
			}*/

			#wrapper {
				/*position: absolute;*/
				/*width: 30%; 50
				width:391;
				height:251;*/
				/*left: 25%;
				left:2%;*/
				/*top: 50px;
				top:11px;
				margin:10px;*/
			}
			#carousel-wrapper {
				/*padding-bottom: 10px;*/
				position: relative;
				/*border:1px solid #6F0D36;*/
				
			}
			#carousel, #thumbs {
				overflow: hidden;
			}
			#carousel-wrapper .caroufredsel_wrapper {
				/*border-radius: 10px;
				box-shadow: 0 0 5px #899;*/
			}

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

			#carousel span {
				width: 1000px;
				height: 210px;
			}

			#thumbs-wrapper {
				/*padding: 20px 40px;*/
				position: relative;
			}
			#thumbs a {
				/*border: 2px solid #899;
				width: 150px;
				height: 50px;
				margin: 0 10px;*/
				overflow: hidden;
				/*border-radius: 10px;
				
				-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, #next {
/*				background: transparent url(../images/arrow_gallery_left.jpg) no-repeat 0 0;
*/				/*background: transparent url(../images/carousel_nav.png) no-repeat 0 0;*/
				display: block;
				width: 30px;
				height: 50px;
				margin-top: 0;
				position: absolute;
				
				
			}
			#prev {
				background:url(../images/arrow_left.png) no-repeat;
				background-position: 0 0;
				left: 0;
				margin-top:16px;
				height:35px;
			}
			#next {
				background:url(../images/arrow_right.png) no-repeat;
				background-position:0;
				right: 0;
				width: 30px;
				left:597px;
			}			
			/*#prev:hover { 
				background-position: 0 -20px;				
			}
			#next:hover {
				background-position: -19px -20px;				
			}*/

			#prev.disabled, #next.disabled {
				display: none !important;
			}			
			#donate-spacer {
				height: 100%;
			}
			#donate {
				border-top: 1px solid #999;
				width: 750px;
				padding: 50px 75px;
				margin: 0 auto;
				overflow: hidden;
			}
			#donate p, #donate form {
				margin: 0;
				float: left;
			}
			#donate p {
				width: 650px;
			}
			#donate form {
				width: 100px;
			}
			#thumbs{ width:612px;}
			#thumbs-wrapper{ width:592px; margin-left:78px;}
			/*#thumbs-wrapper #thumbs li{ width:100px;}*/
			

