/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
.banner{
width:846px;
height:248px;
overflow:hidden;
margin-top:10px;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
background:url(../images/tbanner_bg.png);
width:846px;
position:absolute;
bottom:0px;
left:0;
padding:5px 10px 10px 15px;
z-index:10;
}
.nivo-caption p {
	padding:0px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:11;
	cursor:pointer;
	display:block;
	width:25px;
	height:200px;
	background:url(../images/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}

a.nivo-nextNav {
	background-position:100% 50%;
	right:-25px;
    padding-right:20px;
}
a.nivo-prevNav {
	left:-25px;
    padding-left:20px;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
top:220px;
right:10px;
position:absolute;
z-index:9999;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	padding:2px 5px 2px 5px;
	background:#cc0000;
	margin-right:2px;
	color:#fff;
}
.nivo-controlNav a:hover {
	position:relative;
	z-index:9;
	cursor:pointer;
	padding:2px 5px 2px 5px;
	background:url(../images/tbanner_bg.png);
	margin-right:2px;
	color:#fff;
}
.nivo-controlNav a.active {
	font-weight:normal;
	background:url(../images/tbanner_bg.png) !important;
}

.bannerdesc{
font-family:Tahoma;
font-size:12px;
color:#fff;
line-height:16px;
}