/**
* 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)
*/  

#frame{
	text-align:left;
	width:500px; 
	height:300px;
	border:1px solid #DDD;
	z-index:4px;
}

#frame div{	
	position:absolute;	background-color:#fff;
}

#frame div div{
	
}

#top-left{
	margin-top:0px;	margin-left:0px; width:10px; height:10px;
	display:none;
}

#top-center{
	margin-top:0px; margin-left:10px; width:480px; height:10px;
	display:none;	
}

#top-right{
	margin-top:0px; margin-left:490px; width:10px; height:10px;
	display:none;
}

#middle-left{
	margin-top:10px; margin-left:0px; width:10px; height:280px;
	display:none;
}

#middle-center{
	margin-top:10px; margin-left:10px; width:478px; height:278px; 
	border:1px solid #DDD;
}

#middle-right{
	margin-top:10px; margin-left:490px; width:10px;	height:280px;
	display:none;
}

#bottom-left{
	margin-top:290px; margin-left:0px; width:10px;height:10px;
	display:none;
}

#bottom-center{
	margin-top:290px; margin-left:10px; width:480px; height:0px;
	display:none;
}

#bottom-right{
	margin-top:290px; margin-left:485px; width:10px; height:0px;
	display:none;
}

.slide {
	position:absolute; text-align:left;
	width:464px; height:277px;
	padding:5px;
	font:12px/1.5 Arial, Helvetica, sans-serif; color:#000;
}

.slide * {
	margin:0 ; padding:0;
}

.slide table {
	margin: auto; padding: auto;
}

.slide h1 { font-size:20px; font-weight:normal; line-height:1.3; }
.slide h2 { font-size:18px; font-weight:normal; line-height:1.34; }
.slide h3 { font-size:16px; font-weight:bold; line-height:1.375; }
.slide h4 { font-size:14px; font-weight:bold; }
.slide h5 { font-size:12px; font-weight:bold; }
.slide h6 { font-size:11px; font-weight:bold; }

.slide a img { border:0;}

#slide-content{
	text-align:left;
	margin-top:1px; margin-left:1px;
	width:474px; height:277px;
	overflow:hidden;
}

#no-slide{

	
}

#slide-commands{
	position:absolute;
	
	text-align:center;
	margin-top:259px;
	margin-left:-1px;
	width:480px;
	z-index:5;
	padding-top:2px;
	border-top:1px solid #DDD;
}

#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;
}