﻿
.sliderWrapper {
    position: relative;
     width: 960px;
      overflow:hidden;
        margin:0 auto;
        
}
.sliderContainer {

position: relative;
margin: 0 auto;
top: 0px;
left: 0px;
width: 960px;
height: 380px;
}
.sliderSlide {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 960px;
height: 380px; 
overflow: hidden;
}
.sliderCaptionContainer {
position: absolute;
width: 100%;
height: 80px;
text-align: left; 
line-height: 1.8em;
font-size: 12px;
padding:5px 0;
bottom:5px;
background:rgba(255, 106, 0, 0.8);
}
.sliderCaption {
display: block; 

font-size:30px;
color: #fff;
text-shadow:  1px 1px 1px rgb(0, 0, 0), 1px 1px 5px rgba(0, 0, 0, 1);
font-family: 'Source Sans Pro', 'Segoe UI',Calibri,Arial;
margin:5px;
}
.btnDetay {
  background-image:  -webkit-linear-gradient(top, rgb(88, 83, 83) 40%, rgb(32, 32, 32) 100%);
  background-image:      -o-linear-gradient(top, rgb(83, 83, 83) 40%, rgb(32, 32, 32) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(83, 83, 83)), to(rgb(32, 32, 32)));
  background-image:         linear-gradient(to bottom, rgb(83, 83, 83) 40%, rgb(32, 32, 32) 100%);
  color:#fff;
  padding:5px 20px;
  font-size:14px;
  border-radius:5px;
  margin:10px 5px;
  width:120px;
  border:1px solid rgb(83,83,83);
   text-align:center;
   font-family: 'Source Sans Pro', 'Segoe UI',Calibri,Arial;
}
    .btnDetay:hover {
         background-image:  -webkit-linear-gradient(top, rgb(88, 83, 83) 40%, rgb(22, 22, 22) 100%);
  background-image:      -o-linear-gradient(top, rgb(83, 83, 83) 40%, rgb(22, 22, 22) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(83, 83, 83)), to(rgb(22, 22, 22)));
  background-image:         linear-gradient(to bottom, rgb(83, 83, 83) 40%, rgb(22, 22, 22) 100%);
        border:1px solid rgb(22,22,22);
    }
    .btnDetay > a {
    color:#fff;
    text-decoration:none;
    }