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





/* thumbnails
------------------------------------------------------------------ */
div.thumbnails {
	width: 240px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 390px;
	}
div.thumbnails .thumbnail-item {
	}
div.thumbnails a {
	display: block;
	width: 50px;
	height: 80px;
	color: black;
	}

div.thumbnails span.thumbnail-item {
	position: relative;
	display: block;
	float: right;
	width: 50px;
	padding-right: 30px;
	}
div.thumbnails span.thumbnail-item img {
	width: 50px;
	height: 50px;
	}
div.thumbnails span.caption {
	display: block;
	width: 80px;
	padding-top: 4px;
	position: relative;
	left: -15px;
	text-align: center;
	}

.thumbnails a span.viewed-true {
	color: white; 
	background: RGBA(0,0,0,0.5);
	width: 50px;
	height: 14px;
	position: absolute;
	top: 36px;
	left: 0;
	}
 
 
div#thumbnail-output {
	width: 600px;
	height: 380px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 666;
	}



#load {
	background: url(images/spinner.gif) no-repeat center;
	}


#loading {
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 384px;
	}





