#slider {
	margin: 0 0 30px;
	padding: 5px;
	background: #fff;
	border: 1px solid #cacaca;
	position: relative;
}

#slider .content {
	width: 100%;
	height: 370px;
	background: #f3efe5;
	overflow: hidden;
	position: relative;
}

#slider .content UL {
	position: absolute;
	height: 370px;
}

#slider .content UL LI {
	height: 370px;
	overflow: hidden;
	list-style: none;
	float: left;
}

#slider .navigation {
	position: absolute;
	bottom: -19px;
	left: 45%;
}

#slider .navigation UL LI {
	margin-top: 10px;
	margin-left: 10px;
	height: 12px;
	width: 12px;
	border-radius: 6px;
	background: #ccc;
	text-indent: 9999px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	box-shadow: 0 1px 0 #fff;
}

#slider .navigation UL LI.active {
	background: #016db9;
}

/*
#slider .left {
	background: url('../images/arrow_left.png') no-repeat;
	height: 53px;
	width: 25px;
	position: absolute;
	top: 40%;
	left: -25px;
	cursor: pointer;
}

#slider .right {
	background: url('../images/arrow_right.png') no-repeat;
	height: 53px;
	width: 25px;
	position: absolute;
	top: 40%;
	right: -25px;
	cursor: pointer;
}


#slider .imgCaption {
	background: rgba(0,0,0, 0.5);
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	display: none;
	line-height: 40px;
	color: #cecece;
	font-family: Arial;
	font-size: 12pt;
	padding: 0.3%;
}
*/