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

	SlideShow
	v 1.3

**************************************************************/
body {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3366FF;
	text-decoration: none;
	background-color: #F8F8F8;
	margin: 0px;
	padding: 0px;
}


.slideshowContainer {
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;
	display: block;
}



.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: 1px solid orange;
	z-index: 0;
	position: absolute;
}

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

/*************************************************************/
a, a:link 			{ color: rgb(72,72,72); text-decoration: none; }
a:visited 			{
	color: rgb(72,72,72);
}	
a:focus, a:hover 	{
	color: #4E80B3;
}
a:active 			{ color: rgb(31,31,79); }

