﻿
/* Container */
.slider-wrapper {
    background: #FFFFFF;
    margin: 40px auto 10px;
    padding: 20px 40px 0;
    width: 800px;
    
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.span3 {
    display: inline-block;
    width: 170px;
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    /*border-top: 4px solid #ccc;*/
    color: #999;
    text-transform: uppercase;
}
     .slider-main-wrapper
     {
         height:300px;border:1px solid silver;
     }
    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
    }



/* Thumbnail Box */
.caption {
    margin-top: -15px;
}

    .caption a {
        width: 98%;
        margin: auto;
        display: block;
        color: white;
        text-align: center;
        font-size: 14px;
        font-family: yekan;
        padding: 5px;
        background-color: #C51162;
        border-radius:5px;
    }

        .caption a:hover {
            text-decoration: none !important;
            color: white !important;
        }

        .caption a:focus {
            text-decoration: none !important;
            color: white !important;
        }

    .caption p {
        font-size: 0.75rem;
        color: #999;
    }

.btn.btn-mini {
    font-size: 0.63rem;
}


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}

.carousel-inner {
    
    margin-top: -50px !important;
    right:25px;
    
    
}
.carousel-inner .item {
   
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 30px;
    text-align: center;
    margin-top: 185px !important;
    margin-right: 5px;
    background-color: #0097A7 !important;
    border-radius: 30px;
}

    .carousel-control.left {
        right: 90px;
        left: auto;
    }

    .carousel-control.right {
        right: 40px;
        left: auto;
    }
      
.thumbnail a img {
    width: 160px;
    height: 105px;
}
