
/** 
 * Slideshow style rules.
 */
 
#slideshow1 {
	margin: 0 auto;
	width: 620px;
	height:260px; /*260 ( smaller was 220 )*/
	background-color: transparent;
	background-image: url(../resources/slideshow/slideshow-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#slideshow1 div.trans {
  padding: 10px;
  width: 600px;
  height:230px; /*230 ( smaller was 200)*/
  overflow:hidden; /* dont allow scrollbar */
  position: relative; 
  background-color: transparent;
  display: block;
  top: 0; 
  left: 0; 
  /* filter:alpha(opacity=0); IE bloomin IE it will make transparent but text and contents dont then show 
  opacity: 1; */
 }

#slideshow1 .hidden{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#slideshow1 div.trans h1{
	font-size: 20px; /* 25px */
	letter-spacing: -1px;
	margin-top: -13px;
 }

#slideshow1 div.trans h5{
	font-size:13px; /* 17px */
	line-height: 15px;
}

#slideshow1 div.trans img { float: right; margin: 0 0 0 10px; border: none; padding: 0;}


/** 
 * Slideshow controls style rules. - unused on this
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../resources/slideshow/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../resources/slideshow/control_right.jpg) no-repeat 0 0;
}
