.royalSlider.onewed {
	
}

/* Background of carousel */
.royalSlider .royalSlide, .royalSlider .royalWrapper {
    background: transparent !important;
}

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

/* 
	Left and right navigation arrows 	
*/
.royalSlider.onewed .arrow {	
	background:url(http://media-01.onewed.com/cms/themes/royalslider/royalslider-skins/onewed/controls-sprite.png.git-de81f5a) no-repeat 0 0;
	
	/* change arrows size here */
	width: 34px;
	height: 70px;
	margin-top:-35px;
 	
	-moz-opacity: 0.8;
	opacity: 0.8;	
}
/* arrow position in slider with thumbs */
.royalSlider.onewed.with-thumbs .arrow {
	margin-top:-66px;
}
/* Arrow down state */
.royalSlider.onewed .arrow:active {
	/*background-color: rgba(0,0,0,0.6);*/
}
/* left arrow */
.royalSlider.onewed .arrow.left {
	background-position: top left;
	left: 0;	
}
/* right arrow */
.royalSlider.onewed .arrow.right {
	background-position: top right;
	right: 0;
}
/* Arrow hover state */
.royalSlider.onewed .arrow:hover {	
	-moz-opacity: 1;	
	opacity: 1;	
}
/* Arrow disabled state */
.royalSlider.onewed .arrow.disabled {	
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.onewed .arrow.left.disabled {
	background-position: -34px 0;	
}
.royalSlider.onewed .arrow.right.disabled {
	background-position: -132px 0;	
}


/* 
	Bullets and thumbnails navigation	
*/
.royalSlider.onewed .royalControlNavOverflow a {	
	background: url('http://media-01.onewed.com/cms/themes/royalslider/royalslider-skins/onewed/controls-sprite.png.git-de81f5a') no-repeat -1px -166px transparent;
	width:16px;
	height:16px;	
	
}
/* Current bullet */
.royalSlider.onewed .royalControlNavOverflow a.current {	
	background-position: -1px -183px !important;
}
/* Bullet hover state */
.royalSlider.onewed .royalControlNavOverflow a:hover {	
	
}

/* Bullets nav sub-container */
.royalSlider.onewed .royalControlNavCenterer {
	
}
/* Bullets nav container */
.royalSlider.onewed .royalControlNavOverflow {
	margin-top: 0;
}

/* Thumbnails main container */
.royalSlider.onewed .thumbsAndArrowsContainer {
	float:left;
	background: #E8EDEE;	
	margin-top: 5px;
	-moz-border-radius: 4px; 
  	-webkit-border-radius: 4px; 
 	border-radius: 4px;
}
.royalSlider.onewed .royalControlNavOverflow.royalThumbs {	
	margin-top:4px;	
}

/* Thumbnails */
.royalSlider.onewed .royalControlNavOverflow a.royalThumb{		
	background-color: transparent;	
	background-position: 0 0;
	
	width:80px;
	height:45px;	
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;	
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
	
	border: 2px solid #FFF;	
}

/* Thumbnail hover state*/
.royalSlider.onewed .royalControlNavOverflow a.royalThumb:hover {		
	background-position: 0 0;
	border: 2px solid #9fbdc3;	
}
/* Current thumbnail */
.royalSlider.onewed .royalControlNavOverflow a.royalThumb.current {	
	background-position: 0 0 !important;
	border:2px solid #9fbdc3 !important;	
}


/* 

	Thumbnails navigation arrows 
	
*/
.royalSlider.onewed .thumbsArrow {
	background:url(http://media-01.onewed.com/cms/themes/royalslider/royalslider-skins/onewed/controls-sprite.png.git-de81f5a) no-repeat 0 0;
	width: 28px;
	height: 57px;		
	
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.royalSlider.onewed .thumbsArrow.left {
	background-position: -116px -132px;
	left: 0;	
}
.royalSlider.onewed .thumbsArrow.right {
	background-position: -156px -132px;
	right: 0
}
.royalSlider.onewed .thumbsArrow:hover  {	
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.onewed .thumbsArrow.disabled {	
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.onewed .thumbsArrow.left.disabled {	
	background-position: -36px -132px;
}
.royalSlider.onewed .thumbsArrow.right.disabled {	
	background-position: -76px -132px;
}


/* Captions */
.royalSlider.onewed .royalCaption {

	position: relative;
	top: -30px;
	line-height: 30px;

	/* using url(http://media-01.onewed.com/cms/themes/royalslider/royalslider-skins/onewed/onewed.css.git-de81f5a) rather than 'background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);'
	 * to support IE 8 */
	background: url('http://media-01.onewed.com/cms/themes/royalslider/royalslider-skins/onewed/70alpha.png.git-de81f5a');

}
.royalSlider.onewed .royalCaptionItem {
	color: #d2d2d2;
	font-weight: bold;
	text-align: center;

	position: static;
}