/* 
  Gallery Style Sheet.  Using styles fo plirkGallery.js
*/

/* override the mainbody to be taller */
/*
#mainbody {
	min-height: 730px;
}
*/

div#plirkGalleryThumb {
        margin: 0 auto 0 auto;
        width: 100%;
        min-height: 141px;
        padding: 0px;
}

div#plirkGalleryFull {
        margin: 0 auto 0 auto;
        width: 100%;
        min-height: 537px;
        padding: 0;
}

div#plirkGalleryFullComment {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 300px;
	font-size: small;
	text-align: center;
}

table.plirkGalleryThumbTable {
	margin: 0 auto 0 auto;
	width: 100%;
}	

table.plirkGalleryThumbTable td {
	text-align: center;
	padding: 0;
}

table.plirkGalleryThumbTable tr {
	height: 130px;
}

table.plirkGalleryThumbTable td.plirkGalleryAdvance {
	width: 38px;
}

table.plirkGalleryThumbTable a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

table.plirkGalleryThumbTable img {
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
}

img.plirkGalleryFullImg {
	display: block;
	margin: 0 auto 0 auto;
	padding: 2px;
	border: 1px solid #ccc;
}


