﻿/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 870px;
	height: 270px;
	padding-bottom:25px;
	z-index:20;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:300px;
	border:0;
	padding:0;
	margin:0;
	z-index:21;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	height:220px;
	z-index:25;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:19.99px;
	color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:869.998px;
	background:#333;
	z-index:26;
}
.nivo-caption p {
	padding: 5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:56%;
	z-index:1000;
}
.nivo-prevNav {
	left:0px;
	z-index:1000;
}
.nivo-nextNav {
	right:0px;
	z-index:1000;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivoSlider .nivo-controlNav {
	position: absolute;
	left: 720.9px;
	width:300px;
	height:auto;
	bottom: -3.2px;
	z-index:1000;
	color:#fff;
}
.nivo-controlNav a {
	position:relative;
	float: left;
	cursor:pointer;
	z-index:999;
	width: 17px;
	height: 17px;
	padding-bottom:4.19px;
	margin: 4px 5px 0px 0px;
	font-size: 10.5px;
	text-align: center;
	color:#FC6;
	text-decoration: none;
	background: url(../images/callage_banner_nav_hover.jpg) no-repeat
}

.nivo-controlNav a.active {
	color:#963;
	background: url(../images/callage_banner_nav.jpg) no-repeat
}