/*
 * Created on Feb 10, 2009
 *
 * This source code belongs to the 
 * www.eclatin.ch project.
 *
 * Autor: Florian Habegger
 * Email: habnux@gmail.ch
 * 
 * 2008 bitflip.ch
 * 
 * -------------------------------
 * @release-version: February2009
 * @last-revision: 16.02.2009
 * -------------------------------
 */
 
#newslider {

	left:10px;
	position:relative;
	width:870px;
	background:#fff;		
	height:240px;

}
																									
/* BOX */

#newbox {
	background: url(../graphics/evstyle/brushbox.png) repeat;	
	
	position: absolute;
	right: 0px; 
	padding:0px;
	
	/* v1: */
	width: 600px;
	height: 110px;
	bottom: 15px;
	
	
	/* v2: 
	width: 300px;
	height: 240px;
	bottom: 0px;*/
}

#newbox .text {
	padding:10px 30px 20px 20px;
	/*text-align:justify;*/
	line-height:1.3em;
	z-index: 10;
	position: absolute;
}

#newbox .brush {

	/*background: url(../graphics/evstyle/brush.png) repeat;
	position: absolute;
	width: 186px;
	height: 151px;
	top: -96px;
	left: -60px;
	z-index: 1;*/
}

#previousButton, #nextButton{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:80px;
}	

#nextButton{ 
	left:870px;
}

#previousButton a, #nextButton a{  
	display:block;
	width:29px;
	height:29px;
	background:url(../graphics/evstyle/slider/button_left.png) no-repeat 0 0;	
}	

#nextButton a{ 
	background:url(../graphics/evstyle/slider/button_right.png) no-repeat 0 0;	
}
	