.nivo-caption {
	position:absolute;
	right:0px;
	bottom:0px;
	top:inherit;
	background:#000;
	color:#fff;
	opacity:0.2; /* Overridden by captionOpacity setting */
	width:100%;
	height: auto;
	z-index:8;
	}
	
.theme-default #slider {
    	width:685px; /* Make sure your images are the same size */
	}
	
.nivo-caption p {
		color:#FFF;
		font-size:90%;
		text-align:left;
	}
	
.theme-default .nivo-caption {
    	font-family: Arial, Helvetica, sans-serif;
	}
	
.nivo-controlNav{
		padding:0;
		}

/*.theme-default .nivo-controlNav a{
	float:right;
	}*/
		
.theme-default .nivo-controlNav {
	position:absolute;
	left:0;
	bottom:-42px;
    margin-left:0;
	margin-bottom:7px;
	}