.nivo-caption {
	overflow: hidden;
}

.nivo-caption p {
	padding: 0px;
}

.moodsetter {
	overflow: hidden;
	position: relative;
}

.moodsetter img {
	cursor: pointer;
}

.mooditem {
	position: absolute;
	display: none;
	top: 0px;
   	left: 0px;
}

.moodtext {
	position: absolute;
	display: none;
}

.nivo-controlNav {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
}

.nivo-control img {
	width:	25px;
	height:	25px;
	position: relative;
	right: auto;
	botttom: auto;
	margin: 5px;
}

.nivo-prevNav, .nivo-nextNav {
	background-image:	url("../../images/direction_nav.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 38px;
	height: 40px;
	top: 35% !important;
}

.nivo-nextNav {
	background-position: -38px 0px;
}

.nivo-controlNav .nivo-control div {
	width: 10px;
	height: 10px;
	background-color: black;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid white;
}

.nivo-controlNav .active div {
	background-color: white;
	border: 1px solid black;
}
