﻿/* Styles Required By Image Gallery Slider */
#slideshow {
	margin:0 auto;
	width:462px;
	height:305px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	overflow:hidden;
}
#slideshow #slidesContainer {
  margin:0 auto;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
}

.control {
  display:block;
  width:36px;
  height:35px;
  cursor: pointer;
}
#leftControl {
  background:transparent url(/_longtail/design/gallery_prev.gif) no-repeat 0 0;
}
#rightControl {
  background:transparent url(/_longtail/design/gallery_next.gif) no-repeat 0 0;
}
#pageContainer {
  width:100%;
}
