﻿
 /* modal popup style*/
 .modalPopup_SlideShow
{
	background-color: White;
	border-width: 0px;
	border-style: solid;
	border-color: inherit;
	padding: 3px;
	width: 650px;
}

.demo_pop
{
    width: 650px;
    display:none;
    position:fixed;
    _position:absolute; 
    /* hack for internet explorer 6*/z-index:1001;
    padding:12px;
    font-size:13px;
    
}

.demo_close_btn
{
    margin:0px 0 0 620px;
    z-index:100;
}

/*remove blue border of images*/
 a img { border:0 }


 /*
 Slideshow style rules.
 */
#slideshow {
	margin:0px 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:0px 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;
}
 

