a:hover {text-decoration: none; color: #7E90B5;}

a:active {text-decoration: none; color: #FF6600;}

a {font-weight: none; text-decoration: none; color: #1A47A3;}

.leftnav {font-family: verdana, helvetica, arial; font-size: 11; color: #666666; line-height: 26px;}

.leftnavon {font-family: verdana, helvetica, arial; font-size: 11; color: #FF6600; line-height: 26px;}

.header {font-family: verdana, helvetica, arial; font-size: 13; font-weight: bold; color: #000000; line-height: 17px;}

.main {font-family: verdana, helvetica, arial; font-size: 11; color: #000000; line-height: 17px;}

.list {font-family: verdana, helvetica, arial; font-size: 11; color: #000000; line-height: 20px;}

.footer {font-family: tahoma, arial, geneva; font-size: 9; color: #999999;}

.pag {font-family: verdana, helvetica, arial; font-size: 12; color: #000000; line-height: 17px;}



#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(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }

