.rhce_vis.switcher {
	padding-bottom: 15px;
}
.rhce_vis.switcher .switcher_overflow {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width: 223px;
	height: 170px;
	overflow: hidden;
}

.rhce_vis.switcher .slides_container {
	width:223px;
	height:170px;
	overflow:hidden;
	position:relative;
	display:none;
}

.rhce_vis.switcher .slides_container a {
	width:223px;
	height:170px;
	display:block;
}

.rhce_vis.switcher .slides_container a img {
	display:block;
}

.rhce_vis.switcher .pagination {
	margin:18px auto 0;
	width:100px;
}

.rhce_vis.switcher .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.rhce_vis.switcher .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.rhce_vis.switcher .pagination li.current a {
	background-position:0 -12px;
}

.rhce_vis.switcher .cycle-pager {
	text-align: center;
	margin-top: 10px;
}
.rhce_vis.switcher .cycle-pager a {
	display: inline-block;
	width:12px;
	height:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	overflow: hidden;
}
.rhce_vis.switcher .cycle-pager a.cycle-pager-active {
	background-position:0 -12px;
}
