#image-gallery-wrapper {
	background:#1b3b5f url(../images/sliding-bg.gif) no-repeat 0 0;
	margin:0 auto;
	width:984px;
	position:relative;
	padding:5px 0 22px 0;
	/*height:172px;*/
}

#image-gallery {
	margin:0 auto;
}

.stepcarousel{
position:relative; /*leave this value alone*/
overflow:scroll; /*leave this value alone*/
width:903px; /*Width of Carousel Viewer itself*/
height:140px; /*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:#DD2384;
/*border:1px solid #e5e8ec;*/
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right:19px ; /*margin around each panel*/
/*width:13px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
/*height:156px;*/
width:180px;
height:140px;
/*padding:8px;*/
}

.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 a:hover img {
opacity: 0.6;                    /* Firefox, Safari(WebKit), Opera */
-ms-filter: "alpha(opacity=60)"; /* IE 8 */
filter: alpha(opacity=60);       /* IE 4-7 */
zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
}

.stepcarousel .panel img{
float:left; /*leave this value alone*/
margin:0; /*margin around each panel*/
padding:0;
width:180px;
height:140px;
}

#image-gallery-wrapper .prev, #image-gallery-wrapper .next {
	display:block;
	position:absolute;
	top:69px;
	height:16px;
	width:11px;
	text-indent:-9999px;
}

#image-gallery-wrapper .prev {
	background:url(../images/sliding-prev-button.gif) no-repeat 0 0;
	left:12px;
}

#image-gallery-wrapper .next {
	background:url(../images/sliding-next-button.gif) no-repeat 0 0;
	right:12px;
}


