@charset "utf-8";
/* CSS Document */

#slideWrapperTop { width:200px; height:17px; background:url(../images/slide_top.png) no-repeat;}
#slideWrapper { position: relative; width:200px; height:570px; background: url(../images/slide_bg.png) repeat-y;}
#slideWrapperBottom { width:200px; height:17px; background:url(../images/slide_bottom.png) no-repeat;}

#slideContainer a img { padding:1px; border:3px double #b2b2b2; }
#slideContainer a:hover img { padding:1px; border:3px double #7f7d7d;}
#slideContainer a:hover { color: red; /* IE bug */}
#statusdiv { position: absolute;padding:1px;left: -300px;background-color: lightyellow;border: 1px solid gray;visibility: hidden;}
