/*
 * 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
 */
 





/* The Nivo Slider styles */
.nivoSlider {
	position:relative;    
    background:url(images/loading.gif) no-repeat 50% 50%;
    background-position:center;
    top: 0px;
    right: 0px;
    
    margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	
	background-position:center;
}
/* 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 {
position: absolute;
right: 0px;
bottom: 0px;
background: #000;
opacity: 0.6;
z-index: 8;
width: 639px;
height: 40px;
text-align: right;
padding-right: 30px;
}
.nivo-caption p {
	margin:0;
    color:#fff;
    opacity:initial;
    font-family:'Open Sans Condensed', sans-serif;
    font-weight:300;
    font-size:30px;
}
.nivo-caption a {
	
    display:inline !important;
}
.nivo-html-caption {
    display:block;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
/*	position:relative;
	z-index:9;
	cursor:pointer;*/

display: inline-block;
width: 10px;
height: 10px;
background: url(bullets.png) no-repeat;
text-indent: -9999px;
border: 0;
margin: 0px 5px 0px 5px;
cursor:pointer;
color: transparent;
}
.nivo-controlNav a.active {
	 background-position:0 100%;
}

.nivo-controlNav 
{
position: relative;
top: 326px;
z-index: 10;
text-align: left;
width: 316px;
float: left;
padding-left: 10px;
}


.theme-default #slider {
    
    max-width: 307px; /* Make sure your images are the same size */
   /*height:124px; /* Make sure your images are the same size */
    background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

