.carousel-inner img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.panel-heading {
	padding: 0px 0px;
	border-bottom: 1px solid transparent;
}
.panel-title {
	font-family: 'lektonregular', Helvetica, sans-serif;
	color: #000;
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	margin-left: -8px;
	}
.panel-body {
	background-color: #f8f8f8;
	color: #000;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;	
		}
		.panel {
  margin-bottom: 0px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
}


/*bootstrap carousel*/

.carousel {
	position: relative;
	background-color: transparent;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #c74988;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=90);
	opacity: 0.9;
	background-color: transparent;
}
.carousel-control.left {
	color: #c74988;
	 opacity: 0.9;
}
.carousel-control.left {
	background-color: transparent; 
	 opacity: 0.9;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-color: transparent; 
	 opacity: 0.9;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #000;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
  background-color: transparent;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -20px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -20px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1;
	color: #c74988;
}