/*
 * jQuery Nivo Slider v1.6
 * 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
 */
 
.nivoSlider {
	position:relative;
	top:5px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:-40px;	
	color:#000;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:10px;
	margin:0;
	text-transform: uppercase;
	font-size:1.1em;
	font-weight:normal;
	margin-left:0px;
	padding-left:0px;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
#slider-frame{
position:relative;
width:540px;


}
.slider{
position: absolute;
z-index:144;
right:-13px;
top:30px;



}

#slider {
	position:relative;
	margin:0px 0 0 0px;
	list-style:none;
	border-right:5px ridge #80898f;




}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	width:540px;
	height:400px;

}
#slider a {
	border:0;
}


.nivo-controlNav {
	position:absolute;
	right:-20px;
	bottom:0px;

	
	
}
.nivo-controlNav a {
	display:block;
	width:12px;
	height:11px;
	background:url(../images/nav.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;


}
.nivo-controlNav a.active {
	background-position:-14px 0;
}

.nivo-directionNav a {
	display:block;
	width:26px;
	height:28px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-26px 0;
	right:0px;
}
a.nivo-prevNav {
	left:0px;
}

