.left_active {
	background: url('../../images/prev_tag.png') top left no-repeat;
	width: 31px;
	height: 29px;
	margin: 3px;
	cursor: pointer;
}

.right_active {
	background: url('../../images/next_tag.png') top left no-repeat;
	width: 31px;
	height: 29px;
	margin: 3px;
	cursor: pointer;
}

.left_inactive {
	background: url('../../images/inactive_prev_tag.png') top left no-repeat;
	width: 31px;
	height: 29px;
	margin: 3px;
}

.right_inactive {
	background: url('../../images/inactive_next_tag.png') top left no-repeat;
	width: 31px;
	height: 29px;
	margin: 3px;
}

.center_table {
	margin: 3px;
}

.center_left {
	background: url('../../images/tag_left.png') top left no-repeat;
	width: 6px;
	height: 29px;
}

.center_center {
	background: url('../../images/tag_center.png') top left repeat-x;
	height: 29px;
	color: #be3f3f;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	cursor: pointer;
}

.center_center a {
	line-height: 29px;
	font-weight: bold;
}

.center_right {
	background: url('../../images/tag_right.png') top left no-repeat;
	width: 6px;
	height: 29px;
}

.frontend_tags, .center_center a.frontend_tags {
	font-weight: bold;
	text-decoration: none;
}

.frontend_tags img {
	border: 0 none;
	text-decoration: none;
}