#image-gallery-wrapper {
	margin:0;
	width:479px;
	position:relative;
	padding:6px 0 0 3px;
	height:256px;
	background:url(../images/bgfeat.png) repeat-y;
	border-bottom:1px solid #dfdfdf;
}

#image-gallery {
	margin:0 auto;
}

.stepcarousel{
position:relative; /*leave this value alone*/
overflow:scroll; /*leave this value alone*/
width:479px; /*Width of Carousel Viewer itself*/
height:252px; /*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:url(../images/bg.jpg) repeat-x;
/* border:1px solid #2B271E; */
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right:4px ; /*margin around each panel*/
width:149px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:245px;
padding:2px;
border:1px solid #6B7C8A;
}
.stepcarousel .panel p{
text-align:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0px 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:4px 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 h1{
text-align:left; /*leave this value alone*/
color:#fff;
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0px 5px ; /*margin around each panel*/
font-size:14px;
font-family:Verdana;
}

.stepcarousel .panel h4{
text-align:left; /*leave this value alone*/
color:#FF0000;
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:8px 5px ; /*margin around each panel*/
font-size:12px;
font-family:Verdana;
}


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

}

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

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

#image-gallery-wrapper .next {
	margin-left:145px;
	margin-top:60px;
	background:url(../images/sliding-next-button.gif) no-repeat 0 0;
	right:0;
}
.buy{
	background:url(../images/buy.png) no-repeat;
	width:70px;
	height:24px;
	display:block;
	float:right;
	margin-top:4px;
}


