@charset "utf-8";
/* CSS Document */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li{ 
/* 
	define width and height of container element and list item (slide)
	list items must be the same size as the slider area
*/ 
	width:799px;
	overflow:hidden; 
	height:280px;
	padding:0px; margin:0px;

}
.arrow1{
	float:left;
	width:27px;
	position:absolute;
	right:15px;
	top:315px;
	outline:none;
	visibility:visible;
}
.arrow{
	float:left;
	width:27px;
	position:absolute;
	left:15px;
	top:315px;
	outline:none;
	visibility:visible;
}
