/* S L I D E S H O W */

#post #slideshowcontainer {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

#slideshow a {
	display: none;
}

#prevslide, #nextslide {
	padding: 5px;
}

#prevslide a {
	width: 6px;
	height: 6px;
	display: block;
	background: url(../im/arrows.png) no-repeat -12px center;
	margin-left: -999px;
}

#post p#slideshow {
	text-align: center;
}

#post #slideshowcontainer img {
	border: 5px solid #effafe;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}



/* R O T A Q U O T E */

#post #rotaquote {
	font-family: Georgia, serif;
	font-size: 1em;
	font-style: italic;
	height: 7em;
	line-height: 1.5;
}

#post #rotaquote ul {
	list-style: none;
}

#post #rotaquote ul li {
	display: none;
	width: 450px;
	background-color: #e3f3e1;
	padding: 1em 30px 0.75em 30px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
