/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================
#slider-wrapper {
    width: 300px;
    height: 300px;
    padding-top: 60px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}*/

#SWrapper {
    border: 4px solid White;
    width: 300px;
    height: 245px;
    margin-left: 10px;
    text-align: center;
    margin-right: 15px;
    background-color: #DADADA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    -webkit-box-shadow: 1px 0px 5px 2px #050405;
    -moz-box-shadow: 1px 0px 5px 2px #050405;
    box-shadow: 1px 0px 5px 2px #050405;
}

#slider {
    position: absolute;
    width: 296px;
    height: 245px;
    background: url('../Images/loading.gif') no-repeat 50% 50%;

}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position: absolute;
	left:0px;
	bottom:0px;
	z-index: 1;
}
.nivo-controlNav a
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: url('../Images/bullets.png') no-repeat;
    text-indent: -9999px;
    margin-right: 3px;
    float: left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../Images/arrows.png') no-repeat;
    text-indent: -9999px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}