#slides > img{
	position: absolute;
	width: 978px;
	height: 373px;
	top: 0px;
	left: 0px;
}
#slider	{
	width: 978px !important;
	height: 373px;
	border: 1px solid #24282e;
}
#slider > nav	{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#slider > nav > div	{
	display: inline-block;
	background: #fff;
	margin-left: 4px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-indent: 9999px;
	overflow: hidden;
	cursor: pointer;
}