.tableBottom

{

	height: 165px;

	width: 975px;

	background-color:transparent;

	vertical-align:top;

	padding:0px;

	margin-left: 20px;

}

.bottomCell

{

	height: 165px;

	width: 375px;

	background-color:transparent;

	vertical-align:top;

	text-align:left;

	padding-left:0px;

	padding-top: 0px;

	margin: 0px;

	color:#999999;

	font-size:13px;

}

.bottomCellSmall

{

	height: 165px;

	width: 225px;

	background-color:transparent;

	vertical-align:top;

	text-align:left;

	padding-left:0px;

	padding-top: 0px;

	margin: 0px;

	color:#999999;

	font-size:13px;

}

.pageBody

{

	background: #404040;

	width:1004px;

	text-align:center;

	padding-left:25px;

}

.tableBody

{

	background: #404040;

	width:1000px;

	text-align:center;

}

.rightPanel

{

	background-color:#333333;

	height:300px;

	width:300px;

	padding-left: 0px;

	padding: 15 10 10 10;

	vertical-align: top;

	text-align: center;

	color:#ffffff;

	font-size: 13px;

}

.bodyCell

{

	width: 1004px;

	background-color:transparent;

	vertical-align:top;

	text-align:left;

	padding-left:15px;

	padding-right:25px;

	padding-top: 0px;

	margin: 0px;

	color:#cccccc;

	font-size:14px;

}

.pageBottom

{

	background: #404040;

	width:1004px;

	height: 5px;

	padding:0px;

}

.yellowHeaders

{

	font-size: 18px;

	color:#ffcc66;

	clear:all;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left:0px;

}

.lightGray

{

	color:#cdcdcd;

	clear:all;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left:0px;

	width:275px;

}

.midGray

{

	color:#999999;

	clear:all;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left:0px;

	width:275px;

}

.goldHR

{

	border:0px;

	border-bottom: solid #000000 3px;

	color:#ffcc66;

	width:1000px;

	height:1px;

	padding:0px;

	margin:0x;

}

#galley{
border:0px;

	border-bottom: solid #000000 3px;

	color:#f8f8f8;

	width:1000px;

	height:600px;

	padding:0px;

	margin:0x;

}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 600px;
width:1000px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>

