.slideshow-slideset .slide-image a img {
	margin: 0;
}
.main .slideshow-inner {
	 position: relative;
         background-image: url(/~/media/Images/coe/Home/slideshow/slideshow-bg);
         background-repeat:no-repeat;
         height:384px;
        
}

.main .slideshow-image-slide img {
       margin-top:21px;
       margin-left:368px;
    
}

.main .slideshow-image-slide .slide-text img {
    margin-left: 0;
    margin-top: 0;
}

.main h2 {
    color:#fff;
    font-variant: small-caps;  
    background:none;
    font-size:1.9em;
}

.slideshow-controls {
	border: 0 none;
	height: 24px;
	left: 0;
	top: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2000;
	cursor: pointer;

}
.main .slide-left {
  width: 53px;
  height: 55px;
  position: absolute;
  top: 9px;
  left: 0px;
  background-image: url(/~/media/Images/coe/Home/slideshow/left-arrow.png);
  background-repeat: no-repeat;
  cursor:pointer;
}
.main .slide-right {
  width: 53px;
  height: 55px;
  position: absolute;
  top: 8px;
  left: 312px;
  background-image: url(/~/media/Images/coe/Home/slideshow/right-arrow.png);
  background-repeat: no-repeat;
  cursor:pointer;
}
.main a.right-arrow, .main  a.left-arrow {
  margin-left: -9999px;
}
.main .pager {
  margin-top:150px;
  margin-left:49px;
}
.main .pager .activethumb{
  border:4px solid white;
}

.main .pager img{
   margin: 0 11px;
   width:67px;
}

.main .slide-text {
  left:30px;
  top:40px;
  width:300px;
  text-align:center;
  position:absolute;
  color:#fff;
}

.main .slide-text p {
    line-height: 1.3em;
    margin: 10px 10px 40px;
}

.main .silver-button {
  background: url(~/media/Images/coe/ui/button-white-bg);
  font-size: 1.3em;
  padding: 1px 10px 2px;
  text-transform: uppercase;
  font-weight: normal;
  margin:
}

.main .silver-button-text a:link, .main .silver-button-text a:visited  {
  color:#00205E;
}

.main .silver-button-text a:hover, .main .silver-button-text a:active{
  color:#e2992b;
  text-decoration: none;
}