

#banner_mts			{
					background: url("images/bg_banner_ipad.png") center;
				 	height: 527px; 
							}



/**
 * Slideshow controls style rules on home page
 */
 
 
.slideshow .control { 
	display:block;
	width:20px;
	height:50px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
.slideshow #leftControl {
	top:250px;
	left:0px;
	background:transparent no-repeat 0 0;
}
.slideshow #rightControl {
	top:250px;
	right: 0px;
	background:transparent no-repeat 0 0;
}
.slideshow .playcontrol {
	text-decoration:underline;
	cursor: pointer;
	margin-right:5px;
}


