@charset "utf-8";
/* CSS Document */
.container{
	background: none repeat scroll 0 0 black;
    border: 6px solid #ebebeb;
    box-sizing: border-box;
    height: 225px;
    padding: 0;
    text-align: center;
    width: 298px;
}
.slider_wrapper{
	height: 213px;
    overflow: hidden;
    position: relative;
    top: auto;
}
#image_slider{

	float: left;
    height: auto;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#image_slider li{
	float: left;
    position: relative;
	width:286px;
	height:100%;
}
.nvgt{
	border: 2px solid #ebebeb;
    height: 22px;
    opacity: 1;
    position: absolute;
    top: 190px;
    width: 20px;
}
.nvgt:hover{
	opacity: 0.9;
}
#prev{
	background: url("../img/prev.png") no-repeat scroll center center #fff;
    left: 1px;
}
#next{
	background: url("../img/next.png") no-repeat scroll center center #fff;
    left: 20px;
}
#pager{
	/* firefox has different center method. this doesn't work for fire fox */
	/* not in the center*/
	padding:0px;
	position:relative;
	height:50px;
	margin:auto;
	margin-top:10px;
}
#pager li{
	padding: 0px;
	margin:5px;
	width:20px;
	height:20px;
	border:1px solid white;
	color:white;
	list-style: none;
	opacity: 0.6;
	float:left;
	border-radius: 3px;
	cursor: pointer;
}
#pager li:hover{
	opacity:0.9;
}

