/*===============================================
The Overlay for the Gallery Plugin
===============================================*/
.simple_overlay1 {
  display:none;
  background-color:#333;
  width:675px;	
  min-height:200px;
  border:1px solid #666;
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay1 .close {
  background-image:url(../images/photo_gallery/close.png);
  position:absolute;
  right:-15px;
  top:-15px;
  cursor:pointer;
  height:35px;
  width:35px;
}

/*===============================================
The Photo Gallery
===============================================*/
#img {
  /*border:1px solid #666;*/
}

.next, .prev {
  position:absolute;
  top:40%;	
  border:1px solid #666;
  cursor:pointer;
  display:block;
  padding:10px 20px;
  color:#fff;
  font-size:16px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.next {
  right:-50px;
  border-left:0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-bottomleft:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-top-left-radius:0;
}

.prev {
  left:-49px;
  border-right:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
  /*text-decoration:underline;*/
  background-color:#000;
}

.disabled {
  visibility:hidden;		
}

.info {
  position:absolute;
  top:100%;
  left:0;	
  padding:10px 15px;
  color:#fff;
  font-size:11px;
  border-top:1px solid #666;
}

.info strong {
  display:block;	
}

.progress {
  position:absolute;
  top:45%;
  left:50%;
  display:none;
}

.next, .prev, .info {
  background:#333 !important;
  background:rgba(0, 0, 0, 0.6) url(../images/photo_gallery/h80.png) repeat-x;		
}

/*-----------------------------------------------
Scrollable thumbnails with cutlines. 
Needs to open in an overlay with html tooltip.
-----------------------------------------------*/
.scrollable {
  position:relative;
  overflow:hidden;
  width: 300px;/*250px;*/
  border:1px solid #ccc;
  margin-bottom:10px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}

.scrollable .items {
  width:20000em;
  position:absolute;
  clear:both;
}

.scrollable img{
  width:250px;
  padding-left:25px;
  padding-right:25px;
}

.scrollable p{
  text-align:left;
  padding-left:25px;
  padding-right:25px;
  width:250px;
}

.scrollable  div{
  float:left;
  top:25px;
  width:300px;
  height:auto;
  cursor:pointer;
}

/*===============================================
Article previous and next links
===============================================*/
.w_images{
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif; 
  font-weight:bold;
  font-size:12px;
  color:#032a52;
  width:250px;
  text-align:center;
  margin-top:2px;
}

.w_images .right{
  float:right;
  text-align:right;
  margin-right:25px;
  line-height:12px;
}
.w_images .left{
  float:left;
  text-align:left;
  margin-left:25px;
  line-height:12px;
}

.w_images span {
  float:left;
  padding-left:40px;
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif; 
  font-weight:bold;
  font-size:12px;
  line-height:12px; 
  color:#000;
}

.w_images a:link, .w_images a:visited{
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif; 
  font-weight:bold;
  font-size:12px;
  line-height:12px;
  color:#032a52;
  text-decoration:none;
}

.w_images a:hover, .w_images a:active{
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif; 
  font-weight:bold;
  font-size:12px;
  line-height:12px;
  color:#2976a7;
  text-decoration:none;
}

.link{
  float:right;
  width:300px;
  height:20px;
}

#box{
  display:none;
}
