
#slider {
	/* You MUST specify the width and height */
	width:620px;
	height:378px;
	position:relative;	
	margin-left:340px;
}
#slider ul {
	margin:0;
}

#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:621px;
	overflow:hidden;
}

	#gallery li {
		/* float left, so that the items are arrangged horizontally */
		float:left;
		padding:0px;
		margin:0;
	}
	#gallery img {
		margin:0;
		padding:0;
		border:none;
	}

#mask-excerpt {
	/* Set the position */
	position:absolute;	
	top:0;
	left:-333px;
	z-index:500px;
	/* width should be lesser than #slider width */
	width:328px;
	overflow:hidden;
}
.mask-excerpt-space {
	padding:0px 20px 20px 30px;
}
.mask-excerpt-space font {
	font:bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	padding-bottom:20px;
}
.mask-excerpt-space p {
	font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.descLink {
	display:block;
	width:100px;
}
	.descLink span{
		padding:11px 0;
		text-align:center;
		color:#fff;
		text-transform:uppercase;
		font-weight:bold;
		font-size:12px;
		display:block;
	}
#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:333px;
	overflow:hidden;
	color:#fff;	
}
	#excerpt li {
		padding:48px 0px 0px 0px;
	}
#buttons {
	z-index:9999;
	width:178px;
	right:0;
	top:307px;
	position:absolute;
}
	#buttons a#btn-play {
		display:none;
	}
	#buttons a#btn-prev, #buttons a#btn-pause, #buttons a#btn-next {
		width:45px;
		height:45px;
		background:url(../../images/prev.png) no-repeat 0 0;
		margin-right:11px;
		display:block;
		float:left;
		font-size:0px;
		text-indent:-9999 !important;
	}
	#buttons a#btn-pause {
		background:url(../../images/play.png) no-repeat 0 0;
	}
	#buttons a#btn-next {
		background:url(../../images/next.png) no-repeat 0 0;
	}
