/*******************
UMFK Slideshow Styles
http://www.umfk.edu

Version 2.26.2009

Built by: Steve Michaud, Web Technician
steve.michaud@maine.edu

Please request written permission prior to use.
*******************/

.layerContent {
	position: absolute;
	width: 720px;
	left: 0px;
	top: 0px;
	text-align: center;
	visibility: hidden;
}
.slideshowContainer {
	padding: 0px;
	margin: 0 auto;
	position: relative;
	width: 620px;
	height: 440px;
	visibility: hidden;
}
.closebutton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 620px;
	height: 440px;
	text-align: right;
	z-index: 100;
}
.closebutton img {
	behavior: url(/css/iepngfix.htc);
}
.closebutton a {
	behavior: url(/css/iepngfix.htc);
	background: url(../images/content/slideshowbg.png) top left no-repeat;
	display: block;
	width: 620px;
	height: 440px;
}
.slides {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 90%;
	height: 90%;
	color: #ffffff;
	z-index: 100;
}
.slides p {
	display: block;
}

