﻿
#novi
{	
	position:relative; 
	font-weight:bold; 
	font-family:Trebuchet MS; 
	color:White; 
	top: -27px; 
	left: 618px; 
	height: 27px; 
	width: 126px;
	}

#buttons
{
	 background-color:#ffcb05;
	 width:100%;
	 height:30px;
	 padding-top:10px;	
}
	
img
{  border-style: none;
   padding-left:10px;
   
}

	

#slider {

	/* You MUST specify the width and height */
	width:740px;
	height:320px;
	position:relative;	
	overflow:hidden;
	background:inher
}

#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 */
	
	overflow:hidden;
}

	#gallery li {
		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top: 0;
	right:0;
	z-index:500px;
	/* width should be lesser than #slider width */
	width:200px;
	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;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:200px;
	background-color:#000;
	overflow:hidden;
   
	font-family: Trebuchet MS;
	font-size:14px;
	color:#fff;	
}

	#excerpt li {
		padding:10px;
	}
	


.clear {
	clear:both;	
}