/*
Skin Name: Kristy Theme
Description: Kristy's skin for the Nivo Slider.
Version: 1.0
Author: Kristine Morical
Author URI: http://www.kristinemorical.com
Supports Thumbs: true
*/

.theme-kristy.slider-wrapper {
    /*background: #000;*/
    position: relative;
    /*background: #fff;*/
	padding: 5px 0px 10px;
	width: 450px;
	height: 355px;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
}
.theme-kristy .nivoSlider {
	position: absolute;
	top: 0px;
	left: 0px;
	background:transparent url(loading.gif) no-repeat 50% 50%;
    margin-bottom:5px;
    overflow: visible;
}
.theme-kristy .nivoSlider img,
.theme-kristy .nivoSlider object#FlashID {
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	max-width: none;
	display: block;
	width: 336px !important;
	height: 295px !important;
	padding: 0 58px;
	background: #fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 1px 5px 0px #ccc;
    -moz-box-shadow: 0px 1px 5px 0px #ccc;
    box-shadow: 0px 1px 5px 0px #ccc; 
}
.theme-kristy #gallery.full .nivoSlider img{
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	max-width: none;
	display: block;
	width: 450px !important;
	height: 295px !important;
	padding: 0px !important;
	background: #fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 1px 5px 0px #ccc;
    -moz-box-shadow: 0px 1px 5px 0px #ccc;
    box-shadow: 0px 1px 5px 0px #ccc; 
}
.theme-kristy .nivoSlider a {
	border:0;
	display:block;
}

.theme-kristy .nivo-controlNav {
	display: none !important;
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-kristy .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
* HTML .theme-kristy .nivo-controlNav a {/* PNG Alpha IE Win ONLY */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='bullets.png', sizingMethod='scale');
}
.theme-kristy .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-kristy .nivo-directionNav a {
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: 25px;
	z-index: 11;
}
* HTML .theme-kristy .nivo-directionNav a {/* PNG Alpha IE Win ONLY */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='arrows.png', sizingMethod='scale');
}
.theme-kristy .nivo-directionNav a:hover,
.theme-kristy .nivo-directionNav a.hover{
    background-color: #ccc;
    border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px; 
}
.theme-kristy a.nivo-nextNav {
	background-position:-16px 50%;
	right:0px;
}
.theme-kristy a.nivo-prevNav {
    background-position:11px 50%;
    left: auto;
	right: 35px;
}

.theme-kristy .nivo-caption {
	position: relative;
	left:0px;
	bottom:0px;
	/*background: #000;
	color: #fff;*/
	background: none;
	color: #000;
	width: 85%;
	z-index: 8;
	padding: 20px 0px 15px 6px;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 20px;
}
.theme-kristy #slider .solo-caption {
	position: relative;
	left:0px;
	bottom:0px;
	/*background: #000;
	color: #fff;*/
	background: none;
	color: #000;
	width: 80%;
	z-index: 8;
	padding: 20px 0px 15px;
	opacity: 1;
	overflow: hidden;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Georgia, serif !important;
	font-size: 18px;
	line-height: 20px;
}
.theme-kristy .nivo-caption .caption{
	font-size: 14px;
}
.theme-kristy .nivo-caption a {
    color:#fff;
    text-decoration: underline;
}
.theme-kristy .nivo-caption a:hover {
    color:#fff;
}

.theme-kristy .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-kristy .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-kristy .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.theme-kristy img:first-child{
	visibility: visible;
}