/*
	
	Parcel
	
	..
	2013 © Kazuu
	www.kazuu.com.ar
	
*/

#home
{
	margin-bottom: 25px;
}

#home > div.highlighted-products-slider
{
	position: relative;
	height: 360px;
	overflow: hidden;
	margin-bottom: 35px;
}

#home > div.highlighted-products-slider > div.items-container
{
	position: relative;
}

#home > div.highlighted-products-slider > div.items-container > ul
{
	position: absolute;
	z-index: 3;
}

#home > div.highlighted-products-slider > div.items-container > ul > li
{
	position: relative;
	float: left;
	color: #fff;
	text-shadow: #333 1px 1px 1px;
}

#home > div.highlighted-products-slider > div.items-container > ul > li > img
{
	position: relative;
	z-index: 4;
	display: block;
}

#home > div.highlighted-products-slider > div.items-container > ul > li > div
{
	position: absolute;
	z-index: 5;
	bottom: 110px;
	left: 33px;
}

#home > div.highlighted-products-slider > div.items-container > ul > li > div > h4
{
	text-transform: uppercase;
	font-family: 'Conv_ProximaNova-Bold';
	font-size: 40px;
}

#home > div.highlighted-products-slider > div.items-container > ul > li > div > p
{
	font-family: 'Conv_ProximaNova-Regular';
	font-size: 18px;
}

#home > div.highlighted-products-slider > div.items-container > ul > li > a
{
	position: absolute;
	z-index: 7;
	top: 252px;
	left: 35px;
	display: block;
	width: 96px;
	height: 30px;
	background-image: url(images/highlighted-products-slider/view-product-button.png);
	text-indent: -9999px;
}

#home > div.highlighted-products-slider > div.items-container > ul > li > a:hover
{
	background-position: 0px -30px;
}

#home > div.highlighted-products-slider > div.change-image-buttons
{
	position: relative;
	z-index: 8;
}

#home > div.highlighted-products-slider > div.change-image-buttons > a
{
	position: absolute;
	top: 0px;
	width: 35px;
	height: 302px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: background-color 0.10s linear;
}

#home > div.highlighted-products-slider > div.change-image-buttons > a:hover
{
	background-color: rgba(0, 0, 0, 0.25);
}

#home > div.highlighted-products-slider > div.change-image-buttons > a.previous
{
	left: 0px;
	background-image: url(images/highlighted-products-slider/previous-item-arrow.png);
	background-position: 8px 50%;
}

#home > div.highlighted-products-slider > div.change-image-buttons > a.next
{
	right: 0px;
	background-image: url(images/highlighted-products-slider/next-item-arrow.png);
	background-position: 12px 50%;
}

#home > div.highlighted-products-slider > div.navigation-buttons
{
	position: absolute;
	right: 15px;
	bottom: 72px;
	z-index: 9;
}

#home > div.highlighted-products-slider > div.navigation-buttons > ul
{
	
}

#home > div.highlighted-products-slider > div.navigation-buttons > ul > li
{
	float: left;
}

#home > div.highlighted-products-slider > div.navigation-buttons > ul > li > a
{
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	background-image: url(images/highlighted-products-slider/navigtion-button.png);
}

#home > div.highlighted-products-slider > div.navigation-buttons > ul > li > a:hover
{
	background-position: 0px -21px;
}

#home > div.highlighted-products-slider > div.navigation-buttons > ul > li > a.selected
{
	cursor: default;
	background-position: 0px -42px;
}


#home > div.highlighted-products-slider > div.brands
{
	position: absolute;
	z-index: 10;
	bottom: 0px;
	width: 100%;
	height: 36px;
	padding-top: 21px;
	padding-left: 59px;
	overflow: hidden;
	border-top: 1px solid #000;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

#home > div.highlighted-products-slider > div.brands > h3
{
	text-shadow: #333 1px 1px 1px;
	font-family: 'Conv_ProximaNova-Regular';
	font-size: 18px;
}

#home > div.highlighted-products-slider > div.brands > ul
{
	position: absolute;
	top: -2px;
	left: 340px;
    width:645px;
    height:58px;
	background: url(images/brands.png) no-repeat;
}

#home > div.highlighted-products-slider > div.brands > ul > li
{
    display:none;
}

#related-products
{
}
