/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapper {
	background: transparent url(./slideshowbgByIole.png) no-repeat top left;
	width: 483px;
	height: 373px;
	margin: 0;
}

#slider {
	position: relative;
	width: 400px;
	height: 300px;
	left: 42px;
	top: 37px;
	background: transparent url(images/loading.gif) no-repeat 50% 50%;
	border: none;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	width: 400px;
	height: 300px;
	left: 330px;
	top: 225px;
	background: transparent;
	display: none;
}

.nivo-controlNav a {
	display: block;
	width: 14px;
	height: 22px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}

.nivo-caption {
	background: #F5C1CD;
	color: #7E001A;
	opacity: 1;
	bottom: 15px;
}
.nivo-caption a {
	color: #F00036;
	text-decoration: underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/

.clear {
	clear:both;
}