/*Make sure your page contains a valid doctype at the top*/
#slideshow1{ 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
z-index: 100;
margin-top: 40px;
}

#slideshow1 .gallerydesctext{ 
text-align: left;
padding: 2px 5px;
}

.gallerystatus, .gallerydesc, .navpanellayer {display: none;}

#btm-shadow { behavior: url(../js/iepngfix.htc) }

#desc {
	height: 100px;
	width: 980px;
	position: relative;
	z-index: 199;
	margin-top: -100px;
	cursor: default;
}

#btm-shadow {
	height: 102px;
	width: 980px;
	background: url(../images/btm-shadow.png) repeat-x bottom left;
	position: absolute;
	bottom: 0;
	z-index: 198;
	cursor: default;
	*margin-bottom: -1px;
	-khtml-opacity:.70; 
	-moz-opacity:.70; 
	-ms-filter:”alpha(opacity=70)”; 
	filter:alpha(opacity=70); 
	opacity:.70;
}

#desctext {
	margin: 0 15px 15px 15px;
	padding: 65px 10px 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: default;
}

#desctext h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-style: italic;
	margin: 5px;
	padding: 5px;
}

#slide-wrapper {
	width: 980px;
	height: 383px;
	overflow: hidden;
	position: relative;
	text-align: left;
	background: #000;
}

.more {
	
}

.more a, .more a:visited, .more a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.more a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}