﻿#myCarousel .thumbnail {
	margin-bottom: 0;
}
.well {
  overflow: hidden !important;
  min-height: 50px;
  padding: 0px;
  width: 100%;
  margin: 0px !important;
}
#myCarousel {
  width: 10000px;
  height: 150px;
}

div.psitem {
  display: inline-block;
  padding: 10px 30px;
  float: left;
  overflow: hidden;
}

  div.psitem table {
    table-layout: fixed;
  }



  div.psitem span, div.psitem h3  {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

.carousel-control.left, .carousel-control.right {
	
}
.carousel-control {
	top:40%;
	color:#428BCA;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.carousel-control:hover {
	color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right {
	left:auto;
	right:-32px;
}
.carousel-control.left {
	right:auto;
	left:-32px;
}

.carousel-indicators {
	bottom:-30px;
}
.carousel-indicators li {
	border-radius:0;
	width:10px;
	height:10px;
	background:#ccc;
	border:1px solid #ccc;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#3276b1;
	border-color:#3276b1;
}

.lnkCarousel {
  position: absolute;
  display: none;
  width: 20px;
  padding: 30px 3px;
  color: #fff;
}

a.lnkprev {
  left: 10px;
  background-color: #336699;
  border-radius: 3px;
  margin-top: -125px;
}
a.lnknext {
  right: 10px;
  background-color: #336699;
  border-radius: 3px;
  margin-top: -125px;
}