.tx_tgz_simple_gallery_listelement
{
	margin-bottom: 15px;
}


.tx_tgz_simple_gallery_navigation
{
 	width:250px;
 	float:left;
}

.navlink
{
	cursor: hand;
}


#tx_tgz_simple_gallery_blank
{
	float:left;
}

#tx_tgz_simple_gallery_big
{
	border: 1px solid;
	width: 500px;
	text-align:center;
	
}

#tx_tgz_simple_gallery_big img
{
	cursor: hand;
	
}

#tx_tgz_simple_gallery_thumbs
{
	margin-top:10px;
	width: 500px;
}	
#tx_tgz_simple_gallery_thumbs div
{
	padding:0px;
	float:left;
	text-align:center;
	width:100px;
	height:82px;		
}
#tx_tgz_simple_gallery_thumbs div:hover
{
	background-color:#cccccc;
}

#tx_tgz_simple_gallery_thumbs div img {
	margin-top: expression(( 80 - this.height ) / 2); 
}

#tx_tgz_simple_gallery_thumbs div.active
{
	background:#cccccc;
}

#tx_tgz_simple_gallery_thumbs div.active img {
	margin-top: expression(( 80 - this.height ) / 2); 
}


html>body div img { /*hidden from IE 5-6 */
	margin-top: 0;  /* to clean up, just in case MS later supports valign! */
	vertical-align: middle;
}	
