@charset "utf-8";
/* CSS Document */

a img {
	border:none;
}
.jcarousel-container {
	position: absolute;
	top: 500px;
	clear:both;
	width:760px;
	margin:10px auto 0 auto;
	padding:0px;
	
}
/*.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:35px;
}/**
 * *****************HORIZONAL BUTTONS******************

.jcarousel-next-horizontal {
	position:absolute;
	top:18px;
	right:5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background:  transparent url(../js/Slideshow_Gallery/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:18px;
	left:5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../js/Slideshow_Gallery/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:300px;
	width:592px;
	margin:auto;
	display:block;
	z-index: 1;
	position:relative;
}
ul#feature_gallery_pager {
	display:block;
	margin-left: 135px;
	overflow:hidden;
	height:33px;
}
/*******Small Thumb Border Graphic**********/
/*#feature_gallery ul.menu li a:hover {
	background:url(../js/Slideshow_Gallery/arrow_hover_small.png) no-repeat;
}*/

#feature_gallery ul.menu li a:hover {
	border: medium dotted #000;
	width:40px;
	height:26px;
}

ul#feature_gallery_pager li a {
	overflow:hidden;
	outline: none;
	width:40px;
	height:26px;
	float:left;
	display:block;
}
ul#feature_gallery_pager li {
	margin:0 5px;
	padding:0 0 10px 0;
}
#feature_gallery ul.menu a.activeSlide {
	background:url(../js/Slideshow_Gallery/arrow_wht.png) no-repeat;
	width: 40px;
	height: 26px;
	
}
#feature_gallery .bigimgs {
	overflow:hidden;
	background-color:#000;
	height:500px;
	width:760px;
	border:1px solid #000000;
	position:relative;
	z-index: 1;
	margin:0 auto;
	margin-left: 2px;
}
#feature_gallery img.change {
	width:760px;
	position:relative;
	
}
#feature_gallery img.thumb {
	width:40px;
	height:26px;
	border: 1px solid #666666;	
	
}

#output{
width:760px;
margin:1em auto;
display:block;
clear:both;}