.slick-slide{
	margin: 0 6px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.slick-active-img{
	opacity: 1;
	filter: alpha(opacity=100);
}

.thumbnail-img{
	cursor: pointer;
}

#display-focus{
	background-color: #faf7f2;
	border-bottom: 1px solid #e5cc7d;
	border-top: 1px solid #e5cc7d;
	margin-bottom: 19px;
	padding: 48px 0;
	text-align: center;
}

#focus-img{
	cursor: pointer;
	border-top: 13px solid #ffffff;
	border-left: 14px solid #ffffff;
	border-right: 14px solid #ffffff;
	border-bottom: 13px solid #ffffff;
}

#thumbnail-class{
	background: none repeat scroll 0 0 #faf7f2;
    border-bottom: 1px solid #e5cb7c;
    border-top: 1px solid #e5cb7c;
    margin-bottom: 20px;
    padding: 10px 27px;
    position: relative;
}

#content-tk{
	/*padding: 0 82px;*/
	width: 960px;
	margin:0 auto;
}

#button-close-video-focus{
	float: right;
	margin: 5px 5px 5px 0;
}

#display-video-focus{
	background-color: #000;
	border-color: #ffffff;
	border-style: solid;
	border-width: 13px 14px;
	margin: 0 auto;
	width: 770px;
}

.slick-prev:hover, .slick-prev{
	background: url("../images/nav_thumbs.png") no-repeat scroll left top transparent;
	cursor: pointer;
	height: 26px;
	left: 8px;
	margin-top: -13px;
	opacity: 0.8;
	position: absolute;
	text-indent: -9000px;
	top: 50%;
	width: 14px;
}

.slick-next:hover, .slick-next {
    background: url("../images/nav_thumbs.png") no-repeat scroll right top transparent;
    cursor: pointer;
    height: 26px;
    margin-top: -13px;
    opacity: 0.8;
    position: absolute;
    right: 8px;
    text-indent: -9000px;
    top: 50%;
    width: 14px;
}

