body {
    text-shadow:0 1px 0 #fff;
}


#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(../images/dev7logo.png) no-repeat #efe9d1;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:1002px;
    height:326px;
}

#slider {
	position:relative;
	top:0;
	left:0;
	_left:0;
    width:1002px;
    height:326px;
	background:url(../images/loading.gif) no-repeat center;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	z-index:99;
}
.nivo-controlNav a {
	display:block;
	width:19px;
	height:19px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
	margin:13px 0px;
	left:500px;
}
.nivo-controlNav a.active {
	background-position:0 -19px;
}

.nivo-directionNav a {
	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 {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}