.filter-product {
	
}

	.filter-product .carousel {
		overflow: hidden;
	}
	
		.filter-product .carousel:hover {
			overflow: visible;
		}

	.filter-product .filter-tabs {
		list-style: none;
		padding: 0px 65px 0px 0px;
		margin: 44px 0px 25px 0px;
		background: url(../img/patterns/heading/01.png) 0 50% repeat-x;
	}
		.filter-product .filter-tabs ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
	
		.filter-product .filter-tabs ul > li {
		  float: left;
		  padding-right: 34px;
		  background: #fff;
		}
		
		     .filter-product .filter-tabs ul > li:last-child {
		          padding-right: 20px;
		     }
		
			.filter-product .filter-tabs ul > li > a {
			  margin: 0;
			  padding: 0px;
			  position: relative;
			  display: block;
			  font-size: 23px;
			  line-height: 23px;
			  font-weight: 600;
			  color: #999999;
			}
			
			.filter-product .filter-tabs ul > li > a:hover {
			  color: #000;
			}
			
			.filter-product .filter-tabs ul > li.active > a,
			.filter-product .filter-tabs ul > li.active > a:hover,
			.filter-product .filter-tabs ul > li.active > a:focus {
			  color: #000;
			}

.tab-content {
	position: relative;
}
				
	.tab-content .prev-button, 
	.tab-content .next-button {
		margin: 0px 0px 0px 0px;
		width: 30px;
		height: 30px;
		border-radius:         3px;
		-moz-border-radius:    3px;
		-webkit-border-radius: 3px;
		background: #ccc;
		position: absolute;
		top: -53px;		
		right: 0;
		z-index: 4;
	}
	
	     .tab-content .next-button:before {
	          content: '';
	          position: absolute;
	          top: 0;
	          right: 100%;
	          left: -10px;
	          bottom: 0;
	          background: #fff;
	     }
	     
	     .tab-content .prev-button:before {
	          content: '';
	          position: absolute;
	          top: 0;
	          right: 100%;
	          left: -20px;
	          bottom: 0;
	          background: #fff;
	     }
	
	     .tab-content .prev-button:hover, 
	     .tab-content .next-button:hover {
	          background: #333;
	     }
		
		.tab-content .prev-button {
			right: 40px;
		}
	
		.tab-content .prev-button span, 
		.tab-content .next-button span {
			display: block;
			width: 30px;
			height: 30px;
			background: url(../img/left.png) no-repeat;
		}
		
			.tab-content .next-button span {
				background: url(../img/right.png) no-repeat;
			}
			
@media (max-width: 767px) {
	.responsive .filter-product .filter-tabs {
		margin-top: 30px;
	}
	
	.responsive .filter-product .filter-tabs ul > li > a {
	     line-height: 1.6;
	}
}