body{
  /*overflow: hidden;*/
}

/* the overlayed element - initially overlay is hidden */ 
div.overlay {display:none; padding:10px; } 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../images/overlay/close.png); 
    position:absolute; 
    right:10px; 
    top:10px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 

/* use a semi-transparent image for the overlay */ 
#overlay {background-image:url(../images/overlay/transparent2.png); } 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.wrap {height:400px; width:750px; }



/* Controls the placement of the navigation */
#navWrapper {
float:left;
margin: 120px 0px 0px 2px;
width: 200px;
}


/*------------------------------------------------*/
/*---------------[FOLDER NAVIGATION]--------------*/
/*------------------------------------------------*/
#navLink { 
	text-align:center; 
	font-weight: bold;
	font-size: 12px;
	line-height:20px;
	font-family: Arial,Helvetica,Sans-Serif;
	color: fff9ec;
	height: 270px;
	}
#navLink ul { list-style-type: none; }
#navLink ul li a:link, #navLink ul li a:visited { display: block;  color: #f7f3e5; height: 20px; text-decoration: none; }
#navLink ul li a:hover, #navLink ul li a:active { background-image:url(../images/overlay/nav_rollover.gif); display: block;  color: #eacb89; height: 20px; text-decoration: none; }
#navLink ul li #active { background-image:url(../images/overlay/nav_rollover.gif); display: block;  color: #eacb89; height: 20px; text-decoration: none; }

/*------------------------------------------------*/
/*-----------------[LARGE IMAGE]------------------*/
/*------------------------------------------------*/

#galImg {
position: relative;
float: left;
height: 360px;
}


#galImg img {
margin: 23px 0px 0px 34px;
border: #855943 3px solid;
display: block;
}

#imgcomment {  
margin: 0 0 3px 3px;
padding: 5px 0!important;
position:absolute;
color: white; 
font-size: 18px;
font-family: Berlin Sans FB, Sans-Serif;  
background: #936146;  

   filter:alpha(opacity=60);  
   -moz-opacity:0.6;  
   -khtml-opacity: 0.6;  
   opacity: 0.6;  
 }
 

/*------------------------------------------------*/
/*-----------------[ARROWS]------------------*/
/*------------------------------------------------*/

#bottomNavWrapper {
margin: 5px 0px 0px 7px;width: 750px;
}

#bottomNavMessage {
	margin: 4px 350px 0px 0px;
	width: 750px;
	color: #ffffff;
	text-align: center;
}

#prev {
	float: left;
	margin: 0px 5px 0px 0px;
}
#next {
	float: left;
	margin: 0px 5px 0px 5px;
}

 
#message {
color: #ffffff;
text-align: center;
width: 100%;
 }
 
#scroller {
  /* Set it so we could calculate the offsetLeft */
  float: left;
  width: 645px;
  padding: 0px;

  /* Add scroll-bars */
  overflow:hidden;
}

#scrollBar {
  /* Max width here, for users without Javascript */
  width: 15000px;
  /* Remove default margin */
  margin:0;
  list-style: none;
}

.thumbnail{
float: left;
}

#scrollBar .thumbnail img {
cursor: pointer;
  border: #855943 3px solid;
  margin: 0px 5px 0px 0px;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}

#scrollBar .thumbnail img:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}

.thumbnail img{
max-height: 90px;}

a.scrollNext, a.scrollNext img{
border-style: none;
outline: none;
}
a.scrollPrev, a.scrollPrev img {
border-style: none;
outline: none;
}

/* =Clearfix (all browsers)--------------------------------*/
#scrollBar:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE7 */*:first-child+html #scrollBar {min-height: 1px;}