.fullwidthbanner-container {
	width: 100% !important;
	max-height: 440px !important;

	position: relative;
	padding: 0;
	overflow: hidden !important;
}

.fullwidthbanner-container .fullwidthbanner {
    max-height: 440px !important;
    position: relative;
    margin-top: -5px;
    width: 100% !important;
}

.top-shadow:before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: relative;
	z-index: 40;
	margin: auto;
}

.tp-leftarrow.default{
	width: 22px !important;
	height: 20px !important;
	left:77%!important;
	margin-top:182px!important
}



.tp-rightarrow.default {
margin-top:165px!important;
margin-right:13.7%;
} 


.tp-leftarrow.default:before{
background:url(../images/left.png);
	background-repeat:no-repeat;
}

.tp-leftarrow.default:before, .tp-rightarrow.default:before {
content: '';
height:30px;
display: block;
text-align: center;
color: #fff;
}

.tp-rightarrow.default:before {
	content: '';
	height:30px;
	background:url(../images/right.png);
	background-repeat:no-repeat;
	right:10%!important;
	font-size:24px!important;
	margin-top:18px
}

.tp-rightarrow.default:hover:before {
background:url(../images/right2.png);
background-repeat:no-repeat;
}

.tp-leftarrow.default:hover:before {
background:url(../images/left2.png);
background-repeat:no-repeat;
}

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
color:#333!important;
}

.tp-bullets {
	bottom: 22px !important;
	left:80%!important;
	-webkit-transition: bottom 0.2s ease !important;
	transition: bottom 0.2s ease !important;
}

.bullet {
	width: 8px !important;
	height: 5px !important;
	border-radius: 30%;
	background:#fff!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(250,250,250,0.1);
	margin: 0 4px !important;
	-webkit-transition: opacity 0.2s ease !important;
	transition: opacity 0.2s ease !important;
}

.b-main-slider:hover .ls-fullwidth .ls-bottom-slidebuttons a {
	opacity: 1;
}

.bullet.selected {
	background: #f07b0e !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.15);
}





