/*
 * This is the Lazyest Gallery
 * Post Thumbnails Style Sheet
 */

div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color:transparent;
	width: auto;
}
div.thumb div {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
}
div.thumb div a img {
	border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
	color:black;
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}
div.gallerylink {
	float: right;
	border: none !important;
	background: none !important;
}
div.gallerylink a, div.gallerylink img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	clear:left;
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
div.tcenter {
	border-width: .5em 1.4em .8em 0;
}

/*PAUL'S ADDITIONS FOR THE POLAROID OVERLAY*/
#lazyest-thumbnails
{
	background-color:#EEE2C2;
	_background-color:#ECDEBB;
}
div.lazy-thumbbox
{
	position:relative;
	width:154px;
	height:158px;
	overflow:hidden;
	background-color:#DFCFA4;
}
div.lazy-thumbbox-img
{
	position:absolute;
	left:0px;
	top:13px;
	width:135px;
	height:100px;
	overflow:hidden;
	z-index:0;
}
div.lazy-thumbbox-img img
{
	width:154px;
}
div.lazy-thumbbox-overlay
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}
div.lazy-thumbbox-overlay a img
{
	border:0px !important;
}
