/* CSS Document */
.photoListing
{
	display: block;
	margin: 0px;
	padding: 0px;
}
.photoListing UL
{
	margin:0px;
	padding:0px;
}

.photoListing LI
{
	display: inline;
	float: left;
	margin:5px;
	border: 1px solid #999999;
	width: 130px;
	text-align: center;
	padding: 2px;
	height: 368px;
	background:#FFF8E8;
}
.photoListing .imagecontainer
{
	height: 120px;
	text-align: center;
	background:#FFFFFF;
}

.photoListing .note
{
	font-size: 8px;
}
.photoListing LI input
{
	width: 100px;
}
.photoListing LI .checkbox
{
	width: 20px;
}

.photoListing img
{
	padding: 4px;
	background:#FFFFFF;
	border: 1px solid #999999;
}


.catListing
{
}

.catListing UL
{
	margin: 0px;
	padding:0px;
	display:block;
	padding-left: 15px;
}


.imageListing UL
{
	display:block;
	background:#990000;
	margin:0px;
	padding: 0px;
}

.imageListing LI
{
	float: left;
	display:inline;
	width: 90px;
	height: 90px;
	background:#ffffff;
	border:1px solid #999999;
	text-align:center;
	margin: 2px;
	padding:2px;


	display: table; #position: relative; overflow: hidden;
}

.imageListing LI a
{
	#position: absolute;  #top: 50%;display: table-cell; vertical-align: middle;
}

.imageListing LI IMG
{
	background:#ffffff;
	border:1px solid #999999;
	 
	#position: relative; #top: -50%; #left:-50%;
}

/* valign hack resource
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html*/
