﻿
.InnerSlideShowPanel {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}


.imgSlide {
    width: 100%;
    height: auto;
    margin: 0;
}

.divRadio {
    position: relative;
    bottom: 30px;
    display: table;
    padding: 0px;
    margin: auto;
    margin-top: 30px;
    min-height: 23px;
    background-color: transparent;
}

.divRadio_before {
    position: relative;
    left: 2%;
    bottom: 28px;
    display: table;
    padding: 1px;
    min-height: 23px;
    background-image: url(../Hamed_Slideshow/Slide_Icon/Radio-Background.png);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: Navy;
}

.ImgRadio {
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    background-image: url(../Hamed_Slideshow/Slide_Icon/Radio-Green.png);
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
    float: left;
    margin: 2px;
}

.ImgRadio-on {
    background-position: bottom;
}

.btnSlideLeft, .btnSlideRight, .btnSlidePlay {
    float: left;
    min-height: 23px;
    min-width: 22px;
    border: none;
    background-position: top;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
}

.btnSlideLeft {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-100%);
    opacity: 0.6;
}

.btnSlideRight {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-100%);
    opacity: 0.6;
}

.btnSlideRight {
    background-image: url(../Hamed_Slideshow/Slide_Icon/Radio-Right.png);
}

.btnSlideLeft {
    background-image: url(../Hamed_Slideshow/Slide_Icon/Radio-Left.png);
}

.btnSlidePlay {
    background-image: url(../Hamed_Slideshow/Slide_Icon/Radio-Play.png);
    margin-right: 10px;
}

.btnSlideRight:hover, .btnSlideLeft:hover {
    opacity: 1;
}

.btnSlidePlay-Stop {
    background-position: bottom;
}
