@charset "utf-8";
* {
	margin:0;
	padding:0;
	
}
.container {
	position: relative;
	overflow: hidden;
	width: 1127px;
	height: 724px;
	margin-right: auto;
	margin-left: auto;
} 


.container img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
 
.container li img {
  position: absolute;
  top: 0;
  left: 1127px;
  z-index: -1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

#toplogo {
	width: 150px;
	height: 40px;
	float: right;
}

#toplogo h1 {
	padding: 3px;
	color: #FFF;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
}

.container ul  {
  width: 1127px;
  height: 724px;
  list-style: none;
}

.container nav {
	width: 100%;
	background: #000;
	height: 40px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

.container li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	background-color: #000;
	text-decoration: none;
	display: inline;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #F93;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	color: #FFF;
	bottom: 0px;
	height: 30px;
	width: 100px;
	text-align: center;
	}



.container li a:hover {
	background-color: #F93;
	color: #000;
}
 
.container li a:hover + img {
	padding-top:45px;
  left: 0px;
}
