﻿.Gallery
{
	width: 460px;
	margin-left: 20px !important; margin-left: 10px; margin-right: 10px;
	margin-top: 55px !important;
/*	height: 390px;*/
	float: left;
	font-weight: bold;
}

.MainTile
{
	width: 440px;
	margin-left: 10px; margin-right: 10px;
}

.MainTile .ImageBox
{
    float: left;
    background-image: url(../Image.ashx?src=~/Media/BookShadow.jpg&b=10,10,10,10&d=118,173);
    background-position: right bottom;
    width: 118px;
    height: 173px;
}

.MainTile .HugeImage
{
	position: absolute;
/*	margin-left: -100px;*/
	width: 258px;
	height: 400px;
	z-index: 1000;
}


.MainTile .Image
{
	float: left;
	width: 100px;
	height: 155px;
}

.MainTile .Text
{
	float: left;
	margin: 10px !important; margin-left: 5px; margin-right: 5px;
	margin-top: 0px;
	width: 300px;
	font-weight: normal;
	font-size: small;
}

.ShowTile .Text h2 a
{
	font-size: 16px;
	text-decoration: none;
}

.MainTile .GalleryBlurb
{
	height: 120px; 
	overflow: hidden;
}

.MainTile .Text .MoreInfo
{
	float: left;
	margin: 10px !important; margin-left: 5px; margin-right: 5px;
	margin-top: 0px;
	width: 300px;
	font-weight: normal;
	font-size: small;
	color: #800000;
}


.BrowseTile
{
	clear: left;
	width: 450px;
	margin-left: 10px; margin-right: 5px;
	margin-top: 0px;
}

.BrowseTile .ImageBox
{
	background-image: url(../Image.ashx?src=~/Media/BookShadow.jpg&b=10,10,10,10&d=90,132);
    width: 90px;
    height: 126px;
	float: left;
}

.BrowseTile .Image
{
	width: 75px;
	height: 116px;
}

.ShowTile
{
	/*display: none;*/
}