#image-gallery-wrapper {
	margin:0 auto;
	width:100%;
	position:relative;
	padding-top:9px;
}

#image-gallery {
	margin:0 auto;
}

.stepcarousel{
position:relative; /*leave this value alone*/
overflow:scroll; /*leave this value alone*/
width:1119px; /*Width of Carousel Viewer itself*/
height:178px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}

.stepcarousel .belt{
position:absolute; /*leave this value alone*/
left:0;
top:0;
}

.stepcarousel .panel{
background-color:#f1e7d4;
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right:6px ; /*margin around each panel*/
width:215px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:171px;
padding:1px;
border:1px solid #cdc1a7;
}
.stepcarousel .panel p{
text-align:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align:left; /*leave this value alone*/
height:20px;
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img{
float:left; /*leave this value alone*/
margin:0; /*margin around each panel*/
padding:0;
border:7px solid #e7e0d2;
}

#image-gallery-wrapper .prev, #image-gallery-wrapper .next {
	background:url(../images/slider-button.gif) no-repeat 0 0;
	display:block;
	position:absolute;
	top:90px;
	height:16px;
	width:11px;
	text-indent:-9999px;
}

#image-gallery-wrapper .prev {
	left:0;
}

#image-gallery-wrapper .next {
	background-position:0 100%;
	right:0;
}

.slideshow { 
	height: 370px; 
	width: 966px;
}
.slide-wrapper{
	width:966px;
	height:370px;
}
#cycleNav{
	position:absolute;
	top:330px;
	left:240px;
	z-index:999;
}
	#cycleNav a {
		float: left;
		color:#fff;
		font-size:1.5em;
		font-weight:bold;
		font-family:arial;
		width:24px;
		height:24px;
		line-height:20px;
		display:inline;
		padding-left: 3px;
		text-decoration:none;
		margin:0 0 0 -5px;
	}
	

		#cycleNav a.activeSlide {
			background: transparent url("../images/banner_active.png") 1px 20px no-repeat;
		}


