@CHARSET "UTF-8";

h1 {
	white-space:nowrap;
	overflow:hidden;
}

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

div.gallery2_cats div.gallery2_cat {
	border:1px solid #111;
	background:#111;
	float:left;
	width:300px;
	height:170px;
	margin:4px;
	position:relative;
	text-align:center;
}

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 #111;
	background:#111;
	float:left;
	width:150px;
	height:220px;
	margin:10px;
	margin-left:20px;
	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 #999;
	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 300x150
*/
div.gallery2_cats div.gallery2_cat_300x150 {
	width:300px;
	height:170px;
}

/**
* GAL 200x150
*/
div.gallery2_gals div.gallery2_gal_200x150 {
	width:200px;
	height:170px;
	white-space:nowrap;
	overflow:hidden;
}

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

/**
* VIEW PIC 950x950
*/
div.gallery2_viewpic_950x950 {
	width:950px;
	height:auto;
	line-height:normal;
}