/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper
{
    width: 998px;
    height: 596px;
    padding-top: 60px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

#SWrapper
{
    border: 1px solid black;
    width: 670px;
    height: 560px;
    margin-left: 10px;
    text-align: center;
    margin-right: 15px;
    background-color: #DADADA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
}

#slider
{
    position: relative;
    width: 660px;
    height: 495px;
    margin-left: 5px;
    margin-top: 15px;
    background: url('../Images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:225px;
	bottom:-42px;
}
.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;
}