a img {  
  border: none;
  margin: 2px;
}
a:hover img {  
  border: none;
  }
.normal	 { color: #555555; font-weight: 100; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }

.bold	 { color: #808080; font-weight: bold; font-size: 10px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }

.menue { color: gray; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-decoration: none; text-indent: 5px; }

.link2 { color: #ff1493; font-weight: 300; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-decoration: none; text-indent: 5px; }

.extern { color: #a9a9a9; font-weight: 300; font-size: 10px; font-family: verdana; text-decoration: none; }

.submit { color: white; font-size: 9px; font-family: Verdana, Arial; background-color: #ff1493; padding: 1pt 2pt; border-style: solid; border-width: 1px; border-color: #531209 #000000 #000000 #531209; }

input, textarea { color: white; font-weight: 100; font-size: 10px; font-family: Verdana; background-color: #808080; border-style: none; border-color: #000000 #531209 #531209 #000000; }

a:hover.menue { color: #666666; font-weight: 300; font-size: 10px; font-family: verdana; text-decoration: none; }

a:hover.link2 { color: #ff1493; font-weight: 300; font-size: 10px; font-family: verdana; text-decoration: underline; }

a:hover.extern { color: #ff1493; font-weight: 300; font-size: 10px; font-family: verdana; text-decoration: none; }

/*- Menu Tabs B--------------------------- */
    #tabsB { float: left; width: 730px; background: white; font: bold 10px/1em Verdana; font-size: 70%; line-height: normal; }

    #tabsB ul { margin: 0; padding: 10px 10px 0 0; list-style: none; }

    #tabsB li { display: inline; margin: 0; padding: 0; }

    #tabsB a { float: left; background: url("tableftB.gif") no-repeat left top; margin: 0; padding: 0 0 0 4px; text-decoration: none; }

    #tabsB a span { float: left; display: block; background: url("tabrightB.gif") no-repeat right top; padding: 5px 15px 4px 6px; color: #666; }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span { float: none; }

    /* End IE5-Mac hack */
    #tabsB a:hover span { color: #000; }

    #tabsB a:hover { background-position: 0% -42px; }

    #tabsB a:hover span { background-position: 100% -42px; }

        #tabsB #current a { background-position: 0% -42px; }

        #tabsB #current a span { background-position: 100% -42px; }




/* LIGHTBOX  START */
#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* LIGHTBOX END */	