/*
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 {
    border: 0px solid #FF0000;
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
    margin: 0px 0px 0px -470px; 
    padding: 0px;
    top: 0px;
    left: 50%; 
    width: 940px; 
    height: 370px; 
    z-index: 2;    
    overflow: hidden;
}


.theme-default .nivoSlider img 
{
	position: absolute;
	top: 0px;
	left: 0px;
    margin: 0px;
    padding: 0px;	
	z-index: 3;
    width: 940px; 
    height: 370px; 
    display: none;
}

.theme-default .nivoSliderContent {
    border: 0px solid #FF0000;
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
    margin: 0px 0px 0px -470px; 
    padding: 0px;
    top: 0px;
    left: 50%; 
    width: 940px; 
    height: 251px; 
    z-index: 2;    
    overflow: hidden;
}

.theme-default .nivoSliderContent img {
	position: absolute;
	top: 0px;
	left: 0px;
    margin: 0px;
    padding: 0px;	
	z-index: 2;
    width: 940px; 
    height: 251px; 
    /* display: none; */
}

.theme-default .nivoSlider a { border: 0; margin: 0px; padding: 0px; display: block; }
.theme-default .nivo-controlNav  { border: 0px solid #FF0000; position: absolute; left: 87%; bottom: 2px; z-index: 999; }
.theme-default .nivo-controlNav a { display:block; width:22px; height:22px; background:url(bullets.png) no-repeat; text-indent:-9999px; margin-right:3px; float:left; display: none; }
.theme-default .nivo-controlNav a:hover  { cursor: pointer; }
.theme-default .nivo-controlNav a.active { background-position:0 -22px; }

.theme-default .nivo-directionNav a { display: block; width: 26px; height: 49px; /* background:url(arrows.png) no-repeat; */ text-indent:-9999px; border:0; cursor: hand; }
.theme-default a.nivo-nextNav { border: 0px solid #FF0000; margin: 0px; position: absolute; background: url('../../../images/imgBtNextSlider.png') no-repeat top left; top: 0px; right: 1%; width: 40px; height: 370px; z-index: 15; cursor: hand; }
.theme-default a.nivo-prevNav { border: 0px solid #FF0000; margin: 0px; position: absolute; background: url('../../../images/imgBtPreviousSlider.png') no-repeat top left; top: 0px; left: 1%; width: 40px; height: 370px; z-index: 15; cursor: hand; }

.theme-default a:hover.nivo-nextNav { border: 0px solid #FF0000; margin: 0px; position: absolute; background: url('../../../images/imgBtNextSliderOver.png') no-repeat top left; top: 0px; right: 1%; width: 40px; height: 370px; z-index: 15; cursor: pointer; }
.theme-default a:hover.nivo-prevNav { border: 0px solid #FF0000; margin: 0px; position: absolute; background: url('../../../images/imgBtPreviousSliderOver.png') no-repeat top left; top: 0px; left: 1%; width: 40px; height: 370px; z-index: 15; cursor: pointer; }

/* Caption styles */
.theme-default .nivo-caption { border: 0px solid red; margin: 0px 0px 0px -490px; padding: 0px; position: absolute; left: 50%; bottom: 275px; width: 980px; height: 130px; z-index: 3; }
.theme-default .nivo-caption a { color: #FEFAD7; }
.theme-default .nivo-caption a:hover { color: #FEFAD7; }


/* BLUE BOTTOM */
.theme-default .csBlueBottom { border: 0px solid orange; margin: 0px; padding: 0px; background: url('../../../images/bgContentImageBottom.png') no-repeat bottom left; width: 940px; height: 251px; position: absolute; z-index: 4; }
