/* Global */
 

img { max-width:100%; }



.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}


ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 0;
   	background: transparent;
}


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    background-color: #54223d;
    font: 22px/22px "korolev-compressed",sans-serif;
	font-weight: 500;
	text-transform: uppercase;
    color: white;
    text-decoration: none;
    width: 70%;
    float: left;
    margin-left: 15%;
    margin-top: -90px;
    border-radius: 0;
    position: relative;
    z-index: 500;
}
a.btn.btn-mini:hover {
	color: #dbd5ca;


}
.pager li > a, .pager li > span {
	background-color: #54223d;
    color: white;
    padding: 5px 10px;
    border: 0;
    font: 12px/16px "korolev-compressed",sans-serif;
	font-weight: 500;
    }




li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }