﻿*
{
	color: #1B1513;
	font-family: Eurostile, Verdana, Arial, Sans-Serif;
}
body
{
/*	background-color: #1B1513;*/
	background-color: #1B1513;
	margin: 0px;
	padding: 0px;
}
img
{
    border: none;
}


/* Container table (used to center content in browser) */

#container
{
	height: 100%;
	width: 100%;
}
#container td
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#logo
{
/*	background-color: #1B1513;*/
	background-color: #1B1513;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 938px;
}

#dots
{
	position: absolute;
	left: -31px;
	top: 385px;
}

#content
{
	background-color: White;
	height: 489px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 938px;
}

/* Menu */

#menu
{
	font-size: 1px;
	position: absolute;
	right: 0px;
}
#menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li
{
	display: inline;
	margin: 0px 1px 0px 13px;
}

/* Submenu (BBL) */

#submenu
{
	font-size: 1px;
	position: absolute;
	left: 485px;
	top: 333px;
}
#submenu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#submenu li
{
	display: inline;
	margin-right: 10px;
}

/* Previous / Next navigation */

#prev_next
{
	left: -4px;
	position: absolute;
	top: 90px;
	width: 100%;
}

/* Gallery */

#gallery
{
	left: 12px;
	height: 43px;
	overflow: hidden;
	position: absolute;
	top: 125px;
	width: 464px;
}

#gallery img
{
	cursor: pointer;
}

#gallery #navigation_left
{
	background-color: white;
	left: 0px;
	padding: 8px 5px 8px 0px;
	position: absolute;
	top: 0px;
}

#gallery #navigation_right
{
	background-color: white;
	padding: 8px 0px 8px 5px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#gallery #thumbs
{
	height: 43px;
	left: 15px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	text-align: left;
	width: 10000px;
}

#gallery .thumb
{
	display: inline;
	padding: 0px 5px 0px 4px;
}

#gallery .thumb img
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#gallery2
{
	left: 105px;
	height: 236px;
	overflow: hidden;
	position: absolute;
	top: 150px;
	width: 728px;
}

#gallery2 img
{
	cursor: pointer;
}

#gallery2 #navigation_left
{
	background-color: white;
	left: 0px;
	padding: 8px 5px 8px 0px;
	position: absolute;
	top: 100px;
}

#gallery2 #navigation_right
{
	background-color: white;
	padding: 8px 0px 8px 5px;
	position: absolute;
	right: 0px;
	top: 100px;
}

#gallery2 #thumbs
{
	height: 236px;
	left: 15px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	text-align: left;
	width: 10000px;
}

#gallery2 .thumb
{
	display: inline;
	padding: 0px 5px 0px 4px;
}

#gallery2 .thumb img
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#theater_preview, #theater
{
	left: 31px;
	position: absolute;
	top: 195px;
}

#theater_preview img, #theater img
{
	cursor: pointer;
}

#theater_preview img#play
{
	position: absolute;
	left: 179px;
	top: 86px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#imagelink
{
	left: 31px;
	position: absolute;
	top: 195px;
}

#etc
{
	left: 31px;
	position: absolute;
	top: 0px;
}

