@charset "utf-8";
/* CSS Document */
#slideshow {
	margin: auto;
	/*width:100%;*/
	height: 192px;
}
#nav {
	z-index: 50;
	position: absolute;
	bottom: 0px;
	left: 280px;
}
#nav a {
	margin: 0 2px;
	padding: 6px 0 0 0;
	background: url(jQueryCycle/nav.png) no-repeat center;
	text-decoration: none;
	width:30px;
	height:24px;
	text-align:center;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	display:block;
	float:left;
}
#nav a.activeSlide {
	background: url(jQueryCycle/nav_act.png);
}
#nav a:focus {
	outline: none;
}

