/* 
* 
* MARQUEE
* 
*/ 

#marquee { width: 900px; height: 250px; position:relative; }

#marquee .feature { /*padding-bottom: 35px;*/ position:relative; display:table; }

#marquee .feature h2 { display: table-cell; vertical-align: middle; height: 250px; width: 900px; padding-right: 230px; text-align: center; font-size: 3em; color: #FFF; font-family: Century Gothic, sans-serif;  background:url(http://avalokitesvara.apatheticresistance.ca/wpmu/wp-content/themes/thisandthat/that/marquee-Alpha-PNG24.png) no-repeat bottom center; }

#marquee .feature h2 span { }

#marquee #switch, #marquee #switchB { position:absolute; top:198px; right:0; width: 60px; height: 20px; background: url(marquee-button.png) no-repeat bottom center; text-indent: -7777px; }

#marquee a#switch:link, #marquee a#switch:visited, #marquee a#switchB:link, #marquee a#switchB:visited { }

#marquee a#switch:hover, #marquee a#switchB:hover { background: url(marquee-button-hover.png) no-repeat bottom center; } 

body #marquee .dark h2 { color: #FFF; }
body #marquee .light h2 { color: #111; }
body #marquee .green h2 { color: #111; }
/* body #marquee .green h2 span { background: url(fffalpha.png) repeat; } */