/*
Skin Name: Nivo Slider Kamn Theme
*/

.theme-kamn.slider-wrapper.nivoslider-template-full-width-widgetized {
	margin: 0 0 30px 0;
}

.theme-kamn.slider-wrapper {
    position: relative;
	background: #f5f5f5;
	padding: 0 0 18px 0;
	margin: 0 0 25px 0;
	overflow: hidden;
}
.theme-kamn .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin:0;
	padding: 0;
    overflow: visible;
}
.theme-kamn .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-kamn .nivoSlider a {
	border:0;
	display:block;
}

.theme-kamn .nivo-controlNav {
	/*height: 40px;*/
	text-align: left;
	padding: 16px 0 0 20px;
	margin: 0;
	position: relative;
	z-index: 10;
}
.theme-kamn .nivo-controlNav a {
	display:block;
	float: left;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	padding: 0;	
}
.theme-kamn .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-kamn .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-kamn .nivo-directionNav a:hover {
    background-color: #2f2f2f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-kamn a.nivo-nextNav {
	background-position:-16px 50%;
	right:10px;
}
.theme-kamn a.nivo-prevNav {
    background-position:11px 50%;
    left: auto;
	right: 45px;
}

.theme-kamn .nivo-caption {
	background: #7ab80e;
}
.theme-kamn .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-kamn .nivo-caption a:hover {
    color:#fff;
}

.theme-kamn .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-kamn .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-kamn .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}