@charset "utf-8";
/* CSS Document */
#panes
{
	height: 445px;
}
#panes div#list
{
	width: 174px;
	height: 100%;
	background-image: url(/images/vline_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
#panes div#list_bg
{
	width: 100%;
	height: 100%;
	background-image: url(/images/projects/list_bg.gif);
	background-repeat:no-repeat;
	background-position: right 5px;
}
#panes div#list ul
{
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
#panes div#list ul li
{
	margin: 5px 0 5px 0;
	height: 24px;
	background-image: url(/images/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#panes div#list ul li a
{
	margin: 0 0 0 12px;
	color: #e8bf2a;
	font-size: 12px;
	font-weight: bold;
}
#panes div#thumbnails
{
	padding: 0;
	margin: 0;
	width: 136px;
	height: 445px;
	overflow: auto;
	text-align: center;
}
#panes div#thumbnails ul
{
	padding: 0;
	margin: 0 5px 0 5px;
	list-style-type: none;
	background-color: #508622;
	display: block;
}
#panes div#thumbnails ul li
{
	padding: 0;
	margin: 0;
}
#panes div#preview
{
	width: 678px;
	height: 100%;
	background-image: url(/images/projects/preview_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#panes div#preview img
{
	border: solid 10px #f4db50;
}
