ul#slides {
	height: 320px;
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
}
ul#slides li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#slideshow #slideshow_info {
	z-index: 1000;
	height: 56px;
	position: relative;
	top: -78px;
	background: url(../images/slideshow_violator.png) left top;
	left: 0;
}

#slideshow #slideshow_info #project_caption {
	display: none;
	padding: 9px 18px;
	color: #fff;
	float: left;
	font-weight: normal;
	width: auto;
	background: transparent;
}

#slideshow #slideshow_info #project_caption div {
	font-size: 15px;
	color: #6AB5FF;
	padding: 0 0 0px 0;
	font-weight: normal;
}

#slideshow #slideshow_info #project_caption  a.title {
	color: #ccc;
	text-decoration: none;
	display: block;
}

#slideshow #slideshow_info #project_caption a.title:hover {
	text-decoration: underline;
}

#slideshow #slideshow_info #slide_navigation {
	position: absolute;
	right: 18px;
	top: 22px;
}

#slideshow #slideshow_info #slide_navigation a {
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	overflow: hidden;
	background: transparent url(../images/slide_navigation_noactive.png) no-repeat 0 0;
}

#slideshow #slideshow_info #slide_navigation a:hover {
	background: transparent url(../images/slide_navigation_hover.png) no-repeat 0 0;
}

#slideshow #slideshow_info #slide_navigation a.activeSlide {
	background: transparent url(../images/slide_navigation_hover.png) no-repeat 0 0;
}

#slideshow li .slide_caption {
	display: none;
}