body {
	padding: 200px 0 100px 0;
	background: url(/img/logo.jpg) top left no-repeat #121212;
	margin: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.mouser {
	height: 400px;
	width: 10000px;
	position: absolute;
}
.mouser img {
	float: left;
}
#container {
	position: relative;
	overflow: hidden;
}
h1 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #ffffff;
	font-size: 180%;
	margin: 15px 0 0px 10%;
	padding: 0;
	font-weight: 100;
}
a img {
	border: none;
	margin: 0;
	z-index: 4;
}
a:hover img {
	border: 4px white solid !important;
	margin: -4px;
	position: relative;
	z-index: 5;
}


#blackout {
	background: url(/img/ajax-loader-black.gif) center 35% no-repeat #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 103;
}
#getupdiv {
	position: fixed!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: black;
	text-align: center;
	top: expression( document.body.scrollTop + 'px' );
}
#lefter {
	position: fixed!important;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	top: expression( document.body.scrollTop + 'px' );
	background: url(/img/lefter.jpg) center center no-repeat #121212;
	cursor: pointer;
	cursor: hand;
}
#righter {
	position: fixed!important;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	top: expression( document.body.scrollTop + 'px' );
	background: url(/img/righter.jpg) center center no-repeat #121212;
	cursor: pointer;
	cursor: hand;
}





#albumcont {
	width: 1000px;
	text-align: left;
}
small a {
	color: #557eab;
}
small {
	color: #999999;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	padding: 0;
	margin-right: 13px;
}
#kwicks_container { 
	height: 565px;
}
#kwicks {
	position: relative;
}
#kwicks .kwick {
	float: left;
	display: block;
	width: 230px;
	height: 565px;
	cursor: pointer;
	cursor: hand;
}
.kwick a {
	font-size: 90%;
	color: #999999;
	position: relative;
	top: 550px;
}

#li_1 {
	background: url(/img/1bw.jpg) top center no-repeat;
}
#li_2 {
	background: url(/img/2bw.jpg) top center no-repeat;
}
#li_3 {
	background: url(/img/3bw.jpg) top center no-repeat;
}
#li_4 {
	background: url(/img/4bw.jpg) top center no-repeat;
}


table, tr, td {
	padding:0;
	margin:0;
}

#home { position:absolute; left:70px; top:50px; }
#home img { width:180px; height:60px; }