/*Slider*/

#featured {
}

#featured ul {
/*	background-color: rgb(88, 67, 26);*/
	background-color: rgb(251, 249, 228);

}


#featured img {
	width: 608px;
	height: 371px;
}

#featured li {
	width: 608px;
	height: 371px;
	overflow: hidden;
	margin: 0;
	line-height: 0;
	zoom: 1;
}

#featured li, .home #secondary-content .comments li {
	visibility: hidden;
}

#featured li, .home .comments li {
	display: none;
	visibility: hidden;
}

#featured li a {
	line-height: 1pt;
	zoom: 1;
}

#featured li.active, .home #secondary-content li.active {
	display: block;
	visibility: visible;

}

.photos li a {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.photos li a:hover  {
  	filter:alpha(opacity=100);
  	opacity:1 ;	
}

.home #secondary-content .photos li.active a  {
  	filter:alpha(opacity=100);
  	opacity:1 ;
	margin-right: 7px2;
}

.photos-wrapper {
	overflow: auto;
}

.photos-wrapper span.next {
	float: left;
	
}

.next a {
	color: rgb(159, 163, 116);
}

