/**
* 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)
*/  
#div-interaktingslider{
	height:230px;
	width:720px;
}
#frame {
text-align: left;
}

#frame div{	
	position:absolute;	
}

#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{height:230px;width:720px;}

#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 {
color: #666666;
font-size:13px;
margin: 0;
position: absolute;
text-align: left;
}


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

.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:#666666;}
.slide a span{
display:block;
text-align:center;
margin-top:10px;
max-width:93%;
}
.slide a:hover { color:#1e7ec8; text-decoration:underline; }
.slide a img { border:0;}


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

#slide-commands{
z-index:5;
min-width:7%;
position:absolute;
bottom:0;
right:0;
text-align:right;
}

#slide-commands a{
background-color: #FFF;
border: 1px solid #666;
color: #666666;
display: block;
float: left;
height: 15px;
line-height: 15px;
margin-left: 10px;
text-align: center;
text-decoration: none;
width: 15px;
}

#slide-commands .active, #slide-commands a:hover{border:1px solid #333;color:#333;}

#prev{
	
}

#next{
	
}

.active{
background:#de5400;
}

.normal{
background:#f18200;
}