
body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
    min-width: 900px;
    color: #626466;
    font-weight: normal;
    background-color: #FFFFFF;
}

a       { color: #626466; text-decoration: none; font-family: "Century Gothic", Verdana, Helvetica, sans-serif;}
a:hover { color: #FDF001; }
.Left   { float: left; display: block;}
.Right  { float: right; display: block;}

.Left h2 {
	font-weight: bold !important;
	font-size: 40px !important;
}

.Left h3 {
	font-weight: normal !important;
}

h1, h2, h3, h4, h5, p {
    padding: 0;
    margin: 0;
    display: block;
    font-weight: normal;
}

#Page {
    width: 900px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

#TopLeft {
    /*margin: 30px;*/
	margin-top: 60px;
    text-align: left;
    padding-bottom: 10px;
    float: left;
}
#TopLeft a {
    color: #626466;
    font-size: 15px;
}


#Top {
    /*margin: 30px;*/
	margin-top: 60px;
    text-align: right;
    padding-bottom: 10px;
}

#Top a {
    color: #626466;
    font-size: 15px;
}
#Top a:hover {
	color: #FDF001;
}
         
#Middle {    
    width: 900px;
}

#Middle .Inner {
    overflow: hidden;
    position: relative;
    height: 360px;         
    border: 1px solid #ccc;
}

#Middle .Inner ul {
    margin: 0;
    padding: 0;
}

#Middle .Inner ul .item {
    float:left;
    margin: 0 10px 0 0;
    position:relative;
    list-style: none;
}

#Middle .Inner ul .item img {
    display: block;
}

#Middle div#scroller {
   /* display:none; */
}

#Middle .ui-slider-handle { 
    position: absolute; 
    height: 10px; 
    width: 150px; 
    top: 0px; 
    left: 0px; 
    cursor: move; 
    background-color: #626466;
}

#Middle .ui-slider-disabled .ui-slider-handle { 
    opacity: 0; 
    filter: alpha(opacity=0); 
}

#Middle .ui-slider-1 { 
    margin: 10px 0; 
    width: 900px; 
    height: 10px; 
    position: relative;
}
#Middle .ui-slider-1.grey {
    background: #f3f3f4;
	}

#Bottom {
    padding: 0;
}

#Bottom h2 {
    color: #FDF001;
    font-size: 40px !important;
    font-family: Helvetica;
    font-weight: normal !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#Bottom .Right {
    text-align: right;
}

h2 span#artistName {
	color: #626466;
	font-family: Helvetica;
	font-size: 50px;
	padding-top: 0;
	}
a.artistMenu {
	margin-right: 20px;
	}
.highlighted {
    color: #FDF001 !important; 
}

#imagebox {
	position: relative;
	top: 0;
	left: 1000px;
	}
#loadingtext {
	margin: 10px 20px;
	}