#slider {
	width: 700px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}

.scroll {
  height: 300px;
  overflow: auto;
  overflow:hidden;
  position: relative; /* fix for IE to respect overflow */
  background-color: #000;
}

.scrollContainer div.panel {
  padding: 0px;
  height: 30px;
  width: 700px; /* change to 560px if not using JS to remove rh.scroll */
  float:left;
  text-align:left;
  margin: 0 auto;
  background-color: #000;
}

#nav{
	width:700px;
	text-align:left;
}

#nav ul {
	font-size:10px;
	margin:2px 0;
	list-style-type:none;
}

#nav li {
	position: relative;
	float: left;
}		
			
.section{
	width:1900px;
	position:relative;
}

.section .sub{
	position:relative;
	float:left;
	width:575px;
	height:500px;
	padding: 20px;
}

br { 
	clear: left; 
}
