@charset "UTF-8";
.nxtbuttposition1 {
	left: 467px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -252px;
}
.prevbuttposition1 {
	top: -293px;
	left: -21px;
	position: relative;
}


#slider1 {
	/* You MUST specify the width and height */
	width:463px;
	height:460px;
	position:relative;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}

#mask-gallery1 {
	
	overflow:hidden;	
}

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

	#gallery1 li {
	/* float left, so that the items are arrangged horizontally */
		float:left;
	}


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

}
	
#excerpt1 {
	/* 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;	
}

	#excerpt1 li {
		padding:5px;
	}
	


.clear1 {
	clear:both;	
}
#placement1 {
	margin-right: auto;
	margin-left: auto;
	height: 0.5px;
	width: 470px;
	z-index: 1;
	top: 0px;
}

#background {
	background-image: url(../images/squresldebgrnd.png);
	height: 483px;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 75px;
}
 
