.slider-cont {
  margin: 0 0 0 0;
  background: url(../img/laptop8.png) no-repeat;
  width: 590px;
  height: 456px;
  position: relative;
}

#slider {

	/* You MUST specify the width and height */
  height:272px;
  left:64px;
  overflow:hidden;
  position:absolute;
  top:56px;
  width:461px;
}

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

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


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

}

#gallery img {
  padding: 0 !important;
  border: none !important;
}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;  
	-khtml-opacity: 0.8;
	opacity: 0.8;  
	
	/* 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:461px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px 5px 5px 10px;
		font-size: 14px;
		color: #fff;		
	}
	


.clear {
	clear:both;	
}

#btn-prev {
  background: url(../img/rewind.png) no-repeat;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

#btn-prev:hover {
  background: url(../img/rewind.png) no-repeat 0 -16px;
} 

#btn-next {
  background: url(../img/ff.png) no-repeat;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

#btn-next:hover {
  background: url(../img/ff.png) no-repeat 0 -16px;
}

#btn-pause {
  background: url(../img/pause.png) no-repeat;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: block;
  float: left;  
  margin: 0 5px 0 0;
  display: none;
}

#btn-play {
  background: url(../img/play.png) no-repeat;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 0 5px 0 0;
  display: none;
}

#buttons {
  left:475px;
  position:absolute;
  top:305px;
  z-index: 99999;
}
