.bgHeight{
	height:100%;
	float: left;
	position: relative;
	width: auto;
}
.bgWidth{
	width:100%;
	float: left;
	position: relative;
	height: auto;
}
#btnPrev {
	height: 37px;
	width: 37px;
	position: absolute;
	background-image: url(http://app.fidelitytools.net/img/bgFull/btnPrev.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	left: 5px;
	top: 50%;
	margin-top: -33px;
	cursor:pointer;
}
#btnNext {
	height: 37px;
	width: 37px;
	position: absolute;
	background-image: url(http://app.fidelitytools.net/img/bgFull/btnNext.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 100;
	right: 5px;
	top: 50%;
	margin-top: -33px;
	cursor:pointer;
}
