@charset "utf-8";
/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	margin:0px;
	padding:0px;
}

#slideshow {
    position:relative;
    height:174px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

a{
	color:#333;
	text-decoration:underline;
}

a:hover{
	color:#000;
	text-decoration:underline;
}


	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #fff;
		padding: 5px;
		width: 750px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #CAF99B;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #090;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

