@charset "utf-8";
/*NEWS SCROLLER*/
#slider {

	/* You MUST specify the width and height */
	width:745px;
	height:400px;
	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:745px;
	overflow:hidden;
	
}

#gallery li {
	/* float left, so that the items are arrangged horizontally */
	float:left;
}

#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:300px;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:745px;
	overflow:hidden;	
	height:100px;

}

#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;
	opacity: 0.9;  	
	margin:0;
	padding:0;
	/* Set the style */
	width:2600px;
	height:100px;
	overflow:hidden;
	color:#FFFFFF;
    background:url(../images/ui_slashBg.png) #000b15;;
}

#excerpt li {
	margin:0px;
	padding:0px;
	padding:10px 40px 10px 30px;
	list-style:none;
	width:670px;
	height:100px;
	float:left;
	color:#FFFFFF;
	
}	
#button-prev{position:absolute; top:430px; padding-left:5px; z-index:500; outline:none;}
#button-next{position:absolute; top:430px; margin-left:720px; z-index:500; outline:none;}
.clear {clear:both;	}

