.home .container{
	font-family : verdana;
}

.home_section_title{
    color: #A7CB46;
    font-family: gabriela;
    font-size: 26px;
    height: 38px;
    margin: 15px 0;
    min-width: 942px;
    padding-left: 10px;
    text-transform: uppercase;
}

.home_section_title span{
	color : #F69320;
}

/*selideshow*/

.slideshow{ 
	width : 988px;
	margin : 0 auto;
}

.slidesjs-container{
	width : 886px !important;
	border : 1px solid #F5F5F5;
	border-radius: 5px 5px 5px 5px;
	height : 322px; 
	float : left;
}

.slidesjs-control{
	width : 100% !important; 
}

a.slidesjs-navigation{
	display : block;
	float : left;
	margin-top: 161px;
}

.editorial_content table{
	width : 100% !important;
}

.slidesjs-previous{background: url("../images/nav_puce_l.png") no-repeat;}
.slidesjs-next{background: url("../images/nav_puce_r.png") no-repeat;}

.nav_puce{ 
	display: block;
    height: 50px;
    width: 50px; 
}
 

/*editorial*/

.editorial p.subtitle {
    color: #F69320;
    font-size: 20px;
    margin-bottom: 16px;
}

.editorial p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.editorial p.greetings {
    color: #A7CB46;
    
}


.editorial_content{ 
	color : #666762;
	padding : 15px 0 0 10px;
	text-align : justify;
	font-size : 14px;
}

.editorial_content li{ 
	background : url('../images/check2.png') no-repeat left 0; 
	color: #F69320;
    font-size: 17px;
    height: 24px;
    list-style: none outside none;
    margin-top: 20px;
    padding-left: 39px;
}

/*bestsellers_content*/

.bestsellers_content{
	height: 125px;
    margin: 0 0 12px;
}

.bestsellers_content ul, .bestsellers_content li{
	height: 125px;
}

.jcarousel-prev{background: url("../images/nav_puce_l.png") no-repeat scroll 0 0 transparent}
.jcarousel-next{background: url("../images/nav_puce_r.png") no-repeat scroll 0 0 transparent}

.jcarousel-prev, .jcarousel-next{ 
    cursor: pointer;
	height: 50px;
	width: 50px;
	top: 33px;
	position: absolute;
}

.jcarousel-prev-horizontal { 
    left: 5px; 
}

.jcarousel-next-horizontal { 
    right: 5px; 
}

.jcarousel-container-horizontal{
	padding: 0 75px;
    width: 848px;
}

.jcarousel-clip-horizontal {
    height: 125px;
    width: 100%;
	overflow: hidden;
}

.jcarousel-clip-horizontal .jcarousel-item {
    text-align : center;
}

