@charset "utf-8";
/* CSS Document */

#slider_container {
	
	width:95%;
	}
#slider_container .block {
	background-color: #f1f4f6;
	position: relative;
	}
#slider_container h1, #slider_container h1.inactive {
	background: url(../images/slider_heading_bg.gif) no-repeat 0 0px ;
	font-weight: bold;
	padding: 8px;
	color: #fff !important;
	font-size: 11pt;
	}
#slider_container h2 {
	font-size: 18px;
	background: #5e5e51;
	padding: 10px;
	color: #fff;
	border-bottom: 2px solid #888;
}
#slider_container h1.active {
	background: url(../images/slider_heading_bg.gif) no-repeat 0 -43px;
}

#slider_container .block .content{
overflow-y:auto;
overflow-x:hidden;
width:235px;
margin-bottom:10px;
border-left: solid 1px #d5d6d7;
border-right: solid 1px #d5d6d7;
border-bottom: solid 1px #d5d6d7;
}
