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

	#container{	
		margin:0 auto;
		position:relative;
		padding-bottom:0px;

		text-align:left;
		width:520px;

		
		}	
	#containerdepeche{	
		margin:0 auto;
		position:relative;
		padding-bottom:0px;

		text-align:left;
		width:243px;

		
		}
		
	#containervideo{	
		margin:0 auto;
		position:relative;
		padding-bottom:0px;

		text-align:left;
		width:243px;

		
		}
				
	#content{
	
		position:relative;

		}			

/* Easy Slider */

	#slidernews{}	
	#slidernews ul, #slidernews li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		height:520px;
		}
	#slidernews li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:430px;
		overflow:hidden;
		height:520px;
		}	
		
	/* Easy Slider */

	#slidervideo{}	
	#slidervideo ul, #slidervideo li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		height:inherit;
		}
	#slidervideo li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:243px;
		overflow:hidden;
		height:inherit;
		}		
		
	/* Easy Slider */

	#sliderdepeche{}	
	#sliderdepeche ul, #sliderdepeche li{
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden;
		height:inherit;
		}
	#sliderdepeche li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:243px;
		overflow:hidden;
		height:inherit;
		}	
		
	#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:20px;
			position:absolute;
			left:5px;
			top:auto;
			padding-top:22px;
			}	
		#nextBtn{ 
			left:12px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:20px;
			background:url(../zone_info/images/btn_prev000.png) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			width:127px;
			background:url(../zone_info/images/btn_next.png) no-repeat 0 0;	
			}