table.carousel_menu
{
    margin-top:0px;
    margin-bottom:5px;
}
td.carousel_menu
{
    padding-top:5px;
    padding-bottom:5px;
    border:1px solid #888888;
    background-color:#2880BF;
}
.carousel_item
{
    margin-left:2px;
    margin-right:2px;
    width:172px;
    height:236px;
    padding:0 0 0 0;
}
.jcarouselboxdummy
{
    width:172px;
    height:236px;
    background-color:#2880BF;
}
a.carousel_next
{
    background: transparent url(next.gif) no-repeat 0 0;
    height:35px;
    width:35px;
}
a.carousel_next:hover
{
    background-image: url("prev.gif");
}
a.carousel_next:active
{
    background-image: url("next_active.gif");
}
a.carousel_prev
{
    background: transparent url(prev.gif) no-repeat 0 0;
    height:35px;
    width:35px;
    outline: none;
}
a.carousel_prev:hover
{
    background-image: url("next.gif");
}
a.carousel_prev:active
{
    background-image: url("prev_active.gif");
}
p.carousel_content
{
    padding:145px 7px 7px 12px;
    font-size:7pt;
    color:black;
    font-weight:bolder;
}
p.carousel_content a,.carousel_content a:visited
{
    color:#1e608f;
    font-size:7pt;
    margin-left:80px;
    margin-right:5px;
    font-style:italic;
}
p.carousel_content a:hover
{
    text-decoration:underline;
    font-size:7pt;
}

