#list-spotlight { 
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
  overflow:hidden;
  width:670;
  height:260px;
}
#list-spotlight li { 
  padding:0;
  position:absolute;
  width:650px;
  height:260px;  
  background-repeat:no-repeat;
  background-position:0 0; 
}
#spotlight-button-anchor { position:relative; width:648px; height:260px; word-wrap:break-word; margin-bottom:10px; border:1px solid #ccc; }
ul#spotlight-buttons { position:absolute; bottom:10px; right:5px; overflow:hidden; z-index:9999; margin:0; padding:0; height:12px;}
ul#spotlight-buttons li { float:left; display:block; margin-right:5px; width:12px; height:12px; overflow:hidden; position:relative; }
ul#spotlight-buttons a { 
 display:block;
 width:12px;
 height:12px; 
 background: url(img/sys/spotlight/generic_spotlight_buttons.gif) 0 0 no-repeat; 
 text-indent:-99999px;
 overflow:hidden;
 outline:none;
} 

ul#spotlight-buttons a { background-position:0 -12px; }
ul#spotlight-buttons a:hover, 
ul#spotlight-buttons a:focus, 
ul#spotlight-buttons a:active, 
ul#spotlight-buttons li.selected a { background-position:0 0; }

.shade-module { position:absolute; top:0; right:0; background-color:#000; display:block; padding:10px; width:155px; height:240px; overflow:hidden; color:#999; }
.shade-module .event-title a { color:#fff; font-size:25px; text-decoration:none; }
.shade-module .event-description { color:#999; font-size:15px; }
.shade-module .event-link { display:block; margin:20px 0 0; height: 28px; overflow: hidden; }
.shade-module .event-link a { color:#b6021d; font-size:15px; text-decoration:none; }
.shade-module span { display:block; margin-bottom:5px;  }
.shade-module a:hover { text-decoration:none; }

.single-item ul#spotlight-buttons {  display:none; }
.single-item .shade-module { bottom:0; }
.rs_zindex {
	z-index: 5;
}

.event-link a, .event-link .ft_btn { background-image: url(img/sys/spotlight/microsite_spotlight_button.png); background-repeat:no-repeat;}
.event-link a { background-position:top left; padding-left:10px; display:block; float:left;}
.event-link .ft_btn {
    display:block;height:30px; padding: 5px 10px 0 0;
    float:left;
    background-position: top right;
    color:#fff; font-size:13px; font-weight:700;
    background-color:#000;
    cursor:pointer;
}
