.filter-product {
	
}

	.filter-product .filter-tabs {
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
		.filter-product .filter-tabs ul {
			list-style: none;
			margin: 0px;
			padding: 133px 0px 44px 0px;
		}
	
		.filter-product .filter-tabs ul > li {
			display: inline-block;
			padding: 5px 20px 5px 20px;
		}
		
			.filter-product .filter-tabs ul > li > a {
				font-size: 18px;
				color: #999;
			}
			
			.filter-product .filter-tabs ul > li > a:hover {
			  color: #cc3300;
			}
			
			.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: #cc3300;
			}

.tab-content {
	position: relative;
}
				
	.tab-content .prev-button, 
	.tab-content .next-button {
		margin: 0px 0px 0px 5px;
		width: 28px;
		height: 28px;
		border-radius:         2px;
		-moz-border-radius:    2px;
		-webkit-border-radius: 2px;
		background: #43c6bc; /* Old browsers */
		background: -moz-linear-gradient(top, #43c6bc 0%, #59d4cc 0%, #43c6bc 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43c6bc), color-stop(0%,#59d4cc), color-stop(99%,#43c6bc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #43c6bc 0%,#59d4cc 0%,#43c6bc 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #43c6bc 0%,#59d4cc 0%,#43c6bc 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #43c6bc 0%,#59d4cc 0%,#43c6bc 99%); /* IE10+ */
		background: linear-gradient(to bottom, #43c6bc 0%,#59d4cc 0%,#43c6bc 99%); /* W3C */
		position: absolute;
		top: -77px;		
		right: 0;
	}
		
		.tab-content .prev-button {
			right: 33px;
		}
	
		.tab-content .prev-button span, 
		.tab-content .next-button span {
			display: block;
			width: 8px;
			height: 14px;
			margin: 8px auto 0px auto;
			background: url(../img/left.png) no-repeat;
		}
		
			.tab-content .next-button span {
				background: url(../img/right.png) no-repeat;
			}