* {
box-sizing: border-box;
}

#slider{
	position: fixed;
	width:100%;
	height:100%;
	z-index: 100;
	margin:0;
	padding: 0;
	top:0;
	left:0;
	background-color: #181818 ;
	display: none;
}
#mainRow{
	background-color: #181818 ;
	position:relative;
	width:100%;
	height: 100%;

}
#bottomRow{
	background-color: #181818;
	position:absolute;
	width:100%;
	bottom: 0px;
	left:0px;

}

#bottomMainRow{
	max-width: 1000px;
	margin:0 auto;
	position: relative;
}

#parentWrapper{
	max-width: 920px;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	float:left;
	border-left: 10px solid #181818;
  	border-right: 10px solid #181818;
  	left:40px;
  	right:40px;
}
#Wrapper{
	position:relative;
	-webkit-transition:all 1.0s ease-in-out;
  -moz-transition:all 1.0s ease-in-out;
  -o-transition:all 1.0s ease-in-out;
  transition:all 1.0s ease-in-out;

}
#Wrapper a:first-child img {
	margin-left: 0;
}
#row{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	float: left;
	margin-bottom:200px; 
	bottom: 0;
	top:0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.galleryImage img{
	width:400px;
}

.galleryBottomLink{
	display: inline-block;
}
.galleryImageBottom{
	height: 150px;
	width: 150px;
	float:left;
	border: solid 2px #181818;
}
.galleryImageBottom:hover{
	border: solid 2px #999;
}
.activeGaleryRowItem {
	border: solid 2px red;
}

#currentImg{
	max-width: 900px;
	position:absolute;
	top:0;
	bottom:0;
	margin: auto;
}
#galleryTitleBar{
	position: re;
	width:100%;
	bottom: 0px;
	left: 0px;
	height: 50px;
	background: rgba(10, 10, 10, 0.7);
}
#galleryButtonRow{

	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#leftButtons{
	position: relative;
	margin-left: 50px;
	float:left;
	width:750px;

}
#rightButtons{
	position: relative;
	margin-right:50px;
	float:right;
	width: 110px;
}
#prevA {
	width: 100%;
	height: 100%;
	display: block;
	background: url('leftNav.png') no-repeat center;
}
#nextA{
	width: 100%;
	height: 100%;
	display: block;
	background: url('rightNav.png') no-repeat center;
}
#currentImageDiv{
	position: relative;
	margin:0 auto;
	max-width: 920px;
	height: 100%;
}


#currentTitle{
	color:white;
	font-size: 20px;
	text-align: left;
	font-family: Arial, sans-serif;
}
.galleryWings{
position: relative;
width: 40px;
height: 100%;
float: left;
}
#currentImageDivParent{
	position: relative;
	float: left;
	margin: 0 auto;
	width: 920px;
	height: 100%;
}
#galleryImageDiv{
	width:1000px;
	margin: 0 auto;
	height: 100%
}
#galleryBottomSlider{
	margin:0 auto;
	max-width: 1000px;
	height:150px;
}

#currentVideo{
	margin-top: 30px;
	text-align: center;
	min-height: 400px;
}
.clearfix:before,
        .clearfix:after {
          content: ".";
          display: block;
          height: 0;
          overflow: hidden;
        }

        .clearfix:after {
            clear: both;
        }

        .clearfix {
            zoom: 1; /* IE < 8 */
        }

#closebutton{
	position:absolute;
	right:50px;
	top:50px;
	z-index: 10000;

}