﻿.carousel {
	width: 957px;
	overflow: hidden;
	margin: 10px;
}

.carousel .slides{
	margin: 0;
	
	color: white;
	
}

.h1header{
	font-weight:normal;
	font-size: 18px;
}

.carousel .slides {
	margin-top: 3px;
}

.carousel .slides p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	height: 60px;
}

.carousel div.carousel-images-wrap {
	height: 300px;
	width: 957px;
	overflow: hidden;
	position: relative;
	display: block;
}

.carousel .slide_wrap {
		background-color: #a41f4a;
	}

.carousel ul.carousel-images {
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 3828px;
}

.carousel .carousel-images li {
	float: left;
	position: relative;
	display: list-item;
	height: 300px;
	width: 957px;
}

.slide_image {

}

.slide_image.one {
	width: 100%;
}

.carousel ul.slides {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	height: 140px;
	position: relative;
	z-index: 5;
	border-top: 10px solid #2e444b;
}

.carousel .slides li {
	padding: 8px 20px 8px 20px;
	float: left;
	width: 198px;
	height: 140px;
	color: white;
	position: relative;
	cursor: pointer;
	border-right: 1px solid #2e444b;
}

.carousel .slides li.last {
	border: none;
}

/*.carousel .slides a.button {
	background-color: #fecf80;
	padding: 8px;
	border: 2px solid white;
	text-decoration: none;
	color: #90894b;
	height: auto;
}*/

.carousel .slides a.learn_more {
	color: white;
	font-size: 10px;
	text-decoration: none;
	margin-left: 15px;
}

.carousel .slides a.button:hover {
	color: white;
}

.carousel .slide_bg_selected {
	width: 239px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	z-index: 1;
	background-color: #b5496c;
	/*border-top: 3px solid black;*/
}

.button_wrap {
	position: absolute;
	bottom: 30px;
	right: 20px;
}