@CHARSET "UTF-8";

/**
* CATS
*/
div.gallery2_cats {
	clear:both;
}

div.gallery2_cats div.gallery2_cat {
	border:1px solid #000;
	float:left;
	width:300px;
	height:170px;
	margin:4px;
	position:relative;
}

div.gallery2_cats div.gallery2_cat div.gallery2_cat_actions {
	position:absolute;
	top:2px;
	right:2px;
	padding:2px;
	background:#fff;
	border:1px solid #000;
}

/**
* GALS
*/
div.gallery2_gals {
	clear:both;
}

div.gallery2_gals div.gallery2_gal {
	border:1px solid #000;
	float:left;
	width:150px;
	height:220px;
	margin:4px;
	position:relative;
}

div.gallery2_gals div.gallery2_gal div.gallery2_gal_actions {
	position:absolute;
	top:2px;
	right:2px;
	padding:2px;
	background:#fff;
	border:1px solid #000;
}

/**
* PICS
*/
div.gallery2_pics {
	
}

div.gallery2_pics div.gallery2_pic {
	border:1px solid #000;
	float:left;
	width:100px;
	height:150px;
	margin:4px;
	position:relative;
}

div.gallery2_pics div.gallery2_pic div.gallery2_pic_actions {
	position:absolute;
	top:2px;
	right:2px;
	padding:2px;
	background:#fff;
	border:1px solid #000;
}

/**
* VIEWPIC
*/
div.gallery2_viewpic {
	width:600px;
	height:400px;
	margin:auto;
	position:relative;
	text-align:center;
	line-height:400px;
}

div.gallery2_viewpic a {
	display:block;
	width:100%;
	height:100%;
}

div.gallery2_viewpic img {
	border:1px solid #000;
	vertical-align:middle;
}

div.gallery2_viewpic a:hover img {
	border:1px solid #f00;
}

div.gallery2_viewpic div.gallery2_viewpic_actions {
	position:absolute;
	top:2px;
	right:2px;
	padding:2px;
	background:#fff;
	border:1px solid #000;
	line-height:normal;
}

div.gallery2_viewpic div.gallery2_viewpic_actions a {
	display:inline;
	line-height:normal;
}

div.gallery2_viewpic div.gallery2_viewpic_actions img,
div.gallery2_viewpic div.gallery2_viewpic_actions a:hover {
	border:0;
}

div.gallery2_link_maximize {
	text-align:center;
	margin:6px;
}

/**
* CUSTOM
*/
div.gallery2_cats div.gallery2_cat_445x150 {
	width:447px;
	height:170px;
	border:0;
}

div.gallery2_cats div.gallery2_cat_445x150 a {
	color:#fff;
}

div.gallery2_cats div.gallery2_cat_445x150 a:hovr {
	color:#fff;
}

div.gallery2_cats div.gallery2_cat_445x150 a img {
	opacity:0.75;
	border:1px solid #999;
}

div.gallery2_cats div.gallery2_cat_445x150 a:hover img {
	opacity:1;
}

div.gallery2_cats div.gallery2_cat_445x150 div.gallery2_cat_actions a img {
	border:0;
}

/**
* GAL 200x150
*/
div.gallery2_gals div.gallery2_gal_200x150 {
	width:200px;
	height:170px;
}

/**
* GAL 445x150
*/
div.gallery2_gals div.gallery2_gal_445x150 {
	width:447px;
	height:170px;
	border:0;
}

/**
* PIC 200x150
*/
div.gallery2_pics div.gallery2_pic_200x150 {
	width:200px;
	height:150px;
	margin-left:18px;
}

/**
* PIC 150x200
*/
div.gallery2_pics div.gallery2_pic_150x200 {
	width:150px;
	height:200px;
	margin-left:18px;
}
