﻿.SliderContainer
{background-color : #FFFFFF;}

.SliderContainer .Image
{cursor: pointer;
 filter: revealTrans(duration=2,transition=20);}

.SliderNav
{
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    border: 0;
    display: block;
    height:31px;
}

.SliderNav div
{
    margin: 10px 5px 0px 0px;
    display: inline-block;
    line-height:16px;
    width: 20px;
    height: 17px;
    border: solid 0px #000;
    text-align: center;
    vertical-align: bottom;
    FONT-SIZE: 11px;
    COLOR: #0a4151;
    background-color: #BBB;
	FONT-WEIGHT: bold;
    cursor: pointer;
    float: left;
    font-family:Airal;
    BACKGROUND: url(/Portals/0/images/gdym/hui.gif) no-repeat center center;
}

.SliderNav div.CurrentItem
{
    margin: 10px 5px 0px 0px;
    display: inline-block;
    line-height:16px;
    width: 20px;
    height: 17px;
    border: solid 0px #000;
    text-align: center;
    vertical-align: bottom;
    FONT-SIZE: 0.9em;
    COLOR: #FFF;
    FONT-WEIGHT: bold;
    background-color: #F00;
    cursor: pointer;
    font-family:Arial;
    BACKGROUND: url(/Portals/0/images/gdym/zi.gif) no-repeat center center;
}

.SliderContainer .Description
{
    font-size: 12px;
    background-color: #666;
}

.SliderContainer .Description a
{
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: White;
    margin: 7px 0px 0px 5px;
    display: inline-block;
}

.SliderContainer .Description a:link
{
}

.SliderContainer .Description a:active
{
}

.SliderContainer .Description a:visited
{
}

.SliderContainer .Description a:hover
{
    color: Yellow;
}
