/* 
----------------------------------------------------------------------------- 
Made by Koa Metter (Iamkoa) - Nov 19, 2007
For use with Vision CSS gallery
-----------------------------------------------------------------------------*/

body {
	text-align: center;
	padding:0;
	margin:0;
}

a.link {
}
h1 {
	padding:0;
	font-size:28px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	margin:0;
	margin-top:30px;
	background-image:url('../img/bg/bg-screen.png');
	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:url('../img/bg/bg-screen.png');
	padding:10px;
	color:#fff;
}

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

div#inner {
	position:relative;
	text-align:center;
	width:570px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#content {
	position:relative;
	width:570px;
	margin-top:30px;
}

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

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

div.controls a {
	text-indent: -5000px;
	overflow: hidden;
	outline: none;
	position: absolute;
	width: 15%;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.50;
	filter: alpha(opacity=50);
	z-index:5;
	bottom: 5px;
}

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

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

div#content .details_bg {
	height:50px;
	width:570px;
	bottom:5px;
	left:0px;
	position:absolute;
	z-index:2;
}

div#content #details {
	position:absolute;
	color:#fff;
	font: 36px/.9em Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	text-align:left;
	top:10px;
	z-index:1;
	left:0px;
	width:560px;
	z-index:3;
	text-align:center;
}

div#content {
	position:relative;
	width:570px;
	height:434px;
	/*padding:5px;*/
	background-color: #A5B1D7;
	border: 1px #F0BA00 solid;
}
