#photo ul.photo{
	margin:0;
	position: absolute;
	top: 267px;
	left: 0px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	}
#photo li.photo {
	background-image: url("../images/dnbutt.gif"); /* This is to preload the hover state */
	background-repeat: no-repeat;
	margin-top: 33px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 65px; /* For IE5 Mac only - reset to 0 below */
	}
	
#photo a { /* if background is on a:link IE6 won't display properly  */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	padding-top: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-bottom: 32px; /* For IE5 Mac only - reset to 0 below */
	color: black;
	font-family: "Arial Black", sans-serif;
	text-align: center;
	}

#photo a{
	height: 77px;
	}
 
#photo a:hover {
	background: url("../images/dnbutt.gif") no-repeat; /* no background-x styles work here */
	color: #CCCCCC; 
	}
#photo a img.piccy {
	width: 245px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 246px;
	position: absolute;
	top: -254px;
	left: 0px;
	border: 1px solid #d4d4d4;
	visibility: hidden;
	}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
#photo a {
	padding-top: 0; 
	padding-bottom: 0;
	display: inline;
	}	
#photo li {
	margin-top:0;
	margin-bottom:0;
	margin-left: -2px;
	margin-right: 4px;
	width: 77px;
    display: inline;
	}
/* end hack */


#photo a:hover img.piccy {
	visibility:visible;
	}
	
.minipiccy {
	border: 1px solid #d4d4d4;
}

.mainimage {
	position: relative;
	top: 13px;
	left: 0px;
	border: 1px solid #d4d4d4;
}

LI.fwd {	
	color: #54b948;
}


LI.shwt {	
	color: #f36921;
}

LI.comp {	
	color: #0b5e84;
}

