#nav { margin: position: relative; padding: 0 0 0 5px; float:left;}
#nav li { float: left; list-style: none; margin:0 5px 0 0;}
#nav a { text-decoration: none; padding:0 4px; background:#999999; }
#nav a.activeSlide { background: #000;}
#nav a:focus { outline: none; }
#control {
	text-align:right;
	position:absolute;
	z-index:9999;
	background:#fff;
	margin:251px 20px 0 0;
	float:right;
	padding:4px;
	opacity:.70;
	filter: alpha(opacity=70);
	right:0;
}
#control a {
	color:#fff;
}
#demos {
	width:775px;
	height:226px;
	text-align:right;
	z-index:1;
	position:absolute;
}
#prev {
	float:left;
	background:#999999;
	padding:0 3px;
	text-decoration:none;
	cursor:pointer;
}
#next {
	float:left;
	background:#999999;
	padding:0 3px;
	text-decoration:none;
	cursor:pointer;
}
#slideshow {
	z-index:100;
	width:775px;
	height:296px;
	position:relative;
}

.pics { height: 296px; width: 775px; padding:0; margin:0; overflow: hidden }
.pics img { height: 296px; width: 775px; background-color: #eee; top:0; left:0 }

}

