﻿
.galleryHolder  
{
	font: 12px/18px Verdana, Arial, sans-serif; color:#333;
	width: 220px;
	background: url(../images/gallery/backTile.png);
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #cacace;
}

.galleryHolder div.title 
{ 
	background: url(../images/gallery/headerBG.png) no-repeat top left; 
	color: #4b4b4b;
	font-size: 11px;
	font-weight: bold;
	height: 25px; 
	line-height: 25px; 
	margin-bottom: 0;
	padding: 0 0 0 12px; 
}


.galleryHolder img.photo 
{ 
	display: block; 
	margin: 1px 1px 0px 1px;
	padding-left: 1px;
	border: none;
}

.galleryBottomCap
{
	width: 200px;
	background: url(../images/gallery/bottomCap2.png) no-repeat top left;
	height: 28px;
	padding-left: 20px;
}

.galleryBottomCap img
{
	padding-top: 3px;	
}

.galleryBottomCap #galleryDescriptionLink
{
	color: #000;
	padding-left: 10px;
}

.galleryArrow
{
	border: none;
}




