@charset "utf-8";
/* CSS Document */
    #owl-demo .item{
        padding: 0px 0px 30px;
        margin: 8px;
        color: #FFF;
		border:1px solid #e2e2e2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
		background:url(../images/pro-box-bg.jpg) bottom repeat-x;
    }
	#owl-demo .item a{display:block;}
    .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);
    }
	.btn.prev{
	top:0; 
	left:8px;
	bottom:0;
	height:30px;
	width:30px;
	background:url(images/carsl-controll.png) no-repeat left top;
	cursor:pointer;
	z-index:9;
	display:block;
	}
	.btn.next{
	top:0; 
	right:-5px;
	bottom:0;
	height:30px;
	width:30px;
	background:url(images/carsl-controll.png) no-repeat right top;
	cursor:pointer;
	z-index:9;
	display:block;
	}

.btn.prev:hover{
	background:url(images/carsl-controll.png) no-repeat left bottom;
	}
	.btn.next:hover{
	background:url(images/carsl-controll.png) no-repeat right bottom;
	}
