html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.top-view .imageElement {
	visibility:hidden;
	position:relative;
	left:5px;
	top:0;
	padding-bottom:5px;
}

.textElement {
	background-image:url(/images/new/v2/black_bg.png);
	background-repeat:repeat-x;
	color:#ffffff;
	display:none;
	height:60px;
	position:absolute;
	top:676px;
	left:0;
	width:1000px;
	z-index:1000;
}

#content .textElement a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}
#content .textElement a:link {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}
#content .textElement a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight: bold;
}
#content .textElement a:visited {
	text-decoration:none;
color:#FFFFFF;
font-weight: bold;
}


/*
#content .textElement .slideMore a, a:link, a:visited {
	text-decoration:none;
	color:#fff;
}
#content .textElement .slideMore a:hover{
text-decoration:underline;
color:#fff;
}
*/

#content .textElement h2 {
	padding:5px 5px 0 5px;
	color:#ffffff;
	font-weight:bold;
}

.textElement p {
	padding:0px 5px 5px 5px;
	margin-top:2px;
	color:#FFFFFF;
}

.sideImage {
	background-image:url(/images/new/v2/bg_greyline.gif);
	background-repeat:repeat-x;
	display:block;
	float:left;
	text-align:center;
	width:100%;
	z-index:998;
}

.navImages {
	display:block;
	float:left;
	padding: 0px 3px;
	width:100%;
	text-align:center;
	z-index:999;
}

.navImage {
	cursor:pointer;
	z-index:1000;
}
