.image{
	width:800px;
	height:500px;
	padding:20px;
	border:1px solid gray;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: black;
    margin: auto;
}
.slider_wrapper{
	overflow: hidden;
	position:relative;
	height:460px;
	top:auto;
}
#image_slider{

	position: relative;
	height: 100%;
	list-style: none;
	overflow: hidden;
	float: none;
	/*Chrom default padding for ul is 40px */
	padding:0px;
	margin:0px;
}
#image_slider li{
	position: relative;
	float:left;
}
.nvgt{
	position:absolute;
	top: 205px;
	height: 50px;
	width: 30px;
	opacity: 0.6;
}
.nvgt:hover{
	opacity: 0.9;
}
#prev{
	background: #000 url("../image/imageSlider/prev.png") no-repeat center;
	left: 0px;
}
#next{
	background: #000 url('../image/imageSlider/next.png') no-repeat center;
	right: 0px;
}