div.page {
	position: relative;
	color: #fff;      
	background-color: #002f00;
	font-size:13px;
	text-align: center;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 5px 0;
}
div.page p{
	font-size:13px;
}
div.page a{
	color: #fff;
	font-size:13px;
}
 div.page a:hover{
 	text-decoration: none;
 }  
div.galbarleft {
	position: absolute;
	width: 26px;
	height: 29px;
	top: 220px;
	left: 13px;
	z-index: 100;
}
div.galbarnext {
	position: absolute;
	width: 26px;
	height: 29px;
	top: 220px;
	right: 13px;
	z-index: 100;
}
.gallery {
	position: relative;
	width: 100%;
	background: #cecece;
}  
.gallery .prev {
	display: none;
	width: 14px;
	height: 82px;
	font-size: 0;
	cursor: pointer;
	background: url("/images/buttons/left.jpg") no-repeat 0 0;
}

.gallery .next {
	display: none;
	width: 14px;
	height: 82px;
	font-size: 0;
	cursor: pointer;
	background: url("/images/buttons/right.jpg") no-repeat 0 0;
}
.gallery .disabled {
	cursor: default;
	background-position: 0 -82px;
}
.gallery .carousel {
	position: relative;
	overflow: hidden;
	width: 576px !important;
	height: 82px;
}
.gallery .carousel ul {
	list-style: none;
	margin-right: 0px;
}
.gallery .carousel li {
	position: relative;
	overflow: hidden;
	width: 114px;
	height: 82px;
	margin: 5px 2px 2px 0px;
	text-align: center;
	font-size: 10px;
}
.gallery .carousel li a{
	position: relative;
	overflow: hidden;
	width: 114px;

	margin: 5px 2px 2px 0px;
	text-align: center;
	font-size: 10px;
}
div#galcontainer {
	width: 612px;
	height: 408px;
	overflow: hidden;
	background-color: black;
	z-index: 0;
}
div#galTitle {
	position: absolute;
	width: 612px;
	height: 50px;
	top:370px
	background-color: black;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 5;
}
div#galanounce {
	position: absolute;
	width: 612px;
	height: 30px;
	top: 10px;
	left: 10px;
	background-color: black;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: white;
	z-index: 100;
}
div#galanounce  p {
	padding: 4px 0px 4px 10px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	margin: 0px;
	color: white;
}
div.galslide {
	display: none;
	width: 612px;
	height: 408px;
	overflow: hidden;
}
div.galslide textarea {
	display: none;
	color: white;
}
div#galbutprev {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 26px;
	height: 40px;
}
div#galbutplay {
	position: absolute;
	top: 0px;
	display:none;
	left: 2px;
	width: 26px;
	height: 40px;
}
div#galbutnext {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 26px;
	height: 40px;
}

