body {
	overflow:hidden;
	width:24000px;
}
.section{
    margin:0px;
    width:4000px;
    float:left;
    height:100%;
}
ul.nav {
	list-style:none;
	position: absolute;
	width:860;
	height:14px;
	top: -36px;
	left:91px;
}
ul.nav li {
	float:left;
	padding:0 14px;
	font-weight:700;
	color:#eb145a;
	background:url(../images/nav_divider.png) no-repeat center right;
}
ul.nav li.last {
	background:none;
}
ul.nav li a {
	text-decoration:none;
	color:#2e2e2e;
	margin-right:3px;
	
}
ul.nav li a:hover {
	text-decoration:none;
	color:#eb145a;
}

.gal_title {
	position: absolute;
	width:50;
	height:14px;
	top: -36px;
	left:41px;
	font-weight:700;
	color:#b6b6b6;
}


