#content h2 a:visited {
     color: #30589C;
}

#content h2 a {
	color: #30589C;
}

#content h2 a:hover {
	color: white;
	background-color: #732F24;
        text-decoration:none;
}

#content h2 a:visited:hover {
	color: white;
}

#galleryh {
	padding:0; 
	margin:0px 0px 10px -2px; 
	list-style-type:none; 
	overflow:hidden; 
	width:640px; 
	height:240px; 
        background: url(http://net-at-hand.s3.amazonaws.com/sites/21346/images/27312_full.jpg) no-repeat;
	border:2px solid #732F24; 
}

#galleryh li {
	float:left;
}

#galleryh li a {
	display:block; 
	height:240px;
	width:78px; 
	float:left; 
	text-decoration:none; 
	border-right:1px solid #732F24; 
	cursor:default;
}

#galleryh li a img {
	width:78px; 
	height:240px; 
	border:0;
}

#galleryh li a:hover {
	background:; 
	width:320px;
}

#galleryh li a:hover img {
	width:320px;
}