#banner-rotator {
	width: 100%;
	height: 350px;
	margin: 0 auto;
}
#banner-rotator .royalCaptionCenter {
	position:absolute;
	top:0;
	left: 0;
	width:100%;
}
#banner-rotator .royalCaption {
	/* position:absolute; */
	margin: auto;
	width: 1000px;
}
.royalCaptionItem {
	font-family: Segoe UI Light, Lucida Grande, Arial, sans-serif;
	font-size: 30px;
	line-height: 32px;
	text-align:left;
	color:#009edb;
}
.sgMidText {
	font-family: Segoe UI, Lucida Grande, Arial, sans-serif;
	font-size:15px;
	color:#888;
	text-align:left;
	line-height:19px;
}
.sgMidText2 {
	font-family: Segoe UI, Lucida Grande, Arial, sans-serif;
	font-size:17px;
	color:#009edb;
	text-align:left;
	line-height:21px;
}
#banner-rotator .tintButton {
  background: url('/style/images/button_all_buttons.png') no-repeat -5px -2px;
  display:inline-block;
  height:25px;
  width:111px;
  padding:10px 20px 10px 20px;
  margin-bottom:20px;
  font-size:13px;
  color: #daf0f8;
  text-decoration: none;
	/*background:no-repeat 0 0;
	background-color:#33383e;
	color:#EAEAEA;
	cursor:pointer;
	padding:5px 12px;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	text-decoration: none;*/
}
#banner-rotator .tintButton:hover {
  background: url('/style/images/button_all_buttons.png') no-repeat -5px -48px;
}
#banner-rotator .tintButton2 {
  background: url('/style/images/button_all_buttons.png') no-repeat -162px -2px;
  display:inline-block;
  height:25px;
  width:120px;
  padding:10px 20px 10px 20px;
  margin-bottom:20px;
  font-size:13px;
  color: #daf0f8;
  text-decoration: none;
	/*background:no-repeat 0 0;
	background-color:#33383e;
	color:#EAEAEA;
	cursor:pointer;
	padding:5px 12px;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	text-decoration: none;*/
}
#banner-rotator .tintButton2:hover {
  background: url('/style/images/button_all_buttons.png') no-repeat -162px -48px;
}

.royalSlider .royalWrapper {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
}
.royalSlider .royalSlide,
.royalSlider .royalWrapper {
	/* Bakground behind slides */
	background: #fff;
}
/* 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;
}


/* slide item */
.royalSlider .royalSlide {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	list-style: none !important;
	position:relative;
	float:left;
	overflow:hidden;
	width:100%;
}
.royalSlider li.bg {
	background: url('/style/images/design_royalslider_bg.png') repeat-x 0px 0px;
}
/*

	Direction Navigation (arrows)

*/
.royalSlider .arrow
{
	/*background:url(../img/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:520px;	/*kiedys to musi byc zmienione*/
	cursor: pointer;
	display: block;
	position: absolute;
	z-index:25;

}
.royalSlider .arrow:hover {
}
.royalSlider .arrow.disabled {

}
/* left arrow */
.royalSlider .arrow.left {
	background-position: top left;
	left: 0;
}
/* right arrow */
.royalSlider .arrow.right {
	background-position: top right;
	right: 0;
}




/* Control navigation container (bullets or thumbs) */
.royalSlider .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
/* This container is inside ".royalControlNavContainer"
   and is used for auto horizontal centering */
.royalSlider .royalControlNavCenterer {
	float: left;
	position: relative;
	left: -50%;
}
/* Control navigation container*/
.royalSlider .royalControlNavContainer {
	float: left;
	position: relative;
	left: 50%;
}

/* Scrollable thumbnails containers */
.royalSlider .royalControlNavThumbsContainer {
	left:0;
	position:relative;
}
.royalSlider .thumbsAndArrowsContainer {
	overflow:hidden;
	width: 100%;
	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 {

}


/* Captions container */
#banner-rotator .royalSlider .royalCaption {
/*z-index:20;
	display:block;
	width: 100%;
	position:absolute;
	left:0;
	top:0;
	font: normal normal normal 1em/1.5em Georgia, serif;
	color:#FFF;		*/
}
/* Caption item */
.royalSlider .royalCaptionItem {
/* 	position:absolute;	 */
	left:0;
	top:0;
	margin: 0;
	padding: 0;
}



/* 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;
}


.royalSlider .grab-cursor{cursor:url(/style/images/royalslider/grab.cur), move;}
.royalSlider .grabbing-cursor{cursor:url(/style/images/royalslider/grabbing.cur), move;}


/* 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 {
	padding-bottom: 68px;
}

/*
	Left and right navigation arrows
*/
.royalSlider.default .arrow
{
/*	background: rgb(50, 158, 219);
	background: rgba(0, 0, 0, 0.2);*/

	background:url('/style/images/royalslider/icon_controls.png');

	/* change arrows size here */
	width: 30px;
	height: 30px;
	margin-top:-155px;


	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
 	border-radius: 4px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* Arrow down state */
.royalSlider.default .arrow:active {
	background-color: rgba(0,158,219,0.0);
}
/* Arrow hover state */
.royalSlider.default .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 {
	background-color: rgba(0,0,0,0.5) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
	filter: alpha(opacity=0) !important;
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
/* left arrow */
.royalSlider.default .arrow.left {
	background-position: top left;
	left: 5px;
}
/* right arrow */
.royalSlider.default .arrow.right {
	background-position: top right;
	right: 5px;
}

/*
	Bullets and thumbnails navigation
*/
.royalSlider.default .royalControlNavOverflow a {
	background-color: transparent;
	background-image: url('/style/images/royalslider/icon_controls.png');
	background-position: 0 -164px;
	width:18px;
	height:18px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Current bullet */
.royalSlider.default .royalControlNavOverflow a.current {
	background-position: 0 -182px !important;
	background-color: transparent;
}
/* Bullet hover state */
.royalSlider.default .royalControlNavOverflow a:hover {
	background-color: transparent;
	-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 {
	padding:3px 5px;
  background-color: transparent;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
 	border-radius: 4px;
}
/* Bullets nav or thumbnails main container */
.royalSlider.default .royalControlNavOverflow {
	margin-top:-30px;
}
/* Thumbnails main container */
.royalSlider.default .royalControlNavOverflow.royalThumbs {
	margin-top:4px;
}

/* Thumbnails */
.royalSlider.default .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 {
	background-position: -3px -3px  !important;
	border:3px solid #666 !important;
	width:54px;
	height:54px;
}
/* Thumbnail hover state*/
.royalSlider.default .royalControlNavOverflow a.royalThumb:hover {
	background-position: -3px -3px;
	border: 3px solid #AAA;
	width: 54px;
	height: 54px;
}

/*
	Thumbnails navigation arrows
*/
.royalSlider.default .thumbsArrow {
	background: url('/style/images/royalslider/icon_controls.png') no-repeat 0 0;
	width: 28px;
	height: 68px;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*.royalSlider.default .thumbsArrow.left {
	background-position: -116px -132px;
	left: 0;
}
.royalSlider.default .thumbsArrow.right {
	background-position: -156px -132px;
	right: 0
}
*/
.royalSlider.default .thumbsArrow:hover  {
	-moz-opacity: 1;
	opacity: 1;
}
.royalSlider.default .thumbsArrow.disabled {
	-moz-opacity: 1;
	opacity: 1;
}
.royalSlider.default .thumbsArrow.left.disabled {
	background-position: -36px -132px;
}
.royalSlider.default .thumbsArrow.right.disabled {
	background-position: -76px -132px;
}




