
body {
	background-color:#000000;
	text-align: center;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	color: #000000;
	letter-spacing:0px;
	padding:0;
	margin:0;
}

div#inner {
	position:relative;
	text-align:center;
	width:729px;
	height:454px;
	background-color:transparent;
}

div#content {
	position:relative;
	width:729px;
	height:454px;
	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:4;
}

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

div.controls a.next {
	right: 0;
	background-image: url('../img/controller/controller_next.png');
	z-index:4;
}

div.controls a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	z-index:4;
}

div#content .details_bg {
	background-color:#000000;
	opacity: 0.60;
	filter: alpha(opacity=60);
	height:50px;
	width:600px;
	bottom:20px;
	left:65px;
	position:absolute;
	z-index:3;
}

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

/* corners */

div.corners .left_top {
	position:absolute;
	width:7px;
	height:7px;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:20;
}

div.corners .right_top {
	position:absolute;
	width:7px;
	height:7px;
	overflow:hidden;
	top:0px;
	right:0px;
	z-index:20;
}

div.corners .right_bottom {
	position:absolute;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:0px;
	right:0px;
	z-index:20;
}

div.corners .left_bottom {
	position:absolute;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:0px;
	left:0px;
	z-index:20;
}

div#content {
	position:relative;
	width:729px;
	height:454px;
}


