﻿
 /* modal popup style*/
 .modalPopup_SlideShow
{
	background-color: White;
	border-width: 0px;
	border-style: solid;
	border-color: inherit;
	padding: 3px;
	width: 650px;
}


/*remove blue border of images*/
 a img { border:0 }


 /*
 Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:400px;
	background:transparent url(/images/demo/bg_demo.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:400px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:400px;
  color:White;
}
 
 
/*
 Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:400px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/images/demo/left_scroll.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/images/demo/rt_scroll.jpg) no-repeat 0 0;
}
 
