﻿
.YSInivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.YSInivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.YSInivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
.YSInivoSlider a.YSInivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.YSInivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}
.YSInivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}
.YSInivo-box img {
    display: block;
}
.YSInivo-caption {
    -moz-box-sizing: border-box;
    background:none;
    position:relative;
    display: none;
    overflow: hidden;
    padding: 5px 10px;
    width: 100%;
    z-index: 8;
}
.YSInivo-caption p {
    margin: 0;
    padding: 5px;
}
.YSInivo-caption a {
    display: inline !important;
}
.YSInivo-html-caption {
    display: none;
}
.YSInivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.YSInivo-prevNav {
    left: 0;
}
.YSInivo-nextNav {
    right: 0;
}
.YSInivo-controlNav {
    padding: 15px 0;
    text-align: center;
}
.YSInivo-controlNav a {
    cursor: pointer;
}
.YSInivo-controlNav a.active {
    font-weight: bold;
}


.theme-default .YSInivoSlider {
	position:relative;
	background: url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
   
}
.theme-default .YSInivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .YSInivoSlider a {
	border:0;
	display:block;
}

.theme-default .YSInivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .YSInivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .YSInivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .YSInivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .YSInivo-directionNav a { opacity: 1; }
.theme-default a.YSInivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.YSInivo-prevNav {
	left:15px;
}

.theme-default .YSInivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .YSInivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .YSInivo-caption a:hover {
    color:#fff;
}

.theme-default .YSInivo-controlNav.YSInivo-thumbs-enabled {
	width: 100%;
}
.theme-default .YSInivo-controlNav.YSInivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .YSInivo-controlNav.YSInivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}