#banners_div
{
width: 235px;
height: 167px;
z-index: 1000;
}

.banners
{
position: relative;
display: none;
overflow: hidden;
}

.banners img
{
border: 0;
margin: 0;
}

.banners a
{
font-size: 100%;
text-decoration: none;
}

.banners .banners_SlideImgCntr
{
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-color: Transparent;
}

.banners .banners_Loading
{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-color: Transparent;
background-image: url(./loading.gif);
}

.banners .banners_SlideInfo
{
position: absolute;
z-index: 1015;
width: 100%;
height: 0px;
margin: 0px;
left: 0;
bottom: 0;
background-color: Transparent;
text-indent: 15px;
}

.banners .banners_SlideInfo .banners_SlideInfoTitle
{
font-family: Verdana,Ms Sans Serif,Georgia,Helvetica,Arial;
font-size: 9px;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: Transparent;
padding-left: 0px;
margin: 0px;
}

.banners .banners_SlideInfo .banners_SlideInfoDesc
{
font-family: Verdana,Ms Sans Serif,Georgia,Helvetica,Arial;
font-size: 9px;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: Transparent;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin: 0px;
}

