/* CSS Document */

#slideshow {
	width:660px;
	height:243px;
	position:relative;
	background-color: transparent;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 58px;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer {
	width:560px;
	height:243px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-right: 60px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 0;
}
#slideshow #slidesContainer .slide {
	width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:243px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background-color: transparent;
	background-image: url(img/work_slides/slide_left_control.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(img/work_slides/slide_right_control.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.slide h2, .slide p {
	margin:15px;
	color: #CCCCCC;
}
.slide h2 {
	color:#FF0000;
	letter-spacing:-1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}
.slide img {
	float:right;
	border: medium solid #000000;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	margin-top: 0;
}

