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

#slider #control {
    bottom: 0;
    height: 37px;
    left: 33px;         /*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: 14px;  /*Update bullet height here*/
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-indent: -4440px;
	margin-right: 7px;
	background: url('http://www.imarcresearch.com/images/control-link.png') bottom no-repeat;      /*Update bullet image here*/
}

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

#slider #slide-1 {
	background: url('http://www.imarcresearch.com/images/spring2011/banner1.jpg') center top no-repeat;  /* update to the first slide file path */
        height:269px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:871px;
        z-index:6;
}

#slider #slide-2 {
	background: url('http://www.imarcresearch.com/images/spring2011/banner2.jpg') center top no-repeat;   /* update to the second slide file path */
        height:269px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:871px;
        z-index:6;
}

#slider #slide-3 {
	background: url('http://www.imarcresearch.com/images/spring2011/banner3.jpg') center top no-repeat;  /* update to the third slide file path */
        height:269px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:871px;
        z-index:6;
}

#slider #slide-4 {
	background: url('http://www.imarcresearch.com/images/spring2011/banner4.jpg') center top no-repeat;   /* update to the fourth slide file path */
        height:269px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:871px;
        z-index:6;
}

#slider #slide-5 {
	background: url('http://www.imarcresearch.com/images/spring2011/banner5.jpg') center top no-repeat;    /* update to the fifth slide file path */
        height:269px;
        left:0;
        opacity:0;
        position:absolute;
        top:0;
        width:871px;
        z-index:6;
}