
/* SLIDE SECTION */
#fader_viewer {
	position: relative;
	width: 960px;
	height: 400px;
	margin: 14px 0 0;
	overflow: hidden;
	display: block;
	z-index: 0;
	}
#fader_viewer .slide {
	position: absolute;
	z-index: 0;
	
	width: 100%;
	height: 100%;
	}
#fader_viewer .slide .description {
	position: relative;
	float: left;
	width: 35%;
	height: 100%;
	}
.description p,
.description h2 {
	text-shadow:0px 1px 0px #333333;
	font-family: Georgia,"Times New Roman",Times,serif;
	}
#fader_viewer .slide h2 {
	color: #fff;
	font-size: 28px;
	margin: 20px 0 0px;
	padding: 0 0 10px;
	}
#fader_viewer .slide ul,
#fader_viewer .slide p {
	color: #fff;
	font-size: 16px;
	letter-spacing: .0009em;
	line-height: 20px;
	}
#fader_viewer .slide p strong {
	color: #f2ffb3;
	font-style:italic;
}	
#fader_viewer img {
	height: 300px;
	margin: 10px 0px;
	border: none;
	}
#fader_viewer .slide .browse {
	position: absolute;
	bottom: 20px;
	
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior:url(border-radius.htc);
	}

#fader_viewer .slide a.browse {
	padding: 10px 20px;
	margin: 15px 0 0;
	text-decoration: none;
	color: #53453a;
	font-size: 24px;
	background:#fbffe9 url(../images/browse-bg.png) repeat-x !important;
	background: #fff url(../fader/ui/browse-grad.png) repeat-x;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.08, rgb(236,255,149)),
		color-stop(0.54, rgb(255,255,255))
	);
	background: -moz-linear-gradient(
		center bottom,
		rgb(236,255,149) 8%,
		rgb(255,255,255) 54%
	);
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}			
#fader_viewer .slide a.browse:hover {
	color: #27201a;
	background-position: 0 100% !important;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.08, rgb(236,255,149)),
		color-stop(0.54, rgb(255,255,255))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(236,255,149) 8%,
		rgb(255,255,255) 54%
	);
	}

#fader_viewer .slide .image {
	display: block;
	margin-left: 40%;
	text-align: center;
	background: white;
	}




/* THUMBNAIL SECTION */
#fader_thumbs {
	float: right;
	height: 83px;
	overflow: hidden;
	margin: -79px 0 14px 40%;	
	list-style-type: none;
	}
#fader_thumbs li {
	float: left;
	width: 25%;
	padding: 0;
	
	opacity:  0.7;
	filter:alpha(opacity=70);
	cursor: pointer;
	}
#fader_thumbs li div {
	margin: 0 0 0 1px;
	padding: 4px;
	
	text-align: center;
	background: white;
/*	border: solid 1px #3a4603;
	*/	}
#fader_thumbs li:first-child div {
	margin: 0;	
	}
#fader_thumbs li img {
	width: 100%;
	}
#fader_thumbs li.active div {
	/* background: #698c22; */
	}



