﻿html, body {
  margin: 0px;
  padding: 0px;
}
#trackbar_banner_container
{
	width: 160px;
	height: 600px;
	position: relative;
}
#trackbar_banner_container img
{
  border: none;
	width: 160px;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#trackbar_banner_container img.show
{
  border: none;
  width: 160px;
  height: 600px;
	display: none;
	z-index: 1 !important;	
}

