/*for viola pages Easy Slider content slider------------------------------------------------- */			
#carousel {
	margin: 0 0 0 17px;
}

/*   image replacement */
.graphic, #prevBtn, #nextBtn{
    margin: 0;
    padding: 0;
    display: block;
    overflow: auto;
    text-indent: -8000px;
}
/* // image replacement */			

/* Easy Slider */
#slider img  {
	display: block;
	border: 5px solid #555;
	margin: 0 0 10px 0;
}

#slider{
}	
	
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; 
}
	
#slider li { 
	width:590px;
	/*height:555px;*/
	height: auto !important;
	height: 56em;
	min-height: 56em;	
	max-height: 70em;
	/*overflow:hidden; */
}	
#prevBtn, #nextBtn { 
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
/*	left:-30px;
	top:320px;*/
	left: 505px;
	top: 11.25em;
}	
	
#nextBtn { 
	/*left:590px;*/
	left:  565px;
}		
												
#prevBtn a, #nextBtn a {  
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images_va/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a { 
	background:url(../images_va/btn_next.gif) no-repeat 0 0;	
}		
	
#carousel h2 {
	font-size: 165%;
	margin-bottom: 0.75em;
}

li h3, li p {
	display: inline;
}

body#viola h3 {
	font-size: 130%;
	color: #444;
	border: none;
}

body#viola h1, body#viola p.va_intro {
	margin-left: 17px;
	margin-right: 0;
}

body#viola p.va_intro {
	padding-bottom: 15px;
	border-bottom: 1px solid #777;
}

/*jquery show selected image set*/
a.highlighted:link, a.highlighted:visited {
	color: #444;
}

/*for finished va link*/
.finale {
	/*margin-top:  3em;*/
	font-weight:  bold;
}		