.galleryHolder
{
 	width: 265px;
	border: solid 1px #cccccc;
	float: left;
	margin: 0px 0px 8px 0px;   
}

.galleryTitle a
{
	display: block;
	background-color: #AAADAD;
	padding: 3px 3px 3px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.galleryThumbsHolder img
{
	border: solid 1px #ccc;
}

.hideThumbs
{
	display: none;
}

.showThumbs
{
	display: block;
}

.thumbRow
{
	float:left;
	margin-top: 8px;
	margin-left: 10px;
}

.thumbRowBottom
{
	float:left;
	padding-bottom: 8px;
	margin-left: 10px;
}

#GalleryContentHolder
{
	width: 355px;
	height: 350px;
}

#leftcol2
{
 	width: 275px;
	margin: 17px 0px 30px 85px;
	/* border: 1px solid pink; */
	padding: 0px 0px 0px 20px;
	float: left;
	display: inline; 
}

#rightcol2
{
 	width: 355px;
	margin: 17px 0px 30px 0px;
	/* border: 1px solid pink; */ 
	height: 100%;
	padding: 0px 0px 0px 20px;
	float: left;
	display: inline; 
}

#photoWrapper
{
    width: 355px;
	margin-top: 45px;
	border: solid 1px #cccccc;
	float: left;
}

#photoWrapper img
{
 	padding: 14px;
}

.gallery_on
{
    float:left;
    margin-top: 45px;
    margin-right: 5px;
    background-image:url(../images/navigation_images/gallery_on.gif);
    background-repeat:no-repeat;
    text-align:left;
    text-indent:-999999px;
    text-decoration:none;
    width:61px;
    height:17px;
    display:block; 
}

h2.gallery 
{
background-image:url(../images/gallery_header.jpg);
background-repeat:no-repeat;
margin:0px 0px 10px 0px;
padding:0px;
width: 211px;
height: 28px;
}
