

/*---------Banner Portion Starts--------------*/
#headerslider {
	/* You MUST specify the width and height */
	width: 984px;
	height: 249px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	}

#mask-gallery {
	overflow:hidden;
}
#gallery {
	/* Clear the list style */
	list-style:none;
	margin:0 auto;
	padding:0;
	z-index:0;
	/* width = total items multiply with #mask gallery width */
	width:984px;
	overflow:hidden;
}
#gallery li {
	/* float left, so that the items are arrangged horizontally */
	float:left;
}
#gallery li img{
	border: 3px solid #9CC5D7;
}

#matterwrap {
	/* Set the position */
	position:absolute;
	top:0;
	left:0;
	z-index:500;
	/* width should be lesser than #slider width */
	width:200px;
	overflow:hidden;
}
#matter {
	/* 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:200px;
	background-color:#000;
	overflow:hidden;
	color:#fff;
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left:6px;
}
#matter h1{
	color:#fff;
	font:bold 13px/20px Verdana, Arial, Helvetica, sans-serif;
	background-color:inherit;
	padding:16px 0 4px 0;
}
#matter li {
		padding:5px;
}
#buttons{
	position:relative;
	width:980px;
	margin:0 auto;
	padding:0 0 0 0;
}
#buttons #btn-prev{
	position:absolute;
	left:0;
	top:-283px;
}
#buttons #btn-next{
	position:absolute;
	left:934px;
	top:-283px;
}
/*---------Banner Portion Ends--------------*/
                                                      