﻿@charset "UTF-8";
/* CSS Document */

#slideshow 
{
    width:753px;
    height:520px;
    overflow:hidden;
    margin:0 auto 1.25em;
}

#slideshow a:link 
{
    text-decoration:none;
}

#slideshow a:hover 
{
    text-decoration:underline;
}

#slideshow .slide 
{
    position: absolute;
    width: 753px;
    height: 474px;
    background: #eee;
    opacity: 0.99; /* Fix Firefox opacity flicker problem */
}

#slideshow #slide1 
{
    z-index: 1;
}

#slideshow .slide_nn 
{
    top: 200px;
    left: 20px;
}

#slideshow .slidelinks_container 
{
    position: absolute;
    width: 753px;
    height: 500px;
    opacity: 0.99; /* Fix Firefox opacity flicker problem */
    z-index: 1;
	visibility: hidden;
}

/*********************************************************************

The following CSS handles the article links under the image and above
the navigation panel...

*********************************************************************/

#slideshow .slidelinks_container ul 
{
    posotion: absolute;
    margin: 0px;
    padding: 7px 0 0 0;
    height: 50px;
    width: 753px;
    font-size: 70%;
    list-style-type: none;
}

#slideshow .slidelinks_container ul li 
{
    margin: 0px;
    /* padding: 0px; */
    padding-left: 15px;
    line-height: 15px; /* Three lines to fill entire div */
    list-style-type: none;
}

#slideshow img 
{
    margin-right: 3px;
}

/*********************************************************************

The following CSS handles the navigation panel and controls at the
bottom of the image...

*********************************************************************/
#slideshow br {display:none;}

#slideshow #slideshowcontrols 
{
    position: relative;
    top: 470px;
    left: 0;
    color: #ee30c4;
    padding: 0 15px;
    float:right;
    height: 21px;
    z-index: 1;
    font-size:14px;
}

#slideshow #slideshowcontrols a 
{
    text-decoration: none;
    font-weight: bold;
}

#slideshow #slideshowcontrols a.activeslide 
{
    background: #fff;
}

#slideshow #slideshowcontrolsleft 
{
    float: left;
    width: 100px;
}

* html #slideshow #slideshowcontrolsleft 
{
    padding-top: 0px;
}

#slideshow #slideshowcontrolsmiddle 
{
    float: left;
    width: auto;
    text-align: center;
}

#slideshow #slideshowcontrolsmiddle a 
{
    padding: 0 1px;
    color: #000;
}

#slideshow #slideshowcontrolsright 
{
    float: left;
    text-align: right;
    margin-left:10px;
}

* html #slideshow #slideshowcontrolsright 
{
    padding-top: 0px;
}

#slideshow #slideshowcontrolsprevious 
{
    padding-left: 8px;
    background: url(rotator/images/arrow-left-white.gif) 0% 50% no-repeat;
}

#slideshow #slideshowcontrolsnext 
{
    padding-right: 8px;
    background: url(rotator/images/arrow-right-white.gif) right 50% no-repeat;
}

/*********************************************************************

The following CSS controls the opacity levels for the cross-fade from
one image to the next...

*********************************************************************/

#slideshow .opacity9 
{
    opacity: .9;
    filter: alpha(opacity=90);
    visibility: visible !important;
}

#slideshow .opacity8 
{
    opacity: .8;
    filter: alpha(opacity=80);
    visibility: visible !important;
}

#slideshow .opacity7 
{
    opacity: .7;
    filter: alpha(opacity=70);
    visibility: visible !important;
}

#slideshow .opacity6 
{
    opacity: .6;
    filter: alpha(opacity=60);
    visibility: visible !important;
}

#slideshow .opacity5 
{
    opacity: .5;
    filter: alpha(opacity=50);
    visibility: visible !important;
}

#slideshow .opacity4 
{
    opacity: .4;
    filter: alpha(opacity=40);
    visibility: visible !important;
}

#slideshow .opacity3 
{
    opacity: .3;
    filter: alpha(opacity=30);
    visibility: visible !important;
}

#slideshow .opacity2 
{
    opacity: .2;
    filter: alpha(opacity=20);
    visibility: visible !important;
}

#slideshow .opacity1 
{
    opacity: .1;
    filter: alpha(opacity=10);
    visibility: visible !important;
}

#slideshow .hide 
{
    visibility: hidden;
}

#slideshow .show 
{
    visibility: visible !important;
    display: block !important;
}

.header_bg{
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	vertical-align:top; 
}

#slideshow #slideshowcontrols a {color:#ee30c4;}
#slideshow #slideshowcontrols a.activeslide {background:#ee30c4;color:#000;}



