/* 
    Document   : rdi_rotator.css
    Created on : Feb 21, 2011, 9:33:00 PM
    Author     : tmartin
    Description:
        styles for the rdi home rotator 
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#billboard {
	width: 954px;
	height: 397px;
    position: relative;
}

#billboard ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#billboard ul li {
    float:left;
    position:absolute;
    list-style: none;
    padding: 0;
    margin: 0;
}

#billboard ul li img {
    background: #FFF;
}

#billboard ul li.show {
    z-index:500;
}

#billboard ul li div {
	color: #fff;
	margin: 4px 10px 0 0;
	text-align: right;
}