#sliderContainer { 
	width: 100%;
	height: 400px; 
	margin: 0 auto 15px;
	text-align:center;
}

/*.slideContent {
	position: absolute; 
	bottom:0px; 
	right:0px; 
	padding: 10px; 
	width: 1050px;
}*/


/* controller pagination */

#mySlides{
	width: 100%;
	height: 386px;
	background:#f9f9f9;
}
#myController {
	width: 100%;
	height: 30px;
	text-align: center;
	float: none;
	clear: none;
	display: inline-table;
	margin: 12px auto 30px;
	opacity: .99;
	position: relative; 
	z-index:1;
}

.jFlowControl {
	background:#afafaf;
/*	float: left;*/
	width: 12px;
	height: 12px;
	margin: 2px 8px;
	border-radius:50%;
	text-align:center;
	display:inline-table;
}

.jFlowControl:hover {
	background:#00b3d0;
	cursor: pointer;
}

.jFlowSelected, .jFlowSelected:hover {
	background:#00b3d0;
	margin: 0px 5px;
	width: 16px;
	height: 16px;
	border:50%;
}