@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;
}

/**
* CAT 255x350
*/
div.gallery2_cats div.gallery2_cat_255x350 {
	width:255px;
	height:370px;
	background:#EC8A0B;
	border:1px solid #EC8A0B;
	text-align:center;
}

div.gallery2_cats div.gallery2_cat_255x350:hover {
	background:#ffa939;
	border:1px solid #ffa939;
}

div.gallery2_cats div.gallery2_cat_255x350 a,
div.gallery2_cats div.gallery2_cat_255x350 a:hover {
	color:#fff;
}

/**
* CAT 255x150
*/
div.gallery2_cats div.gallery2_cat_255x150 {
	width:255px;
	height:170px;
	background:#EC8A0B;
	border:1px solid #EC8A0B;
	text-align:center;
}

div.gallery2_cats div.gallery2_cat_255x150:hover {
	background:#ffa939;
	border:1px solid #ffa939;
}

div.gallery2_cats div.gallery2_cat_255x150 a,
div.gallery2_cats div.gallery2_cat_255x150 a:hover {
	color:#fff;
}

/**
* GAL 255x150
*/
div.gallery2_gals div.gallery2_gal_255x150 {
	width:255px;
	height:170px;
	background:#EC8A0B;
	border:1px solid #EC8A0B;
	text-align:center;
}

div.gallery2_gals div.gallery2_gal_255x150:hover {
	background:#ffa939;
	border:1px solid #ffa939;
}

div.gallery2_gals div.gallery2_gal_255x150 a,
div.gallery2_gals div.gallery2_gal_255x150 a:hover {
	color:#fff;
}

/**
* PIC 180x130
*/
div.gallery2_pics div.gallery2_pic_180x130 {
	width:180px;
	height:130px;
}

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

/**
* VIEWPIC 750x500
*/
div.gallery2_viewpic_750x500 {
	width:750px;
	height:500px;
	line-height:500px;
}