#title_carousel                         {width: 520px; height: 140px; margin: 20px auto; clear: both; border: 5px #ccc solid; position: relative; overflow: hidden;}
#title_carousel #slides                 {position: relative; left: 0; top: 0;}
#title_carousel .slide                  {width: 510px; height: 130px; background: #fff; border: 5px #fff solid; float: left; overflow: hidden; position: relative;}
#title_carousel .slide .content         {position: absolute; left: 0; top: 0; padding: 5px 15px;}
#title_carousel .slide .link            {width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-decoration: none; display: block; z-index: 5;}
#title_carousel IMG                     {border: 0;}

#title_carousel #buttons                {position: absolute; right: 10px; bottom: 0; z-index: 10;}
#title_carousel #buttons A              {width: 21px; height: 21px; background: url(../images/prev.png) no-repeat; display: block; float: left; margin-left: 3px;}
#title_carousel #buttons A:hover        {background-image: url(../images/prev_active.png);}
#title_carousel #buttons #next          {background-image: url(../images/next.png);}
#title_carousel #buttons #next:hover    {background-image: url(../images/next_active.png);}
#title_carousel #buttons SPAN           {display: none;}