body {
	background-color: #272A2F;
	background-image: url();
}
body {
	background-color: #282b30;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 700px; /*Width of Carousel Viewer itself*/
	height: 175px; /*Height should enough to fit largest content's height*/
	left: 0px;
}

.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: 10px; /*margin around each panel*/
	width: 219px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	color: #d3d3d3;
	text-align: center;
}


.thumb {
	border:5px solid #c9c9c9;
	display:block;
}
.thumb:hover {
	border:5px solid #d52a18;
}
.thumb img{
	border:1px solid #000;
}


.thumb_new {
	border:5px solid #c9c9c9;
	padding: 1px;
}
.thumb_new:hover {
	border:5px solid #d52a18;
	padding: 1px;
}

.style1 {
	color: #7e7e7e;
	font-size: 11px;
	font-family: Tahoma;
	
}

.style2 {
	color: #fdad24;
	font-size: 11px;
	font-family: Tahoma;
	
}

.style3 {
	color: #fdad24;
	font-size: 14px;
	font-family: Tahoma;
	
}

.style4 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma;
	
}

.style5 {
	color: #A9AAAC;
	font-size: 10px;
	font-family: Tahoma;
	
}

.style6 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Tahoma;
	
}

.a1:link, .a1:visited, .a1:hover, .a1:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma;
}

.a2:link, .a2:visited, .a2:hover, .a2:active {
	color: #A9AAAC;
	text-decoration: none;
	font-size: 10px;
	font-family: Tahoma;
}


.content_cell {
	background-image: url(http://stella97/htdocs/images/default/stella97_11_cell.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#313133; 
	border-left:2px solid #4B4B4B;
	border-right:2px solid #4B4B4B;
	width: 773px;
}
.content_div {
	background-image: url(http://stella97/htdocs/images/default/stella97_11.jpg);
	background-position: bottom;	
	background-repeat: no-repeat;
	
}
