
/* Slider
---------------------------------------- */

#bannerslide {
	position:relative;
	width:737px;
	height:191px;	
	margin:0px 0px 0px 0px;
	border:0px solid red;
}
#bannerslide img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#bannerslide a {
	border:0;
	display:block;
}


/* 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;
	border:0px solid red;
	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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	border:0px solid red;
	bottom:0px;
	float:left;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:128px;
	height:32px;
	padding:20px 0 0 40px;
	z-index:89;
	text-shadow:1px 1px rgba(0,0,0,.2);
	text-transform:uppercase;
}
/*	.nivo-caption h1 {
		font-size:48px;
		margin:0 0 -9px 0;
	}
	.nivo-caption h2 {
		margin:0 0 -9px 0;
		padding-bottom:2px;
		font-size:30px;
	}
	.nivo-caption h3 {
		margin:3px 0 0 0;
		font-size:24px;
	}
	.nivo-caption h1,
	.nivo-caption h2,
	.nivo-caption h3 {
		background:#e9564c;
		line-height:1.2em;
		color:white;
		font-family: 'PT Sans Narrow', sans-serif;
	}
.nivo-caption .nivo-caption-inner {
	padding:0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
  display:none;
}*/
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav 
{
    
}
.nivo-directionNav a {
	position:absolute;
	z-index:99;
	cursor:pointer;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
}
.nivo-prevNav {
	right:0px;	
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:164px;
	border:0px solid red;
	height:24px;
	right:45px;
	bottom:14px;
	text-align:center;
	z-index:99;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	height:3px;
	overflow:hidden;
	padding-top:22px;
	width:24px;
	background-repeat:no-repeat;
	background-position:0px top;
	background-image:url(../images/over_bullet.png);
	
	margin-right:3px;
	-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background-position:-25px top;
}

.nivo-directionNav 
{
    
}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:24px;
	height:42px;
	text-indent:-9999px;	
	top:108px;	
	/*background:url(../Images/arrow_LR.png) no-repeat 0 0;*/	
	z-index:1001;
}
a.nivo-nextNav {
	right:40px;
	background-position:0px -24px;	
}
a.nivo-nextNav:hover {
	background-position:-23px -24px;
	}
a.nivo-prevNav {
	right:80px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:-23px 0px;
	}

