
/* Banner */
.banner{
	position:relative;
	margin:0px 0 2px -30px;
	overflow:hidden;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
	box-shadow:0px 2px 5px rgba(0,0,0,0.2);
	height:310px;
	width:1400px ;
}
 .banner .nivo-controlNav{
	position:absolute;
	right:120px;
	bottom:15px;
}
 .banner .nivo-controlNav a.nivo-control{
    cursor:pointer;
    display:block;
    float:left;
    height:16px;
    width:16px;
    margin:0 0 0 5px;
    position:relative;
    text-indent:-9999px;
    z-index:99;
   	background:url(images/home/slider-point.png) no-repeat;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
.banner  .nivo-controlNav a.nivo-control.active{
   	background:url(images/home/slider-point-active.png) no-repeat;
}
.banner  .nivo-caption{
	background:#000;
	background:rgba(0,0,0,0.5);
	position:absolute;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	display:block;
	top:30px;
	left:30px;
	padding:30px 50px;
	z-index:8;
	min-width:100px;
	max-width:450px;
}
 .banner .nivo-caption p {
	padding:0px;
	margin:0px;
	font-family:"Georgia";
	font-style:italic;
	font-size:20px;
	text-align:center;
	color:#FFF;
}
.banner  .nivo-caption a {
	display:inline !important;
}
 .banner.nivo-html-caption {
    display:none;
}



