#basic-accordian{
	/*border:5px solid #EEE;
	padding:5px;*/
	/*width:350px;*/
	width:225px
	/*position:absolute;*/
	/*left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;*/
}

.accordion_headings{
	padding:5px 0 10px 0;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	/*background:#99CC00;*/
	background:#F1F1F1 url(../images/sliderBG.gif) repeat-x left top;
	color:#01678D;
	/*border:1px solid #fff;*/
	/* cursor:pointer; ---  commented by amar*/
	text-align:center;
}

.accordion_headings:hover{
	/*background:#00CCFF;*/
	color:#042E3E;
}

.accordion_child{
	padding:0 0 10px 0;
	background:#EEE;
	color:#034463;
	text-align:center;
}

.header_highlight{
	/*background:#00CCFF;*/
	background:#F1F1F1 url(../images/sliderBG.gif) repeat-x left top;
	color:#042E3E;
		font-weight:bold;
}

/*gallery slider*/
.stepcarousel{
background:url(../images/galleryBG1.png) repeat-x left top !important;
background:#7E7E7E;
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 420px !important;/*Width of Carousel Viewer itself*/
width: 385px;/*Width of Carousel Viewer itself*/
height: 100px; /*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 26px 10px 24px !important; /*margin around each panel*/
margin:10px 18px 10px 15px; /*margin around each panel*/
width: 107px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:90px;
}
.stepcarousel .panel div{
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}
/*gallery slider*/

/*marquee*/

#marqueecontainer{
	position: relative;
	width: 215px; /*marquee width */
	height: 60px; /*marquee height */
	overflow: hidden;
	padding: 5px;
	color:#666666;
}
#marqueecontainer a{
	color:#666666;
	text-decoration:none;

}
#marqueecontainer a:hover{
	color:#000000;
		text-decoration:none;
}

/*marquee*/