

/*Slider*/
.slider-relative {
	position:relative;
	overflow: hidden;
	margin-top: 52px;
}


.items {
	width: 295px;
	height: 190px;
	display: none;	
	overflow: hidden;
}

.slider-block {
	position:relative;
	height: 190px;
	
}
.slider {
	z-index:2;
	overflow: visible !important;
	height: 190px;

	position: relative;
}


/*

.pagination {
bottom: 14px;
position: absolute;
right: 157px;
z-index: 999;
}

.pagination li {
	float: left;
}

.pagination li+li {
	margin-left: 4px;
}


.pagination  li a{
	width: 15px;
	display: block;
		transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	height: 15px;
	background: url(../images/pagination.png) right 0 no-repeat;
}

.pagination li a:hover, .pagination li.current a {
	background-position: 0 0;
}
*/


a.prev, a.next {
	width: 56px;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	height: 112px;
	position: absolute;
	display: block;
	z-index: 999;
	margin-top: 30px !important;
	margin-left: 91px !important;
}

a.next {
	margin-left: 147px !important;
	width: 57px;
	background-position: right bottom;

}

a.next:hover,a.prev:hover  {
	opacity: 0.8;
}





























.slider .banner{
	top: 131px;
	left: 0px;
	position: absolute;
	font-family: 'thaisans_neueultra_light', sans-serif;;
	color: #fff;	
	text-transform: uppercase;
}

.slider .banner div {
	font-size: 10px;
	line-height: 20px;
	color: #263555;
	padding: 4px 10px 4px 10px;
	background: #fff369;
	display: inline-block;
}

.slider .banner span {
	padding: 3px 10px 4px 10px;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	background: #018062;
}

.pic {
	width: 295px !important;
	height: 190px !important;
	background-size: cover !important;
}

.mask {
	width: 295px !important;
	height: 190px !important;
}

.mask div {
	background-size: 296px;
}