.theme-landing {
	position: relative;
}

.theme-landing .nivoSlider {
	background: #FFF url("../images/nivo/loading.png") no-repeat 50% 50%;
	border: 2px solid #D5CCBF;
	height: 341px;
    margin: 0 auto;
	position: relative;
	width: 519px;
}

	.theme-landing .nivoSlider a {
		border: 0;
		display: block;
	}

	.theme-landing .nivoSlider img {
		border: 0 !important;
		display: none;
		left: 0px;
		margin: 0 !important;
		position: absolute;
		top: 0px;
	}
	
.theme-landing .nivo-controlNav {
	bottom: -10px;
	display: none;
	height: 5px;
	left: 0;
	padding: 0;
	position: absolute;
}

	.theme-landing .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-landing .nivo-controlNav a.active {
		background: #2075BC;
	}

.theme-landing .nivo-directionNav {
}

	.theme-landing .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: 311px;
		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-landing .nivo-directionNav a.nivo-nextNav {
		background-position: -22px 0;
		right: 4px;
	}

	.theme-landing .nivo-directionNav a.nivo-prevNav {
		left: 4px;
	}
	
		.theme-landing .nivo-directionNav a:hover {
			opacity: 0.9;
		}

.theme-landing .nivo-caption {
	background: url("../images/nivo/caption-landing.png");
	background: rgba(0,0,0,0.50);
	color: #FFF;
    font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 2px 2px 2px;
	opacity: 1;
	padding: 6px 36px 15px;
	width: 515px;
	min-height: 64px;
}

	.theme-landing .nivo-caption a {
	    color: #FFF;
	}

		.theme-landing .nivo-caption a:hover {
		    color: #FFF;
		}

.theme-landing .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

	.theme-landing .nivo-controlNav.nivo-thumbs-enabled a {
		background: none;
		height: auto;
		margin-bottom: 5px;
		width: auto;
	}

	.theme-landing .nivo-controlNav.nivo-thumbs-enabled img {
		display: block;
		height: auto;
		width: 120px;
	}
	
/* border radius */

/* .theme-landing .nivoSlider, .theme-landing .nivoSlider img, .nivo-slice{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
} */