@charset "UTF-8";

/*
#######################################

  ACOUSTIC ROCK GALLERY CSS

#######################################
*/

#photo-gallery {
	width: 625px;
}
#photo-gallery ul {
	margin: 0;
	padding: 0;
}
#photo-gallery li {
	margin: 0 11px 11px 0;
	padding: 0;
	width: 148px;
	float: left;
	list-style: none;
}

