#Main {
    width: 673px;
    height: 35px;
    margin: 0 auto;
}
#Main img{
	width: 26px;
	height: 27px;
	float: left;
}
#scrollBar {
	float: left;
    width: 565px;
    height: 8px;
    background-color: #e5f2ff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
	margin-top: 9px;
	margin-left: 20px;
    cursor: pointer;
}
#scroll_Track {
    width: 0px;
    height: 10px;
    background-color: #3d9cff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
#scroll_Thumb {
    height: 10px;
    width: 10px;
    background-color: #3d9cff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    position: absolute;
    margin-top: -13px;
    cursor: pointer;
	box-shadow: 0px 2px 8px 0px 
		rgba(61, 156, 255, 0.5);
}
.slide-num{
	float: left;
	width:35px;
	height: 35px;
	margin-left: 20px;
	margin-top: -8px;
	background-color: #94C8FF;
	background: linear-gradient(
	    to bottom right,
	    rgba(207, 207, 207, 0) 0%,
	    rgba(207, 207, 207, 0) calc(50% - 2px),
	    rgba(207, 207, 207, 1) 50%,
	    rgba(207, 207, 207, 0) calc(50% + 2px),
	    rgba(207, 207, 207, 0) 100%
	  );
}
.pic-index{
	font-size: 22px;
	font-weight: bold;
	color: #3d9cff;
	position: relative;
	top: -30px;
	left: -8px;
}
.pic-total{
	font-size: 14px;
	color: #999999;
	position: relative;
	top: -57px;
	left: 18px;
}