body {
	background: url(../images/bgs/5064.jpg) top #000;
	font-size: 11px;
	color: #fff;
	font-family: Tahoma,Helvetica,serif;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: overline underline;
}
.mainFrame {
	background: url(../images/frame.png) no-repeat center;
	position:absolute;
    top: 50%;
    left: 50%;
    width:780px;
    height:540px;
	margin-top: -270px;
    margin-left: -390px;
    z-index: 100;
}
.logo {
	background: url(../images/logo.png) no-repeat center;
	position:absolute;
	top: -35px;
	left: 10px;
    width:400px;
    height:100px;
}
.info {
	border-top: 1px solid #fff;
	position:absolute;
    bottom: 25px;
    left: 10px;
    width: 750px;
    color: #fff;
    text-align: right;
    font-size: 12px;
    padding: 3px;
}
hr {
	background: #fff; border: 0px; height: 1px;
}
.content {
	margin: 25px 15px 15px 15px;
}
.c {
	clear: both;
}
.loader {
	z-index: 12000;
	position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: #000;
}
.loader div {
	position:absolute;
    top: 50%;
    left: 50%;
    width:400px;
    height:200px;
	margin-top: -100px;
    margin-left: -200px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	padding: 10px;
}
.menu {
	float: left;
	width: 170px;
	font-size: 13px;
	margin: 10px 20px 20px 0px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	list-style-type: none;
	padding-left: 17px;
	background: url(../images/arrow.png) no-repeat left;
	margin: 3px 0px;
}
.menu ul li a {
	font-weight: bold;
	text-decoration: none;
}
.top,.bot {	
	float: right;
	width: 430px;
}
.tabs { 
	margin: 0px;
	padding: 0px 0px 2px 10px;
}
.tabs li {
	display: inline; 
	list-style-type: none; 
	padding: 5px 10px 2px 10px; 
	margin: 0px 3px; 
	border: 1px solid #fff;
	border-bottom: 0px;
	-moz-border-radius: 5px 5px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px;
}
.tabs li.active a {
	text-decoration: none;
	font-weight: bold;
}
.gallery {
	height: 250px;
	width: 95%;
	overflow: auto;
}
.gallery .albumHolder {
	display: none;
}
.gallery .active {
	display: block !important;
}
.gallery .picHolder {
	float: left;
	width: 220px;
	height: 180px;
	margin: 3px;
	text-align: center !important;
	vertical-align: middle !important;
}
.gallery .picHolder p {
	font-size: 10px;
	font-weight: bold;
}
.bord {
	border-top: 1px solid #fff;
}
span.statsLogo {
	float: left;
}

/* Modal pictures */
#colorbox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:9999;}
#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
#colorbox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
	#modalWrap{width:9000px; height:9000px;}
		#modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
		#borderMiddleLeft, #borderBottomLeft{clear:left;}
		#modalContent{position:relative; overflow:visible;}
			#contentTitle{margin:0;}
			#modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;}
			#modalLoadedContent{overflow:auto; width:0; height:0;}
			#modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
                        #modalPhoto{cursor:pointer;}
			#modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap embedded content */
			#modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}

#modalBackgroundOverlay{background:#000;}

#colorbox{}
	#modalContent{background:#000; margin-top:20px;}
		#modalLoadedContent{background:#000; border:10px solid #000;}
			#contentTitle{position:absolute; top:-20px; left:0; color:#fff;}
			#contentCurrent{display:none;}
			#contentPrevious{position:absolute; top:50%; left:10px; margin-top:-41px; background:url(/media/images/controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
			#contentPrevious:hover, #contentPrevious.hover{background-position:bottom left;}
			#contentNext{position:absolute; top:50%; right:10px; margin-top:-41px; background:url(/media/images/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
			#contentNext:hover, #contentNext.hover{background-position:bottom right;}
		#modalLoadingOverlay{background:url(/media/images/loading.gif) center center no-repeat #000;}
		#modalClose{position:absolute; top:10px; right:10px; display:block; background:url(/media/images/controls.png) top center no-repeat; width:47px; height:24px; text-indent:-9999px;}
		#modalClose:hover, #modalClose.hover{background-position:bottom center;}

/* Scroller */
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 150px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 150px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
}

.auction {
	text-align: center; float: left; width: 25%; margin: 5px;
}
.auction a {
	text-decoration: none;
}
.auction img {
	border: 0px !important;
}
