@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	padding:120px 0 0 0;
	background:#000 url(../images/euphoria_body_bg.jpg) no-repeat;
	background-position:center top;
	background-attachment:fixed; /* Static Background */}
div.container {
	top:0;
	left:0;
	width:904px;
	overflow:hidden;
	margin:0 auto;
	font:12px Helvetica, Arial;
}
/* Start Header */
div.header {
	position:absolute;
	top:0;
	width:904px;
	height:120px;
	background-color:#000;
}
div.header p{
	border-bottom:1px solid #34312c;
	padding-bottom:10px;
}
div.header img{
	border:0;
}
h1{
	text-align:right; 
	margin-top:10px;
	background-color:#000;
}
h1 a,visited{
	font-size:10px;
	color:#868686;
	text-decoration:none;
}
h1 a:hover{
	color:#ccc;
}
/* Static Header */
@media screen {
div.container>div.header {
	position:fixed;
}
}
* html body {
	overflow:hidden;
}
* html div.content-container {
	height:100%;
	overflow:auto;
}
/* End Static Header */
/* Start Content */
table.tbl-albums {
	margin-top:20px;
}
table.tbl-albums td {
	width:300px;
}
div.album-container-off {
	width:276px;
	height:135px;
	margin:5px 10px 10px;
	background:url(../images/grey_checker_bg.gif) repeat;
	color:#777;
}
div.album-container-on {
	width:276px;
	height:135px;
	margin:5px 10px 10px;
	background:url(../images/red_checker_bg.gif) repeat;
	color:#eee;
}
* html #album-container-off{
    background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/grey_checker_bg.gif', sizingMethod='crop');
}
* html #album-container-on{
    background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/red_checker_bg.gif', sizingMethod='crop');
}
/* Album Image */
div.albumPrimaryImg {
	float:left;
	width:130px;
	height:135px;
}
div.albumPrimaryImg img {
	margin:8px 5px 5px;
	border:3px solid #aaa;
}
div.album-container-on div.albumPrimaryImg img{
	border:3px solid #c5667a;
}
div.albumDescription {
	float:left;
	width:146px;
	height:135px;
	font-size:11px;
}
p.page{
 	color:#666;
	font-weight:700;
	font-size:11px;
	margin-bottom:5px;
}
p.page select{
	margin:0;
	padding:0;
	color:#fff;
	font-size:9px;
	width:40px;
	height:18px;
	margin-left:5px;
	background-color:#000;
}
/* Album Details */
div.albumDescription h3 {
	font:bold 11px Helvetica, Arial;
	margin:10px 5px 0;
}
div.albumDescription p {
	margin:0 5px;
}
div.footer, div.footer-index {
	height:30px;
	background-color:#999;
	border-top:1px solid #181818;
	background:url(../images/footer_bg.gif) repeat-x;
	color:#3d3d3d;
	font-size:10px;
	margin:5px auto 0;
	text-align:center;
	padding-top:5px;
}
div.footer-index{
margin-top:30px;}

/* Gallery Page */
table.tbl-gallery{
	height:400px;
}
table.tbl-gallery td{
	vertical-align:top;
}
/* Left Column */
td.left-thumbnails{
	width:280px;
}
div.thumbnails-container{
	width:255px;
	height:380px;
	margin-right:5px;
	background-color:#1a1a1a;
	padding:10px;
}
h2.album-name{
	height:20px;
	color:#d1d1d1;
	font:bold 12px Helvetica, Arial;
	background:url(../images/icon-camera.gif) no-repeat;
	padding-left:25px;
	margin-bottom:5px;
	border-bottom:1px solid #444;
}
#thumbnails div {
	position: relative;
	width: 81px;
	height: 81px;
	float: left;
	margin: 2px;
	padding: 0;
	float: left;
	display:inline;
	background-color:#1a1a1a;
}
#thumbnails img {
	width: 75px;
	height: 75px;
	position: absolute;
	border:3px solid #3d3b3e;
}
.infocus{
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
.unselect{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
div.thumb-page{
	float:right;
	width:250px;
	vertical-align:bottom;
}
.thumb-next{
	margin:1px 3px 0 0;
}

.thumb-next a,visited{
	padding-left:5px;
}
/* Right Main Picture */
td.right-largeImg{
	width:630px;
	background:url(../images/grey_checker_bg.gif) repeat;
}
div#picture{
	width:600px;
	margin:0;
	padding:0;
	margin:8px auto 0;
}
#mainImage{
	border:5px solid #fff;
}
#picture ul{
	margin:17px 0 0 280px;
}
#picture li{
	display:inline;
}
#picture ul img{
	border:0;
}

