/*
 * jQuery Nivo Slider v2.5.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
 */
 

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	position:absolute;
	left:0;
	bottom:0;
	background: #333;
	color:#fff;
	opacity:.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0;
}
.nivo-nextNav {
	right:0;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-caption p {
	padding-left:10px
}
.nivo-caption a {
	color: #fff;
}
#slider {
	position:relative;
	background:#202834 url(../images/fromold/loading.gif) no-repeat 50% 50%;
	width:380px; /* Change this to your images width */
   height:380px; /* Change this to your images height */
	margin: 10px 0 38px 0;
	-moz-box-shadow:0px 0px 10px #a4a19c;
	-webkit-box-shadow:0px 0px 10px #a4a19c;
	box-shadow:0px 0px 10px #a4a19c;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
/*	left:44%;*/
	right: -2px;
	bottom:-25px;
}
.nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	/*background:url(http://america24.com/images/fromold/bullets.png) no-repeat;
	text-indent:-9999px;*/
	border:0;
	margin-right:3px;
	float:left;
	padding:4px;
	text-align: center;
	background-color: #333;
	color: white;
	font: 11px arial;
	border-radius: 4px;
	-moz-border-radius: 4;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	text-decoration: none;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
	color: #e42525 !important;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/fromold/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.nivo-caption p {
	margin:0;
	padding:5px;
	padding-left:10px;
	font-weight:400;
	font-size:14px;
	line-height:21px;
}
.nivo-caption p a {
	color:#fff;
}

.nivo-html-caption {
	display: none;
}

/*------------------------------------------*/