
.galleryListContent {
    display: none;
}

.mainGallerySlider, .selectedSlide {
    display: inline-block;
}

.mainGallerySlider {
    cursor: pointer;
}

.selectedSlide {
	padding-bottom: 20px;
}

.gallerySliderContent {
    padding: 50px 10px 10px;
}

.mainGallerySlider a {
    font-size: 14px;
    color: #cccccc;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms  ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mainGallerySlider a:hover, .mainGallerySlider a.active {
    color: #000;
	text-decoration: none;
}

.mainMiniGalleryWrapper, .selectedSliderWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.selectedSliderWrapper {
    position: relative;
    width: 640px;
    min-width: 640px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.mainGalleryRightButton, .selectedSliderRightButton {
    width: 50px;
    height: 50px;
    background: url("left-arrow.png") 0 0 no-repeat;
    position: absolute;
    left: 120px;
    cursor: pointer;
    z-index: 100;
}

.selectedSliderRightButton, .selectedSliderLeftButton {
    top: 78%;
}

.mainGalleryRightButton, .mainGalleryLeftButton {
    top: 80%;
}

.mainGalleryLeftButton, .selectedSliderLeftButton {
    width: 50px;
    height: 50px;
    background: url("right-arrow.png") 0 0 no-repeat;
    position: absolute;
    right: 100px;
    cursor: pointer;
    z-index: 100;
}

.gallerySliderInfo {
    position: absolute;
    width: 70%;
    padding: 15px 0;
    color: #cccccc;
    left: 40;
    bottom: 0;
}

.selectedSlidTitle, .selectedSlidDescription {
    color: #cccccc;
    font-size: 12px;
}

.selectedSlider {
    width: 99999px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.galleryInfoText {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.selectedSlider {
    max-height: 480px;
}

.mainGallerySlider {
    margin-right: 15px;
	width: 185px;
}

.mainGallerySlidImg {
    width: 150px;
    height: auto;
}

.selectedSlidImg {
    width: 640px;
    height: 460px;
    margin-left: 0;
    margin-right: 0;
}

.selectedSliderRelative {
    position: relative;
}

.selectedSliderCounter {
    color: #000;
    font-size: 14px;
    position: absolute;
}