#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
   color:transparent;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.title {
	font-size:25px;
	line-height:25px;
	text-transform: uppercase;
	margin-bottom:100px;
}

#contentblock {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	width:100%;
	height:700px;
	top:0px;
	left:0px;
}

.content {
	background-color: transparent;
	height: 700px;
	overflow: hidden;
}

.imagecontent {
	background-color: transparent;
	height: 700px;
	overflow: hidden;
}

#artists {
	position:absolute;
	width:200px;
	height:100%;
	left:0px;
	top:0px;
	font-size:10px;
	line-height:20px;
	padding:5px 0 0 10px;
	z-index:5;
}

#artists-content {
	position:relative;
	width:180px;
}

#artists-track {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 100%;
	background-color: #000000;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	right: 0;
	padding: 0;
	margin: 0;
}

#artists-handle {
	width: 10px;
	height: 30px;
	background-color: #FF0000;
	overflow: hidden;
	cursor: pointer;
}

#text {
	position:absolute;
	width:340px;
	height:100%;
	left:380px;
	top:0px;
	padding:5px 0 0 10px;
	z-index:5;
}

#text-content {
	position:relative;
	width:320px;
}

#text-track {
	position: absolute;
	top: 0px;
	width: 10px;
	height: 100%;
	background-color: #000000;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	right: 0;
	padding: 0;
	margin: 0;
}

#text-handle {
	width: 10px;
	height: 30px;
	background-color: #FF0000;
	overflow: hidden;
	cursor: pointer;
}

#images {
	position:absolute;
	width:370px;
	left:0px;
	top:0px;
	z-index:5;
}

#images-content {
	position:relative;
	width:350px;
	padding:10px;
}

#menu-bg {
	position:absolute;
	width:200px;
	height:100%;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	z-index:-5;
}

#image-bg {
	position:absolute;
	width:370px;
	height:100%;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	z-index:-5;
}

#text-bg {
	position:absolute;
	width:350px;
	height:100%;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	z-index:-5;
}

#iframe-2 {
	background-color:transparent;
	position:absolute;
	top:0px;
	left:210px;
	height:100%;
	width:730px;
	z-index:0;
	overflow:hidden;
}

.scrollable {
	float: none;
}