	/* easy slider */
	
	#container_slider {	
		margin-left:0px;
		position:relative; z-index:98; overflow:hidden; 
		text-align:left;
		width:1000px; height:150px;
		background:transparent;		
		filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}	
			
					
	#slider_content { position:relative; }
			
	#slider { margin-top:0px;}	
	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
		
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:1000px;
		height:150px;
		overflow:hidden; 
		}	
		

				
	#prevBtn, #nextBtn { 
		display:block;
		position:absolute;
		left:0px;
		top:150px;
		z-index:999;
		}	
		
	#nextBtn { 
		left:0px; /* 405 */
	}		
													
	#prevBtn a, #nextBtn a {  
		display:block;
		width:50px;
		height:50px;
		background:url(http://www.mopa.si/jquery/easyslide/btn_prev.png) no-repeat 0 0;	
		/*filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;*/
	}	
	
	#nextBtn a { 
		background:url(http://www.mopa.si/jquery/easyslide/btn_next.png) no-repeat top right;	
	}	
		
	#prevBtn a:hover { 
		background:url(http://www.mopa.si/jquery/easyslide/btn_prev.png) no-repeat 0 0;	
	}
			
	#nextBtn a:hover { 
		background:url(http://www.mopa.si/jquery/easyslide/btn_next.pn) no-repeat top right;	
	}
			
	
	#slider_content {width:1000px; height:320px; position: relative; top:0px; left:0px; overflow: hidden; }

	
/* numeric controls */	
	ol#controls 		{ padding:0;position:absolute;bottom:-5px; left:20px;}
	ol#controls li 		{ display:inline; list-style-image:none; list-style-position:outside; list-style-type:none; padding:0; font-size:4px; font-weight:bold;}
	ol#controls li a   	{ background:#F5DAA4; height:10px; width:10px; color:transparent; padding:0px; text-decoration:none;display:block;float:left; margin:0 5px 0 0; 
						  -moz-border-radius: 12px; -webkit-border-radius:12px; border-radius:12px; text-align:center; border:0px solid #00427a;}
	ol#controls li.current a { background:#3186A3;color:transparent; }
	
	ol#controls li a:hover { background:#00427a;color:transparent; }		/* */
	ol#controls li.current a:hover { background:#00427a;color:transparent;cursor:default; }/**/
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {outline:none;}
/* END NEW numeric controls */	


#slider_title { font-size:36px; color:#ffffff; font-family:"Courier New", Courier, monospace; font-weight:bold; text-shadow:2px 2px 2px #000000; position:absolute;z-index:100;top:20px;left:20px; }
a.slider_link:link,
a.slider_link:active,
a.slider_link:visited 	
{ padding:6px 10px; color:#ffffff; font-size:12px; font-weight:bold; background:#009ddc; text-decoration:none; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin-bottom:12px;
	-moz-box-shadow: 	3px 3px 3px #999999;  
	-webkit-box-shadow: 3px 3px 3px #999999; 
	box-shadow: 		3px 3px 3px #999999; 
}

a.slider_link:hover 	{ color:#00427a; background:#e3f2f9; }

/* slider za sponzorje */

	#container_sponsor_slider {	
		margin-left:0px;
		position:relative; z-index:98; overflow:hidden; 
		text-align:left;
		width:100%; height:120px;
		background:transparent;		
		filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
		text-align:center;
	}	
			
					
	#sponsor_slider { position:relative; }
			
	#sponsor_slider { margin-top:0px;}	
	#sponsor_slider ul, #slider1 li {
		margin:0;
		padding:0;
		list-style:none;
		}
		
	#sponsor_slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		 
		width:410px;
		height:280px;*/
		width:100%; height:120px;
		overflow:hidden; 
		}	
		
	#prevBtn, #nextBtn { 
		display:block;
		position:absolute;
		left:0px;
		top:150px;
		z-index:999;
		}	
		
	#nextBtn { 
		left:0px; /* 405 */
	}		
													
	#prevBtn a, #nextBtn a {  
		display:block;
		width:50px;
		height:50px;
		background:url(http://www.mopa.si/jquery/easyslide/btn_prev.png) no-repeat 0 0;	
		/*filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;*/
	}	
	
	#nextBtn a { 
		background:url(http://www.mopa.si/jquery/easyslide/btn_next.png) no-repeat top right;	
	}	
		
	#prevBtn a:hover { 
		background:url(http://www.mopa.si/jquery/easyslide/btn_prev.png) no-repeat 0 0;	
	}
			
	#nextBtn a:hover { 
		background:url(http://www.mopa.si/jquery/easyslide/btn_next.png) no-repeat top right;	
	}
			
	
	#sponsor_slider {width:100%; height:120px; position: relative; top:0px; left:0px; overflow: hidden; }
	
/* zgornji slider */