#carousel
	{
	width: 475px;
	font-size: 10px;
	background-image: url('art/product_box.jpg'); 
	background-repeat: no-repeat;
	background-position: top left;

	}

/* SLIDE STUFF */

.stepcarousel
	{
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 460px; /*Width of Carousel Viewer itself*/
	height: 250px; /*Height should enough to fit largest content's height*/
	margin-left:15px;

	}



.stepcarousel .belt
	{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height: 240px; /*Height should enough to fit largest content's height*/
	}



.stepcarousel .panel
	{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 7px; /*margin around each panel*/
	 /*Width of each panel holding each content. If removed, widths should be individually defined on each 			
		content DIV then. */
	}


.panel 
	{
	width:445px;
	height: 212px;
	padding: 3px 6px 3px 3px;
	}


.panel h3
	{
	font-size: 11px;
	text-align: left;
	}

#mygallery 
	{

	}



img.imgfollow {
	border:2px solid #999999;
}
