/* DOCUMENT CSS */
.ot-wrapscroller{	float: left;	width: 100%;}.ot-scrollable{	position: relative;}
.ot-scrollable .items{	overflow: hidden;}.ot-scrollable .items div.img{
	display: none;
}
#ot-slidenav{
}
#ot-slidenav a{
	background: url(../images/nav-button.png) no-repeat;
	color: #999a9b;
	display: block;
	font-size: 0px;
	outline: none;
	width: 9px;
	height: 9px;
	text-align: center;
	float: left;
	margin-left: 5px;
	position: relative;
	z-index: 999;
}
#ot-slidenav a.activeSlide{
	background-position: -9px 0;
	color: #58d8fc;
}