    <style type="text/css">
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#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:750px;
		height:232px;
		overflow:hidden; 
	}
	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
    }	
    #prevBtn {
        /*
		position:absolute;
		top :370px;
		left:340px;
		*/
		position:relative;
		top:  -31px;
		left:   0px;   
    }
    
    #s1 {
		position:relative;
		top:  -116px;
		left:   28px;    
    }
    #s2 {
		position:relative;
		top:  -116px;
		left:   40px;    
    }
    #s3 {
		position:relative;
		top:  -116px;
		left:   52px;    
    }
    #s4 {
		position:relative;
		top:  -116px;
		left:   64px;    
    }
    #s5 {
		position:relative;
		top:  -116px;
		left:   76px;    
    }
    #s6 {
		position:relative;
		top:  -116px;
		left:   88px;    
    }
    #s7 {
		position:relative;
		top:  -116px;
		left:  100px;    
    }
    #s8 {
		position:relative;
		top:  -116px;
		left:  112px;    
    }
    #s9 {
		position:relative;
		top:  -116px;
		left:  124px;    
    }
    #s10 {
		position:relative;
		top:  -116px;
		left:  136px;    
    }                                    
	#nextBtn{
	    /* 
		position:absolute;
		top :370px;	
		left:454px;
		*/
		position:relative;
		top:  -127px;
		left:  169px;		
		/*left:511px; 5-elem megjelenitéséhez*/
		/*left: 648px;10-elem megjelenítéséhez*/
	}
	#nextBtn3{
		position:absolute;
		top :370px;	
		left:454px;	
	}				
	#nextBtn4{
		position:absolute;
		top :370px;	
		left:482px;	
	}
	#nextBtn5{
		position:absolute;
		top :370px;	
		left:511px;	
	}	
	#prevBtn a, #nextBtn a{  
		display:block;
		width:7px;
		height:6px;
		background:url(/anizs/css/images/newsticker-button-previus.jpg) no-repeat 0 0;	
	}		
	#s1 a {
        color:           #3F201B;
        text-decoration: none;	
        font-weight:     bold;        
	}
	#s2 a {
        color:           #b19e7d;
        text-decoration: none;	
        font-weight:     bold;
	}
	#s3 a {
        color:           #b19e7d;
        text-decoration: none;
        font-weight:     bold;	
	}
	#s4 a {
        color:           #b19e7d;
        text-decoration: none;
        font-weight:     bold;	
	}
	#s5 a {
        color:           #b19e7d;
        text-decoration: none;
        font-weight:     bold;	
	}			
	#s6 a {
        color:           #b19e7d;
        text-decoration: none;	
        font-weight:     bold;        
	}
	#s7 a {
        color:           #b19e7d;
        text-decoration: none;	
        font-weight:     bold;
	}
	#s8 a {
        color:           #b19e7d;
        text-decoration: none;
        font-weight:     bold;	
	}
	#s9 a {
        color:           #b19e7d;
        text-decoration: none;
        font-weight:     bold;	
	}
	#s10 a {
        color:           #b19e7d;
        text-decoration: none;
        font-weight:     bold;	
	}
    span.actSel a {
      color:#3F201B;
    }
    span.actNoSel a {
      color:black;
    }	
	#nextBtn a{ 
		background:url(/anizs/css/images/newsticker-button-next.jpg) no-repeat 0 0;	
	}												
    span#tovabb{
      position: absolute;
      left: 20px;
    }					

/* // Easy Slider */


</style>