<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider 
{
	width:			960px;
	height:			245px;
	position:		relative;
	overflow:		hidden;
}

#mask-gallery 
{
	width: 			960px;
	height:			245px;
	overflow:		hidden;	
}

#gallery 
{
	list-style:		none;
	margin:			0;
	padding:		0;
	
	z-index:		0;
	
	width:			960px;
	overflow:		hidden;
}

#gallery li 
{
	width: 			960px;
	height:			245px;
	float:			left;
}

#mask-excerpt 
{
	position:		absolute;	
	top:			0;
	left:			760px;
	z-index:		500px;
	
	width:			200px;
	height:			330px;
	overflow:		hidden;	
}
	
#excerpt
{
	filter:alpha(opacity=80);
	-moz-opacity:		0.8;  
	-khtml-opacity: 	0.8;
	opacity: 			0.8;  
	
	list-style:			none;
	margin:				0;
	padding:			0;
	
	z-index:			10;
	position:			absolute;
	top:				0;
	left:				0;
	
	width:				200px;
	background-color:	#fff;
	overflow:			hidden;
	color:				#000;	
}

#excerpt li {
	padding:			5px;
	height:				330px;
}

div#pagnation
{
	z-index:			600;
	position:			absolute;
	top:				300px;
	left:				10px;
}

div#pagnation img
{
	cursor: 			pointer;
	margin-right:		5px;
	display:			inline;
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#slider, #mask-gallery, #mask-gallery img, #gallery li, #mask-excerpt, #mask-gallery ul li  { height: 190px; width: 748px; }
	div#pagnation { top: 153px; }
	#mask-excerpt { left: 548px; width: 200px;  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#slider, #mask-gallery, #mask-gallery img, #gallery li, #mask-excerpt, #mask-gallery ul li  { height: 102px; width: 400px; }
	div#pagnation { top: 75px; }
	#mask-excerpt { left: 250px; }
	#excerpt { width: 150px; font-size: 10px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#slider, #mask-gallery, #mask-gallery img, #gallery li, #mask-excerpt, #mask-gallery ul li  { height: 76px; width: 300px; }
	div#pagnation { top: 53px; }
	#mask-excerpt { left: 150px; }
	#excerpt { width: 150px; font-size: 8px; }
}</pre></body></html>