


.banner .header-slider {
  float: left;
  width: 100%;
  margin-top: 0px;
  position: relative;
  z-index: 1; height:375px;
}
.banner .header-slider .tp-rightarrow.default {
  background: transparent;
  position: relative;
  z-index: 20;
}
.banner .header-slider .tp-rightarrow.default:after {
  font-family: "entypo";
  content: '\e875';
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  color: white;
  font-size: 30px;
  text-align: center;
}
.banner .header-slider .tp-leftarrow.default {
  background: transparent;
  position: relative;
  z-index: 20;
}
.banner .header-slider .tp-leftarrow.default:after {
  font-family: "entypo";
  content: '\e874';
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  color: white;
  font-size: 30px;
  text-align: center;
}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }







/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
