.royalSlider.default, .royalSlider.content, .royalSlider.default .royalWrapper, .royalSlider.content .royalWrapper, .royalSlider.default .royalControlNavOverflow, .royalSlider.content .royalControlNavOverflow {
	width:730px;
}
.royalSlider.default, .royalSlider.content {
	height:260px;
	overflow:hidden !important;
	float: right;
	position: relative;
	margin-bottom: 0px;
}
.royalSlider.content {
	margin-bottom: 20px;
	background:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.royalSlider.default .royalWrapper, .royalSlider.content .royalWrapper {
	overflow:hidden;
	z-index: 2;
}
.royalSlider.default .royalSlide, .royalSlider .royalWrapper.default {
}
/* slides holder, grabbing container */
.royalSlider .royalSlidesContainer {
	position: relative;
	left: 0;
	top: 0 !important;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	border: 0 !important;
	overflow: hidden;
}
/* slide item */
.royalSlider .royalSlide {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	list-style: none !important;
	position:relative;
	float:left;
	overflow:hidden;
	z-index: 1;
}
/* 

	Direction Navigation (arrows) 

*/
.royalSlider .arrow {
	background:url(../img/assets/controlsSprite.png) no-repeat 0 0;
	background-color: #C00;
	background-repeat: no-repeat;
	background-position: 0 0;
	/* change arrows size here */
	width: 45px;
	height: 90px;
	top:-130px;
	margin-top:-45px;
	cursor: pointer;
	display: block;
	position: relative;
	z-index:25;
}
.royalSlider .arrow:hover {
}
.royalSlider .arrow.disabled {
}
/* left arrow */
.royalSlider .arrow.left {
	background-position: top left;
	left: 0;
	float: left;
}
/* right arrow */
.royalSlider .arrow.right {
	background-position: top right;
	right: 0;
	float: right;
}
/* Control navigation container (bullets or thumbs) */
.royalSlider.default .royalControlNavOverflow, .royalSlider.content .royalControlNavOverflow {
	overflow:hidden;
	position:absolute;
	margin-top:0px;
	z-index:25;
}
/* This container is inside ".royalControlNavContainer"  
   and is used for auto horizontal centering */
.royalSlider.default .royalControlNavCenterer, .royalSlider.content .royalControlNavCenterer {
	float: left;
	position: relative;
	left: -50%;
	margin-top: 0px;
}
/* Control navigation container*/ 
.royalSlider.default .royalControlNavContainer, .royalSlider.content .royalControlNavContainer {
	float: left;
	position: relative;
	left: 50%;
	margin-top: -25px;
}
/* Scrollable thumbnails containers */
.royalSlider .royalControlNavThumbsContainer {
	left:0;
	position:relative;
}
.royalSlider.default .thumbsAndArrowsContainer, .royalSlider.content .thumbsAndArrowsContainer {
	overflow:hidden;
	width: 698px;
	position: relative;
}
.royalSlider .royalControlNavOverflow.royalThumbs {
	width: auto;
	position: relative;
	overflow: hidden;
	margin-top:4px;
}
/* 

	Control navigation (bullets, thumbnails)
	
*/
.royalSlider .royalControlNavOverflow a {
	background:#0C0 none no-repeat scroll 0 0;
	width:20px;
	height:20px;
	float:left;
	cursor:pointer;
	position:relative;
	display:block;
	text-indent: -9999px;
}
/* Current control navigation item */
.royalSlider .royalControlNavOverflow a.current {
	background-color: #C00;
}
/* Hover state navigation item */
.royalSlider .royalControlNavOverflow a:hover {
	background-color: #00C;
}
/* Thumbnails */
.royalSlider .royalControlNavOverflow a.royalThumb {
	/*background: none no-repeat 0 0;*/
	/*background-color: ;*/
	width:144px;
	height:60px;
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;
}
.royalSlider .royalControlNavOverflow a.royalThumb.current {
	background-position: -3px -3px !important;
	border:3px solid #C00 !important;
	width:138px;
	height:54px;
}
.royalSlider .royalControlNavOverflow a.royalThumb:hover {
	background-position: -3px -3px;
	border:3px solid #00C;
	width:138px;
	height:54px;
}
/* 

	Thumbnails navigation arrows 
	
*/
.royalSlider .thumbsArrow {
	width: 38px;
	height: 68px;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 25;
	background: #C99;
}
.royalSlider .thumbsArrow.left {
	float: left;
}
.royalSlider .thumbsArrow.right {
	float: right;
}
.royalSlider .thumbsArrow:hover {
}
.royalSlider .thumbsArrow.disabled {
}
/* Loading (welcome) screen */
.royalSlider .royalLoadingScreen {
	background:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	z-index:99;
}
/* Loading screen text ("Loading...") */
.royalSlider .royalLoadingScreen p {
	width:100%;
	position:absolute;
	margin:0 auto;
	top: 45%;
	text-align:center;
}
/* single slide image preloader */
.royalSlider .royalPreloader {
	position:absolute;
	width:24px;
	height:24px;
	left:50%;
	top:50%;
	margin-left:-12px;
	margin-top:-12px;
	z-index:0;
	background-image:url(../img/assets/preloader.gif);
}
.royalSlider .grab-cursor {
	cursor:move;
}
.royalSlider .grab-cursor {
	cursor:url("../img/assets/grab.png") 8 8, -moz-grab;
}
.royalSlider .grab-cursor {
*cursor:url(../img/assets/grab.cur);
}
.royalSlider .grab-cursor {
	cursor:move\0/;
} /* ie8 hack */
.royalSlider .grabbing-cursor {
	cursor:move;
}
.royalSlider .grabbing-cursor {
	cursor:url("../img/assets/grabbing.png") 8 8, -moz-grabbing;
}
.royalSlider .grabbing-cursor {
*cursor:url(../img/assets/grabbing.cur);
}
/* Cursor used if mouse dragging is disabled */
.royalSlider .auto-cursor {
	cursor:auto;
}
.royalSlider .royalHtmlContent {
	position: absolute;
	top: 0;
	left: 0;
}
.royalSlider .non-draggable {
	cursor: auto;
}
.royalSlider .fade-container .royalSlide {
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.royalSlider .royalImage {
	max-width:none;
	margin:0;
	padding: 0 !important;
	border: 0 !important;
}
/* Slider itself */
.royalSlider.default {
}
/* Slider with thumbs (used to add padding based on thumbnails size)*/
.royalSlider.default.with-thumbs, .royalSlider.content.with-thumbs {
	padding-bottom: 68px;
}
/* 
	Left and right navigation arrows 	
*/
.royalSlider.default .arrow, .royalSlider.content .arrow {
	background: rgb(50, 50, 50);
	background: rgba(0, 0, 0, 0.5);
	background-image:url(../img/assets/controls-sprite.png);
	/* change arrows size here */
	width: 30px;
	height: 30px;
	margin-top:-15px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* arrow position in slider with thumbs */
.royalSlider.default.with-thumbs .arrow, .royalSlider.content.with-thumbs .arrow {
	margin-top:-49px;
}
/* Arrow down state */
.royalSlider.default .arrow:active, .royalSlider.content .arrow:active {
	background-color: rgba(0,0,0,0.6);
}
/* Arrow hover state */
.royalSlider.default .arrow:hover, .royalSlider.content .arrow:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
/* Arrow disabled state */
.royalSlider.default .arrow.disabled, .royalSlider.content .arrow.disabled {
	background-color: rgba(0,0,0,0.5) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
	filter: alpha(opacity=20) !important;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
/* left arrow */
.royalSlider.default .arrow.left, .royalSlider.content .arrow.left {
	background-position: top left;
	left: 5px;
}
/* right arrow */
.royalSlider.default .arrow.right, .royalSlider.content .arrow.right {
	background-position: top right;
	right: 5px;
}
/* Captions container */
.royalSlider.default .royalCaption, .royalSlider.content .royalCaption {
	z-index:20;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	color: #eee;
	float: right;
	width: 360px;
	font-size: 13px;
	text-align: left;
	margin-bottom: 0px;
	background-repeat: repeat;
	margin-left:0px;

}

.royalSlider.default .royalCaption .tintButton {
	font-size: 11px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	white-space: nowrap;
}
.royalSlider.default .royalCaption a {
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}
.royalSlider.default .royalCaption.bkg {
	background-image: url(../img/bkg/black_transparent.png);
	background-repeat: repeat;
	display: block;
	height: 180px;
	width: 300px;
}
.royalSlider.default .royalCaptionItem h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF !important;
	margin-bottom: 5px;
	background-image: url(../img/bkg/black_transparent.png);
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	line-height: 20px;
}
/* Caption item */
.royalSlider.default .royalCaptionItem {
	position:absolute;
	left:0px;
	padding: 10;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 320px;
	height: 70px;
	top: 160px;
}
.royalSlider.default .royalCaptionItem p {
	background-image: url(../img/bkg/black_transparent.png);
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;

}
/* 
	Bullets and thumbnails navigation	
*/
.royalSlider.default .royalControlNavOverflow a, .royalSlider.content .royalControlNavOverflow a {
	background-color: transparent;
	background-image: url(../img/assets/controls-sprite.png);
	background-position: 0 -164px;
	width:18px;
	height:18px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Current bullet */
.royalSlider.default .royalControlNavOverflow a.current, .royalSlider.content .royalControlNavOverflow a.current, .royalSlider.content .royalControlNavOverflow a.current {
	background-position: 0 -182px !important;
}
/* Bullet hover state */
.royalSlider.content .royalControlNavOverflow a:hover, .royalSlider.content .royalControlNavOverflow a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
/* Bullets nav sub-container */
.royalSlider.default .royalControlNavCenterer, .royalSlider.content .royalControlNavCenterer {
	background: rgb(50, 50, 50);
	background: rgba(0,0,0,0.5);

	margin-top: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/* Bullets nav or thumbnails main container */
.royalSlider.default .royalControlNavOverflow, .royalSlider.content .royalControlNavOverflow {
	margin-top:-30px;
}
/* Thumbnails main container */
.royalSlider.default .royalControlNavOverflow.royalThumbs, .royalSlider.content .royalControlNavOverflow.royalThumbs {
	margin-top:4px;
}
/* Thumbnails */
.royalSlider.default .royalControlNavOverflow a.royalThumb, .royalSlider.content .royalControlNavOverflow a.royalThumb {
	background-color: transparent;
	background-position: 0 0;
	width:60px;
	height:60px;
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
/* Current thumbnail */
.royalSlider.default .royalControlNavOverflow a.royalThumb.current, .royalSlider.content .royalControlNavOverflow a.royalThumb.current {
	background-position: -3px -3px !important;
	border:3px solid #666 !important;
	width:54px;
	height:54px;
}
/* Thumbnail hover state*/
.royalSlider.default .royalControlNavOverflow a.royalThumb:hover, .royalSlider.content .royalControlNavOverflow a.royalThumb:hover {
	background-position: -3px -3px;
	border: 3px solid #AAA;
	width: 54px;
	height: 54px;
}
/* 
	Thumbnails navigation arrows 	
*/
.royalSlider.default .thumbsArrow, .royalSlider.content .thumbsArrow {
	background:url(../img/assets/controls-sprite.png) no-repeat 0 0;
	width: 28px;
	height: 68px;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.royalSlider.default .thumbsArrow.left, .royalSlider.content .thumbsArrow.left {
	background-position: -116px -132px;
	left: 0;
}
.royalSlider.default .thumbsArrow.right, .royalSlider.content .thumbsArrow.right {
	background-position: -156px -132px;
	right: 0
}
.royalSlider.default .thumbsArrow:hover, .royalSlider.content .thumbsArrow:hover {
	-moz-opacity: 1;
	opacity: 1;
}
.royalSlider.default .thumbsArrow.disabled, .royalSlider.content .thumbsArrow.disabled {
	-moz-opacity: 1;
	opacity: 1;
}
.royalSlider.default .thumbsArrow.disabled, .royalSlider.content .thumbsArrow.disabled {
	background-position: -36px -132px;
}
.royalSlider.default .thumbsArrow.right.disabled, .royalSlider.content .thumbsArrow.right.disabled {
	background-position: -76px -132px;
}
