/**
* CSS for mod_gal.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

.edata,
.odata
{
	background: none;
	padding-bottom: 20px;
	vertical-align: top;
	width: 20%;
}
.gallery .edata,
.gallery .odata
{
	padding-bottom: 0;
}

.img
{
	border: 1px solid #999;
	float: left;
}
.img:hover
{
	border: 1px solid #b60153;
	text-decoration: none;
}
.img img
{
	float: left;
}
.img span
{
	display: none;
}

.view-more
{
	color: #d9337b;
	text-decoration: none;
}
.view-more:hover
{
	color: #d9337b;
	text-decoration: underline;
}

.layout_footer1
{
	margin-bottom: 30px;
	padding-right: 20px;
}
