﻿.lbw h4
{
	font-weight: normal;
}
.owl-nav-my button
{
	background-color: #f5f5f5;
	border: none;
	padding: 12px 20px;
	margin: 0 1px;
	cursor: pointer;
}
.owl-nav-my button:hover
{
	background-color: #dcdcdc;
}
.owl-nav-my .owl-prev
{
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 3px;
	background-image: url(image/per3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-nav-my .owl-next
{
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 3px;
	background-image: url(image/next3.png);
	background-repeat: no-repeat;
	background-position: center center;
}