.flexslider{
	border:0; 
	margin:0 0 10px 0; }	
#slider{
	width:778px;
	height:585px;}
#slider .slides li{
	height:585px;
	position:relative;	
}
#slider .slides li img{
	width:auto;
	max-width:778px;
	max-height:585px;	
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;}	
#carousel{
	width:700px;
	border:0;
	float:left;}

#carousel .slides li {
	height:150px;
	margin-right:5px;
	position:relative;}
#carousel .slides li img{
	width:auto;
	display: block; 
	opacity: .5; 
	cursor: pointer; 
	max-width:200px; 
	max-height:150px;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;}
#carousel .slides li img:hover {
	opacity: 1;}
#carousel .slides .flex-active-slide img {
	opacity: 1; 
	cursor: default;}