/* Clear Fix */
.clear {clear: both;}
.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
	

.slideshow_container {
max-width:600px;
width:100%;
}
@media screen and (max-width:460px) {
.slideshow_container {
width:320px;
}
}

.caption {
	display: block;
	font-weight: normal;
	font-size: 12pt;
	background-color: #F2F1EA;
	border: 1px solid #C5C1A5;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	text-align: center;
	margin-bottom:10px;
	display:block;

}
.caption a {
	text-decoration: none;
	color: #4B212D;
	font-weight: bold;
}
.caption a:hover {
	text-decoration: underline;
}

.slide_nav {
	width:490px; /* Customize me */
	position: relative;
	z-index: 50;
	padding: 0 3px;
	border:1px #EBE8DE solid;
	margin-bottom:5px;
}
.slide_nav a {
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	margin: 0 3px;
	color: #645A4C;
}
.slide_nav a.activeSlide {
	color:#FFF;
	background-color: #5B2A38;
}
