#slideshow {
			margin:0 auto 20px auto;
			width:530px;
			height:435px;
			background:transparent;
			position:relative;
		}
		#slideshow h2 {
			margin: 0 0 3px 0;
			color: #333;
			}
		#slideshow p {
			margin: 0;
			}
		#slideshow #slidesContainer {
		  margin:0 auto;
		  width:530px;
		  height:435px;
		  overflow:auto; /* allow scrollbar */
		  position:relative;
		}
		#slideshow #slidesContainer .slide {
			position: relative;
		  margin:0 auto;
		  width:510px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
		  height:435px;
		  font-size: small;
		}
		.slide div.text {
			display: block;
			width: 530px;
			height:40px;
			position: absolute;
			padding: 10px;
			bottom:0;
			background-color: #fff;
			filter:alpha(opacity=90);
			-moz-opacity: 0.9;
			opacity: 0.9;
		}
		div.text p{
			padding-top:10px;
			line-height:15px;
			}
		.numbers
		{
			display: none;
		}
		.homeSlideImage{
			float:right;
			border:none;
			margin-top:-14px;
			margin-left:3px;
			}
		
		/** 
		 * Slideshow controls style rules.
		 */
		.control {
		  display:block;
		  width:30px;
		  height:435px;
		  text-indent:-10000px;
		  position:absolute;
		  cursor: pointer;
			z-index: 1;
		}
		#leftControl {
		  top:0;
		  left:0;
		  background: transparent url(http://www.berklee-blogs.com/wp-content/themes/sandbox/images/arrows.png) no-repeat -32px center;
		}
		#rightControl {
		  top:0;
		  right:0;
		  background: transparent url(http://www.berklee-blogs.com/wp-content/themes/sandbox/images/arrows.png) no-repeat -5px center;
		}
		
		#a {background: url(../images/hp-marquee-01.jpg) no-repeat 0 0;}
		#b {background: url(../images/hp-marquee-02.jpg) no-repeat 0 0;}
		#c {background: url(../images/hp-marquee-03.jpg) no-repeat 0 0;}
		#d {background: url(../images/hp-marquee-04.jpg) no-repeat 0 0;}
		#e {background: url(../images/hp-marquee-05.jpg) no-repeat 0 0;}
		#f {background: url(../images/hp-marquee-06.jpg) no-repeat 0 0;}
		#g {background: url(../images/hp-marquee-07.jpg) no-repeat 0 0;}

