.theme-home {
	position: relative;
}

.theme-home .nivoSlider {
	background: #FFF url("../images/nivo/loading.png") no-repeat 50% 50%;
	border: 2px solid #D5CCBF;
	height: 335px;
    margin: 0 auto;
	position: relative;
	width: 486px;
}

	.theme-home .nivoSlider a {
		border: 0;
		display: block;
	}

	.theme-home .nivoSlider img {
		border: 0 !important;
		display: none;
		left: 0px;
		margin: 0 !important;
		position: absolute;
		top: 0px;
	}
	
.theme-home .nivo-controlNav {
	bottom: -10px;
	display: none;
	height: 5px;
	left: 0;
	padding: 0;
	position: absolute;
}

	.theme-home .nivo-controlNav a {
		background: #6F6F6F;
		border: 0;
		display: block;
		float: left;
		height: 5px;
		margin: 0 5px 0 0;
		padding: 0;
		text-indent: -9999px;
		width: 20px;
	}
	
	.theme-home .nivo-controlNav a.active {
		background: #2075BC;
	}

.theme-home .nivo-directionNav {
}

	.theme-home .nivo-directionNav a {
		background: url(../images/nivo/arrows.png) top left no-repeat;
		border: 0;
		display: block;
		height: 30px;
		margin-top: -20px;
		opacity: 1;
		text-indent: -9999px;
		top: 260px;
		width: 22px;
		/* css3 */
		-webkit-transition: opacity 0.05s;
		-moz-transition: opacity 0.05s;
		-ms-transition: opacity 0.05s;
		-o-transition: opacity 0.05s;
		transition: opacity 0.05s;
	}
	
	.theme-home .nivo-directionNav a.nivo-nextNav {
		background-position: -22px 0;
		right: 3px;
	}

	.theme-home .nivo-directionNav a.nivo-prevNav {
		left: 3px;
	}
	
		.theme-home .nivo-directionNav a:hover {
			opacity: 0.9;
		}

.theme-home .nivo-caption {
	background: url("../images/nivo/caption-home.png");
	background: rgba(0,0,0,0.72);
	color: #B19C7A;
    font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	opacity: 1;
	padding: 13px 19px;
}

	.theme-home .nivo-caption a {
	    color: #FFF;
	}

		.theme-home .nivo-caption a:hover {
		    color: #FFF;
		}

.theme-home .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

	.theme-home .nivo-controlNav.nivo-thumbs-enabled a {
		background: none;
		height: auto;
		margin-bottom: 5px;
		width: auto;
	}

	.theme-home .nivo-controlNav.nivo-thumbs-enabled img {
		display: block;
		height: auto;
		width: 120px;
	}
	
/* border radius */

/* .theme-home .nivoSlider, .theme-home .nivoSlider img, .nivo-slice{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
} */