﻿.toolbar{
	width: 100%;
    height: 96px;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 9999999;
    position: absolute;
    top: 0;
    left: 0;
}
.btnContainer{
	margin: 0 auto;
}
/*.toolbar a{
	float: left;
    margin-right: 12px;
    overflow: hidden;
    width: 54px;
    height: 55px;
    background: url(../images/btn_a.jpg) no-repeat top center;
    padding-top: 12px;
    text-align: center;
    display: block;
}*/
.toolbar {
	background: rgba(0,0,0,0.8);
	text-align: center;
	height: 96px;
}
.btnContainer >div{
	width: 76px;
	height: 76px;
	line-height:76px;
	background: #eee;
	display: inline-block;
	border-radius: 8px;
	text-decoration: none;
	color: #ac0204;
	margin-top: 10px;
	margin-right: 22px;
	cursor: pointer;
	
}
#enlager{
	background: #eee url(enlarge.png) no-repeat ;
	background-size: 60px;
	background-position: 8px 8px;
}
#narrow{
	background: #eee url(narrow.png) no-repeat ;
	background-size: 60px;
	background-position: 8px 8px;
}
#colorRed{
	background: #eee url(red.png) no-repeat ;
	background-size: 60px;
	background-position: 8px 8px;
}
#colorYellow{
	background: #eee url(yellow.png) no-repeat ;
	background-size: 60px;
	background-position: 8px 8px;
}
#colorBlue{
	background: #eee url(blue.png) no-repeat ;
	background-size: 60px;
	background-position: 8px 8px;
}
#resetColor{
	background: #eee url(reset.png) no-repeat ;
	background-size: 60px;
	background-position: 8px 8px;
}
#close{
	background: #eee url(close.png) no-repeat ;
	background-size: 60px;
	background-position: 8px 8px;
}
#cross{
	background: #eee url(cross.png) no-repeat ;
	background-size: 60px;
	background-position: 8px 8px;
}
