#slider3 {
  float: left;
  display: block;
  width: 870px;
  height: 356px;
  list-style: none;
  margin: 0;
  padding: 0;
 }
 /* images with caption */
 #slider3 img {
  width: 870px;
  height: 288px;
 }
 /* position the panels so the captions appear correctly */
 #slider3 .panel { position: relative; }
 /* captions */
 #slider3 .caption-top, #slider3 .caption-right,
 #slider3 .caption-bottom, #slider3 .caption-left {
  background: #000;
  color: #12326e;
  padding: 10px;
  margin: 0;
  position: relative;
  z-index: 10;
  font-size: 120%;
  /*opacity: .8;
  filter: alpha(opacity=80);
  */
 }
 /* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
 #slider3 .caption-top {
  left: 18;
  top: 16;
  width: 480px;
  height: 30px;
 }
 /* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
 #slider3 .caption-right {
  right: 0;
  bottom: 0;
  width: 130px;
  height: 180px;
 }
 /* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */
 #slider3 .caption-bottom {
  left: -10px;
  bottom: 74px;
  background: none;
  width: 585px;
  height: 30px;
  line-height: 30px;
 }
 
 #slider3 .caption-bottom span {
 display: block;
 float: left;
 padding: 0 0 0 3px;
  width: 494px;
  height: 47px;
  line-height: 47px;
 background: white;
 }
 
 /* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
 #slider3 .caption-left {
  left: 0;
  bottom: 0;
  width: 130px;
  height: 180px;
 }
 
 a.btn_vice_slider
 {
  width: 87px;
  height: 46px;
  display: block;
  float: right;
  margin: 0;
  text-align:center;
  line-height:47px;
  color:white;
  text-decoration:none;
  font-weight:700;
  font-size:22px;
  border-radius:3px;
	background: #12326e;  
	text-shadow: 2px 2px #111111;
  position:relative; top: -1px; left: 0px;
	 
  
 }
 a:hover.btn_vice_slider
 {
  background:#1C6AAF;
 }
 
 
 /* Caption close button */
 .caption-top .close, .caption-right .close,
 .caption-bottom .close, .caption-left .close {
  font-size: 80%;
  cursor: pointer;
  float: right;
  display: inline-block;
 }