#myCarousel
{
	position: relative;
	float: left;
	margin: 1em;
	box-shadow: 0 6px 40px -15px;
}

.ul-box
{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.ul-box li{
	width: 100%;
}

.ul-box li img{
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0;
}

.orb-box
{
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
}

.orb
{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 10px 5px 0 5px;
}

.selected
{
	background-color: #aaa;
}



.image
{
	position: absolute;
	float: none;
	width: 100%;
	margin-left: 100%;
	height: 600px;
}

	.image img
	{
		background-size: cover;
	}

.visible
{
	margin: 0px;
}

.nav
{
	width: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	font-size: 2.5em;
	z-index: 99;
	text-decoration: none;
	color: rgba(255,255,255,.5);
	background-color: rgba(40, 90, 180, .03);
}

	.nav.left
	{
		left: 0;
	}

	.nav.right
	{
		right: 0;
	}
