#container h5 {
	font-size:1em;
	overflow: hidden;
	width: 100%;
	height: 1.5em;
	padding:0;
	margin:0;
	background: url('/images/bkgd-slider-off.jpg');
	background-repeat:repeat-x;
	background-color:#F4F5F7;
	font-weight:normal;
}
#container .selected h5 {
  	background: url('/images/bkgd-slider-on.jpg');
	background-repeat:repeat-x;
	background-color:#C8D9EB;
}
.div-slider-container {
	position:relative; left:0px; top:0px;
	height: 32.0em;
	width: 100%;
	border: 2px solid #AAB3B2;
	border-top: 1px solid #AAB3B2;
	padding:0px;
	margin:0px;
}
#container .title {
  	font-family:Verdana;
	font-size:1em;
	margin:0;
	padding:0;
	text-indent:.5em;
	text-align:left;
	font-weight:bold;
  	width:100%;
	color:#17304C;
  	cursor:hand;
}
#container .title a {
  	text-decoration:none;
}
#container div {
 	left:0;
 	width:100%; 
  	/*height:1.5em;*/
  	position:absolute;
  	overflow:hidden;
  	text-align: center;
	vertical-align:top;
  	padding:0;
	margin:0;
	height:auto;
}
#container .inside {
	font-family: verdana;
	font-size: .75em;
	height: 24em;
	overflow:scroll;
	overflow-x: hidden;
	left:0px;
	width:94%;
	margin-left:2%;
	position: relative;
	display: none;
	text-align:left;
	vertical-align:top;
}
#container .selected {
  height:auto;
  max-height:24em;
  overflow:auto;
}
* html .selected { /*IE only.*/
  height:24em; 
}