@charset "UTF-8";
    #owl-demo .item{
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
    }
    .customNavigation{
	text-align: center;
    }
    .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);
    }

   .customNavigation_r{
	text-align: center;
	width: 35px;
	float: right;
    }
    .customNavigation_r 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);
    }
