.gen_clear {
	clear:both;
}


#nav {
	width:755px;
	height:60px;
	margin: 0 auto 12px auto;
	padding: 0 0 12px 0;
}

ul {
	list-style-type:none;
}

#nav a:hover {
	border:0;
}

a img {
	border-width:0px;
}


#nav ul
{
	list-style: none;
	padding:0;

}


#nav ul li {
	float:left;
	margin-left:4px;

}

#content {
	width:755px;
	height:502px;
	clear:both;
	overflow-x:hidden;
	overflow:hidden;
	border: 0px solid #999;
}

#content li {
	margin:0;
	padding:0;
}

#content ul {
	margin:0;
	padding:0;
}


#js_enabled #nav ul{
	float:left;
	margin: 12px 0 0 6px;
	display:block;
}

#js_enabled #nav ul li img a {
	width: 90px;
	height: 60px;
	border:0;
}

#js_enabled #nav ul li img a:hover {
	width: 90px;
	height: 60px;
	text-decoration:none;
}


#js_enabled #content
{
	position: relative;
	clear:both;
}

#js_enabled #content #slides {
	width:5285px;
	float:left;
	overflow-y:hidden;
}

#js_enabled #content #slides li
{
	float: left;
	width: 755px;
	height:502px;
	list-style: none;
	display:block;
}


/* elements below created by JS */

#next, #back {
	position:relative;
	height: 12px;
}

#back {
	width:17px;
	height:12px;
	left: -4px;
	top: 0px;
	float:left;
}

#next
{	
	width:17px;
	height:12px;
	position:absolute;
	left: 858px;
}

