div#inner {
	position:relative;
	text-align:center;
	width:520px;
	background-color:transparent;
	border: thin groove #999999;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#content {
	position:relative;
	width:500px;
	margin-top:0px;
	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: 397px;
	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('../controller/controller_prev.png');
}

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

div#content .details_bg {
	background-color:#000000;
	opacity: 0.60;
	filter: alpha(opacity=60);
	height:28px;
	width:500px;
	bottom:10px;
	left:10px;
	position:absolute;
	z-index:2;
}

div#content #details {
	position:absolute;
	color:#fff;
	font-weight:bold;
	text-align:center;
	top:2px;
	z-index:3;
	left:1px;
	width:500px;
	z-index:3;
	text-align:center;
	font-family: Baskerville, Palatino, "Times New Roman";
	font-size: 24px;
	line-height: 0.9em;
	font-style: italic;
}



div#content {
	position:relative;
	width:500px;
	height:375px;
	padding:10px;
}

