﻿



.b-news .jcarousel-container-horizontal { width: 98%; }
.b-news .jcarousel-clip-horizontal { width: 100%; }


/* Задаем размер одного блока */
.b-news .jcarousel-item, .b-news .jcarousel-list LI  
{
    width: 161px; height: auto; margin:0 20px; text-align:center; }


/* Задаем внешний вид и расположение кнопок управления */
.b-news .jcarousel-next-horizontal {
position:absolute;
top:70px; right:-30px;
	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:70px; left:-30px;
	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: 15px 0;}
.b-news .picture { padding: 10px 0 0 0; width: 161px; height:161px; background-color:#EEE; }
.b-news .title { padding:0;}
.GalleryName{color:#0173ab; font-size:12px;}
a.GalleryName,
a.GalleryName:link,
a.GalleryName:visited,
a.GalleryName:active{ color:#0173ab; font-size:12px; font-weight:bold; text-decoration:underline;}
a.GalleryName:hover{ text-decoration:none;}