/* The slider */

#slider {
	width:791px;
	height:191px;
	float:left;
	margin-left:0px;
	font-size:12px;
}

#heading * {
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
	font-size:12px;
	}
	
#heading {
	margin-top:7px;
	margin-left:5px;

}
	
#heading div div{
	color:#e08d40;
	padding:1px;
	text-align:center;
	float:right;
	width:83px;
	height:18px;
	margin-top:-3px;
	padding-top:5px;
	}

#heading div.active {
	background:transparent url(../images/home/tabslider/slidehead.gif) no-repeat bottom center;
	color:#71a55c;
	/*padding-bottom:2px;*/
	}



#panes {
	text-align: justify;
	border-style: none;
	width: 791px;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:1.5em;
	letter-spacing:-0.5px;
}

#panes div div { overflow: hidden; }

/*Slider end*/

