@charset "utf-8";
/* Styles for Animated Mural */
.jcarousel-container {
	position: relative;
	clear:both;
	width: 512px;
	margin:0 auto;	
	top: 5px; /* down 5px from 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: 60px;
}
.jcarousel-next-horizontal {
	position:absolute;
	top:10px;
	left:518px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background:  transparent url(images/jcarousel_next2.png) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-prev-horizontal {
	position:absolute;
	top:10px;
	left:-35px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(images/jcarousel_prev2.png) no-repeat 0 0;
}
.jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
#feature_gallery {
	height:400px;
	width:600px;
	margin:auto;
	display:block;
	background-color: #110A00;
	padding: 0px;
	z-index: 1;
}
ul#feature_gallery_pager {
	display:block;
	width: 512px;
	margin:auto;
	padding: 0;
	overflow:hidden;
/*	height:65px; */
	height:50px;
}
/*ul#feature_gallery_pager li a:hover {
	background:url(images/arrow.png) no-repeat;	
} */
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:60px;
	height:40px;
	margin: 0;
	padding: 0;
	float:left;
	display:block;
	border: solid 1px #666;
/*	background:url(images/bg_thumb_off.png) no-repeat;	*/
}
ul#feature_gallery_pager li {
	margin:0 2px;
	padding:0 0 10px 0; 
/*	margin: 0 5px 0 0;
	padding: 0; */
}
ul#feature_gallery_pager li a.activeSlide {
/*	background:url(images/arrow.png) no-repeat; */
	border: solid 1px #FFF;	
}
ul#feature_gallery_pager li a:focus, ul#feature_gallery_pager li a:active {
	text-decoration: none; 
} 
#feature_gallery .bigimgs {
	overflow:hidden;
	background-color:#110A00;
/*	height:330px;
	width:500px;
	border:2px solid #fff; */
	height:400px;
	width:600px;
	position:relative;
	margin:0 auto;	 
}
#feature_gallery img.change {
	width:600px;
	height: 400px;
	position:relative;
	
}
#feature_gallery img.thumb {
/*	width:80px;
	height:51px; */
/*	width: 122px;
	height: 155px; */
	width: 60px;
	height: 40px;
}
