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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 565px;
	height: 300px;
	margin-bottom: 5px;
	background-image: url(../bkgs/sglogosm1a.png);
	background-position: right;
	background-repeat: no-repeat;
}

.loading {
	background: url(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;
}

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

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

.container {
	width: 570px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 50px;
}

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

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

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

#head {
	background-image: url(../bkgs/sgwebhead09vsm.jpg);
	background-repeat: no-repeat;
	height: 107px;
}
#pf_slideShow1 #head #apDiv1 strong {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
