body {
 -moz-opacity: .999;
}

#gallery {
	height:555px;
	width: 458px;
	margin-top: 0;
}

#gallery div {
	text-align: center;
	width: 458px;
	height: 555px;
}

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

#gallery div p { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal;fon;t-variant: normal; }

#photos { background-position: left 0; position: absolute; top: 0; right: 0; bottom: 0; height:555px; width: 458px; }

#photos img { position: absolute; top: 0; right: 0; bottom: 0; height:555px; width: 458px; }

#controls {
	text-align: center;
}
#pager    a, #main .control  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #0E3B3B;
	padding: 0px 0px;
	text-decoration: none;
	margin-left: 0px;
	cursor: pointer;
}
#pager a.activeSlide {
	background-color: #E6E2AF;
	color: #000;
}
#pager a:hover, #playControl:hover {
	background: #900;
}

