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

div#gallery-content {
	position:relative;
	margin:0;
	padding:0;
	width:370px;
	background-color:transparent;
}

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

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

* html div#gallery-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('/images/gallery/controller/controller_prev.png');
}

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

div#gallery-content .details_bg {
	background-color:#000;
	opacity: 0.60;
	filter: alpha(opacity=60);
	height:20px;
	width:370px;
	bottom:2px;
	left:2px;
	position:absolute;
	z-index:2;
}

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

div#gallery-content {
	position:relative;
	background-image:url('/images/gallery/bg/bg-screen.png');
	width:370px;
	height:275px;
	padding:2px;
	border: 1px solid #656563;
	margin: 0;
}


/**
 * Description bar and replacement controls
 */
div#gallery-controls {
	margin: 0 0 10px 0;
	padding: 0;
	width: 376px;
	height: 20px;
	background-color: #fff;
	z-index:5;
}

div#gallery-controls .tag {
	display:block;
	float:left;
	margin: 0;
	padding: 0;
	color:#fff;
	background-color: #656563;
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	width: 336px;
	height: 20px;
	text-align:center;
	vertical-align:middle;
	z-index:10;
}

div#gallery-controls a {
	display:block;
	float:left;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
	z-index:10;
}

div#gallery-controls a.previous {
	background: #fff url('/images/gallery/controller/controller_arrows.jpg') -0px -0px no-repeat;
}

div#gallery-controls a.next {
	background: #fff url('/images/gallery/controller/controller_arrows.jpg') -25px -0px no-repeat;
}
		
div#gallery-controls a.previous:hover {
	background: url('/images/gallery/controller/controller_arrows.jpg') -0px -25px no-repeat;
}

div#gallery-controls a.next:hover {
	background: url('/images/gallery/controller/controller_arrows.jpg') -25px -25px no-repeat;
}


