#slideshow { 
	position:relative; 
	width:659px; 
	height:282px; 
	overflow:hidden;
	margin:0px; 
	padding:0px;
	/*border:1px solid #D6D6D6;*/
	}
	
#slideshow #slideshow_violator {
	/*z-index:1000;*/
	width:659px;
	height:30px;
	float:right;
	position:relative;
	top:-3px;
	background:url(/~taxplans/images/slideshow_violator.png) left top repeat-x;
	left: 0px;
	border-top:1px solid #D6D6D6;
}
	
#slideshow #slideshow_violator #project_caption {
	display:none; 
	padding:8px; 
	color:#FF0000;
	float:left; 
	font-weight: bold;
	width:auto;
	background:transparent; }
#slideshow #slideshow_violator #project_caption div{
	font-size:15px;
	color:#000000;
	padding:0 0 0px 0 ;
	font-weight:normal;
	}

		#slideshow #slideshow_violator #project_caption  a.title{
color:#000000;
text-decoration:none;
display:inline;
margin-right:10px;

	}		#slideshow #slideshow_violator #project_caption a.title:hover{
	text-decoration:underline;
	
	}
	
#slideshow #slideshow_violator #slide_navigation{
	position:absolute;
	right:6px;
	top:6px; }
	
#slideshow #slideshow_violator #slide_navigation a { 
	text-indent:-9999px; 
	display:block; 
	width:18px; 
	height:18px; 
	float:left; 
	margin-left:5px; 
	cursor:pointer; 
	overflow:hidden;
	background:transparent url("images/slide_navigation_noactive.png") no-repeat 0 0; }
	
#slideshow #slideshow_violator #slide_navigation a:hover { 
	background:transparent url("images/slide_navigation_hover.png") no-repeat 0 0; }
	
#slideshow #slideshow_violator #slide_navigation a.activeSlide { 
	background:transparent url("images/slide_navigation_hover.png") no-repeat 0 0; }
	
#slideshow li .slide_caption {

	display:none; }

#slides {
	position: relative;
	background-color:#fff; 
	overflow:hidden; 
	width:659px; 
	height:252px;
	margin:0; 
	padding:0; }
