div#main_spotlight {
width: 778px;
}

div#main_spotlight_img {
width: 778px;
border: 1px solid #686868;
position: relative;
z-index: 0;
}

ul#spotlight_sel_list {
width: auto;
height: 30px;
background-image:url(../images/spotlight-selbg.png);
background-position: left top;
background-repeat: repeat;
position: absolute;
bottom: 0px;
right: 0px;
list-style-type: none;
}

ul#spotlight_sel_list  li {
float: left;
display: block;
}

ul#spotlight_sel_list li a {
float: left;
display: block;
width: 16px;
height: 16px;
padding: 2px;
margin: 5px;
background-color: #686868;
vertical-align: middle;
text-align: center;
}

ul#spotlight_sel_list li a:hover {
background-color: #8A8A8A;
}

div#main_spotlight_text {
padding-bottom: 10px;
padding-top: 10px;
width: 780px;
border-bottom: 1px solid #EFEFEF;
}