/*
 * =======================
 * E D I T   H I S T O R Y
 * =======================
 * 
 * Date: 05/16/2011
 * Author: Z. Qi
 * Action: Created file by copying NivoSliderAux.css and deleted some unnecessary styles.
 *
 */


/* original styles (#slider was original, other #slidern are added for use) */
#slider,
#slider0, #slider1, #slider2, #slider3, #slider4, 
#slider5, #slider6, #slider7, #slider8, #slider9
{
	position:relative;
	margin:-24px -100px 0px 0px; /* IMPORTANT! 1st margin moves slider up or down to align with imgbtn; 2nd margin MUST BE a pretty big negative number (<=-80) to keep the entire table layout not shifting left */
	min-height:300px; /* IMPORTANT! causing loader to show up */
	max-height:300px; /* IMPORTANT! height */
	max-width:720px; /* IMPORTANT! prevent blank margin to show up to the right */
	background:#202834 url("../Images/Slider/NivoLoading.gif") no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 0px #775;
	-webkit-box-shadow:0px 0px 0px #775;
	box-shadow:0px 0px 0px #775; /* IE8 lower not support CSS3 */
	/*filter:progid:DXImageTransform.Microsoft.Glow(Color=#777755,Strength=5); /* IE8 can't align correctly */
	border:solid 0px #333333; /* add for IE */
}
#slider img,
#slider0 img, #slider1 img, #slider2 img, #slider3 img, #slider4 img, 
#slider5 img, #slider6 img, #slider7 img, #slider8 img, #slider9 img
{
	position:absolute;
	margin:-12px 0px 0px 0px;
	top:0px;
	left:0px;
	display:none;
}
#slider a,
#slider0 a, #slider1 a, #slider2 a, #slider3 a, #slider4 a, 
#slider5 a, #slider6 a, #slider7 a, #slider8 a, #slider9 a
{
	border:0px;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:45.5%; /* controls the .nivo-controlNav dots horizontal position */
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url("../Images/Slider/NivoBullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url("../Images/Slider/NivoArrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}