﻿/* <!-- Точки -->   */
#pic_list_numbers{
	position: absolute;
	top: 100px;
	right: 0px;
	color: #9f9d9d;
	font-size: 125%;
	text-transform: uppercase;
	display: table;
	text-align: center;
/*	background: rgba(0, 0, 0, 0.4); */
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	z-index: 1000;
}
.circle {
    width: 10px;
    height: 10px;
    background: #b0b0b0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	cursor: pointer;
}
.circle_active {
    width: 10px;
    height: 10px;
    background: #e6a064;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	cursor: pointer;
}
.circle-wrapper{
	display: table-cell;
	width: 30px;
	cursor: pointer;
	z-index: 1000;
}
.circle:hover {
    background: #e6a064;
}
.play {
    width: 12px;
    height: 12px;
    background-image: url(../img/museum_view/pause.png);
    cursor: pointer;
}
.play_active {
    background-image: url(../img/museum_view/play.png);
}
/* <!-- Точки -->   */