@charset "utf-8";
/* CSS Document */
.slider1
{
	width: 10px;
	height: 340px;
	background-color: #284f49;
	position: absolute;
}
.indicator
{
	width: 10px;
	height: 10px;
	background-color: #666;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
}
.container
{
	width: 515px;
  height: 340px;
  padding-right:10px;

	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.content
{
	position: absolute;
	width:510px;
}



