/*Content -> Gallery*/
#gallery {
	width:400px;
}
#gallery .imgbox {
	float:left;
	width:57px;
	height:57px;
}
#gallery .imgbox img {
	border:1px solid #333333;
	background-image: url(../php/gallery/loading.gif);
	background-repeat: no-repeat;
}
#bigimg {
	height:266px;
	border:1px solid #333333;
}