/* Start of CMSMS style sheet 'slideshow' */
.slideshowContainer {
	width: 900px;
	height: 370px;
	margin-left: 24px;
}

.loading {
}

.slideshowThumbnail img {
	background: url(images/img.png) no-repeat;
}

a:hover.slideshowThumbnail img {
	background: url(images/img2.png) no-repeat;
}

.outline {
	background: url(images/img3.png) center no-repeat;
	background-position: center;
	margin: 1px;
	z-index: 30;
	position: absolute;
}

#thumbnails {
	width: 900px;
	text-align: right;
	position: absolute;
	float:right;
	margin-top: -30px;
	margin-left: 10px;
	z-index: 20;
}

#window {
	width: 900px;
	height: 370px;
	z-index: 1;
                position: absolute;
	margin-top: -370px;
	margin-left: 24px;
}

#container{
	width: 900px;
	height: 370px;
}
/* End of 'slideshow' */

