.tpawrap {
	width:310px;
	height:338px;
	float:left;
	margin:10px 15px 0px 0px;
}
.tpawrapfull {
	width:auto;
	float:left;
	margin:10px 15px;
}
.tpadiv{ /*CSS for DIV containing each image*/
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.tpadiv img{ /*CSS for each image tag*/
	border: 3px solid #242d1d;
	width: 87px;
	height: 87px;
	cursor: hand;
	cursor: pointer;
}

.albumnavlinks{ /*CSS for DIV containing the navigational links*/
	width:294px;
	text-align:center;
	height:26px;
	background:url(/images/mini-gallery-nav.png) top left no-repeat;
}

.albumnavlinks a{ /*CSS for each navigational link*/
	margin-right: 5px;
	padding: 1px 5px;
	text-decoration: none; 
	color: #FFF;
	font-weight: bold;
	line-height:26px;
}


.albumnavlinks a:hover, .albumnavlinks a.current{ /*CSS for currently selected navigational link*/
	background-color:#70966b;
	color:#242d1d;
}

/* ######### CSS for thumbnail viewer plugin ######### */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 8px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;  
box-shadow: 5px 5px #818181; /* Experimental box shadow properties*/
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true)"; /* IE8 drop shadow*/
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true); /* IE drop shadow*/
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
margin: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 10px;
font: bold 14px Arial;
z-index: 5;
}