.btUpH, .btDownH{
	margin:auto;
	display : block;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 17px;
	width: 15px;
	height : 20px;
}
.btUpH{
	left:0;
   background-image: url(../img/left.png);
}
.btDownH{
	right: 0;
   background-image: url(../img/right.png);
}
.btUpHActive{
   background-image: url(../img/leftActive.png);
}
.btDownHActive{
   background-image: url(../img/rightActive.png);
}
.horizontale{
	display:block;
	position: fixed;
	bottom:0;
	width:100%;
	height: 26px;
	background: #000000;
	color: #FFFFFF;
	z-index: 5;
}
.marqueeBoxH, .marqueeBoxV{
	border:1px solid black;
	overflow:auto;
}
.marqueeBoxH{
   display : inline-block;
   width:100%;
   height:20px;
   white-space : nowrap;
   float : left;
   margin-top : 5px;
   margin-left: auto;
   margin-right: auto;
   border : 1px solid black;
}
.marqueeBoxV{
  width:150px;
  height:150px;
   margin:auto;
}
