/*
    Style Sheet for Slide Shows
	Design by Bradley Roberts of Darby Consulting
	Copyright (c) 2009

	NOTE: Images are relative to the location of this style sheet.		
*/

.slideshowframe {
	margin: 5px;
}

.slide_toggler {
	width: 350px;
	text-align: center; 
	margin-top: 10px;
	margin-left: 50px;
}

.slide_arrow {
	border-width: 0;
	border-color: #FFFFFF;
}

.status {
	margin: 0 50px;
	font-weight: bold;
}
/*  <span class="status" style="margin:0 50px; font-weight:bold"></span>  */


/* Positioning */
.image-right {
	float: right;
	margin-left: 1em;
	font-size: .8em;
}

div.small_caption p {
	font-weight : lighter;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-stretch: narrower;
	text-indent: 5em;
	font-size: 8pt;
	font-style: italic;
	text-align: left;
	vertical-align: text-bottom;
	margin-left: 3em;
	margin-top: 10em;
}

div.caption_right {
	float: right;
	margin: 0.5em;
	padding: 0.5em;
}

div.caption_right p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}


div.caption_left {
	float: left;
	margin: 0.5em;
	padding: 0.5em;
}

div.caption_left p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}


/* End of slidestyle.css */

