#slider {
	clear: both;
	position: relative;
	width: 929px !important;      /* make the width of each slide */
	height: 383px !important;     /* make the height of each slide */
}

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

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

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

#slider #slide-1 {
	background: url('/Portals/104260/slider/simplify.jpg') center top no-repeat;  /* update to the first slide file path */
        height:383px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:929px;
        z-index:6;
}

#slider #slide-2 {
	background: url('/Portals/104260/slider/buildextend.jpg') center top no-repeat;   /* update to the second slide file path */
        height:383px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:929px;
        z-index:6;
}

#slider #slide-3 {
	background: url('/Portals/104260/slider/measure.jpg') center top no-repeat;  /* update to the third slide file path */
        height:383px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:929px;
        z-index:6;
}



