/*******************
* PRODUCTS
*******************/
.outer {
  float: left;
  position: relative;
  width: 100%;
}
.outer div.products {
  background: none repeat scroll 0 0 #00CCFF;
  height: 700px;
  width: 100%;
}

.products .container
{
height: 700px;
margin: 0 auto;
position: relative;
width: 1040px;
}

.products .container a.arrow
{
	background-position: 0 0;
}

.products .container a.arrow:hover
{
	/*background-position: -14px 0;*/
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.products .container a.left
{
	position:absolute;
	top: 204px;
	left: 0;
	display:block;
	width: 42px;
	height: 42px;
	background:url('../img/products-left-arrow.png') 0 0 no-repeat;
	cursor:pointer;

}

.products .container a.right
{
	position:absolute;
	top: 204px;
	right: 0;
	display:block;
	width: 42px;
	height: 42px;
	background:url('../img/products-right-arrow.png') 0 0 no-repeat;
	cursor:pointer;
}

.products ul.items
{
    background: none repeat scroll 0 0 transparent;
    height: 700px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;

}


.products ul.items li
{

	display:none;
	width: 100%;
	height: 700px;
	position:absolute;
	min-width:1040px;

}
/*
.products .container .navbar
{
height: 60px;
left: 40px;
position: absolute;
top: 640px;
width: 960px;
}

.products .container .navbar li
{
	float:left;
	display:block;
	width: 106px;
	height: 50px;
	border-bottom: 10px solid #fff;
	text-align:center;
	padding: 0 0 0 0;
	cursor:pointer;
	vertical-align:bottom;
	position:relative;
}

.products .container .navbar li span
{
	display:inline-block;
	width:100%;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	position:absolute;
	bottom:8px;
	text-transform:uppercase;

}

.products .container .navbar li.selected
{
	background: url('../img/products-selected-arrow.png') center 0 no-repeat;
}

*/
.products .items .one
{
	background: url('../img/backing-slide-balance.gif') repeat-x;
}

.products .items .two
{
	background: url('../img/tetra_banner_back.jpg') repeat-x 50% 0;
}

.products .items .three
{
	background: url('../img/backing-slide3.jpg') no-repeat 0 0;
}

.products .items .four
{
	background: url('../img/envases-back.jpg') repeat-x 0 0 transparent;
}

.products .items .five
{
	background: url('../img/navidad-back.jpg') no-repeat 0 0 transparent;
}

.products .items .six
{
	background:#f16eaa;
}

.products .container .navbar .six
{
	border-bottom-color: #f16eaa;
}

.products .items .seven
{
	background:#1fa1db;
}

.products .items .eight
{
	background:#8a4d05;
}

.products .items .nine
{
	background:#bf6407;
}