/**
 * Style sheet cycle
 */
#slideshow
{
	width:505px;
	height:600px;
	margin:auto;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

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

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

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

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

#nav a
{
	width:65px;
	height:80px;
	overflow:hidden;
	display:block;
	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:90px;
	display:block;
}
