/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 400px;
	height: 280px;
	margin-bottom: 10px;
	margin-left: 25px;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}

.loading {
	background: url(file:///C|/Users/Murphy/AppData/Local/Temp/Temp1_slideshow.zip/slideshow/slideshow/images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 2px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 2px;
}

.current img {
	border: 1px solid grey;
	padding: 2px;
}

.outline {
	border: 1px solid #cccccc;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 450px;
	
}
#thumbnails img {
padding: 2px;
}
#example {
	width:460px;
	height: auto;
	float: left;
	padding-right: 10px;
}
#thumbnails p {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
/*************************************************************/
