.royalSlider.minimal {
	
}
/* Slider with thumbs (used to add padding based on thumbnails size)*/
.royalSlider.minimal.with-thumbs {
	padding-bottom: 0;
}

/* 
	Left and right navigation arrows 	
*/
.royalSlider.minimal .arrow {	
	position: absolute;
	display: block;
	/* change arrows size here */
	width: 35px;
	height: 48px;
 	top: 50%;
	margin-top: -24px;
	-moz-opacity: 1.0;
	opacity: 1.0;	
}

/* Arrow down state */
.royalSlider.minimal .arrow:active {
	/*background-color: rgba(0,0,0,0.6);*/
}
/* left arrow */
.royalSlider.minimal .arrow.left {
	background: url(../img/arrow_prev.png) no-repeat;
	left: 10px;	
}
/* right arrow */
.royalSlider.minimal .arrow.right {
	background: url(../img/arrow_next.png) no-repeat;
	right: 10px;
}
/* Arrow hover state */
.royalSlider.minimal .arrow.left:hover {
	-moz-opacity: 0.6;	
	opacity: 0.6;	
}
.royalSlider.minimal .arrow.right:hover {
	-moz-opacity: 0.6;	
	opacity: 0.6;
}
/* Arrow disabled state */
.royalSlider.minimal .arrow.disabled {	
	-moz-opacity: 0.2;	
	opacity: 0.2;	
}

/* 
	Bullets and thumbnails navigation	
*/
.royalSlider.minimal .royalControlNavOverflow a {	
	background: url(../img/controls-sprite.png) no-repeat 0 0 transparent;
	width:19px;
	height:19px;	
	
}
/* Current bullet */
.royalSlider.minimal .royalControlNavOverflow a.current {	
	background-position: 0 -19px !important;
}
/* Bullet hover state */
.royalSlider.minimal .royalControlNavOverflow a:hover {	
	
}

/* Bullets nav sub-container */
.royalSlider.minimal .royalControlNavCenterer {
	
}
/* Bullets nav container */
.royalSlider.minimal .royalControlNavOverflow {
	margin-top:-27px;
}