/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:324px;

		}	
	#header{
		height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider2{}	
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:324px;
		height:141px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 		
		position:absolute;
		left:0px;
		top:170px;
		}	
	#nextBtn{ 
		left:239px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:82px;
		height:32px;
		background:url(../images/forrige.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/videre.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

