div.photo_holder {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:540px; 
	position:relative;
		height: 360px;
}
div.photo_holder a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.photo_holder  a:hover {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
	width:540px;
}
div.controls a {
	padding: 5px;
}

div.caption{
    
}

div.ss-controls{

	top:3px;
	left:200px;
	width:150px;
	text-align:center;
	z-index:5;
}
div.nav-controls {
	position:absolute;
	top:50%;
	width:570px;
	left:-10px;
}

div.ss-controls a{
	font-size:18px;
	color:#f98f39;
	font-weight:bold;
	display: none;
}

div.nav-controls a.prev{
	background:url('img/left_controll.png') no-repeat;
	width:28px;
	display:block;
	height:28px;
	float:left;
}

div.nav-controls a.next{
	background:url('img/right_controll.png') no-repeat;
	width:28px;
	display:block;
	height:28px;
	float:right;
}



div.loader {
	background-image: url('img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 540px;
	height: 330px;
}
div.slideshow {
	clear: both;
	position:relative;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
	position:relative;
	left:50%;
}

div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	position:relative;
	left:-50%;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
	display: none;
}
div.embox {
	clear: both;
}
div.image-title {
	font-weight: bold;
	font-size: 14px;
	text-align:center;
}

div.image-desc {
	line-height: 1.3em;
	padding:0px 30px 20px 30px;
	font-size:12px;


	width:450px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width:850px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 8px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

a.thumbe {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	margin: 25px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 7px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #ccc;
	color:white;
	font-size:10px;
	background-color:#f58f20;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
	color:black;
}
div.pagination span.current {
	background-color: #eee;
	border-color: #000;
	color: black;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

/*Additionals*/
	.photogaleries{
		padding:0px 0px 0px 15px;
		margin:40px 0px 0px 0px;
		
	}
	
	.photogaleriesOther{
		margin:25px 0px;
		padding:0px 0px 0px 0px;
		
	}
	
  .photogaleries li,.photogaleriesOther li{
   	float:left;
  	margin:0px 10px 20px 8px;
  	width:200px;
  	height:220px;
  	display:block;
  	position:relative;
  	background-color:#ededed;
  	padding-bottom:15px;
  }
  
  .photogaleries li#active{
  	background-color:#f58f20;	
  }
  
  .photogaleries li h3,.photogaleriesOther li h3{
  	background-color:white;
  	margin:0px 15px;
  	padding:5px 5px 5px 5px;
  	font-size: 12px;
  	text-align: left;
  	width:160px;
    height:48px;
  	background-color:#b6b6b6;
  	text-transform: uppercase;
  	color:white;
  	text-align:center;
   }
   
   .singleLine{
    line-height: 48px;
   }
  
  .photogaleries li#active h3{
 		background-color:#ffc98f;
  }
  
  .photogaleries li img,.photogaleriesOther li img{
  	margin:15px;
  	border:0px;
  }
  
  
  #info{
  	font-size:14px;
  	color:#f58f20;
  	font-weight:bold;
 	
  }
  
  .thumb{
  background-color:#f98f39;
  	margin:8px;
  	width:auto;	
  }
  
  #galleryBack{
  	float:right;
  	font-size:11px;
  	color:#F88E39;
  	text-decoration:none;

  }
  
  #galleryBack:hover{
  	text-decoration:underline;
  }
