.slideshow.horizontal
{
	postion:relative;
  margin-left: auto;
  margin-right: auto;
  width: 930px;
  height: 235px;
	background-color: #cccccc;
}

.slideshow.horizontal #loading
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 930px;
  height: 235px;
  z-index: 20;
  text-align: center;
  line-height: 215px;
	background-color: #cccccc;
}

.slideshow.vertical
{
	position:relative;
  width: 220px;
  height: 495px;
	margin-top: 10px;
  float: left;
	background-color: #cccccc;
}

.slideshow.vertical #loading
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 220px;
  height: 495px;
  z-index: 20;
  text-align: center;
  line-height: 475px;
}

.slideshow.vertical.portrait
{
	position:relative;
  width: 220px;
  height: 660px;
	margin-top: 10px;
  float: left;
	background-color: #cccccc;
}

.slideshow.vertical.portrait #loading
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 220px;
  height: 660px;
  z-index: 20;
  text-align: center;
  line-height: 475px;
}

#loading p img
{
	vertical-align:middle;
}
/*
.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_cover img
{
  width: 320px;
  height: 240px;
  z-index: 15;
}

#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_cover
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 240px;
  height: 540px;
  background-color: transparent;
  z-index: 10;
}

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

.slideshow_cover_small img
{
  width: 240px;
  height: 180px;
  z-index: 15;
}

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

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

#vslideshow_cover3
{
  top: 360px;
  left: 0px;
}
*/
.slideshow a
{
  disabled: true;
}

.slide_holder
{
  display: table-cell;
	text-align: center;
	vertical-align: middle;
  w/idth: 320px;
  h/eight: 240px;
  width: 310px;
  height: 233px;
	p/adding:3px;
  float: left;
	m/argin:2px;
	background-color:#cccccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	b/ehavior: url(../style/border-radius.htc);
	overflow:hidden;
}

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

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

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


