.slideshow-outer
{
	position: relative;
	background-color: #ffffff;
	margin: 0 0 0 10px;
}


.slide-left
{
    left: 0;
    position: absolute;
    top: -0;
    z-index: 6050;

}

.slide-left a.left-arrow
{
	display: block;	
width: 20px;
	height: 19px;
	overflow: hidden;
	text-indent: 9000px;
        background-image: url(~/media/Images/coas/ui/chevron-left);
        background-image: no-repeat;

}

.slide-left a.left-arrow:hover
{
	background-position: 0px 0px;
}

.slide-right
{
    left: 20px;
    position: absolute;
    top: -0;
    z-index: 6050;
}

.slide-right a.right-arrow
{
	display: block;
	width: 20px;
	height: 19px;
	overflow: hidden;
	text-indent: 9000px;
        background-image: url(~/media/Images/coas/ui/chevron);
        background-image: no-repeat;
}

.slide-right a.right-arrow:hover
{
	background-position: 0px 0px;
}

.slideshow-controls
{
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 10px;
    left: 484px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 227px;
    z-index: 2000;
}

.slideshow-slide
{
	text-align: center;
}


.pager {
  position: absolute;
    width: 545px;
}

.inactivethumb {

	background-repeat: no-repeat;
        background-color: #325e79;

}

.pager a img {
        background-color: #001E5E;
        margin-top: -10px;


}


.slideshow-slide img
{
	border: 0px;
}

.slideshow-slideset 
{
	position: absolute;
	right: 0px;
	top: 0px;
width: 531px;
height: 251px;
}

.slideshow-image-slide
{
	position: relative;
	height: 250px;
	width: 530px;
}

.slideshow-image-slide img
{
	position: absolute;
	top: 0px;
        border: 1px solid #848484;
}

.slide-text
{
	position: absolute;
	top: 182px;
	left: 0px;
	width: 512px;
	height: 65px;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(~/media/B73025B0DA8D4A919412D759B3616AB9.ashx);
/*~/media/Image/coas/slideshow/featureBg.png*/
	z-index: 150;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	font-family: arial;
	font-size: .85em;
	color: #ffffff;
}

.slide-text p {
        line-height: 1.1em;
        margin:0 0 5px;
        width: 477px;
}

.slideTitle {
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;

}

.slide-text a, .slide-text a:active,.slide-text a:visited {
  color:#ffffff;
  text-decoration:underline;
}

.slide-text a:hover{
  color:#6E8FAE;
  text-decoration:underline;
}