.mitem {
	position: relative; 
	height: 180px; 
	text-align: center;
}
.mitem-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.mitem-item {
	display: block;
	width: 80px;
	color: #000;
	position: absolute;
	padding-right: 20px;
	top: 0px;
	text-align: center;
	text-decoration: none;
}
.mitem-item img {
	border: none; 
	margin: 5px 10px 10px 10px; 
	width: 100%; 
}
.mitem-item span {
	display: none; 
	padding-left: 20px;
}

#mitem2 {
	width: 100%;
}
.mitem-container2 {
	position: absolute;
	height: 180px;
	padding-left: 20px;
}
a.mitem-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 100px; 
	color: #fff; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.mitem-item2 span {
	display: none;
	padding-left: 20px;
}
.mitem-item2 img {
	border: none; 
	margin: 5px 10px 10px 10px; 
	width: 100%;
}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 520px; /*Width of Carousel Viewer itself*/
height: 110px; /*Height should enough to fit largest content's height*/
}

.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: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
#basic-accordian{
	padding:5px;
	width:700px;	
	z-index:2;	
}
.accordion_headings{
	padding:5px;
	background:#8fbbc9;
	color:#003;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings:hover{
	background:#5f7176;
}
.accordion_child{
	padding:15px;
	background:#484242;
}
.header_highlight{
	background:#5f7176;
	color:#FFF;
}
