/**
* 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-fr@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 {margin: -15px 0 0 -1px;text-align:center;}

#div-interaktingslider h2 {font-size: 1.4em; line-height: 1.7em; font-weight: bold;}

#frame{
	text-align:center;
	width:665px; 
	height:330px;
	background: url('/skin/interaktingslider/lateral_round_button/images/back.jpg') repeat-x;
	z-index:4px;
	-webkit-border-radius: 1.5em; 
	-moz-border-radius: 1.5em; 
	border-radius: 1.5em;
	
}

#frame div{	
	position:absolute;
}

#frame div div{

}


.slide {
	position:absolute; text-align:left;
	padding:10px;
	width:650px; 
	height:305px;
	font:12px/1.5 Arial, Helvetica, sans-serif; color:#fff;
}

.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;
	width:650px; 
	height:305px;
	overflow:hidden;
	margin-left:7px;	
}

#no-slide{

	
}

#slide-commands{
	position:absolute;
	text-align:center;
	margin-top:180px;
	width:600px;
	z-index:5;

}

.active, .normal{
	display:none;
}

#prev, #next{
	position:absolute;
	width:50px; 
	height:50px;
	top:-105px;
	display:inline-block;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}

#prev:active, #next:active{
	filter : alpha(opacity=92);
    -moz-opacity : 0.92;
    opacity : 0.92;
    background-position: 2px 1px;
}


#prev{
	background: url('/skin/interaktingslider/lateral_round_button/images/prev.png') no-repeat top;
	left:-27px;
}

#next{
	background: url('/skin/interaktingslider/lateral_round_button/images/next.png') no-repeat top;
	left:642px;
}

#prev span, #next span{
	display:none;
}
