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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 322px;
	height: 341px;
	margin-bottom: 0px;
	vertical-align: top;
	float: left;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	margin-left: 30px;
	margin-top: 77px;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding: 0px;
	margin: 0px 3px 5px;
	border: 1px none #EFEFE6;
}

a:hover.slideshowThumbnail img {
	padding: 0px;
	margin: 0px 3px 5px;
	border: 1px none #FFF;
}

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

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

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

.container {
	width: 500px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 90px;
	margin-left: 170px;
}

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

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

/*************************************************************/
#thmbrt {
	float: right;
	height: 250px;
	width: 110px;
	margin-top: 80px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 5px;
	position: relative;
	top: 0px;
}
#thmbrt div a {
	font-size: 14px;
	color: #306;
	text-decoration: underline;
}

