.image {
  max-height: 409px;
  max-width: 726px;
}

.display {
   overflow: hidden;
   width: 726px ;
   margin-left: auto ;
   margin-right: auto ;
}

.display > div {
    width: inherit;
    height: inherit;
}

.display > img {
    width: inherit;
    overflow: hidden;
}

.spin {
    width: 16px;
    height: 16px;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 195px;
}

.display .background {
    background-color: #000;
}

.mainScreen {
    position: absolute;
    top: 164px;
    text-align: center;
    width: 98%;
    height: 700px;
}

.hack {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 98%;
}

.hlavicka {
    margin-top: 40px;
}

.socialHack {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 98%;
}

.socialElement {
    width: 158px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}

.socImage {
	border: 0;
}

.back-tbd {
    margin-top: 36px;
    width: 800px;
    height: 614px;
    margin-left: auto ;
    margin-right: auto ;
    background: url('data/tbd_small_black.jpg') no-repeat top left;
}

.title {
    margin-top: 150px;
    margin-left: 25%;
    margin-right: 25%;
    font: 16px georgia;
    font-style: italic;
    color: gray;
    visibility: hidden;
}

.prev-btn {
    margin-left: 5%;
}

.next-btn {
    margin-right: 5%;
}

.pause-btn {
    margin-left: 780px;
    background:url(data/play.png) no-repeat;
    cursor:pointer;
    border:none;
    width:48px;
    height:48px;
    visibility: hidden;
}

.leftSocial {
    position: absolute;
    top: 32px;
    left: 45%;
    width: 64px;
    height: 64px;
    border: 0px;
}

.rightSocial {
    position: absolute;
    top: 32px;
    right: 45%;
    width: 64px;
    height: 64px;
    border: 0px;
}

.leftSocialIn {
    top: 32px;
    width: 64px;
    height: 64px;
    border: 0px;
    float: left;
    margin-left: 14px;
}

.rightSocialIn {
    top: 32px;
    width: 64px;
    height: 64px;
    border: 0px;
    margin-left: 16px;
}

