/* -----------------Nivo home page slide show --------------------- */


/* -----------------Nivo home page slide show --------------------- */
@media screen,handheld,projection,tv {
#slider {
    position:relative;
    width:1000px; /* Change this to your images width */
    height:310px; /* Change this to your images height */
    background:url(NivoSliderACArts_images/loading.gif) no-repeat 50% 50%;
    text-align:left;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

#slider-wrapper {
    background:url(NivoSliderACArts_images/slider.png) no-repeat;
    width:805px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:1000px;
    height:310px;
    margin-left:0px;
	background:url(NivoSliderACArts_images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	bottom: -17px;
    left: 870px;
    position: absolute;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:19px;
	background:url(NivoSliderACArts_images/acarts_bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.v3 .nivo-controlNav a 
{
	background:url(NivoSliderACArts_images/bullets_intl.png) no-repeat;
}


.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(NivoSliderACArts_images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:3;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:3;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:3;
	display:none;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:1;
	height:100%;
}

/* Caption styles */

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	height:25%;
	z-index:3;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
}

.nivo-caption a {
	display:inline !important;
	color:#dbedf3;
    text-decoration:underline;
}

.nivo-caption a:hover { 
    color:#fe6c6c;
    text-decoration:underline;
}

.v3 .nivo-caption a:hover { 
    color:#FFE4A8;
    text-decoration:underline;
}

.nivo-caption strong { 
    font-weight:bold;
	color:#ffffff;
}

.nivo-caption h2{
    font-family: Georgia, "Times New Roman", Times, serif;
	color:#f0fbff;
	font-size:17px;
	/*margin: 8px 0px -3px 13px;*/
	margin-left: 13px;
	margin-right:13px;
	margin-top:10px;
	margin-bottom:7px;
	padding:0px;
}

.nivo-caption p{
	/*margin:13px 13px 14px 13px;*/
	margin-left: 13px;
	margin-right: 13px;
	margin-top:0px;
	padding:0px;
}
.nivo-html-caption {
    display:none;
}



/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

}