html
{
	background: none;
	background-color: #000;
}
.uberframe
{
	position:	absolute;
	top:		0px;
	min-height:	670px;
	bottom:		0px;
	left:		0px;
	right:		0px;
}
.nodeRoot
{
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
}
.node
{
	position: relative;
	width: 0px;
	height: 0px;
}

div
{
	position: absolute;
}

a
{
	color: #fff;
	text-decoration: none;
}

h1, h2, h3, h4, h5
{
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
}



body
{
	background-color: #000;
	text-transform: uppercase;
	font-family: arial, verdana, sans-serif;
	color: #fff;
	overflow: hidden;
}

#title
{
	top: -320px;
	left: -200px;
	right: -200px;
	text-align: center;
	font-size: 35px;
	font-weight: lighter;
	letter-spacing: .20em;
}

#subtitle
{
	top: -275px;
	left: -200px;
	right: -200px;
	text-align: center;
	font-size: 10px;
	font-weight: lighter;
	letter-spacing: .2em;
}

#nav
{
	top: -230px;
	left: -2000px;
	right: -2000px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

.navlink
{
	position: static;
	display: inline;
	padding: 2px 20px;
	cursor: pointer;
	color: red;
}
.navlink a
{
	color: #aaa;
	font-weight: lighter;
	font-size: 12px;
	letter-spacing: .15em;
}
.navlink a:hover
{
	color: #fff;
	font-weight: lighter;
	font-size: 12px;
	letter-spacing: .15em;
}


	/* SCROLLER */

#scroller
{
	top: -180px;
	bottom: -200px;
	left: 0px;
	right: -30000px;
	height: 380px;
	white-space: nowrap;
}

#scroller .heading
{
	left: -250px;
	width: 150px;
	top: 50%;
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: .2em;
	text-align: right;
}

	/* IMAGES */

.item
{
	position: relative;
	height: 100%;
	float: left;
	margin: 0px 3px;
	background: none;
	background-color: #000;
}

 .item img
{
	position: relative;
	height: 100%;
	padding: 0px;
	cursor: pointer;
	border: none;
}

#scroller .itemInfo
{
	position: relative;
	clear: both;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
#scroller .item .itemInfo .itemName
{
	position: relative;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: .03em;
	text-transform: capitalize;
}
#scroller div.item .itemDate
{
	position: relative;
	font-weight: lighter;
	font-size: 10px;
}



/* FOCUS AND BLUR */

.inviso
{
	display: none;
}


.imageblur 	{ 	opacity: 0.3000;}
.imagefocus 	{ 	opacity: 0.9999;}

.infoblur		{ 	opacity: 0.0000; }
.infofocus  	{ 	opacity: 0.9999; }

.textblockblur	{ 	opacity: 0.3000;}
.textblockfocus { 	opacity: 1.0000;}

.itemblur
{
	top: 0%;
	left: 0%;
	height: 100%;
	margin: 0px;
}
.itemfocus
{
	top: -10%;
	left: -1%;
	height: 120%;
	margin: 40px;
}
					
.scrollerblur
{
	opacity: 0.00000;
}
.scrollerfocus
{
	opacity: 1.00000;
}



/* TEXT ITEMS */

#scroller .item.textItem
{
	height: 350px;
	width: 580px;
	margin: 0px 20px 0px 20px;
	padding: 5px 5px 5px 5px;
}

#scroller .item.textItem .textBlock
{
	position: relative;
	padding: 10px 20px 10px 20px;
	text-transform: none;
	white-space: normal;
	font-size: 13px;
}

#scroller .textItem h3
{

	position: relative;
	width: 350px;
	float: right;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .15em;	

}

#scroller .textItem .resumeDate
{
	clear: both;
	position: relative;
	float: left;
	text-align: left;
	margin-left: 50px;
	font-style: italic;
}
#scroller .textItem ul
{
	position: relative;
	width: 350px;
	float: right;
	text-align: left;
	list-style: none;
	clear: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}


/* CONTROLS */

#scrollLeft { left: -250px; }
#scrollRight { right: -250px; }
#enlarge { left: -75px; }

.btn_stepImage
{
	top:            270px;
	width:          150px;
	height:         22px;
	text-align:     center;
	color:          #999;
	font-size:      11px;
	font-weight:    normal;
}
.btn_stepImage:hover
{
	font-size:      11px;
	color:          #fff;
	cursor:         pointer;
	font-weight:    normal;
}

/* SPINNER - CURRENTLY NOT USED */
#spinner
{
    display:		none;
}
#spinner img
{
	position:		relative;
	left:			-15px;
}
#spinner.hidden
{
	display:		none;
}
