/* PHOTOS PAGE STYLES */

div#Photos {
	position: relative;
	width: 500px;
	left: 125px;
}
select {
	width: 500px;
	height: 20px;
	border: 1px solid #700;
	padding: 0;
	background-color: #300;
	color: #BBB;
}
	option {
		width: 500px;
		overflow: hidden;
		padding: 3px 5px 3px 5px;
		border-bottom: 1px solid #700;
		background-color: #300;
		color: #BBB;
	}
	
ul#controls {
	display: block;
	width: 500px;
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden
}
	ul#controls li {
		display: block;
		list-style: none;
		list-style-position: outside;
		list-style-type: none;
		width: 235px;
		padding: 5px;
		margin: 0;
		border: 1px solid #400;
		background-color: #200;
		text-align: center;
		cursor: auto;
		overflow: hidden;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		color: #855;
	}
	ul#controls li#previous {
		float: left;
	}
	ul#controls li#next {
		float: right;
	}
		ul#controls li.buttonOn {
			border: 1px solid #800;
			background-color: #600;
			cursor: pointer;
			color: #CBB;
		}
	
#photoLoader {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0 auto 0 auto;
	border: 10px solid #FFF;
	visibility: hidden;
	background-image: url(/_lib/public/images/LoadingBackground.gif);
}
	#photoLoader #photo {
		width: 100%;
		height: 100%;
		border: 1px solid #000;
	}
