/**
 * BlankPlate | Yet another HTML5 Starter Kit
 *
 * BlankPlate Main stylesheet
 *
 * @copyright	Copyright 2012, Dimitris Krestos
 * @license		Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
 * @link		http://vdw.staytuned.gr/html5-starter-kit-blankplate/
 * @package		BlankPlate
 * @version		v1.2.3
 */

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.prev,
.next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.prev {
	left: calc(-15% + 30px);
}

.next {
	right: calc(-15% + 30px)
}

.prev:hover,
.next:hover {
	opacity: .7;
}


