	#featured-titles-slider-wrapper .tabs a {
		background-color: #d5cfbe;
		padding: 2px 15px 2px 15px;
		margin-right: 3px;
		border-radius: 2px 2px 0 0;
		-webkit-border-radius: 2px 2px 0 0;
		display: inline-block;
		color: #483a3a !important;
		}
	#featured-titles-slider-wrapper .tabs a.cycle-pager-active {
		background-color: #b6aa8a;
		color: #ffffff !important;
		}
		
	.featured-titles-slider-dots {
		background: url('../images/historypress/home-featured-titles-slider/top-dashed.jpg') repeat-x #e1dbcb;
		height: 5px;
		width: 100%;
		}
		
	.featured-titles-slider-dots-bottom {
		background: url('../images/historypress/home-featured-titles-slider/bottom-dashed.png') repeat-x #cfc4a7;
		height: 5px;
		width: 100%;
		}
	
	.outer-slideshow {
		width: 100%;
		background: url('../images/historypress/home-featured-titles-slider/bottom-dashed.png') repeat-x bottom #cfc4a7;
		overflow: hidden;
		clear: both;
	}
	
	.product-slider {
	background: url('../images/historypress/home-featured-titles-slider/gradient.jpg') repeat-x top #cfc4a7;
		width: 100%;
		padding: 20px 0;
	}

	.inner-slider {
		width: 86%;
		float: left;
		display: block;
	}
	
	.nav {
		width: 7%;
		float: left;
		display: block;
		padding-top: 65px;
	}
	
	.nav.prev {
		text-align: center;
	}
	
	.nav.next {
		text-align: center;
	}
	
	ul.product-slide {
		width: 100%;
		float: left;
		display: block;
		margin: 0;
		padding: 0;
	}
	
	ul.product-slide li {
		width: 25%;
		float: left;
		display: block;
		text-align: center;
		list-style-type: none;
		padding-bottom: 24px;
	}
	
	ul.product-slide li img {
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	}