#title_carousel                         {width: 100%; height: 320px; margin-bottom: 20px; clear: both; border: 1px #e5e5e5 solid; -moz-border-radius: 2px !important; -webkit-border-radius: 2px !important; border-radius: 2px !important; position: relative; overflow: hidden;}
#title_carousel #bg                     {width: 100%; height: 320px; background: url(../images/pix.gif) no-repeat transparent; position: absolute; left: 0; top: 0; z-index: 4;}
#title_carousel #slides                 {position: relative; left: 0; top: 0;}
#title_carousel .slide                  {width: 1300px; height: 320px; background: #fff; 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 #prev                   {width: 59px; height: 100px; background: url(../images/prev.png) no-repeat; display: block; position: absolute; left: 0; top: 110px; z-index: 50;}
#title_carousel #prev:hover             {background-image: url(../images/prev_active.png);}
#title_carousel #next                   {width: 59px; height: 100px; background: url(../images/next.png) no-repeat; display: block; position: absolute; right: 0; top: 110px; z-index: 50;}
#title_carousel #next:hover             {background-image: url(../images/next_active.png);}
#title_carousel #next SPAN,
#title_carousel #prev SPAN              {display: none;}