.da-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	padding: 0;
}
.da-thumbs li {
	float: left;
	position: relative;
}
.da-thumbs li:hover {
background: #232120; /* Old browsers */
background: -moz-linear-gradient(top,  #232120 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232120), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #232120 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #232120 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #232120 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #232120 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232120', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
color:#CCC;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	width: 180px;
	overflow: hidden;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}



/* Demo Styles */
.swiper-container {
  width: 100%;
  height: 214px;
  color: #fff;
  text-align: center;
}
.swiper-slide{
	padding:5px;
	padding-left:0px;
	}
.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: -22px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}



.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	a.paginate {
background: #f1da36; /* Old browsers */
background: -moz-linear-gradient(top,  #f1da36 0%, #fefcea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#fefcea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1da36 0%,#fefcea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1da36 0%,#fefcea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1da36 0%,#fefcea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1da36 0%,#fefcea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
	padding: 5px;
	text-decoration: none;
	color: #000000;
	}
	a.paginate:hover {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000;
	text-decoration: underline;
	}
	a.current {
	border: 1px solid #FFFFFF;
	font: bold 1em Arial,Helvetica,sans-serif;
	padding: 5px;
	cursor: default;
background: #e9d4b3; /* Old browsers */
background: -moz-linear-gradient(top,  #e9d4b3 0%, #b68d4c 0%, #c19e67 50%, #f3e2c7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9d4b3), color-stop(0%,#b68d4c), color-stop(50%,#c19e67), color-stop(100%,#f3e2c7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e9d4b3 0%,#b68d4c 0%,#c19e67 50%,#f3e2c7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e9d4b3 0%,#b68d4c 0%,#c19e67 50%,#f3e2c7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e9d4b3 0%,#b68d4c 0%,#c19e67 50%,#f3e2c7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e9d4b3 0%,#b68d4c 0%,#c19e67 50%,#f3e2c7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d4b3', endColorstr='#f3e2c7',GradientType=0 ); /* IE6-9 */
 color:#FFF;
	text-decoration: none;
	}
	span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px;
	color: #999;
	cursor: default;
	}

