body {
	background-color: black;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
img {
	border: 0px;
}
#wrapper {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

#main_image {
	width: 890px;
	height: 594px;
	float: left;
}

#enterlink {
	height: 14px;
	width: 42px;
	background-image: url(enter.png);
}

#enterlink:hover {
	background-image: url(enter_ovr.png);
}
.galleria li{display:block;width: 89px;height: 60px;overflow:hidden;float:left;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width: 90px;height: 60px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

img.replaced {
	width: 890px;
	z-index: 1;
}

div.galleria_wrapper {
	width: 890px;
	float: left;
}

span.caption {
	float: left;
	width: 880px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	margin-top: -25px;
	padding: 5px;
	font-size: 11px;
	z-index: 2;
}

#logo {
	display: none;
}
#fashion {
	background: url(img/fashion.png) no-repeat;
	float: right;
	height: 10px;
	width: 40px;
	margin-top: 8px;
	margin-left: 10px;
	display: none;
}

#fashion:hover {
	background: url(img/fashion_ovr.png) no-repeat;
}

#beauty {
	background: url(img/beauty.png) no-repeat;
	float: right;
	height: 10px;
	width: 36px;
	margin-top: 8px;
	margin-left: 10px;
	display: none;
}

#beauty:hover {
	background: url(img/beauty_ovr.png) no-repeat;
}

#clients {
	background: url(img/clients.png) no-repeat;
	float: right;
	height: 10px;
	width: 38px;
	margin-top: 8px;
	margin-left: 10px;
	display: none;
}

#clients:hover {
	background: url(img/clients_ovr.png) no-repeat;
}

#advertising {
	background: url(img/advertising.png) no-repeat;
	float: right;
	height: 10px;
	width: 63px;
	margin-top: 8px;
	margin-left: 10px;
	display: none;
}

#advertising:hover {
	background: url(img/advertising_ovr.png) no-repeat;
}

#magazine {
	background: url(img/magazine.png) no-repeat;
	float: right;
	height: 10px;
	width: 49px;
	margin-top: 8px;
	margin-left: 10px;
	display: none;
}

#magazine:hover {
	background: url(img/magazine_ovr.png) no-repeat;
}

#header {
	width: 890px;
	height: 35px;
	margin-top: 20px;
}

#footer {
	float: left;
	margin-top: 12px;
	color: gray;
	font-size: 11px;
	padding-bottom: 12px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: gray;
}

#enterlink {
	margin-bottom: 7px;
}

#enterlink a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}

#enterlink a:hover {
	color: gray;
}

#copyright {
	float: right;
	margin-top: 12px;
	color: gray;
	font-size: 11px;
	padding-bottom: 12px;
}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


/**
 * HoverScroll Style Sheet
 *
 * @author RasCarlito <carl.ogren@gmail.com>
 * @version 0.3.0
 * @revision 8
 */

/* Main container */
div.hoverscroll {
	position:relative;
	float: left;
	margin-top: 10px;
	height: 60px;
	width: 890px;
}

#logo {
	margin-bottom: 10px;
	width: 300px;
	height: 17px;
}


/* List container */
div.hoverscroll div.listcontainer {
	overflow:hidden;
	width: 100%;
	float: left;
	width: 890px;
	height: 60px;
}

#ad {
	float: left;
	margin: 10px 10px 10px 30px;
}

#retail {
	float: left;
	margin: 10px;
}

/* Actual list containing items */
div.hoverscroll ul.list {
	list-style:none;
	margin:0;
	padding:0;
}

/* Items contained in the list */
div.hoverscroll ul.list li.item {
	display:block;
	padding:0;
}
div.hoverscroll.horizontal ul.list li.item {
	float:left;
}



/* Arrows */
div.hoverscroll div.arrow {
	position:absolute;
	float:none;
	background-color:#ccc;
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.8;
	filter:alpha(opacity=80);
}

div.hoverscroll div.arrow.left,
div.hoverscroll div.arrow.right {
	top:0px;
	width:40px;
	height:100%;
}
div.hoverscroll div.arrow.left {
	left:0px;
	background-image:url('gfx/arrow-left-small.png');
}
div.hoverscroll div.arrow.right {
	right:0px;
	background-image:url('gfx/arrow-right-small.png');
}

div.hoverscroll div.arrow.top,
div.hoverscroll div.arrow.bottom {
	left:0px;
	width:100%;
	height:40px;
}
div.hoverscroll div.arrow.top {
	top:0px;
	background-image:url('gfx/arrow-up-small.png');
	
}
div.hoverscroll div.arrow.bottom {
	bottom:0px;
	background-image:url('gfx/arrow-down-small.png');
}


/* Hover Zones */
/*
div.hoverscroll div.hoverZoneLeft,
div.hoverscroll div.hoverZoneRight,
div.hoverscroll div.hoverZoneTop,
div.hoverscroll div.hoverZoneBottom {
	position:absolute;
}
div.hoverscroll div.hoverZoneLeft {
	cursor: url('gfx/mouse-arrow-left.cur'), w-resize;
	top:0px;
	left:0px;
	width:40%;
	height:100%;
}
div.hoverscroll div.hoverZoneRight {
	cursor: url('gfx/mouse-arrow-right.cur'), w-resize;
	top:0px;
	right:0px;
	width:40%;
	height:100%;
}
div.hoverscroll div.hoverZoneTop {
	cursor: url('gfx/mouse-arrow-up.cur'), n-resize;
	top:0px;
	left:0px;
	width:100%;
	height:40%;
}
div.hoverscroll div.hoverZoneBottom {
	cursor: url('gfx/mouse-arrow-down.cur'), n-resize;
	bottom:0px;
	left:0px;
	width:100%;
	height:40%;
}
*/

.splash {
			width: 700px;
			height: 524px;
			padding: 0;
			margin: 0;
		}
		
		.splash img {
			width: 700px
			height: 524px;
			top: 0;
			left: 0;
		}
		body {
			background-color: black;
		}
		
		#splashwrapper {
			position:absolute;
			top: 50%;
			left: 50%;
			width: 700px;
			height: 524px;
			margin-top: -262px;
			margin-left: -350px;
		}
		