.hslideshow_container
{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  height: 240px;
  padding: 4px 4px 4px 4px;
  border:1px solid #aaa;
}

.hslideshow_container #loading
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 240px;
  z-index: 20;
  text-align: center;
  line-height: 240px;
}

.vslideshow_container
{
  width: 320px;
  height: 480px;
  padding: 4px 4px;
  border:1px solid #aaa;
  float: left;
}

.vslideshow_container #loading
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 480px;
  z-index: 20;
  text-align: center;
  line-height: 480px;
}
/*
.vslideshow_container img
{
  width: 320px;
  height: 240px;
}
*/
.hslideshow_cover
{
  position: absolute;
  top : 0px;
  left: 0px;
  width: 960px;
  height: 240px;
  background-color: transparent;
}

.slideshow_cover
{
  position: absolute;
  width: 320px;
  height: 240px;
  float: left;
  z-index: 10;
}

#slideshow_cover1
{
  top: 5px;
  left: 55px;
  #top: 0px;
  #left: 0px;
}

#slideshow_cover2
{
  top: 5px;
  left: 375px;
  #top: 0px;
  #left: 320px;
}

#slideshow_cover3
{
  top: 5px;
  left: 695px;
  #top: 0px;
  #left: 640px;
}

#vslideshow_cover1
{
  top: 0px;
  left: 0px;
}

#vslideshow_cover2
{
  top: 240px;
  left: 0px;
}

.slideshow_cover img
{
  width: 320px;
  height: 240px;
  z-index: 15;
}

.slideshow a
{
  disabled: true;
}

.vslideshow_cover
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 480px;
  background-color: transparent;
  z-index: 10;
}

.slide_holder
{
  display: table-cell;
	text-align: center;
	vertical-align: middle;
  width: 320px;
  height: 240px;
  float: left;
}

.slide
{
	/*
	width: 320px;
  height: 240px;
	*/
	position:relative;
	visibility: hidden;
}

