<!--
body {
	background-color: #55575d;
}
a:link {
	color:#000033;
	text-decoration:none;
}
a:hover {
	color:#C42582;
	text-decoration:underline;
}
a:visited {
	color:#000033;
	text-decoration:none;
}
li{
	list-style-type: none;
	list-style:none;
	list-style-image:none;
}
.style2 {
	color: #212225;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.h1 {
	color: #212225; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	margin-left: 5px;
	font-weight: bold;
}
hr {
	width: 85%;
	margin-top: 0px;
	margin-left: 30px;
	height: 2px;
	background-color:#333333;
}
#tableDiv{
	position:relative;
	height:230px;
	width:330px;
	overflow:auto;
	visibility: visible;
	align: right;
}
.style3 {
	font-size: 14px;
	margin-left: 20px;
}
.style4 {color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		padding-right: 20px;
		padding-top: 0px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-scope".
 */
.jcarousel-scope {
    position: relative;
    width: 265px;
	height: 139px;
	top: 0px;
    -moz-border-radius: 0px;
    background: #ffffff;
    padding: 0px 11px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    width: 85px;
    height: 131px;
    margin-right: 5px;
	margin-top: 4px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 139px;
    cursor: pointer;
    border: 1px outset #1D364E;
    color: #ffffff;
    background-color: #55575D;
    font-weight: bold;
}

.jcarousel-next-disabled {
    color: #C1BEBE;
    cursor: default;
}

.jcarousel-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height:139px;
    cursor: pointer;
    border: 1px outset #1D364E;
    color: #ffffff;
    background-color: #55575D;
    font-weight: bold;
}

.jcarousel-prev-disabled {
    color: #C1BEBE;
    cursor: default;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
-->
