.ProduktyDetailParent {
width: 100%;
margin: 0px auto;
position: relative;
}

.ProduktyDetailA{
width: 100%;
max-width: 100%;
position: relative;
overflow: hidden;
height: 238px;
display: none;
}

.ProduktyDetail{
position: absolute;
}

.ProduktyDetail .product{
height: 238px;
float: left;
background: url('../images/bg_offer.jpg') 0px 0px no-repeat;
background-size:100% 238px;
box-sizing: border-box;
padding: 15px 30px 25px 20px;
cursor: default;
position: relative;
}

.ProduktyDetailParent .aPrev, .ProduktyDetailParent .aNext{
width:21px;
height: 32px;
background: url('../images/mod_arrow.png') no-repeat;
display: block;
position: absolute;
top:50%;
margin-top: -16px;
}

.ProduktyDetailParent .aPrev{
left: -60px;
background-position: -61px 0px;
}
.ProduktyDetailParent .aNext{
right: -60px;
background-position: -93px 0px;
}
.ProduktyDetailParent .aPrev:hover{
background-position: 0px 0px;
}
.ProduktyDetailParent .aNext:hover{
background-position: -31px 0px;
}

.ProduktyDetail .product .icoPOff{
float: left;
width: 84px;
height: 137px;
background: url('../images/tlo_offer.png') 0px 100% no-repeat;
margin: 0px 15px 0px 0px;
}
.ProduktyDetail .product .icoPOff .icoOff{
width: 84px;
height: 84px;
background-position: 0px 0px;
background-repeat: no-repeat;
margin-top: 24px;
transition: margin 0.5s ease-out 0s;
}


.ProduktyDetail .product .icoPOff .icoEmp{
background:url('../images/Glosowania_na_WZ.png');	
width: 84px;
height: 84px;
background-position: 0px 0px;
background-repeat: no-repeat;
margin-top: 24px;
transition: margin 0.5s ease-out 0s;
}

.ProduktyDetail .product:hover .icoPOff .icoOff,.ProduktyDetail .product:hover .icoPOff .icoEmp{
margin-top: 0px;
background-position: 0px -84px;
transition: margin 0.5s ease-out 0s;	
	
}
.ProduktyDetail .product .titleOff{
margin: 25px 0px 20px 0px;
color: #56595d;
font-size: 18px;
}
.ProduktyDetail .product .zajawkaOff{
color: #95989c;
font-size: 12px;
height: 57px;
overflow: hidden;
line-height: 1.5em;
}
.ProduktyDetail .product .linkOff{
font-size: 12px;
padding: 13px 50px 13px 24px;
transition: all 0.5s ease-out 0s;
background: #a1c157 url('../images/arrow_button_sel.png') 95% 50% no-repeat;
border:1px solid #8daa48;
border-radius:3px;
float: right;
color: #FFFFFF;
position: absolute;
bottom: 15px;
right: 30px;
}
.ProduktyDetail .product .linkOff:hover{
background-color:#3e3e3f;
border:1px solid #000000;
transition: all 0.5s ease-out 0s;
}