@CHARSET "UTF-8";

/* Photo browser new */

.photo-slide {
	width: 610px;
	height: 275px;
	border: solid 1px #470f00;
	padding: 0 0 0 0px;
	margin: 3px auto 3px 120px;
	position: absolute;
	top: 90px;
	/*left: 200px;*/
	visibility: hidden;
}

.photo-slide button {
	color: blue;
}

.photo-slide img#current-photo {
	float: left;
	width: 428px;
	height: 275px;
	background-color:#FFF;
    background-image:url(../images/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position: center center;
}

.photo-slide .photo-description {
	text-align: center;
	height: 235px;
	padding: 3px 3px 0 3px;
	color: white;
}

.photo-slide .photo-title {
	font-weight: bold;
}

.photo-slide .previous {
	float: left;
	padding: 0 0 0 3px;
}