/*
 * 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
 */
 

 #homepage-slider {
position:relative;
background:url(images/loading.gif) no-repeat 50% 50%; 
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* 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:10px ;
	background: rgba(0,0,0,0.9);
	color:#cecece;
	opacity:0.2; /* Overridden by captionOpacity setting */
	width:400px;
	z-index:8;
	text-align: center;
}

.featured_box_inner_620 .nivo-caption {
	width: 260px;
	bottom: 10px;
}
.featured_box_inner_full .nivo-caption {
	width: 400px;
	bottom: 20px;
	padding: 10px;
}
.featured_box_inner_full .nivo-caption h2 {
	font-size: 28px !important;
	line-height: 28px;
}


.nivo-caption.left {
	position:absolute;
	left:10px ;
	background: rgba(0,0,0,0.8);
	color:#cecece !important;
	opacity:0.2; /* Overridden by captionOpacity setting */
	width:400px;
	z-index:8;
	text-align: center;
	bottom:20px;
}

.nivo-caption.right {
	position:absolute;
	right:10px ;
	background: rgba(0,0,0,0.5);
	color:#cecece;
	opacity:0.2; /* Overridden by captionOpacity setting */
	width:400px;
	z-index:8;
	text-align: center;
	bottom:20px;
}


.nivo-caption p {
	padding: 0px 5px;
    margin: 0px;

}
.nivo-caption a {
	display: inline !important;
}
.nivo-caption h2 {
	margin: 4px 10px;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.portfolio_overview_item.slideshow_item.port4 .nivo-directionNav a {
	top: 32%;
}
.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;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/

.theme-orman.slider-wrapper {
    background:url(../images/slider/nivo/orman/slider.png) no-repeat;
    width:722px;
    height:337px;
    margin:0 auto;
    padding-top:18px;
    position:relative;
}

.theme-orman .nivoSlider {
    position:relative;
    width:568px;
    height:268px;
    margin-left:77px;
    background:url(../images/slider/nivo/orman/loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:568px; /* Make sure your images are the same size */
    height:268px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}

.theme-orman .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-60px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../images/slider/nivo/orman/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-orman .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-orman .nivo-directionNav a {
	display:block;
	width:25px;
	height:200px;
	background:url(../images/slider/nivo/orman/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 50%;
	right:-40px;
    padding-right:20px;
}
.theme-orman a.nivo-prevNav {
	left:-40px;
    padding-left:20px;
}

.theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover { 
    color:#fff;
}

.theme-orman .ribbon {
    background:url(../images/slider/nivo/orman/ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:56px;
    z-index:300;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/slider/nivo/default/loading.gif) no-repeat 50% 50%;
        margin:0px auto 0px auto;
        width:920px; /* Make sure your images are the same size */
        height:375px; /* Make sure your images are the same size */
       
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
position: absolute;
left: 50%;
bottom: -1px;
margin-left: -60px;
background: #efefef;
padding: 5px 10px 0px 10px;
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
z-index: 100;
border-left: 1px solid #AAA;
border-bottom: 0px;
border-top: 1px solid #AAA;
border-right: 1px solid #AAA;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider/nivo/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:25px;
	height:39px;
	text-indent:-9999px;
    border: 0;
}
 .theme-content .nivo-directionNav a {
	background: transparent url(../images/slider/feature_boxes/arrows.png) no-repeat top left;
	display:block;
	width:25px;
	height:39px;
}
.theme-default a.nivo-nextNav{
	background-position:-25px 0px !important;
	right:-1px;

}
.theme-default a.nivo-prevNav{
	left: -1px;
	
}
.theme-content a.nivo-prevNav {
	left: 0px;
	background-color: whitesmoke;
	border: none;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 100;
}

.theme-content a.nivo-nextNav {
	background-position:-25px 0px;
	right: 0px;
	background-color: whitesmoke;
	border: none;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 100;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px;
}
.theme-default .nivo-caption a {
    
}

.theme-default .nivo-caption .nivo-heading {
	padding: 10px 0px;
	font-size: 1em;
}

.theme-default .nivo-caption a:hover {
    
}

/*Slider on single portfolio pages*/
.theme-default-portfolio-single .nivoSlider {
	background:#fff url(../images/slider/nivo/default/loading.gif) no-repeat 50% 50%;
}


.theme-default-portfolio-single.slider-wrapper.nivo-gallery {
	border: none;

	padding: 0px;
}
.theme-default-portfolio-single .nivo-directionNav a {
	display:block;
	width:28px;
	height:38px;
	
	text-indent:-9999px;
	border:0;
}
.theme-default-portfolio-single a.nivo-nextNav {
	background-position:-22px 0 !important;
	right:0px;
	
}
.theme-default-portfolio-single a.nivo-prevNav {
	left:0px;
	
}

.theme-default-portfolio-single .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom: 10px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default-portfolio-single .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider/nivo/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default-portfolio-single .nivo-controlNav a.active {
	background-position:0 -22px;
}


/**********************************
*                                 *
*           Custom Slider CSS     *
*                                 *
**********************************/

#slider2 li {
	padding-top: 0px !important;
}

div.slider-wrapper.theme-default {  
	padding: 8px;
	margin-top: 60px;
	/*margin-bottom: 0px;*/
}
div.slider-wrapper.theme-content {  
	padding: 0px;
	border: none;
	background: none;
}
div.slider-wrapper.theme-content.right {
	margin: 5px 0px 20px 20px;
}
div.slider-wrapper.theme-content.left {
	margin: 5px 20px 20px 0px;
}
div.slider-wrapper.theme-content.center {
	margin: 20px 0px 20px 0px;
}
section.post_content .slider-position {
	margin: 0 auto;
}
div.slider-wrapper.theme-content.slider-border {  
	border: 1px solid #DEDEDE;
	background: whiteSmoke;
	padding: 4px;
}

.shadow-nivo {
    height: 27px;
    width: 940px;
    margin-bottom: 30px;
    background:url(../images/nivo_shadow.png) no-repeat;
}