/**************************
*
*	GENERAL
*
**************************/
.sslider_wrap a, .sslider_wrap img,
.sslider_wrap ol, .sslider_wrap ul, .sslider_wrap li,
.sslider_wrap table, .sslider_wrap tbody, .sslider_wrap tfoot, .sslider_wrap thead, .sslider_wrap tr, .sslider_wrap th, .sslider_wrap td
.sslider_thumbs_wrap a, .sslider_thumbs_wrap img,
.sslider_thumbs_wrap ol, .sslider_thumbs_wrap ul, .sslider_thumbs_wrap li,
.sslider_thumbs_wrap table, .sslider_thumbs_wrap tbody, .sslider_thumbs_wrap tfoot, .sslider_thumbs_wrap thead, .sslider_thumbs_wrap tr, .sslider_thumbs_wrap th, .sslider_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.sslider_wrap {
	direction: ltr;
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.sslider_wrap img {
	max-width: none!important;
}
.sslider_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	min-height: 100px;
	z-index: 1;
}
.sslider_wrap {
	width: 100%;
}
.sslider_src {
	display: none;
}
.ssliderCont, .ssliderContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.ssliderSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.ssliderContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.sslider_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.sslider_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.sslider_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.sslider_target_content .sslider_link {
    background: url(img/slider/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.sslider_loader {
    background: #fff url(img/slider/sslider-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(img/slider/sslider-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: 45%;
	width: 36px;
	z-index: 3;
}
.sslider_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.sslider_thumbs_wrap.sslider_left .sslider_bar, .sslider_thumbs_wrap.sslider_right .sslider_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.sslider_thumbs_wrap.sslider_bottom .sslider_bar, .sslider_thumbs_wrap.sslider_top .sslider_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.sslider_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.sslider_caption {
	top: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.sslider_caption > div {
	padding: 10px 30px;
	height: 100%;
}
.ssliderrelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.sslider_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.sslider_prevThumbs div {
	background: url(img/slider/sslider_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.sslider_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.sslider_nextThumbs div {
	background: url(img/slider/sslider_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.sslider_command_wrap .hideNav {
	display: none;
}
.sslider_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.sslider_wrap .sslider_pag { margin-top: -25px; }
.sslider_wrap .sslider_pag .sslider_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sslider_wrap .sslider_pag .sslider_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	position: relative;
	text-align: left;
	text-indent: 9999px;
	width: 16px;
}
.sslider_commands_emboss .sslider_pag .sslider_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);
}
.sslider_wrap .sslider_pag .sslider_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.sslider_commands_emboss .sslider_pag .sslider_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);
}
.sslider_wrap .sslider_pag .sslider_pag_ul li.sslidercurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.sslider_pag_ul li img {
	display: none;
	position: absolute;
}
.sslider_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;
}
.sslider_prev, .sslider_next, .sslider_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.sslider_prev {
	left: 0;
}
.sslider_prev > span {
	background: url(img/slider/sslider_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.sslider_next {
	right: 0;
}
.sslider_next > span {
	background: url(img/slider/sslider_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.sslider_commands {
	right: 41px;
}
.sslider_commands > .sslider_play {
	background: url(img/slider/sslider_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.sslider_commands > .sslider_stop {
	background: url(img/slider/sslider_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.sslider_wrap .sslider_pag .sslider_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	position: relative;
	text-indent: 9999px;
	width: 16px;
}
.sslider_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%;
}
.sslider_commands_emboss .sslider_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);
}
.sslider_thumbs_cont > div {
	float: left;
	width: 100%;
}
.sslider_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.sslider_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.sslider_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.sslider_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.sslider_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.sslider_caption {
	color: #fff;
}
.sslider_wrap .sslider_pag .sslider_pag_ul li {
	background: #b7b7b7;
}
.sslider_wrap .sslider_pag .sslider_pag_ul li:hover > span {
	background: #b7b7b7;
}
.sslider_wrap .sslider_pag .sslider_pag_ul li.sslidercurrent > span {
	background: #434648;
}
.sslider_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);
}
.sslider_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.sslider_prevThumbs, .sslider_nextThumbs, .sslider_prev, .sslider_next, .sslider_commands, .sslider_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.7);
	border-radius: 4px;
}
.sslider_wrap .sslider_pag .sslider_pag_ul li {
	background: #b7b7b7;
}
.sslider_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
