div#content h1
{
	font-family: Tahoma;
	font-size: 16px;
	color: #ff983a;
	margin-bottom:5px;
}

.gallery_page .gallery_node,
.gallery_page .gallery_node .img_wrapper,
.gallery_page .gallery_node h2,
.gallery_page .gallery_node .gallery_icons
{
	width: 160px;
}

.gallery_page .pages li,
.gallery_page .gallery_node h2
{
	font-family: georgia, times;
}

.gallery_page
{
	/*border: 1px solid #e9e9e9;*/
	font-size: 11px;
}

table.gallery_page
{
	border-collapse: separate;
}

.gallery_page .gallery_node
{
	text-align: top;
	padding: 5px;
	/*border: 1px solid #e9e9e9;*/
	margin: 0;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;
}

.gallery_page .gallery_node .img_wrapper
{
	height: 125px;
	display: block;
	float: left;
}

.gallery_page .album_node
{
	background-color: #32322a;
}

div#content .gallery_page .gallery_node h2.g_title
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color:#acb2b4;
}

.gallery_page .gallery_node .img_wrapper img
{
	border: none;
	margin: 0 auto;
	display: block;
	color: #acb2b4;
}

.gallery_page .gallery_node .node_icons
{
	display: block;
	float: left;
	clear: left;
}

.gallery_page .gallery_node .node_icons .edit
{
	display: block;
	float: left;
	width: 14px;
	height: 16px;
	background: url(../../img/gallery/edit.gif) 0 0 no-repeat;
}

.gallery_page .gallery_node .node_icons .comment
{
	display: block;
	float: left;
	width: 14px;
	height: 16px;
	background: url(../../img/gallery/comment.jpg) 0 0 no-repeat;
}

div#content .pages
{
	margin-top: 5px;
	margin-left: 3px;
	height: 20px;
}

div#content .pages li
{
	display: inline;
	margin-right: 2px;
	color: white;
	margin-left:0;
	background-image: none;
	font-family: verdana;
	font-size: 11px;
}

div#content ul.pages li a
{
	color: white;
	text-decoration: none;
}

div#content .pages li a:hover
{
	color: #acb2b4;
}

/* edit form */

#gallery_cw
{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 15px;
	height: 15px;
	border: 1px solid;
	background: url(../../img/gallery/close.gif) 0 0 no-repeat;
}

.gallery_content
{
	position: relative;
}

#gallery_form
{
	position: absolute;
	top: 15px;
	left: 15px;
	border: 1px solid #e9e9e9;
	padding: 10px;
	width: 250px;
	height: 200px;
	background-color: #fff;
	display: none;
}

#gallery_cw_h1
{
	margin: 5px 0 0 0;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	float: left;
	clear: left;
	color: #4374b6;
	min-width: 200px;
}

#gallery_cw_select
{

	margin-bottom: 5px;
	margin-right: 5px;
	clear: left;
}
