.clean
{
	clear					: both;
}

.gallery-groups
{
	font-size			 : 14px;
}

.gallery-groups a
{
	color				 : #7a9833;
	background			 : inherit;
	text-decoration		 : none;
	font-size			 : 14px;
}

.gallery-groups a:hover
{
	color				 : #7a9833;
	background			 : inherit;
	text-decoration		 : underline;
	font-size			 : 14px;
}

.gallery-groups .block
{
	float					: left;
	width					: 184px;
	margin					: 4px;
	background-color		: #EFEFEF;
	border					: 1px solid #E0E0E0;
	
}

.gallery-groups .block .image
{
	height					: 132px;
	text-align				: center;
	background-color		: #F5F5F5;
	padding					: 2px;
}

.gallery-groups .block img
{
	border					: 0px;
}

.gallery-groups .block .description
{
	clear					: both;
	padding					: 5px;
}

.gallery-list
{
	font-size			 : 14px;
}

.gallery-list a
{
	color				 : #7a9833;
	background			 : inherit;
	text-decoration		 : none;
	font-size			 : 12px;
}

.gallery-list a:hover
{
	color				 : #7a9833;
	background			 : inherit;
	text-decoration		 : underline;
	font-size			 : 12px;
}

.gallery-list .block
{
	float					: left;
	width					: 180px;
	margin					: 4px;
	background-color		: #EFEFEF;
	border					: 2px solid #E0E0E0;
	
}

.gallery-list .block .image
{
	height					: 130px;
	text-align				: center;
	background-color		: #F5F5F5;
	padding					: 2px;
}

.block .image
{
	margin-top: 15px;
	margin-left: 0px;
}

.gallery-list .block .description
{
	padding					: 5px;
}

.image_view
{
	background-color		: #EFEFEF;
	border					: 1px solid #E0E0E0;
}

.image_view .image
{
	text-align				: center;
	background-color		: #F5F5F5;
	padding					: 5px;
}

.image_view .description
{
	padding					: 5px;
}

.image_view .slider
{
	text-align				: center;
	background-color		: #F5F5F5;
	padding					: 5px;
}

.image_view .slider .sel
{
	border: 2px solid #B00000;
}

.image_view .slider .nosel
{
	border: 2px solid #909090;
}