#two .slideshow-outer
{
	position: relative;
	background-color: #071F43;
        border: 1px solid #071F43;
}
#two .slideshow-controls
{
	position: absolute;
	left: 0px;
        top: 250px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #071F43;
        width: 226px;
	text-align: center;
	cursor: pointer;
	border: 0;
	margin-left: 0px;
	padding: 2px;
}

#two .slideshow-controls a:hover {
  height: 1px;
  background-color: #B3C9DA;
  padding: 12px 0 0 0;
  margin:0px;
}

#two .slideshow-controls img 
{
	border: 0px;
}
#two .slideshow-slide img
{
	border: 0px;
}
#two .slideshow-slideset 
{
	position: absolute;
	right: 0px;
	top: 0px;
}
#two .slideshow-image-slide
{
	position: relative;
	height: 250px;
	width: 230px;
}
#two .slideshow-image-slide img
{
	position: absolute;
	top: 0px;
	right: 0px;
}


#two  .slide-text
{
	position: absolute;
	top: 0px;
	width: 230px;
        height: 100px;
	background-image:url("/~/media/Images/egmt/home/slideshow/slideshow-transparent.png");
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 150;
	text-align: right;
	padding-top: 140px;
        float:right;
        color: #000;
	font-size: .9em;
        margin: 0 10px 0 0;
	line-height: 1.3em;

}

#two .slideTitle {
  font-weight:bold;
  padding:10px 10px 0 10px;
  font-size: 1em;
}

#two .slide-text p{
padding: 0 10px 0 5px;
}