
#gallery-content ul{
	width: 900px;
	height: 740px; 
	margin: 10px auto;
	text-align: center;
}

#gallery-content ul a{
	font-size: 14px;
}

#gallery-content li{
	/*
	width:140px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:6px;
	*/
	width:244px;
	height:186px;
	float:left;
	display:inline;
	margin:24px;
	list-style:none;
}

#gallery-content img{
	border:8px solid #a2a2a2;
}


#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
