
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {

    width:586px;
    height:213px;
    background:url(../PBimages/Outer_images/loading.gif) no-repeat 50% 50%;
	margin-bottom:15px;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../PBimages/Outer_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 p{
   color:#fff;
}s
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}