/*The Nivo Slider styles*/
.nivoSlider
{
	position: relative;
	width: 897px;
	top: -1px;
	left: 7px;
}
.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: 60;
	display: none;
}
/*The slices in the Slider*/
.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
/*Caption styles*/
.nivo-caption
{
	position: absolute;
	left: 0px;
	/*[disabled]bottom:0px;*/
	background: #000;
	color: #FFF;
	opacity: 0.8;
/*Overridden by captionOpacity setting*/
	width: 236px;
	z-index: 89;
	text-align: left;
	padding: 12px;
}
.nivo-caption P
{
	padding: 5px;
	margin: 0;
}
/*Direction nav styles (e.g. Next & Prev)*/
.nivo-directionNav A
{
	position: absolute;
	top: 168px;
	z-index: 99;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 0 solid transparent;
}
.nivo-prevNav
{
	left: 270px;
	background-image: url(/img/slide/arrows.png);
	height: 30px;
	width: 30px;
	background-position: 0px 0px;
}
.nivo-nextNav
{
	right: 10px;
	background-image: url(/img/slide/arrows.png);
	height: 30px;
	width: 30px;
	background-position: -30px 0px;
}
/*Control nav styles (e.g. 1,2,3...)*/
.nivo-controlNav A
{
	position: relative;
	z-index: 99;
	cursor: pointer;
	top: 367px;
	left: 431px;
	background-image: url(/img/slide/bullets.png);
	background-repeat: no-repeat;
	height: 10px;
	text-decoration: none;
	border-bottom: 0 solid transparent;
}
.nivo-control
{
	padding: 4px;
	height: 10px;
}
.nivo-controlNav A.active
{
	font-weight: bold;
	background-position: -10px 0px;
}
/*GLOBAL*/
H1, H2, P
{
	margin: 0 0 10px;
	padding: 0;
	font-family: Arial;
}

