/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 

 /* Enhancements */

#slider {
	font-family: tahoma, arial;
	height:533px;
}

 #slider img {
	display:none;
}
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background-color: transparent;
	opacity:1;
}

.nivo-caption p {
	clear:left;
	width:570px;
}
 .nivo-prevNav {
	background-image:url(/common/icons/prev.png);
}
.nivo-nextNav {
	background-image:url(/common/icons/next.png);
	
}
.nivo-prevNav, .nivo-nextNav {
	width:40px;
	height:40px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}
#slider h1 {
	display:block;
	float:left;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-.1px;
	font-family:arial;
	margin:0 5px 0px -5px;
	background:#000 !important;
	border-top:2px solid #a9100d;
	padding:3px 5px 3px 5px;
}
#slider h1 a {
	text-decoration:none;
}
#slider a {
	color:#fff  !important;
	text-decoration:underline;
}
#blackbar {
	position:absolute;
	/*
	display:block;
	*/
	z-index:51;
	left:0px;
	bottom:0px;
	height: 60px;
	width: 760px;
	background-color: #000;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}
#ctc-float {
	display:block;
	position:absolute;
	right:10px;
	bottom:3px;
	width:60px;
	z-index:51;
}
*/
