/*****************************************************
Slideshow for homepage
*****************************************************/

.slideshowFrame
{
    /*padding:8px;*/
}

#slideshow
{
    list-style: none;
    color: #fff;
}

#slideshow span
{
    display: none;
}

#slideshowView
{
    position: relative;
    width: 623px;
    height: 251px;
    /*padding: 2px;
    border: 0px solid #ccc; */
    background: #000;
    display: none;
}

#slideshowView *
{
    margin: 0;
    padding: 0;
}

#slideimage
{
    width: 623px;
}

#slideimage img
{
    position: absolute;
    z-index: 25;
    width: auto;
}

.slidenav
{
    position: absolute;
    width: 25%;
    height: 251px;
    cursor: pointer;
    z-index: 150;
}

#slideprev
{
    left: 0;
    background: url(images/slideshow/left.gif) left center no-repeat;
}

#slidenext
{
    right: 0;
    background: url(images/slideshow/right.gif) right center no-repeat;
}

#slidelink
{
    position: absolute;
    height: 251px;
    width: 100%;
    z-index: 100;
    opacity: .4;
    filter: alpha(opacity=40);
}

#slidelink_fix
{
    width:100%; 
    height:100%; 
    background-image:url(images/slideshow/spacer.gif);
}

.slidehover
{
    background: url(images/slideshow/link.gif) center center no-repeat;
}
