
/**
 * EXP Gallery (Pligg modules)
 * Commercial License
 * @package EXP Gallery
 * @copyright (C) 2007 Autoneti OU
 * @url http://www.pliggtemplates.eu/
 * @author XrByte <info@exp.ee>, Grusha <grusha@feellove.eu>
**/

#exp_gallery_images ul {
	float:left;
}

#exp_gallery_images li {
	padding:5px;
	margin:3px;
	border:1px solid #EAEAEA;
	float:left;
	width:70px;
	height:50px;
	overflow:hidden;
}

#exp_gallery_limg{
	float:left;
}

#exp_gallery_limg li {
	width:40px;
	height:40px;
	overflow:hidden;
	float:left;
	padding:5px;
	margin:3px;
}

#exp_gallery_limg li a{
}

#exp_gallery_cat {
	font-weight:bold;
	padding:5px 0 5px 0;
}

#nav-secondary_gal li{
	border-bottom:1px dotted #E3E3E3;
	padding:4px 0;
	margin:0;
}

#nav-secondary_gal {
}