﻿ .album { position:relative; }

.album .thumbs
{ 
	width:900px; 
	height:66px;
	margin:0 auto; 
	background-color:#000; 
	overflow:hidden;
}
.album .thumbs ul
{
	margin:0;
	padding:0;
}
.album .thumbs li 
{
	width: 90px;
	height: 60px;
	border: 3px double #111;
	margin: 0 2px;
	background:#000;
	float:left;
	list-style:none;
	padding:0;
}
/*
.album ul.thumbnails li div 
{
	left:240px;
}

.album ul.thumbnails div .caption
{
	font:italic 0.7em/1.4 georgia,serif;
}
*/

.album .main_image
{
	margin: 0 auto;
	height: 600px;
	width: 900px;
	background:black;
}

.album .main_image img
{
	margin-bottom:10px;
}

.caption
{
	font-style:italic;
	color:#887; 
	display:none;
}

.prevNext
{
	position:relative;
	top:-616px;
	width:900px;
	height:600px;
}

.lbPrevLink, .lbNextLink 
{
	display:block;
	position:relative;
	top:0;
	width: 450px;
	outline: none;
	height:600px; /* Set to height of main image */
}

.lbPrevLink 
{
	left:0;
}

.lbPrevLink:hover, .lbPrevLink.hover
{
	background: transparent url('/Content/images/prevlabel.gif') no-repeat 0 15%;
}

.lbNextLink 
{
	left:450px;
	top:-600px;
}

.lbNextLink:hover, .lbNextLink.hover {
	background: transparent url('/Content/images/nextlabel.gif') no-repeat 100% 15%;
}