@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
.theme-default .nivoSlider {
	position:relative;
	background:#fff;
	max-height:700px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	position:absolute;
	/*left:50%;*/
	bottom:8px;
    margin-left:-30px; /* Tweak this to center bullets */
	z-index:999;
}


.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	width:1920px;
	position:absolute;
	height:252px;
	left:0;
	top:216px;
	overflow:hidden;
}
.theme-default .nivo-caption p {opacity:1 !important;}
.theme-default .nivo-caption .left_info {
	position:absolute;
	left:0;
	top:0;
	background:url(../images/left_info.png) right 0 no-repeat;
	width:1074px;
	height:209px;
	}
.theme-default .nivo-caption .right_info {
	position:absolute;
	right:0;
	top:43px;
	background:url(../images/right_info.png) 0 0 no-repeat;
	width:976px;
	height:209px;
	}

.theme-default .nivo-caption .right_info div {
	padding:18px 0 0 104px;
	}
.theme-default .nivo-caption .right_info span.title {
	color:#000;
	font-size:28px;
	font-family: 'Didact Gothic', sans-serif;
	font-weight:400;
	line-height:32px;
	padding:10px 14px 10px 0;
	display:inline-block;
	/*background:url(../images/title_marker.png) right center no-repeat;*/
	}
.theme-default .nivo-caption .right_info span.text {
	color:#333520;
	font-size:15px;
	font-family: 'Droid Sans', sans-serif;
	line-height:20px;
	display:block;
	width:350px;
	}
.theme-default .nivo-caption .left_info span.img {
	display:block;
	width:342px;
	height:171px;
	padding:0 5px;
	background:url(../images/slider_img_shadow.png) 0 0 no-repeat;
	position:absolute;
	right:184px;
	top:29px;
	}
.theme-default .nivo-caption .left_info span.img img {border:2px solid #fff !important; position:relative !important;}
.theme-default .nivo-caption .left_info .img img {display:block;}
.theme-default .nivo-caption a {
    color:#b5b5b5;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#b5b5b5;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:15px;
	height:11px;
	background:url(../../../layout/images/nivo/bullets.png) no-repeat -5px -4px;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:-5px -26px;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-26px;
    margin: auto auto;
}
