.owl-carousel-container
{
	background: transparent;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width:  640px;
}

.owl-carousel .item
{
	background: transparent;
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	text-align: center;
}

.owl-carousel .item .item-title
{
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.customNavigation
{
	text-align: center;
}

/* use styles below to disable ugly selection */
.customNavigation a
{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
