#slider {
	/* You MUST specify the width and height */
	width:380px;
	height:220px;
	position:relative;
	overflow:hidden;
}

#mask-gallery {
	overflow:hidden;
	margin-top: 65px;
}

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

	#gallery li {

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


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:140px;
	z-index:1;
	
	/* width should be lesser than #slider width */
	width:240px;
	height:70px;
	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:1;
	position:absolute;
	top:0;
	left:0;
	/* Set the style */
	width:230px;
	min-height:70px;
	/*background-color:#000; */
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#121212;
}
.libaslik{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #121212;
	font-weight: bold;
}
.liozet{
	margin-top:5px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #121212;
	}
#buttons{
	width:380px;
	height:20px;
	margin-top:4px;
	}

	#solbuton{
	width:14px;
	height:14px;
	float:left;
	margin-right:2px;
	margin-left:280px;
	}
	
	#sagbuton{
	width:14px;
	height:14px;
	float:left;
	
	}
	#excerpt li {
	padding:5px;
	float: left;
	}
	


.clear {
	clear:both;	
}
