﻿.CoverBk { background-image: linear-gradient(white, #feffdf); }

.thumbs {
	width: 250px;
	position: relative;
	text-align: center;
	vertical-align: top;
}

	.thumbs .func {
		position: absolute;
		color: white;
		background-color: #ccc;
		text-decoration: none;
		font-size: 16pt;
		font-weight: bold;
		font-family: 'Times New Roman';
		padding: 5px;
		border-radius: 5px;
	}

		.thumbs .func:hover {
			color: red;
		}

	.thumbs .prev {
		left: 0px;
		top: 55px;
	}

	.thumbs .next {
		left: 216px;
		top: 55px;
	}

.thumb_container {
	position: relative;
	display: none
}

	.thumb_container img {
		border-radius: 5px;
	}

	.thumb_container a {
		position: absolute;
		display: block;
		background: url('/KStudy/images/PlayBtnOverlay.png');
		width: 80px;
		height: 60px;
		left: 83px;
		top: 42px;
	}

		.thumb_container a:hover {
			background: url('/KStudy/images/PlayBtnOverlay_hover.png');
		}
