@charset "utf-8";
/* CSS Document */

.placeholder {
	background: none;
	margin-bottom: 0;
}

.placeholder:after {
	background:none;
}

.slider li {
	padding:5px;
	padding-top: 30px;
	height: 250px;
	width:145px;
}

.slider li h2 {
	min-height:100px;
	margin-top:0;
	line-height: 20px;
	font-size:14px;
}

.slider li .shadow {
	background:none;
}


.slider li img {
	width:130px;
}

.slider li a {
	height:80px;
}


.slider {
	/*left: -146px;*/
	left:0;
}

.carousel-container .controll {
	top: 95px;
}

.carousel-inner {
	background-color: #fcf9db;
	}

.slider_bg {
	background-color:#fcf9db;
    height: 250px;
    margin: 0px 130px;
}

.slider li .spacer {
	background-color:#42bec4;
}

.slider li.current .spacer {
	/*background-color: #ffdf1a;*/
	background-color: #999999;
}

.slider li:hover .spacer {
	background-color: #999999;
}

.carousel-container .prev {
	background: #42bec4 url("img/bt-prev.png") no-repeat center;
}

.carousel-container .next {
    background: #42bec4 url("img/bt-next.png") no-repeat center;
}

.placeholder h2 {
	width: 90%;
    position: relative;
    left: 5%;
    line-height: 40px;
}

.placeholder iframe {
	height:461px;
}