#slider {
	position:relative;
	width:618px;
	height:246px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	top: 50px;
	right: 50px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	background-image: url(images/logoDesigns.png);
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.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 -30px;
}

.nivo-directionNav a {
	display:block;
	width:40px;
	height:50px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-40px 0;
	margin-top: -25px;
	right: -40px;
}
a.nivo-prevNav {
	left:-40px;
	margin-top: -25px;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

