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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 290px;
	height: 450px;
	margin-bottom: 0px;
	vertical-align: top;
}

.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding: 1px;
	margin: 3px;
	border: 1px solid #EFEFE6;
}

a:hover.slideshowThumbnail img {
	padding: 1px;
	margin: 3px;
	border: 1px solid #993333;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

a {
	color: #607293;
	text-decoration: none;
}

body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

.container {
	width: 380px;
	padding-top: 2px;
	padding-bottom: 2px;
}

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

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
#thmbrt {
	float: right;
	height: 250px;
	width: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: relative;
	top: 0px;
}
