﻿
/* Растягиваем контейнер на 100% по ширине */
.b-news .jcarousel-container-horizontal { width: 98%; margin: 0px auto; }
.b-news .jcarousel-clip-horizontal { width: 85%; margin: 0px auto;}


/* Задаем размер одного блока */
.b-news .jcarousel-item, .b-news .jcarousel-list LI { width: 320px; height: 300px; }


/* Задаем внешний вид и расположение кнопок управления */
.b-news .jcarousel-next-horizontal {
	position: absolute;
	top: 80px;
	right: 15px;
	width: 54px;
	height: 79px;
	cursor: pointer;
	background: transparent url(/images/btn_next.png) no-repeat 0 0;
}
.b-news .jcarousel-next-disabled-horizontal,
.b-news .jcarousel-next-disabled-horizontal:hover,
.b-news .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -54px 0; }
.b-news .jcarousel-prev-horizontal {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 54px;
	height: 79px;
	cursor: pointer;
	background: transparent url(/images/btn_prev.png) no-repeat 0 0;
}
.b-news .jcarousel-prev-disabled-horizontal,
.b-news .jcarousel-prev-disabled-horizontal:hover,
.b-news .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -54px 0; }


/* Немного красивостей :) */
.b-news { margin-top: 30px;}
.b-news .picture {width: 285px; height: 280px; padding: 10px 0 0 5px; background:transparent url(/images/rama.gif) no-repeat scroll 0 0; margin: 0px auto;}
.b-news .title {left: auto; margin:-280px auto 0;text-align:center;}
.b-news .desc { color: white;font-weight: bold; font-size: 26px; text-align:center;margin-top: 200px;}
.b-news .title span {font-size: 14px;background:transparent url(/images/button_v.png) no-repeat left top;width: 200px; height: 30px;position: absolute; padding: 19px 19px 19px 1px; margin-left: -100px; color:#FF3F3F;}
.b-news .desc span {font-size: 24px; background:transparent url(/images/button_n.png) no-repeat left top;width: 200px; height: 20px;padding: 5px 19px 19px 1px; position: absolute; margin-left: -100px; margin-top:20px;}
.b-news a {color:#FFFFFF;}
.b-news .title a:hover {text-decoration: underline;}



