<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#whole1{
	width: 980px;
	float: left;
}

#whole{
	float: left;
	width: 800px;
	margin: 15px 0px 15px 40px;
	border:1px solid #66FF00;
	background:#ffffff url(loading.gif) no-repeat 50% 50%;
	box-shadow: 0px 1px 11px #66FF00;
}

.list_carousel{
	float: left;
	width:888px;
	height:106px;
	margin: 0 auto;
	left: 40px;
	top: 0px;
	bottom: 10px;
	padding:10px 10px;
	/*border:1px solid #FF6600;
	background:#ffffff url(loading.gif) no-repeat 50% 50%;
	box-shadow: 0px 1px 11px #FF6600;*/

	white-space:nowrap;
	position:relative;
	font-size:0px;
}

ul #foo2{
	margin-left: 0px;
	background-color:White;
	border:1px solid #66FF00;
}

.list_carousel ul{
	margin-left: -40px;
}

.list_carousel img{
	border:none;
}

.list_carousel img:hover{
	border:none;
	background-color: #66FF00;
}

.list_carousel li{
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	padding:2px;
	margin-right:6px; 
	background-color:White;
	border:1px solid #66FF00;
	text-align:center;
	position:relative;
}
.prev, .next{
	width:50px;
	height:50px;
	position: relative;  
	background:url(navButtons1.png); 
	display:inline-block;
	z-index:5;
	cursor:pointer;
}

.prev{
	background-position:50px 0px;
	top:55px;
	left:20px;
	float: left;
}

.prev:hover{
	background-position:-50px 50px;
}

.next{
	background-position:100px 0px;
	top:55px;
	right:0px;
}

.next:hover{
	background-position:0px 50px;
} 		</pre></body></html>