#gallery .holder
{ 
	width:100px;				/*Holder width or image width*/
	background-color:transparent; 
	float:left; 
	margin:3px;

}

#gallery .image
{ 
	padding-top:0px; 
	padding-bottom:0px; 
	text-align:center; 
	height:60px; 				/*Image height*/
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
}
#gallery .image a
{
	width:100px;				/*Image Width*/
	height:60px;			/*Image Height*/
	display:block;
}
#gallery .name
{ 
	padding-top:0px; 
	text-align:center; 
	height:20px;
}