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

.container {
	/*height: 360px;
	width: 910px;
	margin: -180px 0 0 -450px;
	top: 50%; left: 50%;*/
	position: relative;
	white-space: nowrap;
	z-index:100;
	width: 12000px;
}
.gallerystrip {
	overflow:auto;
	white-space: nowrap;
	z-index:100;
	background-color: #000;
	min-width:955px;
	z-index:5000;
	background-image: url(../images/filestrip.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	
}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	/*width: 360px;*/
	white-space: nowrap;
	z-index:100;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	/*position: relative;   Set the absolute positioning base coordinate 
	width: 110px;
	height: 110px;*/
	padding-right:5px;
	padding-left:5px;
	white-space: nowrap;
	z-index:100;
	}
ul.thumb li img {
	height:100px;
	/*max-width:100px;
	max-height:100px;
	width: 100px; height: 100px;  Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	/*position: absolute;*/
	left: 0; top: 0;
	white-space: nowrap;
	z-index:100;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
	z-index:100;
}


#main_view {
	text-align: center;
	width: 700px;
	float: left;
}

#content {
	text-align: left;




	style="margin-top:10px; 
	margin-left:10px;
	margin-top: 10px;
}
.hovertext {
	position: relative;
	width: 252px;
	z-index: 90;
}
.mag {
	position: relative;
	height: 50px;
	width: 150px;
	z-index: 90;
}
