div.gallery_previewbox
{
	position:relative;
	width:770px;
	height:180px;
	margin-right:20px;
	margin-top:20px;
	border:1px solid #000000;	
	background:url("../image/window/background_w.png");
}

div.gallery_overview
{
	width:770px;
	overflow:hidden;
	margin-right:20px;
	margin-top:20px;
	border:1px solid #000000;	
	background:url("../image/window/background_w.png");
}

div.gallery_overview_box
{
	width:154px;
	height:154px;
	float:left;
}

div.gallery_previewwindow
{
	width:210px;
	height:210px;
}

img.gallery_previewwindow_image
{
	margin-top:10px;
	border:1px solid #000000;
}

img.gallery_previewbox_image
{
	position:absolute;	
	left:10px;
	top:10px;
	border:1px solid #000000;
}

img.gallery_overview_image
{
	margin:5px;
	border:1px solid #000000;
}

a.gallery_previewbox_title
{
	margin:0px;
	position:absolute;
	left:260px;
	top:10px;
	font-family: Segoe UI, Calibri, Times New Roman;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a.gallery_previewwindow_title
{
	margin-left:10px;
	margin-right:10px;
	font-family: Segoe UI, Calibri, Times New Roman;
	font-size:14px;
	text-decoration:none;
	color:#000000;
}

a.gallery_navigation, a.gallery_navigation_active
{
	font-family: Segoe UI, Calibri, Times New Roman;
	font-size:14px;
	text-decoration:none;
	color:#000000;
}
a.gallery_navigation_active
{
	font-weight:bold;
}
a.gallery_navigation:hover, a.gallery_navigation_active:hover, a.gallery_previewbox_title:hover, a.gallery_previewwindow_title:hover
{
	color:#ff0000;
}


p.gallery_previewbox_description
{
	text-align:left;
	margin:0px;
	position:absolute;
	left:260px;
	top:30px;
	font-family: Segoe UI, Calibri, Times New Roman;
	font-size:14px;
}