/* DeepSlideshow Prestashop module
 * Copyright 2014, Uplight
 * Author: Uplight
 * Website: http://www.prestaddons.fr */

/* Styles du carrousel Deep Slideshow */

/* Section statique */
#deepslideshow {
    position:relative;
    overflow:hidden;
	/*border: 1px solid white;*/
}
#deepslideshow #slides-wrapper {
    position:relative;
}
#deepslideshow .title a,  #deepslideshow .catcher a{
	text-decoration: none;
}
#deepslideshow .title a{
    font-weight:bold;
	text-decoration: none;
}
#deepslideshow .slide {
    position:absolute;
    top:0;
    left:0;
}
#deepslideshow .slide .overlay-bg {
    position:absolute;
    padding:12px;
    bottom:0;
}
#deepslideshow .slide .more {
	background:url('../img/more_7x10.png') no-repeat 342px 2px transparent;
	padding-right: 20px;
	width:100%;
	text-align: right; 
	position: absolute; 
	bottom: 15px; 
	right: 15px;
}

#deepslideshow .product img {
	float:left;
	margin-top:12px;
}

#deepslideshow .product .text {
	padding-top:30px;
	float:left;
}

#deepslideshow .product .description {
	margin-top: 50px;
}

#deepslideshow .product .readMore {
	display:inline-block;
	position:absolute;
	text-transform:uppercase;
	right:7px;
	bottom:61px;
}

#deepslideshow .navigation {
    position:absolute;
}

#deepslideshow .navigation span {
    background:url('../img/bullets.png') no-repeat transparent;
	display:block;
	float:left;
    width:22px;
	height:20px;
	cursor:pointer;
    margin-top:2px;
}

#deepslideshow .navigation span:hover, .navigation span.active {
	background:url('../img/bullets.png') no-repeat scroll 0px -20px transparent;
	margin-top:0px;
}

#deepslideshow .directionNav {
	position:absolute;
	top:40%;
	height:30px;
	width:100%;
	display:none;
}

#deepslideshow .directionNav .prevNav, .directionNav .nextNav {
	position:absolute;
	cursor:pointer;
	height:30px;
	width:30px;
}

#deepslideshow .directionNav .prevNav {
	left:0px;
	background: url('../img/arrows.png') no-repeat scroll 0px 0px transparent;
}

#deepslideshow .directionNav .nextNav {
	right:0px;
	background: url('../img/arrows.png') no-repeat scroll -30px 0px transparent;
}

/* Section dynamique générée par le backoffice */

#deepslideshow {
	width: 700px;
	height: 727px;
	margin-bottom: 20px;
}

#deepslideshow #slides-wrapper {
	width: 700px;
	height: 700px;
}

#deepslideshow #shadow {
	background: url("../img/IMG_296810.jpg") no-repeat;
	width: 980px;
	height: 27px;
}

#deepslideshow .slide {
	width: 700px;
	height: 700px;
}

#deepslideshow .slide .overlay-bg {
	width: 50%;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.7);
}

#deepslideshow .slide .title {
	font-size: 14px;
	color: #ffffff;
}

#deepslideshow .slide .product {
	width: 700px;
	height:700px;
	background: url("../img/bg-carrousel_535x325.jpg") no-repeat;
}

#deepslideshow .product .text {
	width: 353px;
	height:670px;
	padding-left:45px;
}

#deepslideshow .product .name {
	font-size: 14px;
	color: #000000;
}

#deepslideshow .product .description {
	font-size: 12px;
	color: #000000;
}

#deepslideshow .product .readMore {
	font-size: 14px;
	color: #000000;
}

#deepslideshow .product .readMore:hover {
	color: #ffffff;
}

.ie8 #deepslideshow .slide .overlay-bg {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000',endColorstr='#b3000000');
	zoom: 1;
}