/*
 * jQuery Nivo Slider v2.3
 * 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;
	background-color:#fff; 
	filter:alpha(opacity=0); 
	/other than IE/ 
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
/* The slices in the Slider */
.nivo-slice
{
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}
/* Caption styles */
.nivo-caption
{
    position: absolute;
    left: 0px;
    top: 82px;
    width: 728px;
    height: auto;
    z-index: 89;
}
.nivo-caption h1
{
    display: block !important;
    font: 55px Times New Roman;
    color: black;
    margin: 100px 0 0 50px;
}
.nivo-caption h2
{
    display: block !important;
    font: 20px Arial;
    text-shadow: 2px 2px 2px #333;
    color: white;
    margin: 10px 0 0 70px;
}
.nivo-caption a
{
    display: block !important;
    font-size:14px;
    font-family: Verdana, Arial, Times New Roman;
    font-weight:bold;
    /*text-shadow: 2px 2px 2px #333;*/
    color: #039;
    margin: 52px 350px 0 138px;
    padding-left: 20px;
    text-decoration: none !important;
   /* background: url("/images/design001/arrows_more.png") no-repeat right 23px;*/
}
.custom-Nivo-Caption a
{

    display: none;
    font-size:14px;
    font-family: Verdana, Arial, Times New Roman;
    font-weight:bold;
    /*text-shadow: 2px 2px 2px #333;*/
    color: #039;
    margin: 52px 150px 0 138px;
    padding-right: 50px;
    text-decoration: none !important;
   /* background: url("/images/design001/arrows_more.png") no-repeat right 23px; */

}
.shadow {
	height: 4em;
	filter: Shadow(color:gray, strength:3, direction:135);  /*PREVIOUSLY REMOVED BECAUSE IT WAS SPECIFIC TO OLDER VERSIONS OF IE; IE9 RENDERED UNINTENDED EFFECTS*/
}
.nivo-caption a:hover
{
    text-decoration: underline;
}
.nivo-caption p
{
    padding: 0;
    margin: 0;
}
.nivo-html-caption
{
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a
{
    position: absolute;
    top: 45%;
    z-index: 99;
    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: 99;
    cursor: pointer;
}
.nivo-controlNav a.active
{
    font-weight: bold;
}
/* Custom */
#slider
{
    position: relative;
    margin: 0;
    background: #202834 url(/images/design001/loading.gif) no-repeat 50% 50%;
}
#slider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#slider a
{
    border: 0;
}
.nivo-controlNav
{
    position: absolute;
    z-index: 200;
    width: 728px;
    height: 20px;
    left: 0;
    bottom: 0;
    padding: 5px 0 25px 45px;
   /* background: transparent url("/images/design001/fadeBar.png") no-repeat left top;*/
}
.nivo-controlNav a
{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #005389;
    display: block;
    width: 20px;
    height: 20px;
    border: 0;
    float: left;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 3px 0 0 0;
    background: transparent url("/images/design001/square.png") no-repeat left top;
}
.nivo-controlNav a.active
{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: white;
    background: transparent url("/images/design001/square_active.png") no-repeat left top;
}
.nivo-directionNav a
{
    display: block;
    width: 32px;
    height: 34px;
    background: url(/images/design001/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav
{
    background-position: -32px 0;
    right: 10px;
}
a.nivo-prevNav
{
    left: 10px;
}
