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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 250px;
	height: 93px;
	float: right;
	border: 1px solid #903;
	margin-right: 5px;
	padding-bottom: 5px;
	top: -5px;
	z-index: 333;
	font-family: Arial, Helvetica, sans-serif;
}
#contcont {
	height: 93px;
	width: 250px;
	float: right;
	background-image: url(../images/contcont5.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 555;
	margin: 0px;
	padding-top: 21px;
	padding-right: 21px;
	padding-bottom: 21px;
	padding-left: 21px;
}

.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;
	font-family: Verdana, Geneva, sans-serif;
}

.container {
	width: auto;
	margin: auto;
	padding-top: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

/*************************************************************/
.twoColFixLt #container #head #mainContent table {
	float: none;
	clear: right;
}
.twoColFixLt #container #head #sdsd #pf_slideShow1 {
	height: 93px;
	width: 400px;
	float: left;
	top: 44px;
}
