@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;	
	font-family: sans-serif;
}

h2 {
	font-weight: bold;	
}

p {
	margin: 1em 0;	
}

#wrapper {
	position:relative;
	width: 850px;
	height: 550px;		
	overflow: hidden;
}

#holder {
	position: absolute;
	width: 3400px;	
	height: 550px;
}

.next {
	position: absolute;
	right: 0;
	bottom: 30px;
	cursor: pointer;
}

.prev {
	position: absolute;
	left: 0;
	bottom: 30px;
	cursor: pointer;
}

#one {
	position: relative;
	width: 850px;
	height: 550px;
	float: left;	
}

#two {
	position: relative;
	float: left;
	width: 730px;
	height: 490px;
	padding: 30px 60px;
}

#three {
	position: relative;
	width: 850px;
	height: 550px;
	float: left;	
}

#four{
	position: relative;
	width: 850px;
	height: 550px;
	float: left;	
}