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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 524px;
	height: 440px;
	margin-bottom: 5px;
	left: 234px;
	position: absolute;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	

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

.slideshowThumbnail {
	outline: none;
}

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

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

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

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

#thumbnails {
	width: 110px;
	left: 6px;
	top: 8px;
	right: 0px;
	position: absolute;
	bottom: 0px;
	visibility: inherit;
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
#thumbnails2 {
	position: absolute;
	left: 119px;
	width: 110px;
	visibility: inherit;
	top: 8px;
	bottom: 0px;
}

#pagenav {
	position: absolute;
	left: 10px;
	width: 214px;




























	visibility: ;
	top: 405px;
	bottom: 0px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #333333;
	text-align: center;
	line-height: normal;
	padding-top: 5px;
}
