#slideshow {
	position:relative;
	height:350px;
	width:940px;
	margin-bottom:10px;
	overflow:hidden
}

#slideshow .cycle{
	position:relative;
	height:350px;
	width:940px!important;
	overflow:hidden;
}

.desc p {
	margin:0px;
	color:#f8f8f8;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size:14px;
	padding:5px 0px 20px 20px;
	text-align:left;
}

#slideshow .desc{
	background-image:url(../images/slideshow_bg.png);
	background-repeat:repeat-x;
	position:absolute;
	top:auto;
	bottom:0;
	left:0px;
	height:32px;
	width:940px!important;
}

#slideshow_navigation a{
	background: url(../images/slide_nav_hover.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:10px;
	height:10px;
	margin:0px 2px;
	outline-style:none;
	outline-width:medium;
	padding:0px 0px;
}

#slideshow_navigation{
	position:absolute;
	right:30px;
	top:330px;
	bottom:23px;
	z-index:700;
	cursor:pointer;
}

#slideshow_navigation .activeSlide {
	background: url(../images/slide_nav_noactive.png) no-repeat scroll 0% 50%;
}

