﻿

#buttons
{
	 background:url(content-gradients.png) #ffcb05 repeat-x left -34px;
	 font-family:"Trebuchet MS", sans-serif;
	 font-weight:bold;
	 width:740px;
	 height:34px;
	 padding-top:6px;	
	 padding-left:10px;
	 margin-top:0px
}
	
img
{  
   padding-left:30px;
   background:inherit;
   
}

	

#slider {

	/* You MUST specify the width and height */
	
	width:740px;
	height:270px;
	position:relative;	
	overflow:hidden;
	background:inherit;
	top: 0px;
	left: 0px;
}
#slika
{
	
	
	background:#fff url(action-offer-bg.png) no-repeat 0 0 !important;
	width:740px;
	height:41px;
	position:relative;	
	overflow:hidden;
	background:inherit;
	top: 0px;
	left: 0px;
	}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	background:inherit;
	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 */
	border-left:1px dashed #666666;
	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;
	
	padding:0;
	
	
	/* Set the position */
	z-index:10;
	position:absolute;
	
	
	/* Set the style */
	width:200px;
	background-color:#ffffff;
	overflow:hidden;
   
	font-family: Trebuchet MS;
	font-size:12px;
	color:#666666;	
}

	#excerpt li 
	{
		
		margin-top:10px;
		padding-right:10px;
		padding-left:10px;
		font-family:"Trebuchet MS", sans-serif;
	}
	


.clear {
	clear:both;	
}
b
{
	 font-size:16px;
	
	}
	

