.style3 {font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #03305F;
}
/* NEW CSS */

body {
 -moz-opacity: .999;
}

#gallery {
	width: 575px;
	height: 375px;
	margin-top: 15px;
}

#gallery div {
	text-align: center;
	width: 575px;
	height: 500px;
}

#gallery img {
	padding: 10px;
	border: 1px solid #333;
	background-color: #FFF;
}

#gallery div p {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#controls {
	text-align: center;
}
#pager    a, #main .control  {
	font-size: 12px;
	font-weight: bold;
	color: #03305f;
	background: #ffffff;
	padding: 2px 5px;
	text-decoration: none;
	margin-left: 5px;
	cursor: pointer;
}
#pager a.activeSlide {
	background-color: #ffce06;
	color: #000;
}
#pager a:hover, #playControl:hover {
	background: #900;
}

#prev, #next, #playControl{
padding: 2px 5px;
margin-right: 5px; 
margin-left: 5px;
background-color: #ffce06;
font-size: 12px;
font-weight: bold;
color: #03305f;
}
#prev a, #next a, #playControl a{
background-color: #ffce06;
}
#prev, #next, #playControl a:hover{
background-color: #ffffff;
}

.each-image{

}

.category-holder{width: 100%; height: 30px; margin-top: 30px; margin-bottom: 20px; text-align: center; color: #ffffff;}
.category-holder span{}
.category-holder a:link, .category-holder a:active, .category-holder a:visited{
font-family: Arial, Times;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: #cc0f13;
}
.category-holder a:hover{
font-family: Arial, Times;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #cc0f13;
}

