#content.gallery, .gallery
{
	color: white;
	background: rgb( 75, 75, 75 );
	
	cursor: default;
	
	-webkit-user-select: none;
	-webkit-user-drag: none;
	
	padding-left: 50px;
}

.gallery a
{
	background: transparent !important;
}

.gallery-cell
{
	display: block;
	
	width: 150px;
	height: 220px;
	
	padding: 15px 5px;
	
	float: left;
}

.gallery-cell:active img
{
	-webkit-user-drag: none;
	border: rgb( 10, 150, 10 ) 5px solid;
	margin: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.gallery-cell img
{
	border: white 5px solid;
	-webkit-box-shadow: black 0px 1px 5px;
	-moz-box-shadow: black 0px 1px 5px;
	max-height: 150px;
	max-width: 130px;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery-cell label
{
	color: white !important;
	display: block;
	font-weight: bold;
	text-shadow: black 0px 1px 3px;
	text-align: center;
}
