/* styles for feature gallery */
.jcarousel-container {
	margin: 0;
	position: relative;
	width:95px;
	clear: both;
	padding:0px;
}
.jcarousel-clip {
	z-index: 1000;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 999;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
 	width:95px;
 	background-color: blue
}

/**
*  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;
}
*/

#feature_gallery {
	height:325px;
	width:600px;
	margin:auto;
	display:block;
}

ul#feature_gallery_pager {
	float: left;
	display:block;
	overflow:hidden;
	height:325px;
}
#feature_gallery ul.menu li a:hover {
}
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:95px;
	height:50px;
	padding:2px;
	float:left;
	display:block;
}
ul#feature_gallery_pager li {
	margin:0 1px;
	padding:0;
}
#feature_gallery ul.menu a.activeSlide {
	background:url(./jcarousel_active.png) no-repeat;
}
#feature_gallery .bigimgs {
	float: left;
	overflow:hidden;
	height:300px;
	width:600px;
	margin-top: 10px;	 
}
#feature_gallery img.change {
	width:516px;
	height: 325px;
	position:relative;
	margin-left: 85px;
	
}
#feature_gallery img.thumb {
	width:80px;
	height:50px;
}
#output{
float: none;
width:575px;
height: 100%;
margin: 0px 14px;
padding: 1em;
display:block;
clear:both;
background-color: #000;
}
