#slider {
        background: url("/Portals/146692/images/banner-bg.png") no-repeat scroll 0 0 transparent;
	/* clear: both; */
	position: relative;
        margin: -19px auto 18px !important;
	width: 890px !important;      /* make the width of each slide */
	height: 369px !important;     /* make the height of each slide */
}

#slider img {
    padding: 0 !important;
}

#slider #control {
    bottom: 10px;
    height: 37px;
    left:776px;         /*Update bullet position here*/
    position: absolute;
    text-align: left;
    width: 141px;
    z-index: 9 !important;
}

#slider #control a {
	float: left;
	display: block;
	width: 18px;   /*Update bullet width here*/
	height: 23px;  /*Update bullet height here*/
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-indent: -4440px;
	margin-right: 3px;
	background: url('/Portals/146692/slider/bullets.jpg') bottom no-repeat;      /*Update bullet image here*/
}

#slider #control a:hover, #slider #control a.activeSlide { background-position: top; }

#slider #slide-1 {
	background: none center top no-repeat;  /* update to the first slide file path */
        height:369px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:890px;
        z-index:6;
}

#slider #slide-2 {
	background: none center top no-repeat;   /* update to the second slide file path */
        height:369px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:890px;
        z-index:6;
}

#slider #slide-3 {
	background: none center top no-repeat;  /* update to the third slide file path */
        height:369px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:890px;
        z-index:6;
}

#slider #slide-4 {
	background: none center top no-repeat;   /* update to the fourth slide file path */
        height:369px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:890px;
        z-index:6;
}

#slider #slide-5 {
	background: none center top no-repeat;    /* update to the fifth slide file path */
        height:369px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:890px;
        z-index:6;
}