/**
* 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:966px;
}

#frame div{	
}

#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:660px; height:10px;
	display:none;
}

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

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

#middle-center{
	width:966px; 
}

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

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

#bottom-center{

	margin-top:290px;margin-left:10px;width:660px;height:30px;
	display:none;
}

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

.slide{
	position:absolute;	
	text-align:left;
	width:966px;
	height:280px;
	margin:0px;
}


.slide * {
}

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

.slide h1, .slide h2, .slide h3, .slide h4{
	color:#e65505; 
	text-transform:uppercase;
}

.slide h1 { font-size:2em; line-height:1.17; }
.slide h2 { font-size:1.5em; }
.slide h3 { font-size:1.35em; }
.slide h4 { font-size:1.05em; }
.slide h5 { font-size:1.05em; }
.slide h6 { font-size:.95em; }

.slide a { color:#1e7ec8; text-decoration:underline; }
.slide a:hover { color:#1e7ec8; text-decoration:underline; }
.slide a img { border:0;}


#slide-content{
	text-align:left;
	width:966px;
	height:280px;
	overflow:hidden;
}

#slide-commands{
	position:absolute;
	margin-top:-40px;
	margin-left:520px;
	}

#slide-commands a{
	display:inline-block;
	text-decoration: none ;
	margin:2px;	
	overflow:visible;
       padding:1px 5px;
    color:#fff;
   
    font:bold 12px arial, sans-serif !important;
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
}

#prev{
	
}

#next{
	
}

#slide-commands a.active{
    background:url('../images/sprites-img.png') -477px -183px no-repeat;
    width: 22px;
    height: 22px;

}

#slide-commands a.normal{
     background:url('../images/sprites-img.png') -506px -183px no-repeat;
     width: 22px;
     height: 22px;

}



