
div#tmpSlideshow {
    margin: 0px;
    padding: 0px 0 0 0;
    position: relative;
    height: 216px;
	overflow:hidden;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
/*    height: 332px;*/
    display: none;
}
div.tmpSlide img {
/*margin: -22% 0 0;*/
/* right: 0px; */
width: 100%;
height: auto;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 38px;
    right: 130px;
    width: 260px;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 0 0;
    /*background: url('Feature.png') no-repeat;*/
	background:#c2cbd0;
    width: 14px;
    height: 14px;
    color: #554d31;
    font: 11px Tahoma, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 16px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    /*background-image: url('FeatureOver.png');*/
}
div.tmpSlideshowControlActive {
   /* border: 1px solid rgb(161, 155, 137);*/
   background:#fe6d03;
   color:#FFF;
}
div.tmpSlideCopy {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 345px;
	background:#fff;
	padding:15px 20px 20px;
	min-height:140px;
}
div#tmpSlideshow h4 {
    color: #1c3a54;
    font:700 22px/21px "Times New Roman", Times, serif;
    margin:0;
	border-bottom:1px solid #eee;
	padding:0 0 10px;
}
div#tmpSlideshow h2 {
    color: #253d84;
    font: 16px Tahoma, Arial, sans-serif;
    margin: 4px 0;
	font-weight:normal;
}

div#tmpSlideshow h3 {
    color: #253d84;
    font: 17px Tahoma, Arial, sans-serif;
}

div.tmpSlideCopy p {
    font: 12px/1.4em Helvetica, Arial, sans-serif !important;
	color:#1c3a54 !important;
	padding:15px 0 0 !important;
}
div.tmpSlideCopy .linkMore {
    font:700 12px Helvetica, Arial, sans-serif;
	color:#3e7fbb;
	padding:0 0 0 11px;
	float:right;
	text-transform:uppercase;
	background:url(../img/arrow.png) no-repeat 0px 4px;
	position:absolute;
	bottom:14px;
	right:20px;
	font-style:italic;
}