@charset "UTF-8";
.nxtbuttposition {
	left: 469px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -242px;
}
.prevbuttposition {
	top: -284px;
	left: -25px;
	position: relative;
}


#slider {
	/* You MUST specify the width and height */
	width:462px;
	height:460px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 11px;
	left: 0px;
}
#linkscentered {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: absolute;
}
#linksbackground {
	height: 483px;
	width: 642px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 80px;
	background-image: url(../images/squresldebgrnd.png);
	background-repeat: no-repeat;
}

#mask-gallery {
	overflow:hidden;
}

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

	#gallery li {
	/* float left, so that the items are arrangged horizontally */
		float:left;
	height: 460px;
	width: 462px;
	}


#mask-excerpt {
	/* Set the position */
	position:absolute;
	top:0;
	left:0;
	/* width should be lesser than #slider width */
	width:100px;
	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;
	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;	
}
#placement {
	margin-right: auto;
	margin-left: auto;
	height: 0.5px;
	width: 470px;
	top: 0px;
}
 
