/**
* Interakting Slider
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com and you will be sent a copy immediately.
*
* @category   BusinessDecision
* @package    BusinessDecision_Interaktingslider
* @author     Business & Decision Picardie - contactmagento@interakting.com
* @copyright  Copyright (c) 2009 Business & Decision (http://www.businessdecision.com)
* @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*/  


#slide-commands a{
	text-decoration: none ;
	border:1px solid #DDD;	
	width:20px; 
	height:20px;
	margin:2px;
	display:inline-block;

}

#slide-commands a span{
font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000;
}

#prev{
	
}

#next{
	
}

.active{
background-color:#DDD;
}

.normal{
background-color:#FFF;
}