.listFrame
{
	margin: 0;
	padding: 0;
	float: left;
	width: 245px;
	min-height: 460px;
	padding: 10px 10px 10px 10px;
	border-right: solid 1px #ffffff;
}

.galleryFrame
{
	margin: 0;
	padding: 0;
	float: right;
	width: 650px;
	min-height: 460px;
	padding: 10px 10px 10px 10px;
}

/********************/
/* Frame Inner Divs */
/********************/
.galleryMainImage
{
	width: 320px;
	height: 420px;
}

.GalleryMainImageFrame
{
	margin: 0; 
	padding: 0; 
	float: left; 
	width: 320px; 
	height: 420px; 
	
	margin-top: 10px;
}

.galleryMainTextFrame
{
	#position: relative; 
	overflow: hidden; 
	display: table; 
	margin: 0; 
	padding: 0; 
	float: right; 
	margin-top: 10px;
	margin-left:10px;
	margin-right: 10px; 
	width: 310px; 
	height: 400px; 
	vertical-align: middle; 
	text-align: left;
}

.galleryMainTextVerticalHack
{
	#top: 50%;
	#position: absolute; 
	display: table-cell; 
	vertical-align: middle;
}

.galleryMainText
{
	#top: -50%;
	#position: relative;
}

.galleryNavigation
{
	float: right; 
	width: 320px; 
	height: 20px; 
	color: #003767;
	line-height: 20px; 
	margin-right: 10px; 
	text-align: left;
}

.galleryPopup
{
	clear: both; 
	float: left; 
	width: 320px; 
	height: 20px;
	color: #003767; 
	line-height: 20px; 
	margin-left: 10px; 
	margin-top: 5px;
}

/**********************/
/* Navigation Buttons */
/**********************/
.galleryNavigation a
{
	color: #003767;
	text-decoration: none;
}

.galleryNavigation a:hover
{
	color: #5d87a1;
	text-decoration: none;
}
/****************/
/* Gallery List */
/****************/
.listFrame ul
{
	color: #333333;
	list-style-type: square;
	list-style-image: url('../Images/ListArrow.gif')

}

.listFrame li
{
	padding-bottom: 10px;
}

.listFrame ul a
{
	color: #333333;
	text-decoration: none;
}

.listFrame ul a:hover
{
	text-decoration: underline;
}