a {
 color:#000 }

a:hover {
 color:#000; 
 text-decoration:none }

.thumb { 
width:98px; height:75px; margin: 5px; float: center; background-color: 
#00000; border:1px solid #C0C0C0;


} 


.box {
 padding:20px;
 
 float:left;  
 }

 
.left {
 margin-right:10px;
 float:left }
 
.right {
 margin-left:10px }

#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 { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink{
	width: 49%;
	height: 100%;
	background: url(../images/prevlabel.gif) left 15% no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#nextLink{
	width: 49%;
	height: 100%;
	background: url(../images/nextlabel.gif) right 15% no-repeat; /* Trick IE into showing hover */
	display: block;
	}



#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;
	}
a.se:link    {font-family: Verdana; font-size: 8 pt;color:#cc9900;text-decoration:none;font-variant:small-caps;}
a.se:visited {font-family: Verdana; font-size: 8 pt;color:#cc9900;text-decoration:none;font-variant:small-caps;}
a.se:hover   {font-family: Verdana; font-size: 8 pt;color: #cc9900;text-decoration:underline;font-variant:small-capsize;}

body { 

   bgcolor="#d9e1c7";	
   scrollbar-face-color: #e1e1c7; 
   scrollbar-shadow-color: #22F62C; 
   scrollbar-highlight-color: #40A4FF; 
   scrollbar-3dlight-color: #FFFFFF; 
   scrollbar-darkshadow-color: #064F17; 
   scrollbar-track-color: E1FFC1; 
   scrollbar-arrow-color: green;
}

a.td.thumbnail, a.td.thumbnail:link, a.td.thumbnail:visited, a.td.thumbnail:active {
        border: rgb(0, 0, 0) 1px solid;
      
        width: 100px;
       
        background: rgb(35, 35, 35);

        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
a.td.thumbnail:hover            {
        border: rgb(95, 121, 216) 1px solid;
	     width: 100px;
       
        background: rgb(32, 32, 32);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

TEXTAREA {
text-align: justify;
font-family: Verdana; 
font-size: 10pt; 
border: 1px solid rgb(0,0,0);
}

SELECT {
font-family: Verdana;
text-transform: capitalize; 
font-size: 8pt; 
border: 1px solid rgb(128,0,0);
background-color: rgb(255,255,230);
}

input {  font-family: Verdana; font-size: 8pt; border: 1px solid rgb(0,0,0)}

BUTTON{
font-family: Verdana; 
font-size: 10pt;
font-weight: bold;
text-transform: capitalize;
background-color: #ffa92e;
border: 1px solid #0081C0;
color : #FFFFFF;
cursor:default;
display: inline;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#66FFFFFF', EndColorStr='#00FFFFFF');
padding-left:5px;
padding-right:5px;
}
