.slideshow {
	position:relative;
	width:944px;
	height:392px;
	overflow:hidden;
}

.slideshow .violator {
	z-index:1000; background-color:#191919; width:500px; height:31px; float:right; position:relative; top:-45px; left:-12px;
}

.slideshow .violator .caption {
	display:none; padding:4px 10px; color:#fff; float:left; font-weight: bold;
}

.slideshow .violator .caption a {
	margin-left:8px; font-weight: bold;
	color: #d40026;
}

.slideshow .violator .caption a:hover {
	text-decoration:none;
	background-image:url(../gfx/pinkdot_standard.gif); 
	background-repeat:repeat-x;
	background-position:bottom;
}

.slideshow .violator .navigation {
	position:absolute;right:10px;top:10px;
}

.slideshow .violator .navigation a {
	text-indent:-9999px; 
	overflow:hidden; 
	display:block; 
	background-color:#690011; 
	width:14px; height:11px; 
	float:left; margin-left:5px; 
	cursor:pointer; overflow:hidden;
}

.slideshow .violator .navigation a:hover {
	background-color:#9a0019;
}

.slideshow .violator .navigation a.activeSlide {
	background-color:#d40026;
}

.slideshow .violator .navigation a {
	outline:none;
}

.slideshow li span.caption {
	display:none;
}

.slideshow li span.caption a {
	color: #d40026;
}

.slides {
	background-color:#333333;
	overflow:hidden;
	height:400px;
}
