@charset "UTF-8";
/* CSS Document */

#currentGallery
{
  	margin-bottom:10px;
}
#currentGallery .boxContent
{
  	height:270px;
	text-align:center;
}
#currentGallery .iteratorButton
{
    top:150px;
}
#galleryChooser .boxContent
{
	text-align:center;
}
#galleryChooser .iteratorButton
{
	top:390px;
}
.set
{
	display:inline-block;
	margin:5px;
}
.set .iterator
{
	width:20px;
	height:20px;
	margin-top:0px;
}
.tile
{
	display:inline-block;
}
.tile img
{
	height:100px;
	width:100px;
	border-style:solid;
}