/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */

/*===================*/
/*=== Main Styles ===*/
/*===================*/

#dev7link {
    background-position: no-repeat;
    position: absolute;
    top: 0;
    left: 50px;
    background: no-repeat;
    width: 60px;
    height: 67px;
    border: 0;
    display: block;
    text-indent: -9999px;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width: 670px;
    height: 250px;
  
    margin-bottom: 0;
    margin-left: 290px;
    background-image: url('../../Images/BannerBg.png');
    padding-top: 20px;
    padding-bottom: 35px;
    padding-left: 35px;
}
#slider {
    background-position: 50% 50%;
    position: relative;
    width: 640px;
    height: 250px;
    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: 70%;
    bottom: 10px;
    z-index:1000px;
}
.nivo-controlNav a {
 
    display: block;
    width: 22px;
    height: 22px;
    background: url(../../Images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
    background-position: url('../../Images/arrows.png') no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../../Images/arrows.png') no-repeat;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
  
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}