/*html, body, h1, h2, h3, h4, h5, h6, form, ul, ol, li, p, table, td, th, img { margin: 0; padding: 0; border: 0; }*/
/*BODY { background: #fff; color: #000; font: 12px/15px Verdana, Tahoma, sans-serif; }*/
A { color: #53badf; /*text-decoration: underline; */}
/*A:hover { color: #ff8400; }*/


/* Растягиваем контейнер на 100% по ширине */
/*.b-news .jcarousel-container-horizontal { width: 100%; }*/
/*.b-news .jcarousel-clip-horizontal { width: 100%; }*/

.b-news .jcarousel-container-horizontal { width: 600px; }
.b-news .jcarousel-clip-horizontal { width: 600px; }


/* Задаем размер одного блока */
.b-news .jcarousel-item, .b-news .jcarousel-list LI { width: 200px; height: 200px; }


/* Задаем внешний вид и расположение кнопок управления */
.b-news .jcarousel-next-horizontal {
	position: absolute;
	top: 80px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/btn_next.gif) 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: -30px 0; }
.b-news .jcarousel-prev-horizontal {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/btn_prev.gif) 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: -30px 0; }


/* Немного красивостей :) */
.b-news { margin-top: 10px; background: #eee; }
.b-news .picture { padding: 10px 0 0 5px; }
.b-news .title { font-weight: bold; padding-left: 5px; }
.b-news .desc { color: #666; font-size: 11px; padding: 1px 0 0 5px; }
