@charset "utf-8";
/* CSS Document */

body { 	margin:none;	
		background-color:#000000;
		color:#FFF;
		font-size:12px;
		background-image:url(bg.jpg);
		background-position:center;
		background-repeat:no-repeat;
		background-attachment:fixed;

		}

p {
	padding:5px;
	font-size: 14px;
	text-align: left;
} 

a:link {
	text-decoration: underline; color:#FFF
}
a:visited {
	text-decoration: underline; color:#CCCCCC
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	text-align: center;
}

#header a:link {
	text-decoration: none; color:#201b1b;
}
#header a:visited {
	text-decoration: none; color:#201b1b;
}
#header a:hover {
	text-decoration: none; color:#ffffff; background-color:#969696;
}
div.right {

position: relative;
float: right;	
}
div.left {

position: relative;
float: left;
}

#header { clear:both; width:80%; background-color: #CCCCCC; height:100px; border: 5px #FFFFFF solid; margin-top:5px; margin-bottom:5px; padding:3px; margin:auto; color:#201b1b; font-size:1.3em}

#lefthead{float:right; width:50%; background-image:url(img/bg.jpg); height:90px; border-top:1px #000000 solid;border-bottom:1px #000000 solid}

#reel {height: auto; width:auto; margin-bottom:110px; margin-top:5px; margin-right:10px; margin-left:3px}
#reel2 {height: auto; width:600px; margin-bottom:90px; margin:auto; margin-top:5px}

#footer {
	height:25px;
	width:102%;
	text-align: center;
	background-color:#000000;
	color:#ffffff;
  	text-align: center;
  	position: fixed;
  	top: auto;
  	left: -1px;
  	right: auto;
  	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	 filter:alpha(opacity=75);opacity:.75;

	
}

#space {height:10px}

.arttbl{
	padding-left:3px;
	padding-right:3px;
	background-color:#000000;
	text-align: center;
}
.art {height:450px; width:auto; border:0px}

.reeltable{border:4px solid #FFFFFF; padding-top:3px;padding-bottom:3px;padding-left:3px;padding-right:3px; background-color:#000; }

.thumb {border:1px solid #CCC}

		
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

