/* - - - Content page specific stylesheet - - - */
/* - - - LAYOUT - - - */

@import "content.css";

/*Gallery specific*/
table.gallery
{}
table.gallery td,
table.gallery td.th
{
	text-align: center;
	vertical-align: middle;
}
#content #main table img
{
	-moz-box-shadow:0 5px 5px #ECECEC;
	border:5px double #ECECEC;
	float:none;
	margin:0 0 0.5em 0.5em;
}

div#gallery ul,
div#gallery li
{
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

div#gallery li
{
	float: left;
	margin: 0;
	list-style: none;
	margin-left: 5px;
}
#content #main div#gallery img
{
	-moz-box-shadow:0 5px 5px #ECECEC;
	border:5px double #ECECEC;
	float:none;
	margin:0 0 0.5em 0.5em;
}


/*greybox*/
/*greybox*/
body #GB_overlay{

	background-color: #000000; 
	opacity: 0.5;
	filter: alpha(opacity=50);
	/*background-image:url('../images/bg_GB_layer.gif');
	background-repeat: no-repeat;
	background-position: right 40px;
	background-attachment: fixed;*/
	

}
body #GB_window
{
	overflow: visible;
}

body .closeMe
{
	background-image:url('../images/button_close.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	width: 65px;
	height: 22px;
	text-indent: -3000px;
	display: block;
	margin: 5px;
	position: absolute;
	top: -35px;
	right: 0;
	cursor: pointer;
}
