#slideshow {
	margin:0 auto;
	width:1028px;
	height:220px;
	position:relative;
	background:white;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:1028px;
  height:220px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:1008px;  /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:220px;
}

#slide_controls {
	position:absolute;
	right: 1px;
}

.slide_preview {
	margin:0px 0px 3px 0px;
}


.control {
  display:block;
  width:39px;
  height:220px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:1px;
  background:transparent url(../images/leftarrow.png) no-repeat 0 170px;
  z-index:9;
}
#rightControl {
  top:0;
  right:0px;
  background:transparent url(../images/rightarrow.png) no-repeat 5px 170px;
}

.slide h2, .slide p {
  margin:25px 40px;
}
.slide h2 {
	margin-bottom:10px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
  font-size:30px;
 font-style:italic;
  color:#222;
  letter-spacing:0px;
}
.slide p {
	margin-top:10px;
	position:relative;
	font-size:14px;
	line-height:17px;
	width:175px;
}

.slide img {
  float:right;
  margin:0 15px;
}

/* SLIDES */

#slide1 {
	background:url('../images/branding.jpg');
}

#slide2 {
	background:url('../images/healthcare.jpg');
}

#slide2 p {
	width:140px;
}

#slide3 {
	background:url('../images/cd_dvd.jpg');
}

#slide3 p {
	width:140px;
	/*margin-left:55px;
	width:115px;*/
}

#slide4 {
	background:url('../images/retail.jpg');
}

#slide4 p {
	height:139px;
}

#slide4 small {
	font-size:9px;
	position:absolute;
	bottom:0px;
	left:0px;
}

#slide5 {
	background:url('../images/event_promotion.jpg');
}

#slide5  p {
	width:190px;
}

#slide6 {
	background:url('../images/marketing_industry.jpg');
}

#slide6 p {
	width:250px;
}

#slide7 {
	background:url('../images/mobile.jpg');
}

#slide8 {
	background:url('../images/illustration.jpg');
}

#slide8 p {
width:110px;
}