@CHARSET "UTF-8";
ul.slideshow {
	list-style:none;
	width:214px;
	height:214px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:214px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
	background: none;
	color: white;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/* New slideshow */


#slider {

	/* You MUST specify the width and height */
	width:214px;
	height:250px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;
        background: black;
}

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

	#gallery li {
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}
        #gallery li img {
         width: 100%;
         margin: 0px auto;
        }
        #mask-excerpt {
                /* Set the position */
                position:absolute;	
                top:0;
                left:0;
                z-index:500px;
                /* width should be lesser than #slider width */
                width:100%;
                overflow:hidden;	


         }
         #sliderbuttons {
                position:absolute;	
                top:8px;
                left:165px;
         }
         #sliderbuttons #btn-prev {
          background: url("../images/arrows.png") no-repeat;
         }
         
         #sliderbuttons #btn-next {
          background: url("../images/arrows.png") no-repeat;
          background-position: right;
         }
         #sliderbuttons a {
          display: block;
          float: left;
          margin-right: 3px;
          width: 20px;
          height: 20px;
         }
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;  
	-khtml-opacity: 0.7;
	opacity: 0.7;  
	
	/* 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:100%;
	overflow:hidden;
	color:#fff;
}
#excerpt li strong {
	 display: block;
         padding: 5px;
 	 background-color:#000;
        }
 #excerpt li strong {
          color: #fff;
         padding: 10px;
         display: block;
         background-color: #000;
        }


