
ul.Featurelist, li.Feature{
	padding:0;
	margin:0;
	list-style:none;
}

.next, .prev{
	/*cursor:pointer;*/
}
#FeatureNext-img{
	cursor:pointer;
}
.next,.prev{
	/*height:200px;*/
	width:30px;
	text-align:center;
	vertical-align:middle;
	/*background-color:#e5e1e1;*/
}
#screen{
	position:relative;
	height:260px;
	width:640px;
	margin-top:10px;
	/*background-color:#e5e1e1;*/
	border:1px solid #b8b7b7;
}
#screen .next, #screen .prev{
		/*position:absolute;
		top:10px;*/
	}
	#screen .prev{
		/*left:5px;*/
	}
	#screen .next{
		/*right:7px;*/
	}
	
	
#sections{
	overflow:hidden;
	/*background-color:white;*/
	background-color:#fff;
	width:580px;
	height:230px;
	clear:left;
	margin-left:0px;
	/*border:1px solid black;*/
}
	#sections ul.Featurelist{
		width:5660px;
	}
	
		#sections li.Feature{
			float:left;
			padding:5px 10px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
			ul.NormalList {			
				width:100%;
				list-style:circle;
			}
			#sections li UL li {
				float:none;
				padding:0;
				list-style-type: disc;
			}

#SS-Description{
	padding:5px;margin:0 auto 0 auto;width:540px;text-align:left;clear:both;height:65px;border:4px double black;
	background-color:#f4f4f4;
}
.Descr-cell{
	/*background:url("../images/SS-Descr-border.gif") top center no-repeat;*/
	padding:5px 1px 0 1px;text-align:center;width:640px;
}