#slideshowcontainer {width:530px; height:292px; overflow:hidden; position:relative; z-index:0}
#previewcanvas {width:530px; height:292px; background:black url(/img/slideshow/loading.gif) no-repeat 50% 50%}
#imagepreview {border:0px}
#display {color:#DFDFDF; font-size:8pt}

#leftbutton {margin-right:2px; height:42px; background:url(/img/slideshow/slide_left.gif) no-repeat 50% 50%; width:22px}
#rightbutton {margin-left:2px; height:42px; background:url(/img/slideshow/slide_right.gif) no-repeat 50% 50%; width:22px}

#leftbutton.disabled {border:1px solid white; margin-right:2px; height:42px; background:url(/img/slideshow/slide_left_off.gif) no-repeat 50% 50%; width:22px}
#rightbutton.disabled {margin-left:2px; height:42px; background:url(/img/slideshow/slide_right_off.gif) no-repeat 50% 50%; width:22px}

#cropbuttons {position:absolute; right:0px; z-index:1}

#loading {color:#FAFAFA}
#slidebkg {position:absolute; left:0px; height:52px; background-color:black; width:530px; filter:alpha(opacity=75); -moz-opacity:.75; opacity:.75;}
#slide {position:absolute; text-align:center;}
#scroll {overflow:hidden; position:relative;}

TABLE#images {left:0px;}
TABLE#images TD {text-align:center; vertical-align:middle; height:46px; width:66px; padding:1px; font-size:0pt}
TABLE#images TD DIV {width:62px;background-color:#666;margin-left:2px;margin-right:2px}
TABLE#images TD DIV IMG {border:0px;}
TABLE#images TD.over {}
TABLE#images TD.over DIV {margin:0px; border:2px solid #1b64cd}
TABLE#images TD.selected {}
TABLE#images TD.selected IMG {}
TABLE#images TD.selected DIV {margin:0px; border:2px solid #1b64cd}

#display {text-align:center; font-size:8pt; vertical-align:bottom; margin-top:12px; margin-bottom:1px}


/* Controles */
#ss_controls {position:absolute; margin-top:8px; right:84px; }
#ss_controls #ss_prev {position:absolute; left:8px; top:6px; width:18px; height:18px; background:url(/img/slideshow/slide_prev.gif) no-repeat; cursor:hand}
#ss_controls #ss_next {position:absolute; left:60px; top:6px; width:18px; height:18px; background:url(/img/slideshow/slide_next.gif) no-repeat; cursor:hand}
#ss_controls #ss_play {position:absolute; left:28px; width:30px; height:30px; background:url(/img/slideshow/slide_play.gif) no-repeat; cursor:hand}
#ss_controls #ss_stop {position:absolute; left:28px; width:30px; height:30px; background:url(/img/slideshow/slide_pause.gif) no-repeat; cursor:hand}
#ss_controls #ss_display {display:none}

#ss_controls #ss_progressbkg { position:absolute; left:8px; top:32px; width:68px; height:3px; background-color:white; border:1px solid #7B7B7B; font-size:0pt; margin:0px; line-height:0px; text-align:left;}
#ss_controls #ss_progressbkg #ss_progressbar {background-color:#1b64cd; height:3px}


