/**
 *
 * NOTICE OF LICENSE
 *
 * This file is subject to the license
 * that is bundled with this package in the file LICENSE.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,2010 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 #d9d9d9;*/}
#slider .panel {width: 600px; height: 250px; float: left;}
#sliderFrame {width: 600px; height: 250px; overflow: hidden; position: absolute; left: 40px; /*border-bottom: 1px solid #d9d9d9;*/}
#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 #d9d9d9; 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 #d9d9d9; border-width: 0 0 0 1px;}
#sliderControl {height:30px; left:40px; margin-top:220px; position:absolute; text-align:right; vertical-align:middle; width:800px;}
#sliderControl ul {padding: 0; margin: 4px;}
#sliderControl ul li {display: inline; padding: 8px; font-size: 14px; font-weight: bold; color: #000; font-family: Arial,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 {color:#FFF;background-image: url('../images/slider/slider-link-active.png');}
#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;}
