/**
 *
 * 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
 * 
 */
.heroimageContainer #slider {position: relative; height: 280px; margin-top: 0; margin-left: 0; margin-bottom: 10px; width: 640px;}
.heroimageContainer  #slider .panel {width: 600px; height: 250px; float: left;}
.heroimageContainer #sliderFrame {width: 600px; height: 250px; overflow: hidden; position: absolute; left: 40px;}
.heroimageContainer #sliderContent {position: absolute; left: 0; width: 1000em;}
.heroimageContainer #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;}
.heroimageContainer #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; }
.heroimageContainer #sliderControl {
	position: absolute; 
	height: 35px; 
	left: 40px; 
	width: 600px; 
	text-align:right;
	z-index:980;
	padding-top:20px;
}

.heroimageContainer #sliderControl .sliderLinks{
	background-image: url('../images/slider/image-bar.png')!important;
	background-image: url('../images/slider/image-bar.gif');
	background-repeat:no-repeat;
	background-position:left top;
	width:auto;
	float:right;
	height: 35px;  
}
.heroimageContainer #sliderControl ul {padding: 0; margin:6px 6px 4px 4px ;}
.heroimageContainer #sliderControl ul li {display: inline; padding: 5px; font-size: 11px; font-weight: normal;  background-repeat: no-repeat; background-position: 1px 3px;}

.heroimageContainer #sliderControl ul li.link-inactive {color:#b1b2b2;}
.heroimageContainer #sliderControl ul li:hover{color:#6a2b83;font-weight:bold;}
.heroimageContainer #sliderControl ul li.link-active {color:#6a2b83;font-weight:bold;}
.heroimageContainer #sliderAutoMode.autoMode-inactive {background-image: url('../images/slider/slider-btn-play.gif');padding-right:12px;}
.heroimageContainer #sliderAutoMode.autoMode-active {background-image: url('../images/slider/slider-btn-stop.gif');padding-right:12px;}
.heroimageContainer #slider .highlighted {opacity: 0.5;}
.heroimageContainer #slider .shadowed {opacity: 1.0;}
