/*
 * jQuery Nivo Slider v2.0
 * 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
 */
 
 
/* The Nivo Slider styles */
.nivoslider {
	position:relative;
}
.nivoslider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:15px;
	background: url("../images/slider/slider_caption/slider_caption.png"/*tpa=http://moradxd.zxq.net/inaction/light/images/slider/slider_caption/slider_caption.png*/) repeat top left;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	opacity:1; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:9px 14px 11px 14px;
	margin:0;
	word-spacing: 1px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:39%;
	z-index:99;
	cursor:pointer;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-directionNav a {
display:block;
width:44px;
height:44px;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav {
right:15px;
}
a.nivo-prevNav {
left:15px;
}

.nivoslider .nivo-controlNav {
position: absolute;
right: 15px;
bottom: 27px;
z-index: 100;	
}

.nivoslider .nivo-controlNav a {
display:block;
width:14px;
height:14px;
text-indent:-9999px;
border:0;
margin-left:1px;
float:left;	
}

.nivoslider .nivo-controlNav a.active {
border: none;
}

/*background elements options*/

.nivoslider {
background: url("../images/theme/loading.gif"/*tpa=http://moradxd.zxq.net/inaction/light/images/theme/loading.gif*/) no-repeat center center;
}
a.nivo-nextNav {
background: url("../images/slider/directions/next.png"/*tpa=http://moradxd.zxq.net/inaction/light/images/slider/directions/next.png*/) no-repeat center center;
}
a.nivo-prevNav {
background: url("../images/slider/directions/previous.png"/*tpa=http://moradxd.zxq.net/inaction/light/images/slider/directions/previous.png*/) no-repeat center center;
}

.nivoslider .nivo-controlNav a {
background:url("../images/slider/bullets/slider_bullets.png"/*tpa=http://moradxd.zxq.net/inaction/light/images/slider/bullets/slider_bullets.png*/) no-repeat top left;
}

.nivoslider .nivo-controlNav a:hover {
background:url("../images/slider/bullets/slider_bullets.png"/*tpa=http://moradxd.zxq.net/inaction/light/images/slider/bullets/slider_bullets.png*/) no-repeat bottom left;
}


.nivoslider .nivo-controlNav a.active, .nivoslider .nivo-controlNav a.active:hover {
background: url("../images/slider/bullets/slider_bullets.png"/*tpa=http://moradxd.zxq.net/inaction/light/images/slider/bullets/slider_bullets.png*/) no-repeat center left;	
}
