@charset "utf-8";
/* Styles for Animated Mural */
.jcarousel-container {
	position: relative;
	clear:both;
	width: 732px;
	margin:0 auto;	
	top: -10px; /* overlap slides */
	background-image: url(images/bg_pager.png);
	background-repeat: repeat-x;
	z-index: 2;
}
.jcarousel-clip {
	z-index: 3;
	padding: 0;
	margin: 0;
	overflow: hidden; 
	position: relative;
}
.jcarousel-list {
	z-index: 2;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	top: -10px;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops.
	width:80px;  */
	width: 123px;
}
#feature_gallery {
	height:345px;
	width:732px;
	margin:auto;
	display:block;
	background-color: #373737;
	padding: 0px;
	z-index: 1;
}
ul#feature_gallery_pager {
	display:block;
	width: 732px;
	margin:auto;
	padding: 0;
	overflow:hidden;
/*	height:65px; */
	height:155px;
}
/*ul#feature_gallery_pager li a:hover {
	background:url(images/arrow.png) no-repeat;	
} */
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:122px;
	height:155px;
	padding: 0;
	float:left;
	display:block;
	background:url(images/bg_thumb_off.png) no-repeat;	
}
ul#feature_gallery_pager li {
/*	margin:0 2px;
	padding:0 0 10px 0; */
	margin: 0;
	padding: 0;
}
ul#feature_gallery_pager li a.activeSlide {
	background:url(images/arrow.png) no-repeat;
}
ul#feature_gallery_pager li a:focus, ul#feature_gallery_pager li a:active {
	text-decoration: none; 
} 
#feature_gallery .bigimgs {
	overflow:hidden;
	background-color:#373737;
/*	height:330px;
	width:500px;
	border:2px solid #fff; */
	height:345px;
	width:732px;
	position:relative;
	margin:0 auto;	 
}
#feature_gallery img.change {
	width:737px;
	height: 345px;
	position:relative;
	
}
#feature_gallery img.thumb {
/*	width:80px;
	height:51px; */
/*	width: 122px;
	height: 155px; */
	width: 122px;
	height: 155px;
}