/*used in slide show template Centers the images vertically and horizontally */
#picWrapper{
 
 margin-left: 6px; 
 margin-bottom: 5px;
 position:relative; 
}
#main{
position:relative; 
  width:580px;
  clear: both;
  background-color: #FFF;

  border: solid 1px black;
 display: table-cell;
 font-size: 386px; 
 height: 425px; 
 text-align: center; 
 vertical-align: middle; 
 line-height:425px;
 

}
#arrested {

position:absolute;
top:10px;
left:80px;
z-index:99;
}
#mainPic {
 
  vertical-align: middle;
  border: solid 2px #FFF;
}
#thumbWrapper {

text-align:center;
}
#thumbnails{
  height: 50px;
  /* to change background of thumbnails edit slideshow.js */
  /* to change width of thumbnails edit slideshow.js */
  position:relative;
  overflow:hidden;
 
  margin-left: auto;
  margin-right: auto;

}
#thumbnails img {
  position:absolute;
  left:0px;
  top:0px;
  border:0;
}


#imgDiscriptionText {
	text-align:center;
	vertical-align:middle;
	margin-top:25px;
	margin-bottom:10px;
	font-size:20px;
}

#imgDiscriptionText div.hideBlock{
	display: none;
}

#imgDiscriptionText div.showBlock{
	display:block;
}


#currentImageText {
	/* height: 60px;
	overflow:auto;
  */
	margin-top:15px;
}

.hidden {
	display:none;
}


