/*Owl carousel*/

.customNavigation {
	text-align: center;
}
.customNavigation a {
	background: url(../img/profile-carousel-buttons.png) no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	width: 20px;
	top: 150px;
}

.customNavigation a.prev {
	background-position: left top;
	left: -1px;
}

.customNavigation a.next {
	background-position: right top;
	right: -1px;
}
.customNavigation a.next:hover {
	background-position: right bottom;
}

.customNavigation a.prev:hover {
	background-position: left bottom;
}
