
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
	width: 799px;
    height:262px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

body, div, p, font, span { font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; font-size:12pt; }
		

a.menuitem, a.menuitem:link, a.menuitem:active, a.menuitem:visited,
a.READMORE, a.READMORE:link, a.READMORE:active, a.READMORE:visited
{ 
	text-decoration:none; 
	color: #003300; 
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif
	font-size:12pt;
	width:799px;
	font-weight:bold; 
	text-transform:uppercase; 
	text-align:center;
	padding: 13px 20px 11px 20px; 
	margin: 0px 20px 0px 20px;
}

a.menuitem:hover, a.READMORE:hover { background-color: #003300; color: white; }

a.frontbtn img { border: black solid 2px; padding:0px; margin:0px; }

/*span.frontbtn:hover { opacity: .5 }*/



div.buttonLabel
{
	position:absolute; 
	top:0px; 
	left:-2px; 
	padding:1px;
}

div.buttonLabel a p:hover  { opacity: 1; }

div.buttonLabel a p
{
	text-align:center;

/*	background-color:#042907; */
	background-color:black;
	color:#e0c9a4; 
	text-transform:uppercase; 
	font-size:12pt; 
	font-weight:bold;
	border-top: solid #e0c9a4 1px;
	border-bottom: solid #e0c9a4 1px;
	margin:0px;
	padding:0px;
	width:392px;
	opacity: .8
}