/******************************
* Gallery CSS by Kelli Shaver *
* http://www.kellishaver.com  *
******************************/
* {
	font-family: arial, helvetica, sans-serif;
}

a {
	color:#99CC00;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 180px;
/*height: 110px;*/
}

#navlinks{ /*CSS for DIV containing the navigational links*/
/*width: 680px;*/
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
color:#99CC00;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
color:#333333;
text-decoration:none;
}

#navlinks a.hover{ /*CSS for currently selected navigational link*/
color:#333333;
text-decoration:none;
}