﻿#GalleryWrapper
{
    position:relative;
    height:450px;
}

#GalleryThumbs
{	
	position:absolute;
	top:10px;
	left:10px;
	padding:0px;	
}

/* Three left hand columns */
#GalleryCol1
{
	position:absolute;
	top:0px;
	left :0px;
	width:100px;
}

#GalleryCol2
{
	position:absolute;
	top:0px;
	left :150px;
	width:100px;
}

#GalleryCol3
{
	position:absolute;
	top:0px;
	left :300px;
	width:100px;
}

#GalleryCol4
{
	position:absolute;
	top:0px;
	left :450px;
	width:100px;
}

.thumbGalleryPics
{
	width:75px;
	height:75px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	cursor:hand;
}

#GalleryLargeRight
{
	position:relative;
	top:50px;
	left:525px;
	width:325px;
    height:325px;	
}
#imgGalleryLarge
{
    width:325px;
    height:325px;
}


