	/* easy slider */
	
	#container_slider {	
		margin-left:0px;
		position:relative; z-index:98; overflow:hidden; 
		text-align:left;
		width:980px; height:350px;
		background:transparent;		
		filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
		-moz-box-shadow: 0 0 20px #333333;  -webkit-box-shadow: 0 0 20px #333333; box-shadow: 0 0 20px #333333; 
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";*/
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
	}	
			
					
	#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:410px;
		height:280px;*/
		width:980px;
		height:350px;
		overflow:hidden; 
		}	
		

				
	#prevBtn, #nextBtn { 
		display:block;
		position:absolute;
		left:0px;
		top:150px;
		z-index:999;
		}	
		
	#nextBtn { 
		left:910px; /* 405 */
	}		
													
	#prevBtn a, #nextBtn a {  
		display:block;
		width:50px;
		height:50px;
		background:url(../grafika/nazaj.png) no-repeat 0 0;	
		/*filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;*/
	}	
	
	#nextBtn a { 
		background:url(../grafika/naprej.png) no-repeat top right;	
	}	
		
	#prevBtn a:hover { 
		background:url(../grafika/nazaj.png) no-repeat 0 0;	
	}
			
	#nextBtn a:hover { 
		background:url(../grafika/naprej.png) no-repeat top right;	
	}
			
	
	#slider_content {width:980px; height:350px; position: relative; top:0px; left:0px; overflow: hidden; }

	
/* numeric controls */	
	ol#controls 		{ padding:0;position:absolute;bottom:10px; left:30px;}
	ol#controls li 		{ display:inline; list-style-image:none; list-style-position:outside; list-style-type:none; padding:0; font-size:12px; font-weight:bold;}
	ol#controls li a   	{ background:#c4182c; height:16px; width:22px;	border:0px solid #6D6F71; color:#ffffff;padding:3px 0px;text-decoration:none;display:block;float:left; margin:0 5px 0 0; 
						  -moz-border-radius: 10px; -webkit-border-radius:10px; border-radius:10px; text-align:center;}
	ol#controls li.current a { background:#f0cc16;color:#000000; }
	
	ol#controls li a:hover { background:#f0cc16;color:#000000; }		/* */
	ol#controls li.current a:hover { background:#f0cc16;color:#ffffff;cursor:default; }/**/
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {outline:none;}
/* END NEW numeric controls */	


a.slider_link:link,
a.slider_link:active,
a.slider_link:visited 	
{ padding:6px 10px; color:#ffffff; font-size:12px; font-weight:bold; background:#d34498; text-decoration:none; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin-bottom:12px;}

a.slider_link:hover 	{ color:#000000; }

/* slider za podstran */

	#container_slider1 {	
		margin-left:0px;
		position:relative; z-index:98; overflow:hidden; 
		text-align:left;
		width:625px; height:215px;
		background:transparent;		
		filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;
	}	
			
					
	#slider_content1 { position:relative; }
			
	#slider1 { margin-top:0px;}	
	#slider1 ul, #slider1 li {
		margin:0;
		padding:0;
		list-style:none;
		}
		
	#slider1 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:625px;
		height:215px;
		overflow:hidden; 
		}	
		

				
	#prevBtn, #nextBtn { 
		display:block;
		position:absolute;
		left:0px;
		top:150px;
		z-index:999;
		}	
		
	#nextBtn { 
		left:910px; /* 405 */
	}		
													
	#prevBtn a, #nextBtn a {  
		display:block;
		width:50px;
		height:50px;
		background:url(../grafika/nazaj.png) no-repeat 0 0;	
		/*filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;*/
	}	
	
	#nextBtn a { 
		background:url(../grafika/naprej.png) no-repeat top right;	
	}	
		
	#prevBtn a:hover { 
		background:url(../grafika/nazaj.png) no-repeat 0 0;	
	}
			
	#nextBtn a:hover { 
		background:url(../grafika/naprej.png) no-repeat top right;	
	}
			
	
	#slider_content1 {width:625px; height:215px; position: relative; top:0px; left:0px; overflow: hidden; }