div.gallery-browser {
	position:relative;
	width:908px;
	border:1px solid #ccd7e1;
	height:420px;
}

div.gallery-browser div.up {
	position:absolute;
	background-image:url('/items/graphics/2008/scroll-top.png');
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	top:4px;
	left:60px;
	overflow:hidden;
	cursor:move;
}

div.gallery-browser div.down {
	position:absolute;
	background-image:url('/items/graphics/2008/scroll-bottom.png');
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	bottom:4px;
	left:60px;
	overflow:hidden;	
	cursor:move;
}

div.gallery-browser div.browse-tree {
	position:absolute;
	left:0;
	width:139px;
	height:auto;
}

div.gallery-browser div.browse-tree-frame {
	position:absolute;
	left:0;
	top:30px;
	width:139px;
	height:360px;
	overflow:hidden;
}



div.gallery-browser div.browse-thumbnails {
	border-left:1px solid #ccd7e1;
	position:relative;
	margin-left:140px;
	width:767px;
	height:380px;
	padding-bottom:40px;
	overflow-y:auto;
}

div.gallery-browser div.browse-thumbnails-pager {
	position:absolute;
	bottom:4px;
	margin-left:140px;
	width:767px;
	height:40px;
	overflow:hidden;
}

div.gallery-browser div.thumbs {
	width:140px;
	height:180px;
	float:left;
	border:1px solid #ccd7e1;
	margin:3px;

}
div.gallery-browser div.thumbbox {
	width:140px;
	height:180px;
	position:relative;
}


div.gallery-browser div.thumbs div.title {
	font-family:arial;
	font-size:11px;
	color:#275b9f;
	margin:0 auto;
	width:126px;
	letter-spacing:0;
}
div.gallery-browser div.thumbs div.date {
	font-family:arial;
	font-size:10px;
	color:#000;
	margin:0 auto;
	width:126px;
}

div.gallery-browser div.mimage {
	margin:0 auto;
	width:126px;
	height:94px;
	padding-top:12px;
	
}
div.gallery-browser div.thumbs img {
	width:126px;
	height:94px;
	cursor:pointer;
}

div.gallery-browser div.tree-item {
	position:relative;
	cursor:pointer;
	font-family:arial;
	font-size:12px;
	width:92px;
	color:#000;
	font-weight:bold;
	margin-left:3px;
	padding:3px;
	padding-left:20px;
	padding-right:20px;
}
div.gallery-browser div.active {
	background-color:#bedbfc;
}
div.gallery-browser div.tree-item-child {
	position:relative;
	cursor:pointer;
	font-family:arial;
	font-size:10px;
	width:83px;
	color:#111;
	font-weight:bold;
	margin-left:12px;
	padding:3px;
	padding-left:20px;
	padding-right:20px;
}

div.gallery-browser div.child {
	display:block;
	position:relative;
}
div.gallery-browser div.items {
	position:absolute;
	color:#cc0000;
	font-size:10px;
	font-family:arial;
	top:4px;
	right:10px;
}
div.gallery-browser div.child-items {
	position:absolute;
	color:#883300;
	font-size:9px;
	font-family:arial;
	top:4px;
	right:10px;
}
div.gallery-browser div.browse-tree li {
	margin-left:10px;
}

div.gallery-browser div.noresult {
	font-size:14px;
}

div.gallery-browser div.pages {
	font-size:11px;
	font-family: arial, sans-serif;
	position:relative;
	width:690px;
	margin:0 auto;
}


div.gallery-browser span {
	color:#285AA1;
	padding:2px;
	text-decoration:underline;
}

div.gallery-browser span.currpage {
	color:red;
	text-decoration:none;
}

div.gallery-browser div.result_info {
	position:relative;
	
}
