﻿.anythingSlider                         { width: 980px; height: 300px; position: relative; }
.anythingSlider .leftfade               { width: 153px; height: 300px; background: url(/Themes/Penderyn/Images/homepage/left_fade.png); position: absolute; top: 0; z-index: 300; left: 0; behavior: url(/htc/iepngfix.htc) }
.anythingSlider .rightfade              { width: 153px; height: 300px; background: url(/Themes/Penderyn/Images/homepage/right_fade.png); position: absolute; top: 0; z-index: 300; right: 0; behavior: url(/htc/iepngfix.htc) }
.anythingSlider .wrapper                { width: 963px; overflow: auto; height: 300px; position: absolute; top: 0; right: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0 0 0 100px; height: 300px; width: 700px; margin: 0; }
.anythingSlider .wrapper .slider-image  { float: left; width: 500px; }
.anythingSlider .wrapper .slider-content{ float: left; width: 200px; padding-top: 50px; }
.anythingSlider .arrow                  { display: none;}
#start-stop                             { display: none; }

.anythingSlider .wrapper .slider-content p.title
{
    color: #da9606;
    font-size: 2.0em;
    font-weight: bold;
    padding: 0;
}

.anythingSlider .wrapper .slider-content p
{
    font-size: 1.2em;
    color: #000000;
    padding: 10px 0;
}

.anythingSlider .wrapper .slider-content a
{
    background: #000000;
    color: #ffffff;
    font-size: 1.2em;
    padding: 2px 5px;
    float: left;
    text-decoration: none;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }