/*---- Slide Show ----*/

html,body{
	height:100%;
}

.touch_workaround{
	color:rgba(255,255,255,0.10);
}

.close_button {
	position: fixed;
	font-size: 30px;
	top: 10px;
	right: 10px;
	z-index: 2005;
}

.button_prev {
	z-index:2003;
	position: fixed; 
	display: table;
	top:0;
	left:0;
	height: 100%;
	width: 100px;
	min-width:50px;
	cursor: pointer;
	/* color:#CCC; */
	color:rgba(255,255,255,0.10);
}

.button_next {
	z-index:2003;
	position: fixed; 
	display: table;
	top:0;
	right:0;
	height: 100%;
	width: 100px;
	min-width:50px;
	cursor: pointer;
	color:rgba(255,255,255,0.10);
}

.button_prev_text, .button_next_text{
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
	font-size: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.gallery_header{
	z-index:2003; 
	position: fixed; 
	top: 0; 
	left: 0;
	width: 100%;
	height: 50px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.75+15,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.20) 15%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.20) 15%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.20) 15%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	display: table;
	text-align: right;
	/*opacity: 0.5;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;*/
}

.gallery_rev{
	position: absolute;
	top:0;
	left:0;
	color:#CCC;
	font-size: 10px;
	display:none;
}

.button_close, .button_alt, .button_fullscreen, .button_zoom {
	width: 60px;
	height: 50px;
	top:0;
	cursor: pointer;
	text-align: center;
	color:#CCC;
	display: inline-block;
	font-size: 30px;
	padding-top:10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}


.hover, .button_prev:hover, .button_next:hover, .button_close:hover, .button_alt:hover, .button_zoom:hover, .button_fullscreen:hover{
	color:#fff;
}

#slide_outer{
	position: fixed; 
	display: none;
	top:0;
	width: 100%; 
	height: 100%;
	z-index: 2000;
	/* border: 1px solid #fff; */
}

.fulltable{
	display: table;
	vertical-align: middle;
	text-align: center;	
	width: 100%; 
	height: 100%; 
	top: 0;
	position: fixed; 
	overflow: hidden; 
	background: rgba(0,0,0,0.90);
	text-align: center;	
	font-size: 46px; 
	font-weight: bold;
	color: #FFF;
	z-index: 2004;
}

#end_album, #empty_album{
	display: table;
	vertical-align: middle;
	text-align: center;	
	width: 100%; 
	height: 100%; 
	top: 0;
	position: fixed; 
	overflow: hidden; 
	 background: rgba(0,0,0,0.90);
	text-align: center;	
	font-size: 46px; 
	font-weight: bold;
	color: #FFF;
	z-index: 2006;
}

#end_text { 
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	font-family: satisfyRegular; 
	font-size: 46px; 
	font-weight: bold;
	color: #FFF;
	padding: 100px;
}

#empty_text { 
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	font-family: satisfyRegular; 
	font-size: 46px; 
	font-weight: bold;
	color: #FFF;
	padding: 10px;
}

#slide { 
	position: fixed; 
	width: 100%; 
	height: 100%; 
	top: 0;
	overflow: hidden; 
	background: rgba(0,0,0,0.90);
	text-align: center;	
	z-index: 2000;
} 

#slide img { 
	position: absolute;
	z-index: 2001; 
	display: none; 
	cursor: pointer;	
	resize: both;
	width: auto;
	height: auto;
}

.gallery_footer{
	z-index:2003; 
	position: fixed; 
	bottom: 0; 
	left: 0;
	width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.75+85 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.20) 85%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 85%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 85%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */

	display: table;
	vertical-align: middle;
}
 
#slide_alt{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: Arial; 
	font-size: 16px; 
	font-weight: regular;
	padding-left: 10px;
	padding-right: 10px;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	color: #fff; 
	border-right:1px solid #111;
	border-left:1px solid #111;
	content: &nbsp;
}

#slide_num{
	display: table-cell;
	font-family: Arial; 
	font-size: 10px; 
	width: 70px;
	font-weight: regular;
	color: #fff; 
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	vertical-align: middle;
	text-align: center;
	padding-right:0;
}

#slide_comment{      /* A button for changing Alt text size */
	display: table-cell;
	font-size: 26px; 
	width: 70px;
	font-weight: regular;
	color: #444; 
	vertical-align: middle;
	text-align: left;
	padding-top:10px;
	padding-bottom:8px;
	padding-left:12px;
	cursor: pointer;
}

#slide_comment:hover{
	color: white;
}