﻿.dxpcContentPaddings,
.dxpcLite .dxpc-content
{
    padding: 5px;
    position: relative;
}
.dxpcLite:hover .btn,
.dxpcLite:hover #text,
.dxpcContent:hover .btn,
.dxpcContent:hover #text
{
    display: block;
}
.btn {
    top: 50%;
    width: 38px;
    height: 63px;
    cursor: pointer;
    margin: -31px 5px;
    user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.btn:after
{
    content: '';
    width: 17px;
    height: 29px;
    display: block;
    cursor: pointer;
    margin: 17px auto;
    background-image: url("../images/sprite.png");
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.next:after {
    background-position: -53px -0px;
}
.btn:active:after
{
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=50);
}
.largeImg
{
    width: 660px;
    height: 440px;
    display: block;
}
#text
{
    bottom: 0;
    width: 660px;
    padding: 22px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#text,
.btn
{
    display: none;
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}
 