<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	margin: 0px;
}


h2
{
	font-size:16px;
	color:#666;
	text-shadow:1px 1px 1px #fff;
}


#wide-wrapper
{
	height:600px;
}



#carousel
{
	width:1000px;
	height:450px;
	margin:0px auto;
	padding:0px;
}

/*
arranges the images in a grid

this style will be applied only before the 
carousel is instantiated or if the user doesn't have
javascript enabled;

feel free to replace this style with your preferred one
*/
#carousel
{
	list-style:none;
	padding:0px;
}

#carousel li
{
	float:left;
}

#carousel .tooltip, #carousel .bigImage, #carousel .title, #carousel .description
{
	position:absolute;
	left:-9999px;
}



#controls
{
	width:234px;
	margin:0px auto;
}


#controls a
{
	margin:0px 20px;
	cursor:pointer;
}


#controls #left
{
	background:url(arrows.png);
	width:38px;
	height:38px;
	float:left;
}


#controls #right
{
	background:url(arrows.png) -38px 0px;
	width:38px;
	height:38px;
	float:left;
}


#controls #auto-scroll
{
	background:url(playpause.png);
	width:38px;
	height:38px;
	float:left;
}


</pre></body></html>