.gallery
{
	background-color: black;
	height: 920px;
}


.chapterscroll
{
	border: 1px solid black;
	overflow: hidden;
	width: 240px;
	height: 88px;
	position: relative;
}

.wrapper
{
	position: relative;
	background-color: black;
	height: 82px;
	width: 240px;
	clear: both;
}

.mainImage
{
	text-align: center;
	margin: 2px 0px 0px 1px;
	width: 710px;
	border: 1px solid #333;
	float: left;
	background-image:url();
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 800px;
}

.rightColumn
{
	width: 230px;
	margin: 2px 2px 0px 0px;
}

.imageinfo, .chapterInfo
{
	background-color: #111;
	color: white;
}

.chapterImage
{
	text-align: center;
	background-color: #222;
}

.imageInfo, .chapterImage
{
	font-family: tamaho verdana arial;
	font-size: 12px;
	color: white;
	padding: 3px;
	border-width: 1px;
	border-color: #666 #666 #333 #333;
	border-style: solid;
}

.chaptercontainer
{
	width: 240px;
	overflow: hidden;
}
.chaptertitle
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEF4D3 none no-repeat scroll right center;
	cursor:pointer;
	font-weight:bold;
	margin:1px;
	padding:5px 10px;
	position:relative;
}
.chapterscroll
{
	display: none;
	background-color:black;
	clear:both;
	height:82px;
	position:relative;
	width:240px;
	left: 0px;
}
.wrapper img
{
    width: 75px;
    border: 3px double #666;
    margin: 0px 2px;
    padding: 0px;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.wrapper img.active
{
	opacity: 1;
	filter: alpha(opacity = 100);
	background-color: white;
}



