@charset "utf-8";
/* CSS Document */

#image
{width: 180px;
  height: auto;
  float: left;
  text-align: center;
  margin-right: 4px;
  padding: 5px;
  padding-bottom: 10px;
border: solid; border-color: #FFFFFF; border-width: 1px;
}

.gallery-thumbnail {
border: 0;
width: 180px;
height: 146px;}

.project-thumbnail {
border: 0;
width: 180px;
height: 120px;}

#image:hover { 
background: #EBEBEB; border: solid; border-color: #CCCCCC; border-width: 1px; }

.divider-gallery {
  color: #CCCCCC;
  background-color: #CCCCCC;
  border: none;
  width: 783px;
  height: 1px;
  margin-left:auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 6px;
  overflow: hidden;
  float: left;
 }
 
#pagenumbers {
display:inline;
text-align: center;
}

.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 2800px;
background-color: #333;
z-index:1001;
-moz-opacity: 0.7;
opacity:.70;
filter: alpha(opacity=70);
        }
.bedroom-buttons {
	border: 0px;
	margin-left: 4px;}
	
.normal-text {
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #333;
	}
