			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:452px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		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
		*/ 
		
		height:256px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:none;
		width:30px;
		height:28px;
		position:relative;
		margin:-35px 0 0 370px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		display:none;
		width:30px;
		height:28px;
		position:relative;
		margin:-28px 0 0 400px;
		z-index:1000;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:28px;
		background:url(btn_prev.gif) no-repeat 0 0;	

		
		}	
	#nextBtn a, #slider1next a{ 
		background:url(btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:-67px auto 0 auto;
		padding:0;
		height:17px;
		width:140px;
		position:relative;
		z-index:9995;
		display:block;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:17px;
		width:17px;
		line-height:17px;
		
		}
	ol#controls li a{
		background:url(pasif.png) no-repeat 0 0;
		float:left;
		height:17px;
		padding:0 5px;
		text-decoration:none;
		width:17px;
		
		}
		ol#controls li a span { display:none; }
	ol#controls li.current a{
		background:url(aktif.png) no-repeat 0 0;	
		height:17px;
		width:17px;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	/* numeric controls */	

.windy-home-search .windy-home-search-middle .right	ol#controls{
		margin:30px auto 0 auto;
		padding:0;
		height:10px;
		width:140px;
		position:relative;
		z-index:9995;
		display:none;
		}
.windy-home-search .windy-home-search-middle .right	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		width:11px;
		line-height:16px;
		
		}
.windy-home-search .windy-home-search-middle .right	ol#controls li a{
		background:url(pasif.png) no-repeat 0 0;
		float:left;
		height:10px;
		padding:0 5px;
		text-decoration:none;
		width:11px;
		
		}
.windy-home-search .windy-home-search-middle .right	ol#controls li a span { display:none; }
.windy-home-search .windy-home-search-middle .right	ol#controls li.current a{
		background:url(aktif.png) no-repeat 0 0;	
		height:10px;
		width:11px;
		}
.windy-home-search .windy-home-search-middle .right	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */