@CHARSET "UTF-8";
/****************************************
 ********** RESET STYLES ****************
 ***************************************

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, hr, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Arial,Verdana,Helvetica,SunSans-Regular,sans-serif;
    color: #333;
}*/

ul, li,
table, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Verdana, Helvetica, Arial, SunSans-Regular,sans-serif;
    color: #333;
}


/****************************************
 ******** GLOBAL STYLES *****************
 ****************************************/
#leader-box {
    font-size: 12px;
	float:left;
}

#leader-box a:hover {
    text-decoration:none;
}


.global-leaderboard {
    position: absolute;
    top: 0;
    left: 250px;
    display: block;
    width: 728px;
}

#leaderboard {
  display: none;
  margin: 0;
}


#leaderboardSlot {
  display: block;
  width: 728px;
  height: 90px;
  overflow: hidden;  
}


/****************************************
 ******** EDITORIAL LEADER BOX **********
 ****************************************/
#leader-box {
 display: block;
 clear: both;
 width: 680px;
 height: 280px;
}

#leader-box div#gallery {
 float:left;
 width: 545px;
 height: 279px;
 position: relative;
}

#leader-box div#gallery .gallery-image {
 font-size: 1px;
 line-height: 1px;
}

#leader-box div.carousel-container {
 position: relative;
}

#leader-box ul#carousel {
 position: relative;
 height: 55px;
 background: transparent;
}

#leader-box ul#carousel li {
    margin:0px;
    float: left;
    display: block;
    text-align: center;
    width: 135px;
    padding: 0px;
    margin-bottom: 1px;
    height: 55px;
    position: relative;  
}
/** IE Hack -- For PNG work around **/
* html #leader-box ul#carousel li {
 width: 135px;
}

#leader-box ul#carousel li.last {
 width: 135px;
}

#leader-box ul#carousel li.last a {
 /*border-right: 1px solid #fff;*/
}
#leader-box ul#carousel li.first a {
 border: 0px;
}

#leader-box ul#carousel li a {
 color:#333333;
 font-size:10px;
 display: block;
 clear: both;
 height: 55px;
 width: 100%;
 background: #BDE6FA;
}

#leader-box ul#carousel li a span {
 display: block;
 clear: both;
 padding: 5px;
}

#leader-box ul#carousel li a:hover,
#leader-box ul#carousel li a:hover span,
#leader-box ul#carousel li.selected a,
#leader-box ul#carousel li.selected a span,
#leader-box ul#carousel li.selected a:visited
{
 color: #fff;
 background: #FF0066;
}

#leader-box ul#carousel li.selected {
 /*background: transparent url(images/arrow-sprite.gif) no-repeat*/
  center top;
}

#leader-box div#gallery .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 545px;
    height: 279px;
    margin: 0;
    background-repeat: no-repeat;
    display: none;
}

#leader-box div#gallery .frame {
 opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
 display: none; 
}

#leader-box div#gallery .first-frame {
 opacity: 1;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 display: block;
}

#leader-box div#gallery .info-window {
 display: none;
}

#leader-box div#gallery .first-info-window {
 display: block;
}

#leader-box div#gallery .info-window {
 position: absolute;
 bottom: 35px;
 left: 0;
 width: 545px;
 height: 68px;
 background: transparent;
}

#leader-box div#gallery .info-window h3 {

 font-size: 18px;
 position: absolute;
 z-index: 3;
 bottom: 34px;
 margin: 12px 10px 0;
}

#leader-box div#gallery .info-window h3 a {
 padding: 2px 3px 4px 3px;
 background: #FF0066;
 /*color: #fff;
 font-style:normal;
 font-weight:normal;
 text-transform:uppercase;*/
 color: #fff;
 display: block;
}

#leader-box div#gallery .info-window p {
 position: absolute;
 z-index: 3;
 bottom: -4px;
 margin: 11px 10px 15px 10px;
 color: #fff;
 font-size: 14px;
 line-height: normal;
}

#leader-box div#gallery .info-window .bg {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #000;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
 opacity: 0.6;
 z-index: 2;
}
