@import url("default.css");

#gallery
{
	clear:both;
	position:relative;
	width:900px;
}

#slide_container
{
	float:left;
	margin:0 35px 0 19px;
	position:relative;
	width:595px;
	height:457px;
	overflow:hidden;
}

#slide_thumbs
{
	float:right;
	position:relative;
	right:5px;
	top:30px;
	width:220px;
}

img.slide_node
{
	position:absolute;
	visibility:hidden;
	width:595px;
}

img.thumb_slide_node
{
	float:left;
	border:2px solid #000000;
	margin:4px;
	width:60px;
	height:40px;
}

img.thumb_slide_node_selected
{
	float:left;
	border:2px solid #FFFFFF;
	margin:4px;
	width:60px;
	height:40px;
}

h2#gallery
{
	display:inline;
	padding-right:5px;
	font-size:8pt;
	color:#b3b2b3;
}

h2#gallery_title
{
	display:inline;
	font-size:8pt;
	color:#FFFFFF;
}

h2#archive_selection
{
	display:inline;
	padding-right:5px;
	font-size:8pt;
	color:#7b7e7c;
}

h2#archive_title
{
	display:inline;
	font-size:8pt;
	color:#FFFFFF;
}

#gallery_comments h1
{
	padding-bottom:10px;
	text-align:center;
}

ul#gallery_archives li
{
	float:left;
	padding:0 8px;
	color:#76797C;
	list-style-type:none;
	list-style-position:inside;
	font-weight:normal;
	background:url(../../i/link_sep.gif) top right no-repeat;
}
ul#gallery_archives li.last
	{ background-image:none; }

ul#gallery_archives a
{
	color:#76797C;
	text-decoration:none;
}

ul#gallery_archives a.current
{
	color:#FFFFFF;
	text-decoration:none;
}

#gallery_comments
{
	clear:both;
	width:595px;
}

#gallery_comments h1
	{ text-align:left; }

a.next , a.prev
{
	position:relative;
	top:220px;
}
a.next { left:600px; }
