body {
 -moz-opacity: .999;
}

#gallery {
	height:360px;
	width: 920px;
	margin-top: 15px;
}

#gallery div {
	text-align: center;
	width: 920px;
	height: 360px;
}

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

#gallery div p {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#controls 
{
	text-align: center;
	position:absolute;
	top:2px;
	left:0px;
	z-index:100;
	padding:.3em;
	background:white;
	border-bottom:solid 1px #c0c0c0;
	border-right:solid 1px #c0c0c0;
}
#pager a,  .control  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #E88C23;
	padding: 2px 2px;
	text-decoration: none;
	margin-left: 3px;
	cursor: pointer;
}
#pager a.activeSlide {
	background-color: #0098CB;
	color: #FFF;
}
#pager a:hover, #playControl:hover {
	background: #838383;
}
