﻿#slider 
{
    width:              200px; /* important to be same as image width */
    height:             115px; /* important to be same as image height */
    position:           relative; /* important */
    overflow:           hidden; /* important */
}

#sliderContent 
{
    width:              200px; /* important to be same as image width or wider */
    position:           absolute;
	top:                0;
	margin-left:        0;
    line-height:        12pt;
    font-size:          9pt;
}

#sliderContent a:link, 
#sliderContent a:active, 
#sliderContent a:visited
{
    color:              White;
    text-decoration:    none;
}

#sliderContent a:hover
{
    text-decoration:    underline;
}

.sliderImage 
{
    float:              left;
    position:           relative;
	display:            none;
}

.sliderImage span 
{
    position:           absolute;
    padding:            5px 5px 20px 5px;
    width:              200px;
    background:         url(/Images/menu_backg.png) repeat;
    display:            none;
    color:              White;
}

.clear 
{
	clear:              both;
}

.sliderImage span strong 
{
    font-size:          14px;
}

.top 
{
	top:                0;
	left:               0;
}

.bottom 
{
	bottom:             0;
    left:               0;
}

#sliderContent ul 
{ 
    list-style-type:    none;
}

