/* Thierry : 07/02/2008 */
/* CSS for Flash Object Plugin : Alternate Image and Optional 'Click to Play' button */
.ttFlashAlt { margin:0;padding:0;display:block; }
.ttFlashAlt img { position:absolute; }
.ttFlashAlt ul { margin:0;padding:0;position:absolute; }
.ttFlashAlt .playButton { display:block; /*min-height:3em;*/ margin:0 auto 1em; /*padding-right:43px;*/ text-align:center; font-size:15px; line-height:1.3em; }
.ttFlashAlt .playButton a span, .ttFlashAlt .playButton a b { opacity:.7; -moz-opacity:.7; /*filter:alpha(opacity=70);*/ }
.ttFlashAlt .playButton a { display:inline-block; position:relative; color:#fff; text-decoration:none; }
.ttFlashAlt .playButton a:hover { color:#e6e6e6 !important; cursor:pointer; cursor:pointer; }
.ttFlashAlt .playButton a span,
.ttFlashAlt .playButton a b { display:inline-block; width:auto; padding:15px 0; text-align:left; outline:none; }
.ttFlashAlt .playButton a span { padding-right:8px; padding-left:25px; background:url(/img/gui/clicktoplay/pillbevel_leftcap.png) no-repeat 0 50%; _background-image:url(/img/gui/clicktoplay/pill_leftcap.gif); }
.ttFlashAlt .playButton a b { position:absolute; width:43px; top:0; right:-43px; /*text-indent:-9999px;*/ background:url(/img/gui/clicktoplay/pillbevel_rightcap.png) no-repeat 0 50%; _background-image:url(/img/gui/clicktoplay/pill_rightcap.gif); }
.ttFlashAlt .playButton a b, x:-moz-any-link { top:inherit; margin-top:-14px; } /* this is for firefox because it's dumb when it comes to inline-block */
.ttFlashAlt .playButton a b, x:-moz-any-link, x:default { top:0; margin-top:0; } /* this is to reset IE7 because it was reading the above */
.ttFlashAlt .playButton a:hover { color:#e6e6e6; }