@charset "UTF-8";
/* CSS Document */

/* 
------------------------------
PHOTOS CONTENT
------------------------------ 
*/
.photobkgnd {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	width: 455px;
	height: 360px;
	background-image: url(../images/bkgndblk70per.png);
	background-repeat: repeat;
	padding: 0px;
}

#photo {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index:11;
}

.photo_item {
 float: left; 
 margin: 0 0 3px 0; 
 padding: 0px; 
 position: relative; 
}

.photos .thumbnail {
 border:solid 1px #000000; 
}

.photo .caption {
 clear: both;
 font-size: 9px;
 width: 100px;
 padding: 0 5px 0 5px; 
}

#big_photo {
 position: relative;
 top: 0px;
 left: 0px; 
 z-index: 50; 
 display: none; 
}


#thumbnails {
	width: 80px;
	height: 360px;
	position: absolute;
	top: 0px;
	left: 460px;
	padding: 0px;
	z-index: 9;
	background-image:url(../images/bkgndblk70per.png);
}

#scroller_thumbnails {
	position: relative;
}

#drag_thumbnails {
	position:absolute;
	left: 100%;
	top: 0px;
	z-index:12;
	cursor:pointer;
}

#track_thumbnails {
	position:absolute;
	left: 100%;
	top: 0px;
	z-index:11;
	cursor:pointer;
	width: 1px;
	height: 360px;
	background: #CCCCCC;
	margin-left: 5px;
}
#big_photo_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#contentMask_thumbnails {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 360px;
	clip: rect(0,100%,100%,0);
	overflow: hidden;
	z-index: 16;
}

#thumbnails #content_thumbnails {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
/* 
------------------------------
STATIC CONTENT
------------------------------ 
*/
.staticcontent {
	display:block;
	height:350px;
	width:455px;
	left: 105px;
	position: absolute;
}
/* 
------------------------------
THE BAND CONTENT
------------------------------ 
*/

#theinfo {
	width: 440px;
	height: 350px;
	left: 0px;
	padding: 0px;
	z-index:10;
	position: relative;
}

#scroller {
  position: relative;
}

#drag {
	position:absolute;
	left: 100%;
	top: 0px;
	z-index:4;
	cursor:pointer;
}
.photo_item {
	height: 60px;
	width: 75px;
}

#track {
	position:absolute;
	left: 100%;
	top: 0px;
	z-index:2;
	cursor:pointer;
	background-image:url(../images/scrolltrack.gif);
	width: 6px;
	height: 330px;
}

#contentMask {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 330px;
	clip: rect(0,100%,100%,0);
	overflow: hidden;
	z-index: 6;
}

#theinfo #content {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
.textcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8C8C8C;
	padding-right: 12px;
	text-align: justify;
}
