*
{
	padding:0;
	margin:0;
}


/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*Height adjuster currently 300, width adjuster for total allocated space*/
#imageMenu {
	position: relative;
	width: 621px;
	height: 500px;
	overflow: hidden;
	border:1px solid black;
}


/*Height adjuster currently 300*/
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 500px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}
/*Height adjuster currently 300*/
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:50px;
	height: 500px;
}

#imageMenu ul li.dontleavemehanging a {
	background: url(./images/dont_leave_me_hanging.jpg) repeat scroll 0%;
	background-color:green;
}

#imageMenu ul li.huntersandgatherers a {
	background: url(./images/hunters_and_gatherers.jpg) repeat scroll 0%;
	background-color:blue;
}

#imageMenu ul li.forbidden a {
	background: url(./images/forbidden.jpg) repeat scroll 0%;
	background-color:green;
}

#imageMenu ul li.onandon a {
	background: url(./images/on_and_on.jpg) repeat scroll 0%;
	background-color:blue;
}

#imageMenu ul li.oh a {
	background: url(./images/oh.jpg) repeat scroll 0%;
	background-color:green;
}

#imageMenu ul li.getbackhome a {
	background: url(./images/get_back_home.jpg) repeat scroll 0%;
	background-color:blue;
}

#imageMenu ul li.longingdistance a {
	background: url(./images/longing_distance.jpg) repeat scroll 0%;
	background-color:green;
}

#imageMenu ul li.ivy a {
	background: url(./images/ivy.jpg) repeat scroll 0%;
	background-color:blue;
}

#imageMenu ul li.howl a {
	background: url(./images/howl.jpg) repeat scroll 0%;
	background-color:green;
}

#imageMenu ul li.sundaynight a {
	background: url(./images/sunday_night.jpg) repeat scroll 0%;
	background-color:blue;
}

/*width something*/ 
#imageMenu ul li.thedaythefieryskyturnedblue a {
	background: url(./images/the_day_the_fiery_sky_turned_blue.jpg) repeat scroll 0%;
	background-color:green;
}

#imageMenu ul li.cmonlayitonme a {
	background: url(./images/cmon_lay_it_on_me.jpg) repeat scroll 0%;
	background-color:blue;
}

.clear {
	clear: both;
}

/*************************************************************/


#player
{
	width:627px;
	height:50px;

}

#container
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	width:630px;
	height:700px;
}

#shadower
{
	background:url(./images/containershadow.png) no-repeat right bottom !important;
	margin:-1px 1px 1px -1px;
	z-index:0;
	width:630px;
	height:680px;
}

/******Links*********/

#exit
{
	width:621px;
	height:40px;
	font-family:"Helvetica Neue", serif;
	font-size:10px;
	margin-top:2px;

}

#controller
{
	padding:0px 0px 0px 0px;
	font-family:"Lucinda Grande",tahoma,veranda,arial,serif;
	color:white;
	font-size:12px;
	background:url(nav_bar_bg.jpg);
	height:50px;
	font-size:10px;
	text-align:center;
}

/*Fonts*/
h9
{
	font-color:red;
}

a, a:visited
{
	text-decoration:none;
	color:#6E1716;
	font-size:14px;
}

a:hover, a:focus
{
	background:#DABB84;
}

/*navbar buttons*/
.button
{
	border:1px solid white;
	padding:2px;
}
.titlebutton
{
	border:1px solid white;
	padding:2px 5px 0px 5px;
}
#nav_buttons
{
	width:750px;
	padding:1px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
td.titlebutton:hover
{
	background:#450000;
}

td.button:hover
{
	background:#450000;
}


a.buttonlink
{
	font-weight:bold;
	color:white;
	display:block;
	padding:10px 5px 10px 5px;
}
a.buttonlink:hover
{
	text-decoration:none;
}


/*tiny tag*/
#tag
{
	color:#C8C8C8;
	font-size:10px;
	font-family:"Lucinda Grande",tahoma,veranda,arial,serif;
}


#preloader
{
	width:200px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Lucinda Grande",tahoma,veranda,arial,sans-serif;
	font-size:10px;
	color:#B7B7B7;
}

#nopreloadlink
{
	font-family: "Lucinda Grande",tahoma,veranda,arial,sans-serif;
	font-size:10px;
	color:#B7B7B7;	
}

a:hover#nopreloadlink
{
	text-decoration:underline;
}

#hideprogressbar
{
	display:hidden;
	visibility:hidden;
}