/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0px auto;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:825px;
		height:310px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:825px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(img/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(img/btn_next.gif) no-repeat 0 0;	
		}	

.baner_main		{ text-align: left; width: 825px;  overflow:hidden; position:relative; margin: 0 auto; }
.baner_main a	{ margin: 0; padding: 0;}
.baner_main img					{ }
.baner_main .baner_tekst 		{ position:absolute; width: 825px; height: 37px; margin: -66px 0 0 0px; /*top: 225px;*/ padding: 10px 15px 20px 15px; background: url(img/back75.png);   }
.baner_main .baner_tekst h2,
.baner_main .baner_tekst h2 a 	{font-weight: bold; color: #eec460; margin: 0px; font-size: 14px; border: none;   }
.baner_main .baner_tekst p,
.baner_main .baner_tekst p a	{color: #eec460; width: 400px;  border: none; margin: 0px; }	
	
	
	/* numeric controls */	

	#controls{
		margin: 0px auto;
		width: 120px;
		position:relative; right: -330px; top: -185px;
		padding:0;
		height:18px;	
		}
	#controls li{
		margin:0 3px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	#controls li a{
		font-family: Tahoma;
		font-size: 8pt;
		float:left;
		height:18px;
		line-height:18px;
		border: 1px solid #000;
		background:#765726;
		color:#fff;
		padding:0 6px;
		text-decoration:none;
		}
	#controls li a:hover{
		font-family: Tahoma;
		font-size: 8pt;
		float:left;
		height:18px;
		line-height:18px;
		border: 1px solid #000;
		background:#4c4c4c;
		color:#fff;
		padding:0 6px;
		text-decoration:none;
		}	
	#controls li.current a{
		background:#b89925;
		color:#fff;
		}
	#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	

	
/* // Easy Slider */
