@charset "utf-8";
.rss {
	position: relative;
	left: 4px;
}
.rss img {
	border: none;
}
.gallery {
	margin: 20px 0;
}
.gallery img {
	border: none;
}
.gallery, .gallery .current-image {
	text-align: center;
}
.gallery ul.gallery-images {
	display: none;
	list-style-type: none;
}
.gallery .image-panel {
	margin: 0 auto;
}
.gallery .image-title {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #333;
}
.gallery .gallery-image {
	text-align: center;
}
.gallery a.previous,  .gallery a.next {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 24px;
	cursor: pointer;
	text-decoration: none;
	color: #ff6600;
	outline: none;
}
.gallery a.previous {
	margin-right: 1ex;
}
.gallery a.previous img {
	background: url(../images/arrows.png) top left no-repeat;
}
.gallery a.next {
	margin-left: 1ex;
}

.gallery a.next img {
	background: url(../images/arrows.png) top right no-repeat;
}
.gallery a.disabled, .gallery a.disabled * {
	color: #CCC !important;
	cursor: default !important;
}
.gallery a.disabled img.previous {
	background-position: bottom left;
}
.gallery a.disabled img.next {
	background-position: bottom right;
}
