#RoomGallery
{
    position:relative;
    float:left;
    width:640px;
    height:445px;
}
#PhotoDiv
{
    position:relative;
    float:left;
    width:640px;
    height:425px;
}
#PhotoDiv a
{
    opacity:.65;
    -moz-opacity:.65;
    filter:alpha(opacity=65);
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    font-size:16px;    
}
#PhotoDiv a:hover
{
    opacity:.1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
    color:Orange;
}    
#PhotoDiv #next
{
    position:absolute;
    bottom:2px;
    right:2px;  
}
#PhotoDiv #prev
{
    position:absolute;
    bottom:2px;
    left:2px;        
}
#Thumbs
{
    position:absolute;
    bottom:5px;
    left:55px;
    text-align:center;
}
#Thumbs a img
{
    border:1px solid orange;
    opacity:.65;
    -moz-opacity:.65;
    filter:alpha(opacity=65);    
}
#Thumbs a:hover img
{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
    border-color:#ccc;    
}
#Room
{
    float: left;
    width: 130px !important;
	width:115px;
    min-height:375px;
    font-family: Times New Roman, Times;
    font-size: 16px;
    font-weight: bold;
}
#Room #ThumbsOn
{
    margin:16px 14px 0 8px;
}
#Room h2
{    
     margin:16px 4px 0 8px;
	 color:#450400;
}
#Room h3
{    
     margin:20px 4px 0 8px;
     font-size:14px;
	 color:#aB9E88;
}
#Room div
{
	margin:20px 0 0 15px;
}
#Room div a
{
color: #003A9B;
display:block;
margin-bottom:12px;
}
#Room div a:hover
{
color: #D3B10B;
}

