HTML, BODY {
	background-color: transparent; 
	font-family: arial,helvetica,sans-serif; 
	font-size: 0.95em;
}

A:link {background: transparent; color: #000080; text-decoration: underline;}
A:visited {background: transparent; color: #000080; text-decoration: underline;}
A:hover {background: transparent; color: #000080; text-decoration: underline;}
A:active {background: transparent; color: #000080; text-decoration: underline;}

.Disabled {background: transparent; color: darkgray ! important; text-decoration: none ! important; cursor: text;}
.Enabled {background: transparent; color: #000080 ! important; text-decoration: underline ! important; cursor: pointer;}

.SlideBox {
	height: 240px; 
	margin-bottom: 10px; 
	width: 340px;
}
* html .SlideBox {width: 330px;}

.SlideBox IMG {border: 1px solid black;}
#Caption {margin-top: 10px; text-align: center;}
.Controls {font-size: 0.8em; display: none;}
.Controls_php {font-size: 0.8em;}

#Loading {
	width: 330px; 
	text-align: center;
}

.PBWrapper {
border: 1px solid black; 
margin-bottom: 5px; 
margin-left: auto;
margin-right: auto;
width: 300px;
text-align: left;
}

#progressBar{
	background: silver; 
	width: 1%;
}

.ssTextWrap {
	margin-top: 20px; 
	padding: 5px 0px 5px 0px; 
	border-top: 5px ridge lightgrey; border-bottom: 5px ridge lightgrey; 
	width: 320px;
}

.ssText {
font-size: 0.8em;
text-align: justify;
}

.ssTitle {
margin-bottom: 3px;
font-weight: bold;
}
