.slider1
{
	width: 8px;
	height: 500px;
	background-color: #333333;
	position: absolute;
	cursor: pointer
}
.indicator
{
	width: 8px;
	height: 8px;
	background-color: #00aedb;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
}
.indicator:hover
{
	background-color: #00cbff;
}
.container
{
	left: 20px;
	top: 20px;
	width: 480px;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.content
{
	position: absolute;
}
