@charset "utf-8";
/* CSS Document */

.widget-row {
	
}
.widget-row .widget.gallery-folders {
	float:left;
	width:200px;
	margin:0;
}
.widget-row .widget.gallery-photos {
	float:left;
	width:715px;
	margin:0 0 0 15px;
}

.gallery-folders ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.gallery-folders ul li {
	margin-bottom:6px;
}
.gallery-folders ul li a {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background:url(/lib/img/icon-widget-arrow.gif) no-repeat center left;
	padding:0 0 1px 16px;
}

.gallery-photos div.photo {
	width:160px;
	height:150px;
	float:left;
	text-align:center;
	margin:4px 0 4px 0;
}
.gallery-photos div.photo img {
	padding:4px;
	background:white;
	border:1px solid #999;
}

.gallery-photos .page-nav {
	list-style-type:none;
	margin:6px 0 10px 0;
	padding:0;
}
.page-nav li {
	display:inline;
	padding:0 1px 0 1px;
}
.page-nav li a {
	padding:5px;
	background:white;
	text-decoration:none;
}
.page-nav li a:hover {
	background:#ebebeb;
}
.page-nav li.selected a {
	background:#333;
	color:white;
}
