.carusel { overflow: hidden; position: relative; margin: 10px; background: #495677;} /* url('/images/film_fon.gif') */
.carusel a.back, .carusel a.next { display: block; margin: 0; position: relative; margin-top: 51px; width: 20px; height: 23px; }
.carusel a.back { float: left; }
.carusel a.next { float: right; }

.carusel .scroll-wrap { overflow: hidden; height: 100%; }
.carusel .scroll { width: 100%; margin: 10px 0; overflow: hidden; position: relative; }
.carusel .item-wrap { float: left; width: 120px; text-align: left; overflow: hidden; }
.carusel .item { display: block; cursor: pointer; width: 120px; height: 100%; padding: 0 15px; }
	.carusel .item img { float: left; margin-right: 10px; border: solid 1px #ffffff; }
	.carusel .item a { font: bold 11px Arial; color: #ffffff; text-decoration: underline; }
	.carusel .item a:hover { text-decoration: none; }
	.carusel .item p { margin: 2px 0; font: 11px Arial; color: #ffffff; }

.carusel img { border: none;}

.carusel a.back { margin-right: 23px !important; }
.carusel a.next { margin-left: 23px !important; }
