/* Caption styles */
.nivo-caption {
	position:absolute;
	/*use RGBA value if you dont want opacity inheritance*/
 	background: url(../../../../layout/bg-trans.png);
	font-size:12px;
	color:#fff !important;
	
	/* For caption position bottom*/
	bottom:20px;
	right:0;
	left:auto;
	
	/* for top or bottom caption position */
	width:auto;
	height:110px;
	width:480px;
	z-index:8;			
}

.nivo-caption a {
	color:#fff;
	border-bottom:1px dotted #fff;
	display:inline !important;
}
.nivo-caption a:hover {
	color:#fff;
}
.nivo-caption p {
	padding:0;
	margin:0;
	color:#fff !important;
	line-height:18px;
	margin:2px 0 0 0;
}
.nivo-caption h2{
	font-size:16px !important;
	color:#fff !important;
	border: none !important;
	font-style:italic;
	line-height:24px;
}

.nivo-caption p img {
	display:none;
	width:auto;
	height:auto;
	margin: 5px;
	position: relative;
}

.nivo-html-caption {
	display:none;
}
						
