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

#slider {

	/* You MUST specify the width and height */
	width:600px;
	height:472px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:1800px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:0px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;

	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}

A:link {text-decoration: none; color:#999999; font-family: Helvetica; border:none;}
A:visited {text-decoration: none; font-family: Helvetica; color:#999999; border:none;}
A:active {text-decoration: none; font-family: Helvetica; color:#999999; border:none; outline: none;}
A:hover {text-decoration: none; font-family: Helvetica; color:#666666; border:none;}
A:img {text-decoration:none; outline:none;}
A:focus{-moz-outline-style: none; outline: none;}

body 
{
color:#666666;
font-family:Helvetica;
}

td.tl
{
	background: url(borders/tl.png) top left no-repeat;
	width: 30px;
	height: 28px;
}

td.tm
{
	background: url(borders/tm.png) top left repeat-x;
	height: 28px;
}

td.tr
{
	background: url(borders/tr.png) top right no-repeat;
	width: 32px;
	height: 28px;
}

td.ml
{
	background: url(borders/ml.png) top left repeat-y;
	width: 30px;
}	

td.mr
{
	background: url(borders/mr.png) top left repeat-y;
	width: 33px;
}

td.bl
{
	background: url(borders/bl.png) top left no-repeat;
	width: 30px;
	height: 33px;
}

td.bm
{
	background: url(borders/bm.png) top left repeat-x;
	height: 33px;
}

td.br
{
	background: url(borders/br.png) top left no-repeat;
	width: 33px;
	height: 33px;
}