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

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

div#content {
	float: right;
	position:relative;
	width: 250px;
	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: 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/imgViewer/controller/controller_prev.png');
}

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

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

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

/* corners */

div.corners .left_top {
	position:absolute;
	background:url('../images/imgViewer/corners/top_left.png') no-repeat top left;
	width:7px;
	height:7px;
	overflow:hidden;
	top:10px;
	left:10px;
	z-index:20;
}

div.corners .right_top {
	position:absolute;
	background:url('../images/imgViewer/corners/top_right.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	top:10px;
	right:10px;
	z-index:20;
}

div.corners .right_bottom {
	position:absolute;
	background:url('../images/imgViewer/corners/bottom_right.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:10px;
	right:10px;
	z-index:20;
}

div.corners .left_bottom {
	position:absolute;
	background:url('../images/imgViewer/corners/bottom_left.png') no-repeat top right;
	width:7px;
	height:7px;
	overflow:hidden;
	bottom:10px;
	left:10px;
	z-index:20;
}

div#content {
	position:relative;
	background-image:url('../images/imgViewer/bg/bg-screen.png');
	width: 250px;
	height: 185px;
	padding:10px;
}