@charset "UTF-8"

body {
	max-width: 1024px;
}

*{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
}
 
.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    height: 800px;
}

header {
    max-width: 1024px;
    height: 200px;
}

.nav {
    width: 700px;
}

.top-line {
    margin-top: 100px;
    width: 1024px;
    border: 1px solid gray;
    position: absolute;
}

.nav a {
    font-family: 'Microsoft Sans Serif';
    font-size: 12pt;
    font-weight: lighter;
    letter-spacing: 1px;
    text-decoration: none;
    color: #727273;
    padding-right: 35px;
}

.logo {
    width: 450px;
    height: 89px;
    background-image: url("logo.png");
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-top: 15px;
    margin-right: -8px;
}

.gallery-nav {
	margin-left: 50px;
	margin-top: -50px;
}

.gallery-nav a {
    font-family: 'Microsoft Sans Serif';
    font-size: 12pt;
    font-weight: lighter;
    letter-spacing: 1px;
    text-decoration: none;
    color: #727273;
}

.slider-wrap {
	width: 1000px;
	height: 400px;
	margin-top: -125px;
	text-align: center;
	margin-left: 250px;
	padding: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.slider-bg {
	position:relative;
	top: auto;
	overflow: hidden;
	height: 400px;
	width: 500px;
}

#slider-main {
	position: relative;
	height: auto;
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	overflow: hidden;
}

#slider-main li {
	float: left;
	position: relative;
}

#slider-main img {
	width: 500px;
	height: 400px;	
}

.nvgt {
	position:absolute;
	/* 2019 */
	/*top: 120px;*/
	top: 175px;
	height: 50px;
	width: 30px;
	/* 2019 */
	opacity: 0.6;
}

.nvgt:hover {
	opacity: 0.9;
}

#prev {
	background: #000 url('../../../dl.dropboxusercontent.com/u/65639888/image/prev.html') no-repeat center;
	/* 2019 */
	color: white;
	line-height: 50px;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	/* 2019 */
	left: 0px;
}

#next {
	background: #000 url('../../../dl.dropboxusercontent.com/u/65639888/image/next.html') no-repeat center;
	/* 2019 */
	color: white;
	line-height: 50px;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	/* 2019 */
	right: 0px;
}

.thumb-wrap {
	width: 1010px;
	height: 510px;
}

#thumbs {
	/* firefox has different center method. this doesn't work for fire fox */
	/* not in the center*/
	padding: 0px;
	margin: auto;
	margin-top: 15px;
	max-width: 1000px;
	max-height: 200px;
/*	margin-left: 45px;*/
	margin-left: -260px;
	position: absolute;
}

#thumbs li {
	padding: 1px;
	width: 25px;
	height: 25px;
	list-style: none;
	margin: auto;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

#thumbs img:hover {
	opacity: 0.9;
}

#thumbs img {
	width: 25px;
	height: 25px;
	display: inline-block;
	opacity: 0.6;
	float: left;
}

.bottom-line {
    margin-top: 100px;
    border: 1px solid gray;
}
