@font-face {
	font-family: 'rsmg-slideshow';
	src:  url('../fonts/rsmg-slideshow.eot?6cmydl');
	src:  url('../fonts/rsmg-slideshow.eot?6cmydl#iefix') format('embedded-opentype'),
		url('../fonts/rsmg-slideshow.ttf?6cmydl') format('truetype'),
		url('../fonts/rsmg-slideshow.woff?6cmydl') format('woff'),
		url('../fonts/rsmg-slideshow.svg?6cmydl#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.rscarousel .carousel-control {
	font-family: 'rsmg-slideshow';
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rscarousel .carousel-control.right:before {
	content: '\e900';
}
.rscarousel .carousel-control.left:before {
	content: '\e901';
}
