.best-materials {
	width: 250px;
	padding-top: 25px;
	
	.label {
		font-family: OctavaSCC;
		font-size: 13px;
		text-align: center;
		letter-spacing: 2px;
	}
	.slider {
		padding-top: 30px;
		width: 250px;
		.rsArrowIcn {
			top: 92px;
		}
		.rsContent {
			text-align: center;
			
			img {
				width: 185px;
				box-shadow: 0px 2px 6px rgba(0,0,0,0.5);
			}
			a {
				display: block;
				color: inherit;
				text-decoration: none;
			}
			a:hover {
				.title {
					text-decoration: underline;
				}
			}
			.title, .lead {
				padding: 0 20px;
			}
			.title {
				margin-top: 10px;
			}
			.lead {
				font-family: Octava;
				font-size: 15p;
				line-height: 18px;
			}
		}
		.rsBullets {
			background: none;
			display: block;
			left: 0px;
			top: 50px;
			height: 20px;
			
			.rsBullet {
				background: #fff;
				border: 1px solid #000;
				width: 3px;
				height: 3px;
				margin: 0 2px 1px;
			}
			.rsNavSelected {
				background: #000;
			}
		}
	}
}