div.scrollable {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 155px;
}

#thumbs {
	position: absolute;
	width: 20000em;
	clear: both;
}

#thumbs div {
	float: left;
	width: 125px;
	height: 135px;
	color: #fff;
	cursor: pointer;
	padding: 4px 3px 3px 3px;
}

#thumbs div.active {
	background-color: #6699CC;
	cursor: default;
}

#thumbs img.lenta-thumb {
	opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 110px;
    height: 135px;
	box-shadow: 0px 0px 10px #7d7d7d;
    border: 2px solid #7d7d7d;
    -webkit-box-shadow: 0px 0px 11px #7d7d7d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	position: relative;
}

#thumbs img.lenta-thumb:hover {
    transform: translateY(-3px); /* Небольшой эффект поднятия при наведении */
    box-shadow: 0px 0px 10px #f0781f; /* Увеличиваю тень при наведении для соответствия */
	border: 2px solid #f0781f;
}

div.scrollable {
	float: left;
}

a.disabled {
	visibility: hidden !important;
}

.poster {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #B7C0C5;
    box-shadow: 0px 4px 10px #b7c0c5;
    margin: 9px 2px 5px 5px;
    padding: 5px;
    width: 99%;
}

/* global */
#cluetip-close img {
	border: 0;
}

#cluetip-title {
	overflow: hidden;
}

#cluetip-title #cluetip-close {
	float: right;
	position: relative;
}

#cluetip-waitimage {
	width: 43px;
	height: 11px;
	position: absolute;
	background-image: url(images/wait.gif);
}

.cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	height: 22px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#cluetip-extra {
	display: none;
}

/***************************************
   =cluetipClass: 'default'
-------------------------------------- */
.cluetip-default {
	background-color: #EFEFEF;
}

.cluetip-default #cluetip-outer {
	position: relative;
	margin: 0;
	background-color: #EFEFEF;
}

.cluetip-default h3#cluetip-title {
	margin: 0 0 5px;
	padding: 8px 10px 4px;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #222222;
	color: #fff;
}

.cluetip-default #cluetip-title a {
	color: #fff;
	font-size: 0.95em;
}

.cluetip-default #cluetip-inner {
	padding: 10px;
}

.cluetip-default div#cluetip-close {
	text-align: right;
	margin: 0 5px 5px;
	color: #900;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
	zoom: 1;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
