@charset "utf-8";
/* CSS Document */

.templates {
	border: 1px solid #a13727; 
	background: #f0dedc; 
	float: right; 
	width: 200px;
	margin: 25px 0 0 0; 
	text-align: center; 
	padding: 10px;
	}
	
.templates p {
	 padding: 0 10px;
	 text-align: center;
	 }

.text {
	float: left; 
	width: 260px; 
	margin: 10px 0 0 0;
	}
	
	.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid black;
overflow: scroll; /*leave this value alone*/
width: 450px; /*Width of Carousel Viewer itself*/
height: 167px; /*Height should enough to fit largest content's height*/
margin: auto;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0; /*margin around each panel*/
width: 450px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 167px; /*Height should enough to fit largest content's height*/
background: url(../Images/BackgroundMaker/TemplateUpdate/background.jpg) bottom no-repeat;
}

.stepcarousel .panel img {
border: 1px solid #000;
float: left;
margin: 10px;
}

.stepcarousel .panel div {
width: 150px;
float: right;
margin: 10px 10px 10px 0;
	text-align: center;
}

.stepcarousel .panel div h3 {
background: none;
	padding: 0 0 5px 0;
	border-bottom: 2px dotted #333333;
	margin: 0 0 10px 0;
}