/**
 * Style sheet cycle
 */
#slideshow
{
	width:830px;
	height:350px;
	left:0px;
	top:0px;
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
}

.pics
{
	margin:auto;
	padding:0;
}

.pics img
{
	left:0;
	top:0;
	position:absolute;
}

#nav
{
	width:210px;
	height:255px;
	top:50px;
	position:absolute;
	overflow:hidden;
	margin-top:210px;
	margin-left:-240px;
	padding:0;
}

#nav li
{
	width:65px;
	height:80px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 0 5 5;
	padding:0;
	list-style: none;
}

#nav a
{
	width:65px;
	height:80px;
	overflow:hidden;
	display:block;
	border:1px solid #ccc;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#nav a.activeSlide
{
	background: #88f filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#nav a:focus
{
	outline: none;
}

#nav img
{
	height:80px;
	display:block;
}
