
body {
	background-color:none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../../../../../menu_images/background.png);
	background-repeat: repeat;
	background-position: center center;
	color: #633031;
	padding:0;
	margin:0;
}

a.link {
	background-color:#fff;
	padding:2px;
	color:#212121;
	font-size:12px;
}

h1 {
	padding:0;
	font-size:28px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	margin:0;
	margin-top:30px;
	background-image:none;
	padding:20px;
}

ul {
	text-align:left;
	font-size:14px;
	letter-spacing:1.5px;
	list-style-type:none;
}

ul li, p {
	list-style-type:none;
	margin-top:10px;
	background-image:none;
	padding:10px;
	color:#fff;
}

p {
	width:80%;
	font-size:14px;
	letter-spacing:1px;
	text-align:left;
}

div#inner {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	background-color:transparent;
}

div#content {
	position:relative;
	width:80%;
	margin-top:30px;
	background-color:transparent;
}

div#content {
  position:relative;
  overflow:hidden;
}

div#content img {
	position:relative;
	border:none;
}

* html div#content {
	float: left;
}

* html div.controls a {
	height: 10000px;
	background-position: center 150px;
}

div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:1;
}

div.controls a.previous {
	left: 0;
	background-image: url('../img/controller/controller_prev.png');
}

div.controls a.next {
	right: 0;
	background-image: url('../img/controller/controller_next.png');
}
		
div.controls a:hover {
	opacity: 0.40;
	filter: alpha(opacity=40);
	z-index:1;
}

div#content {
	position:relative;
	background-image:none;
	width:100%;
	height:100%;
	padding:10px;
}