/* Elevator Panels by Project Seven Development www.projectseven.com */
/* THIS FILE FORMATS THE SLIDESHOW */

#slideshow #p7EPM_2 {
	position: relative;
	top: 12px;
	left: 0;
	width: 974px;
	height: 333px;
	z-index: 0;
	border: 1px solid #E2AD66;
	background-color: #FFF;
}
#slideshow .p7epm_trigs {/* position buttons */
	position: absolute;
	bottom: 7px;
	left: 509px;
	overflow: hidden;
}
#slideshow .p7epm_trigs ul {
	margin: 0 0 0 9px;
	padding: 0;
}
#slideshow .p7epm_trigs li {
	list-style-type: none;
	margin-right: 26px;
	float: left;
	
	/*ie6fix*/
	width: 27px;
	height: 27px;
	
}
#slideshow .p7epm_trigs a {
	line-height: 27px;
	background: url(../../images/slidehouse.png) no-repeat;
	display: block;
	width: 27px;
	height: 27px;
	
	}
/* trying to get rid of that dern dash*/
#slideshow .p7epm_trigs a, #slideshow .p7epm_trigs a:link, #slideshow .p7epm_trigs a:hover, #slideshow .p7epm_trigs a:visited {
	text-decoration: none;
	}
#slideshow .p7epm_trigs .p7epm_open, #slideshow .p7epm_trigs a:hover {
	background: url(../../images/slidehouse_f2.png) no-repeat;
}
#slideshow .p7epm_trigs a span {
}
.p7EPM05 .p7epm_ie5clear {
	font-size: 0;
	height: 0;
	line-height: 0.0;
}
/*Current Marker Styles*/
#slideshow .p7epm_trigs a.current_mark {
	background: url(../../images/slidehouse_f2.png) no-repeat;
}
#slideshow .p7epm_content a.current_mark {
	font-weight: bold;
}
#slideshow .slideShowImage {
	width: 495px;
	height: 319px;
	margin: 7px 0 0 7px;
	background-color: #F6FFCC;
	text-align: center;
}
#slideshow .slideShowText {
	position: absolute;
	left: 518px;
	top: 27px;
	width: 400px;
	height: 200px;
	font-size: 1.5em;
	line-height: 130%;
	color: #800000;
}
#slideshow .slideShowText p {
	vertical-align: middle;
}