#slider {
    position:relative;
    width:760px; /* Change this to your images width */
    height:389px; /* Change this to your images height */
	z-index:100;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.ul {
list-style:square; margin:10px 5px 10px 20px; padding:0;
}

.ul li {
padding-bottom:5px;
}

.orange a {
	color:#ae3e10;
}
