/* Caption styles */
.nivo-caption {
	position:absolute;
	/*background-color:#000000;*/
	/*use RGBA value if you dont want opacity inheritance*/
 	background-color: rgba(0, 0, 0, 0.60);
	font-family:_sans,Helvetica,Arial;
	font-size:12px;
	color:#eeeeee !important;
	
	/* For caption position bottom*/
	bottom:0;
	
	/* For caption position right side*/
	/*
	right:0;
	*/
	
	/* For left and right caption position*/
	/*	
	width:-moz-min-content;
	height:100%;
	width: 30%;"
	*/
	
	/* for top or bottom caption position */
	width:100%;

	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:5px ;
	margin:0;
	color:#eeeeee !important;
}
.nivo-caption p h2{
	font-family:_sans,Helvetica,Arial !important !important;
	font-size:16px !important;
	color:#eeeeee !important;
        border: none !important;
}

.nivo-caption p img{
	display:block;
	width:auto;
	height:auto;
	margin: 5px;
	position: relative;
}

.nivo-html-caption {
	display:none;
}
						
