div.photoCaption {
	height: 70px;
	background-color: black;
	color: white;
	top: -70px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	border-top: 10px solid #ddd;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	padding-top: 5px;
}

img.GalleryButton, img#photoOnDisplay {
	cursor: pointer;
}

td.albumCreated {
	width: 100px;
}

td.albumTitle {
	text-align: left;
}

td.albumId {
	width: 50px;
}

td.albumUpload {
	width: 50px;
	text-align: center;
}

td.albumPhotocount {
	width: 100px;
}

div#waitdiv {
	width:100%;
	border:1px solid black;
	text-align:center;
	width:400px;
	margin:auto;
	border:1px solid #ccc;
	padding:20px;
	-moz-border-radius: 20px;	
	border-radius: 20px;
}

div.GallertManagePhoto {
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}

span.adminAlbumTitle {
	color: #0b55c4;
	font-size: 28px;
	margin-left: 5px;
}

span.adminAlbum {
	font-weight: bold;
}

div.adminAlbumHeader {
	float: left;
}

div.zoom {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #FFF;	
}

div.zoom_container{
	width: 104px;
	height: 15px;
	background-image: url("/Modules/Gallery/Images/slider.gif");
	background-repeat: no-repeat;
	background-color: #FFF;
}
 div.slider { 
 	top: 2px;	 
 	width:70px;  
 	height:10px; 
 	position: relative;
 	left:13px; 
 }
 div.slider div.handle { 
 	width:12px; 
 	height:12px; 
 	background-image: url("/Modules/Gallery/Images/slider_thumb.gif"); 
 	cursor:move; 
 	position: absolute; 
 }

 div#zoom_element { width:50px; height:50px; background:#2d86bd; position:relative; }
 
 div.toolbar {
 	float: right;
 }
 
 img.albumart {
 	border: 0px;
 }
 
img.photo {
	border: 0px;
}

div.managerPhotoContainer {
	width: 100%;
	text-align: center;
}

div.PhotoContainer {
	background-color: #FFF;
	float: left;
	margin: 4px;
	border:2px solid #FFF;
}

div.PhotoContainer img {
}

.ctrls {
	position: relative;
	top:20px;
	width: 37px;
	height: 35px;
	display: block;
	background-image: url(/Modules/Gallery/Images/cntrl-btnlr.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	margin-top: auto;
	margin-bottom: auto;		
	float: left;	
}


#photoNav .bckwrd {
	left: 3px;
}

#photoNav .bckwrd:hover {
	background-position: -37px 0pt;
}
	
#photoNav .bckwrd:active {
	background-position: -74px 0pt;
}
	
#photoNav .fwrd {
	left: 3px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt -26pt;		
}

#photoNav .fwrd:hover {
	background-position: -37px -26pt;
}	
#photoNav .fwrd:active {
	background-position: -74px -26pt;
}	

div#photoNav {
	height: 80px;
	vertical-align: middle;
	margin-bottom: 10px;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}

div#thumbsNav {
	float: left;
	vertical-align: middle;
}

img.navPhoto {
	margin-left: 5px;
	padding: 1px;
	vertical-align: middle;
}

img.currentThumbnail {
	border: 1px solid orange;
}

div#thumbs {
	float: left;
}

div.buttonHolder {
	float: left;
}

div.bhleft {
	margin-right: 5px;
}

