@CHARSET "UTF-8";
/**
* Breadcrumbs
*/
div.breadcrumbs {
	
}

/**
* Cats
*/
div.gallery_cat {
	position:relative;
	border:1px dashed #fff;
	margin:5px auto;
	width:300px;
	padding:5px;
}

div.gallery_cat:hover {
	border:1px dashed #999;
}

div.gallery_cat img.gallery_cat_img {
	border:1px solid #999;
}

div.gallery_cat div.gallery_cat_actions {
	position:absolute;
	top:5px;
	right:3px;
	padding:4px 6px;
	background:#fff;
	border:1px solid #999;
}

/**
* Gals
*/
div.gallery_gal {
	position:relative;
	float:left;
	border:1px dashed #fff;
	margin:5px auto;
	width:150px;
	padding:5px;
}

div.gallery_gal:hover {
	border:1px dashed #999;
}

div.gallery_gal img.gallery_gal_img {
	border:1px solid #999;
}

div.gallery_gal div.gallery_gal_actions {
	position:absolute;
	top:5px;
	right:3px;
	padding:4px 6px;
	background:#fff;
	border:1px solid #999;
}

/**
* Thumbs
*/
div.gallery_thumb {
	position:relative;
	float:left;
	border:1px dashed #fff;
	margin:5px auto;
	width:100px;
	padding:5px;
}

div.gallery_thumb:hover {
	border:1px dashed #999;
}

div.gallery_thumb img.gallery_thumb_img {
	border:1px solid #999;
}

div.gallery_thumb div.gallery_thumb_actions {
	position:absolute;
	top:5px;
	right:3px;
	padding:4px 6px;
	background:#fff;
	border:1px solid #999;
}

/**
* Pics
*/
div.gallery_pic {
	position:relative;
	border:1px dashed #fff;
	margin:5px auto;
	padding:5px;
	text-align:center;
}

div.gallery_pic:hover {
	border:1px dashed #999;
}

div.gallery_pic img.gallery_pic_img {
	border:1px solid #999;
}

div.gallery_pic div.gallery_pic_actions {
	position:absolute;
	top:5px;
	right:5px;
	padding:4px 6px;
	background:#fff;
	border:1px solid #999;
}

div.pagnav {
	margin:10px;
	padding:4px;
	text-align:center;
}

div.pagnav div.pagination a.current {
	color:#f00;
}
