#slideshow {

	margin:0 auto;

	/*width:235px;*/

	height:200px;

	/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/

	position:relative;

}

#slideshow #slidesContainer {

  margin:0 auto;

  width:225px;

  height:223px;

  overflow:auto; /* allow scrollbar */



}

#slideshow #slidesContainer .slide {

  margin:0 auto;

  width:225px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */

  height:201px;

}




.control {

  display:block;

  width:39px;

  position:absolute;

  cursor: pointer;

}

#leftControl {

  top:0;

  margin-top:75px;	
	
  left:-6px;

  /*background:transparent url(<?=IMAGES_URL?>control_right.png) no-repeat 0 0;*/

}

#rightControl {

  top:0;

  margin-top:75px;

  right:-7px;

  /*background:transparent url(<?=IMAGES_URL?>control_left.png) no-repeat 0 0;*/

}
.slide img {

  float:right;

  margin:0 20px;

}

#slideshow_video {

	margin:0 auto;

	width:225px;

	height:200px;

	/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/

	position:relative;

}

#slideshow_video #slidesContainer_video {

  margin:0 auto;

  width:225px;

  height:223px;

  overflow:auto; /* allow scrollbar */



}

#slideshow_video #slidesContainer_video .slide_video {

  margin:0 auto;

  width:225px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */

  height:201px;

}



/** 

 * Slideshow controls style rules.

 */

.control_video {

  display:block;

  width:39px;

  position:absolute;

  cursor: pointer;

}

#leftControl_video {

  top:0;

  margin-top:75px;	
	
  left:-4px;

  /*background:transparent url(<?=IMAGES_URL?>control_right.png) no-repeat 0 0;*/

}

#rightControl_video {

  top:0;

  margin-top:75px;

  right:-10px;

  /*background:transparent url(<?=IMAGES_URL?>control_left.png) no-repeat 0 0;*/

}



/** 

 * Style rules for Demo page

 */




















