@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family:Arial, Verdana;
	background-color:#000;
}
#wrapper {
	background-color: #1990ba;
	height: 504px;
	width: 859px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -429px;
	margin-top: -252px;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
}
.wrapper1 {
	position: absolute;
	top: 48px;
	left: 0px;
	width: 859px;
    height: 377px;
	background: #1990ba; 
	overflow: hidden;
}

.loading1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

.loading2 {
	 filter: alpha(opacity=70);
	 opacity:0.7;
	 position: absolute;
	 display: block;
     background-color: #000000;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height:100%;
}

.loading3 {
	position: absolute;
	display: block;
	background: url(../images/loading-klein.gif)	no-repeat center center;
    top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
}

.wrapper2 {
	 cursor: move;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width: 859px;
	 height: 290px;
	 overflow: hidden;
}

#prev {
	position:absolute;
	left:10px;
	top:446px;
}
#next {
	position:absolute;
	left:801px;
	top:446px;
}
#bottomLogo {
	position:absolute;
	left:317px;
	top:446px;
}

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/a17.png) no-repeat;
	overflow: hidden;
}
.jssora05l { 
	background-position: -10px -40px;
}
.jssora05r { 
	background-position: -70px -40px;
}
.jssora05l:hover { 
	background-position: -130px -40px;
}
.jssora05r:hover { 
	background-position: -190px -40px;
}
.jssora05l.jssora05ldn { 
	background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
	background-position: -310px -40px; 
}

/* jssor slider thumbnail navigator skin 01 css */
            /*
            .jssort01 .p            (normal)
            .jssort01 .p:hover      (normal mouseover)
            .jssort01 .p.pav        (active)
            .jssort01 .p.pdn        (mousedown)
            */

.jssort01 {
	position: absolute;
	/* size of thumbnail navigator container */
	width: 859px;
	height: 72px;
}

.jssort01 .p {
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
}

.jssort01 .t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.jssort01 .w {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.jssort01 .c {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
	box-sizing: content-box;
	background: url(../images/t01.png) -800px -800px no-repeat;
	_background: none;
}

.jssort01 .pav .c {
	top: 2px;
	_top: 0px;
	left: 2px;
	_left: 0px;
	width: 68px;
	height: 68px;
	border: #000 0px solid;
	_border: #fff 2px solid;
	background-position: 50% 50%;
}

.jssort01 .p:hover .c {
	top: 0px;
	left: 0px;
	width: 70px;
	height: 70px;
	border: #fff 1px solid;
	background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
	background-position: 50% 50%;
	width: 68px;
	height: 68px;
	border: #000 2px solid;
}

* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
	/* ie quirks mode adjust */
	width /**/: 72px;
	height /**/: 72px;
}
#menu {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -165px;
  width: 107px;
  height: 329px;
  font-size: 0px;
}



/* Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.8);
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.5);
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.4);
	}
}



