.menutext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
		
	}
	
	
.title2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
		
	}	
	
	
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
		
	}	
	
	
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	}
	
	
.textg {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
	}
	
	
	
.links:link {
	color:#3B3B3B;
}
.links:visited {
	color: #3B3B3B;
}
.links:hover {
	color: #777777;
}
.links:active {
	color: #3B3B3B;
}


.links2:link {
	color:#000000;
}
.links2:visited {
	color: #000000;
}
.links2:hover {
	color: #555555;
}
.links2:active {
	color: #000000;
}



.links3:link {
	color:#ffffff;
}
.links3:visited {
	color: #ffffff;
}
.links3:hover {
	color: #999999;
}
.links3:active {
	color: #ffffff;
}
	


a:link {
	color:#0066CC;
}
a:visited {
	color:#0066CC;
}
a:hover {
	color:#0099FF;
}
a:active {
	color:#0066CC;
}
	

.b-news .jcarousel-container-horizontal { width: 100%; }
.b-news .jcarousel-clip-horizontal { width: 100%; }


/* Задаем размер одного блока */
.b-news .jcarousel-item, .b-news .jcarousel-list LI { width: 200px; height: 239px; }


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 200px;
    height: 240px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
}

.jcarousel-prev {
    z-index: 3;
}
