/**************************
*
*	GENERAL
*
**************************/
body {
			margin: 0;
			padding: 0;
		}
		a {
			color: #09f;
		}
		a:hover {
			text-decoration: none;
		}
		#back_to_rSlideshow {
			clear: both;
			display: block;
			height: 80px;
			line-height: 40px;
			padding: 20px;
		}
		.fluid_container {
			margin: 0 auto;
			max-width: 1148px;
			width: 90%;
			min-width:950px;
		}
.rSlideshow_wrap a, .rSlideshow_wrap img, 
.rSlideshow_wrap ol, .rSlideshow_wrap ul, .rSlideshow_wrap li,
.rSlideshow_wrap table, .rSlideshow_wrap tbody, .rSlideshow_wrap tfoot, .rSlideshow_wrap thead, .rSlideshow_wrap tr, .rSlideshow_wrap th, .rSlideshow_wrap td
.rSlideshow_thumbs_wrap a, .rSlideshow_thumbs_wrap img, 
.rSlideshow_thumbs_wrap ol, .rSlideshow_thumbs_wrap ul, .rSlideshow_thumbs_wrap li,
.rSlideshow_thumbs_wrap table, .rSlideshow_thumbs_wrap tbody, .rSlideshow_thumbs_wrap tfoot, .rSlideshow_thumbs_wrap thead, .rSlideshow_thumbs_wrap tr, .rSlideshow_thumbs_wrap th, .rSlideshow_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.rSlideshow_wrap {
	display: none;
	position: relative;
	z-index: 0;
}
.rSlideshow_wrap img {
	max-width: none!important;
}
.rSlideshow_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.rSlideshow_wrap {
	width: 100%;
}
.rSlideshow_src {
	display: none;
}
.rSlideshowCont, .rSlideshowContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.rSlideshowSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.rSlideshowContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.rSlideshow_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.rSlideshow_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.rSlideshow_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.rSlideshow_target_content .rSlideshow_link {
    background: url(../img/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.rSlideshow_loader {
    background: #fff url(../images/rSlideshow-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../img/rSlideshow-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.rSlideshow_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.rSlideshow_thumbs_wrap.rSlideshow_left .rSlideshow_bar, .rSlideshow_thumbs_wrap.rSlideshow_right .rSlideshow_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.rSlideshow_thumbs_wrap.rSlideshow_bottom .rSlideshow_bar, .rSlideshow_thumbs_wrap.rSlideshow_top .rSlideshow_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.rSlideshow_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.rSlideshow_caption {
	bottom: 0;
	display: block;
	position: absolute;
	/*width: 30%;*/
	/*height:42%;*/
	height:50px;
	width:360px;
	background:#FAFAFA;
	background:rgba(255,255,255,.8);
	z-index:500;
	top:20px;
	left:150px;
	padding:0px 10px;
	border:1px solid #000;
	border-radius:10px;
	text-shadow:none;
	font-family: 'FuturaMedium', Arial, Helvetica, sans-serif;
}

.rSlideshowrelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.rSlideshow_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.rSlideshow_prevThumbs div {
	background: url(../img/rSlideshow_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.rSlideshow_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.rSlideshow_nextThumbs div {
	background: url(../img/rSlideshow_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.rSlideshow_command_wrap .hideNav {
	display: none;
}
.rSlideshow_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.rSlideshow_commands_emboss .rSlideshow_pag .rSlideshow_pag_ul li {
/*	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);*/
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 13px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 13px;
}
.rSlideshow_commands_emboss .rSlideshow_pag .rSlideshow_pag_ul li:hover > span {
/*	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);*/
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul li.rSlideshowcurrent > span {
/*	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;*/
}
.rSlideshow_pag_ul li img {
	display: none;
	position: absolute;
}
.rSlideshow_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.rSlideshow_prev, .rSlideshow_next, .rSlideshow_commands {
	display:none;
	/*cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;*/
}
.rSlideshow_prev {
	left: 100px;
}
.rSlideshow_prev > span {
	/*background: url(../images/rSlideshow_skins.png) no-repeat 0 0;*/
	/*background: url(../images/arrow-prev2.png) no-repeat 0 0;*/
	display: block;
	height: 40px;
	width: 40px;
}
.rSlideshow_next {
	right: 100px;
}
.rSlideshow_next > span {
/*	background: url(../images/rSlideshow_skins.png) no-repeat -40px 0;*/
	display: block;
	height: 40px;
	width: 40px;
}
.rSlideshow_commands {
	right: 41px;
	display:none;
}
.rSlideshow_commands > .rSlideshow_play {
	background: url(../img/rSlideshow_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.rSlideshow_commands > .rSlideshow_stop {
	background: url(../img/rSlideshow_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 13px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.rSlideshow_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.rSlideshow_commands_emboss .rSlideshow_thumbs_cont {
/*	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);*/
}
.rSlideshow_thumbs_cont > div {
	float: left;
	width: 100%;
}
.rSlideshow_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.rSlideshow_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.rSlideshow_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.rSlideshow_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.rSlideshow_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

/**************************
*
*	PAGINATION
*
**************************/
.rSlideshow_pag{
	width:85%;
	margin:-100px auto 0;
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul li {
	background: #b7b7b7;
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul li:hover > span {
	/*background: #b7b7b7;*/
	background: url("../img/pagination2.png") no-repeat scroll 0px -12px transparent;
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul li.rSlideshowcurrent > span {
/*background: #434648;*/
	background: url("../img/pagination2.png") no-repeat scroll 0px -12px transparent;
	
}
.rSlideshow_pag_ul li img {
/*	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);*/
}
.rSlideshow_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.rSlideshow_prevThumbs, .rSlideshow_nextThumbs,  .rSlideshow_commands, .rSlideshow_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
/*
New CSS*/
.rSlideshow_prev{
	background: url(../img/arrow-prev2.png) no-repeat 0 0;
}
.rSlideshow_next{
  background: url(../img/arrow-next2.png) no-repeat 0 0;
}
.rSlideshow_wrap .rSlideshow_pag .rSlideshow_pag_ul li {
/*	background: #b7b7b7;*/
	background: url(../img/pagination2.png) no-repeat 0 0;
}
.rSlideshow_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}

.slideArrow {
	margin-top:10px !important;
	padding-left:10px;
}

rSlideshow_caption.posBottom {
	bottom:0;
}
/**************************
*
*           Move Caption Location
*
**************************/
.slideLowCaption{
            margin-top: 9%;
}
/*For Chrome & safari3*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .slideLowCaption{
            margin-top: 35%;
}
}