/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*===================*/
/*=== Main Styles ===*/
/*===================*/

body {
	color: #FFFFFF;
	background: transparent;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapper {
	border: none;
    background: transparent;
    width: 300px;
    height: 244px;
    margin: 0;
    background: url(./images/sinforosaBg.png) no-repeat top left;
}

#slider {
	position: relative;
    width: 180px;
    height: 240px;
    left: 59px;
    top: 3px;
	background: url(./images/loading.gif) no-repeat 50% 50%;
	border: 2px #CE0C92 solid;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	width: 210px;
	left: 5px;
	top: 115px;
	display: none;
}

.nivo-controlNav a {
	display: block;
	width: 20px;
	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;
}

a:link, a:visited, a:hover { color: #CE0C92; text-decoration: none; }