.jcarousel-container {
	position: relative;
	clear:both;
	width:460px;
	margin:10px auto 0 auto;
	padding:0 40px;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
 
  width:80px;
}/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	position:absolute;
	top:10px;
	right:5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background:  transparent url(jcarousel_next.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:5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(jcarousel_prev.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;
}
/*Height increased to 500px from 470px to allow for larger caption*/
#feature_gallery, .feature_gallery {
	/*height:500px;*/
	width:550px;
	margin:auto;
	display:block;
	background-color: #F2F2F2;
	padding:5px;
	border: 1px solid #DADADA;
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#feature_gallery a img, .feature_gallery a img{
	border:none;
}
ul#feature_gallery_pager, ul.feature_gallery_pager {
	display:block;
	margin:auto;
	overflow:hidden;
	height:65px;
}
#feature_gallery ul.menu li a:hover {
}
ul#feature_gallery_pager li a, ul.feature_gallery_pager li a {
	overflow:hidden;
	width:80px;
	height:50px;
	padding:2px;
	float:left;
	display:block;
	/* display unselected thumbs as faded
	for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;
}
ul#feature_gallery_pager li,ul.feature_gallery_pager li {
	margin:0 2px;
	padding:0 0 5px 0;
}
#feature_gallery ul.menu a.activeSlide, .feature_gallery ul.menu a.activeSlide {
	/*background:url(arrow2.png) repeat-x; (no-repeat)*/
	/* active thumbnail is opaque
	for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}
#feature_gallery .bigimgs, .feature_gallery .bigimgs {
	overflow:hidden;
	background-color:#000;
	height:330px;
	width:500px;
	border:2px solid #fff;
	position:relative;
	margin:0 auto;	 
}
#feature_gallery img.change, .feature_gallery img.change{
	/*images with class change will automatically resize (width) to fit 500px
		otherwise, they are displayed as cropped*/
	width:500px;
	position:relative;
}
#feature_gallery img.thumbnail, .feature_gallery img.thumbnail,#feature_gallery img.thumb,.feature_gallery img.thumb {
/* remove height - distorts image */
	width:80px;
}
/*Height increased to 50px from 80px to allow for larger caption*/
#output, .output{
	width:500px;
	max-height:80px; /*set a height in case the caption is too large and needs to scroll*/
	margin:1em auto;
	display:block;
	clear:both;
	overflow:auto; /*scroll the caption*/
	font-size:.8em;
	font-style:italic;
	text-align:justify;
}
