*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background: #2dcbc3;
}

#slider
{
	width: 1034px;
	height: 407px;
	margin: 40px auto;
}


#slider-container
{
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	border-radius: 8px;
	overflow: hidden;
}

#slider-container img
{
	margin: auto;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	border-radius: 5px;
	max-width: 100%;
	top:0px;
}

#buttons
{
	width: 100%;
	height: 32px;
	position: relative;
	float: right;
	display: block;
	margin: -225px auto;
}

#next
{
	float: right;
	margin-right: 8px;
	cursor: pointer;
}

#prev
{
	float: left;
	margin-left: 8px;
	cursor: pointer;
}