
/* Растягиваем контейнер на 100% по ширине */
.b-news .jcarousel-container-horizontal { width: 200px; }
.b-news .jcarousel-clip-horizontal { width: 200px; }


/* Задаем размер одного блока */
.b-news .jcarousel-item, .b-news .jcarousel-list LI { width: 200px; height: auto; }


/* Задаем внешний вид и расположение кнопок управления */
.b-news .jcarousel-next-horizontal {
	position: absolute;
	top: 80px;
	right: 10px;
	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 .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; }


/* Растягиваем контейнер на 100% по ширине */
.b-news2 .jcarousel-container-horizontal { width: 99%; }
.b-news2 .jcarousel-clip-horizontal { width: 99%; }


/* Задаем размер одного блока */
.b-news2 .jcarousel-item, .b-news2 .jcarousel-list LI { width: 160px; height: auto; }


/* Задаем внешний вид и расположение кнопок управления */
.b-news2 .jcarousel-next-horizontal {
	position: absolute;
	top: 60px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/btn_next.gif) no-repeat 0 0;
}
.b-news2 .jcarousel-next-disabled-horizontal,
.b-news2 .jcarousel-next-disabled-horizontal:hover,
.b-news2 .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -30px 0; }
.b-news2 .jcarousel-prev-horizontal {
	position: absolute;
	top: 60px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: transparent url(../images/btn_prev.gif) no-repeat 0 0;
}
.b-news2 .jcarousel-prev-disabled-horizontal,
.b-news2 .jcarousel-prev-disabled-horizontal:hover,
.b-news2 .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -30px 0; }


/* Немного красивостей :) */
.b-news2 { margin: 0; background: #eee; }
.b-news2 .picture2 { padding: 10px 0 0 5px; }
.b-news2 .title2 { font-weight: bold; padding-left: 5px; text-align: center;}
.b-news2 .desc2 { color: #666; font-size: 11px; padding: 1px 0 0 5px; }


/* Easy Tooltip */

#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4 url(bg.gif) repeat-x;
	color:#fff;
	}

#easyTooltip2{
	padding:5px 10px;
	border:1px solid #5e5e5e;
	background:#5e5e5e url(bg2.gif) repeat-x;
	color:#fff;
	width:250px;
	}
#easyTooltip2 h4, #easyTooltip2 p{
	margin:.25em 0;
	}	
					

/* // Easy Tooltip */

