/**

 *

 * NOTICE OF LICENSE

 *

 * This file is subject to the license

 * that is bundled with this package in the file LICENSE_Temgra.txt.

 * If you did not receive a copy of the license, please send an email

 * to info@temgra.com so we can send you a copy immediately.

 *

 * @copyright Copyright (c) 2009-2011 by Tania Alekova, temgra.com - Templates and Graphics Online Store (http://www.temgra.com) - All rights reserved.

 * @license   http://www.temgra.com/license

 * 

 */

#slider {position: relative; height: 280px; margin-top: 0; margin-left: 0; margin-bottom: 10px; width: 680px; border: 1px solid #85c318;}

#slider .panel {width: 600px; height: 250px; float: left;}

#sliderFrame {width: 600px; height: 250px; overflow: hidden; position: absolute; left: 40px; border-bottom: 1px solid #85c318;}

#sliderContent {position: absolute; left: 0; width: 1000em;}

#sliderPrevious {position: absolute; width: 39px; left: 0px; height: 250px; vertical-align: middle; background: #fff; background-image: url('../images/slider/slider-bg-previous.gif'); background-position: center; background-repeat: no-repeat; border: none; border-right: 1px solid #85c318; border-width: 0 1px 0 0;}

#sliderNext {position: absolute; width: 39px; left: 640px; height: 250px; vertical-align: middle; background: #fff; background-image: url('../images/slider/slider-bg-next.gif'); background-position: center; background-repeat: no-repeat; border: none; border-left: 1px solid #85c318; border-width: 0 0 0 1px;}

#sliderControl {margin-top: 250px; position: absolute; height: 30px; vertical-align: middle; left: 40px; width: 600px; text-align: center; }

#sliderControl ul {padding: 0; margin: 4px;}

#sliderControl ul li {display: inline; padding: 8px; font-size: 14px; font-weight: bold; color: #85c318; font-family: Verdana sans-serif; background-repeat: no-repeat; background-position: 1px 6px;}

#sliderControl ul li.link-inactive {background-image: url('../images/slider/slider-link-inactive.gif');}

#sliderControl ul li.link-active {background-image: url('../images/slider/slider-link-active2.gif');}

#sliderAutoMode.autoMode-inactive {background-image: url('../images/slider/slider-btn-play.gif');}

#sliderAutoMode.autoMode-active {background-image: url('../images/slider/slider-btn-stop.gif');}

#slider .highlighted {opacity: 0.5;}

#slider .shadowed {opacity: 1.0;}