/* The slider */

#slider {
	width:750px;
	height:autopx;
	float:left;
	margin-left:0px;
	}

#heading * {
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
	font-size:12px;
	float:right;
	width:238px;
	}
	
#heading div div{
	color:#e08d40;
	padding:1px;
	text-align:left;
	float:left;
	width:236px;
	height:auto;
	margin-bottom:10px;
	}

#panes {
	text-align: justify;
	width: 420px;
	margin-right:2px;
	background-color:transparent;
	margin-top:-35px;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#panes div div { overflow: hidden; }

.head {
	font-size:14px !important;
	color:#990000;
	padding:2px;
	line-height:19px;
	font-weight:lighter !important;
	font-family:"Tahoma" !important;
	}
	
.date {
	font-size:11px;
}

li {
	margin-bottom:25px;
	list-style-type:square;
}
/*Slider end*/

