/******************************************************
* PhotoStyles.css                                     *
*-----------------------------------------------------*
* Copyright (C) 2006-2010 Prosirius Technologies, LLC *
* Abstract: Default Photo Lightbox styles             *
* Last Update: 01-27-10                               *
******************************************************/
#lightbox {
	background-color:#F4F4F4;
	padding: 11px;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-bottom: 2px solid #B0B0B0;
	border-right: 2px solid #B0B0B0;
}
#lightboxDetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}	
a {
	font-size: 11px;
	padding: 0px;
}
.lightboxSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lightboxframe {
	margin: 5px 0px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #D0D0D0;
}
#lightboxCaption {
	font-size: 11px;
	float: left;
}
#keyboardMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
}
#keyboardMsg a {
	font-size: 14px;
}
#closeButton {
	top: 5px;
	right: 5px;
}
#lightbox img { 
	border: none;
	clear: both;
} 
#overlay img {
	border: none;
}
#overlay {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.8;
    filter: alpha(opacity=80);
}
#overlay[id]{ /* IE6 and below Can't See This */
    position: fixed;
}

/* Photo Gallery */

/* main container */
.photobucket {
	margin: 0px;
	padding: 0px;
}
/* each thumbnail */
.photoframe {
	width: 130px;
	text-align: center;
	padding: 5px 0px;
	vertical-align: top;
}
/* actual thumbnail img class */
.photothumb {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	text-align: center;
}
.photothumb img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}
/* standard block */
.photoblock {
	width: 130px;
	vertical-align: top;
}
/* inner block */
.photoblockin {
	width: 120px;
	height: 90px;
	background-color: #F0F0F0;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
/* line with delete photo */
.photooptions {
	font-size: 11px;
	text-align: center;
	line-height: 1em;
	padding: 5px 0px;
}
.photooptions a {
	font-size: 11px;
	line-height: 1em;
}
.photomgr {
	margin-top: 5px;
}
.photocopyright {
	margin: 0px;
	padding-top: 50px;
	background-image: url(../images/photo/photocopyright.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	clear: left;
}
.propertyphoto {
	border: 1px solid #000000;
}