@CHARSET "UTF-8";

.slider_width{

	width:560px; 

}

.slider_height{

	height:280px;

}

.slidercarousel{

	position: absolute;
	z-index:2; 
	width:560px; 
	height:280px;
	
}


.slidercarousel_button{

	margin-top: 120px;
	display: none;
	position: absolute; 
	z-index: 4; 
	width:560px; 
	height:280px; 

}

.slidercarousel_button_next{

	width: 40px; 
	height: 40px;
	position: absolute;
	right: 0px; 
	color: white; 
	border: 0; 
	cursor: pointer; 

}

.slidercarousel_button_prev{

	width: 40px; 
	height: 40px;
	position: absolute;
	left: 0px; 
	color: white; 
	border: 0; 
	cursor: pointer; 

}
