body {
	height:100%;
	margin:0;
	}


/*----------------------------------------------------------------*/

#overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}

#tour_container {
	background: url('../images/scroll.png');
	width: 744px;
	height: 452px;
	overflow: hidden;
	text-align: center;

	position: absolute;
	left: 50%;
	margin-left: -372px;
	top: 135px;

	display: none;
	z-index:1002;
	}

#tour {
	margin: 0  92px;
	width: 560px;
	height: 452px;
	}
	
/* Typography */
#tour p,  #tour h3, #tour h4, #tour img { 
	margin: 0;
	padding: 0;
	}
	
#tour p {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	}


.game_tour{
	background: transparent url('../images/game_tour.png') no-repeat center bottom;
	height: 61px;
	margin: 0 0 12px;
	overflow: hidden;
	display: block;
	padding: 0;
	text-indent: -9999px;
	}
    

.game_tour_de_DE{
	background: transparent url('../images/de_DE/game_tour.png') no-repeat center bottom;
	height: 61px;
	margin: 0 0 12px;
	overflow: hidden;
	display: block;
	padding: 0;
	text-indent: -9999px;
	}



#tour h3 {
	padding: 0 0 10px;
	display: block;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #610303;
	}

ul.pagination { height: 41px; width: 560px; margin: 0; padding: 0; overflow: hidden; }

ul.pagination li {
	display:  inline;
	float: left;

	list-style: none inside;
	
	height: 41px;
	line-height: 41px;
	
	padding: 0;
	margin: 0;
	}

ul.pagination li.prev { width: 240px; text-align: left;}
ul.pagination li.current_slide { width: 80px; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-weight: bold; font-size: 14px; }
ul.pagination li.next { width: 240px; text-align: right;}

ul.pagination li a {	
	font-family: "Trajan Pro","Times New Roman",Times,serif;
	text-transform: uppercase;
	color: #6F0303;
	font-size: 18px;
	font-weight: bold;
	height: 41px;
	display: inline-block;
	}

ul.pagination li.prev a { line-height: 41px; background: transparent url('../images/prev_arrow.png') no-repeat left 0; padding: 0 0 0 37px; }
ul.pagination li.next a { line-height: 41px; background: transparent url('../images/next_arrow.png') no-repeat right 0; padding: 0 37px 0 0; }


/* Typography */

a#close_tour {
	background:url(../images/close.png) no-repeat;
	width:30px;
	height:30px;
	display:inline;
	z-index:3200;
	position:absolute;
	top: 20px;
	left: 618px;
	cursor:pointer;
	text-indent: -9999px;
	}
