@charset "utf-8";
/* CSS Document */
#gallery{
	height: 450px;
	width: 600px;
	margin-top: 5px;
	margin-left: 120px;
}
#gallery div {
	text-align: left;
	width: 600px;
	height: 400px;
}
#gallery img {
	
	margin-top: 5px;
	padding: 0;

	border: 1px solid#006633;
	background-color: #FFF;
}
#gallery div p{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF
	height:3px;
	width: 600px;
	text-align: center;
}
#controls{
	text-align: center;
	pading-top: 5px;
	margin-top: 10px
	width: 600px;
}
#pager a, #main .control{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background: #0E3B3B;
	padding: 2px 5px;
	text-decoration: none;
	margin-left: 5px;
	cursor: pointer;
}
#pager a.activeSlide{
	background-color: #E6E2AF;
	color: #000;
		}
#pager a:hover, #playControl:hover{
	background: #900;}



