
#screen,
#services-container,
#content{
	width:778px;
}

#screen{
	height:211px;
	
	float:left;
	position:relative;
	overflow:hidden;
}

#screen ul{
	margin:0;
	padding:0;
	list-style:none;
}

#screen .imgs{

}

#screen .imgs li{
	position:absolute;
	top:0;
	left:0;
}

#screen .imgs li.current{
	z-index:10;
}

#screen .nav-button{
	position:absolute;
	right:5px;
	bottom:0;
	z-index:100;
}

#screen .nav-button li{
	float:left;
}

#screen .nav-button li.current span{
	color:#fff;
	background:#B23B3F;
}

#screen .nav-button span{
	display:block;
	width:20px;
	height:20px;
	border:solid 1px #999;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	margin:2px;
	font-weight:bold;
	background:#ccc;
	color:#666;
}

