#slider	{ 
		background: #FF6633; 
		height: 200px; 
		overflow: hidden;
		position: relative; 
		margin: 0px 20px; 
		margin-bottom: 15px;
		margin-top:0px;
		}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 900px; /*Width of Carousel Viewer itself*/
height: 180px; /*Height should enough to fit largest content's height*/
margin: 10px 30px;

}

.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*/
width:290px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:180px;
margin-right:10px;
}
.stepcarousel .panel img{
width:260px;
height:150px;
}

.stepcarousel .panel h2{
	font-family:georgia, Helvetica, Sans-Serif; 
	font-size: 24px; 
	color: #ac0000; 
	padding:10px 0px;
	margin:5px 0px 0px 400px;
	width:350px;
	overflow:hidden;

}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited  {
	color:#fff;
	background-color: transparent;
	}
.slidim{
	position: absolute; 
	top: 8px; 
	left: 10px; 
	background:#FF6633; 
	padding:8px 8px;
	border:1px solid #5da983;
	
}


.widgets {
	width:320px;
	overflow:hidden;
	margin:5px 20px 10px 0px;
	padding:0px 0px 0px 0px;
	background:#FF9875;
	border:1px solid #ddd;

}

.widgets a {
	color: #222;
	text-decoration: none;
	}
	
.widgets a:hover {
	color: #009;
	text-decoration: underline;
	}
	
ul.tabnav{

	padding:4px 0px 0px 0px;
	height:30px;
	margin:0px 0px;
	background:#FF6633;

}	
	

.tabnav li {
	display: inline;
	list-style: none;
	float:left;
	text-align:center;
	margin-right:5px;
	margin-left:5px;
	}


.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	padding: 6px 18px;
	width:60px;
	font-weight:normal;
	font: 12px tahoma, helvetica,arial,sans-serif; 
	color: #fff;
	text-decoration: none;
	display:block;

	
	}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	text-decoration:none;
	background: #7e2217;
	color: #fff;

	}


.tabdiv {

	padding: 5px 5px 5px 5px;
	font-family:Tahoma,Century gothic, Arial, sans-serif;
	background:#FF9875;
	}
.tabdiv a:link,.tabdiv  a:visited {	

		color:#333;

	}
.tabdiv a:hover{

	color: #890d0c;
	}
.tabdiv ul{

	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;
	
		}
		
.tabdiv ul li{	

	height:100%;
	line-height:28px;
	padding: 0px 0px 0px 0px;
	color:#333;

}
.tabdiv li a:link,.tabdiv li a:visited{
	display:block;
	margin-left:5px;
	overflow:hidden;
	line-height:24px;
	padding:2px 5px ;
	margin:2px 0px;
	color:#333;
	font-size:13px;
	border-bottom:1px dotted #cccec0;

		}

.tabdiv li a:hover {

	color: #890d0c;
	text-decoration:none;
		}
.ui-tabs-hide {
	display: none;
		}

.subsbutton {

float:left;
margin-left:5px;
margin-bottom:10px;
}



 


	