﻿#slideshow {
	width: 773px;
	margin: 0 auto;
	position: relative;
}
	#slideshow #slidesContainer {
		  width: 737px;
		  margin: 0 0 0 18px;
		  overflow: auto; /* allow scrollbar */
		  position: relative;
	}
		#slideshow #slidesContainer .slide {
			width: 770px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
			margin: 0 auto;
		}
			#slideshow #slidesContainer .slide .slide_box{
				width: 235px;
				border-right: 13px solid white;
				float: left;
			}

/** 
 * Slideshow controls style rules.
 */
.control {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}
#leftControl {
	top: 57px;
	left: 0;
	background: transparent url(../g/link_arrow_red_left.png) no-repeat 0 0;
}
#rightControl {
	top: 57px;
	right: 0;
	background: transparent url(../g/link_arrow_red_right.png) no-repeat 0 0;
}
#leftControl:hover,
#rightControl:hover {
	background-position: 0 -100px;
}