@charset "utf-8";
/* CSS Document */

.stepcarousel{
	position: relative; /*leave this value alone*/
	/*border: 1px dashed #9d9b9b;*/
	overflow: scroll; /*leave this value alone*/
	width: 523px; /*Width of Carousel Viewer itself*/
	height: 180px; /*140px --- Height should enough to fit largest content's height*/
	margin-left:28px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px 15px; /*margin around each panel*/
	width:165px;
	/*width: 160px;*/ /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel p{
	font-size:10px;
	color:#525252;
	width:75%;
	
}

.stepcarousel a{
	display:block;
	border:1px solid #ccc;
	padding:5px;
	font-size:11px;
	text-decoration:none;
	color:#333;
}

.stepcarousel a:hover{
	/*background-color:#9b9a9a;*/
	border:1px solid #ccc;
	/*border:1px solid #878484;*/
}

.style1 {font-weight: bold}

