#slideshow {
	width: 660px;
	background-image: url('/static/images/slideshow/adv_ss_bg.png');
}

#slideshow #contentdiv {
	width: 670px;
	height: 350px;
}

#slideshow #nav {
	float: left;
	width: 660px;
	position: relative;
	z-index: 1;
	height: 99px;
	margin-top: -100px;
	cursor: pointer;
	cursor: hand;
	background-image: url('/static/images/slideshow/adv_ss_banner_bg.png');
}

.slideshowbox {
	color: white;
}

#nav ul {
	padding-left: 0px;
}

#nav ul li {
	height: 70px;
	width: 132px; 
	float: left;
	display: inline;
	margin-top: 0px;
	text-align: center;
}


#nav ul li img {
	margin-top: 28px;
}

