/* image_with_overlay, new marquee-specific styles */
.image_with_overlay .overlay_content {
	background-image:none;
	background-color:rgba(42,0,64,0.65);
	background-color:rgb(42,0,64)\9;
    padding:15px;
}

.image_with_overlay .overlay { bottom:45px; position: absolute;width: auto; z-index: 1001;}

.image_with_overlay .overlay_content h2 {font-size:34px;}
.image_with_overlay .overlay_content h3 {font-family:'Helvetica Neue',Helvetica,Arial;font-weight:normal;font-size:16px;}

.image_with_overlay .overlay .readmore {font-family:Copperplate,"Copperplate Gothic Light",fantasy;font-weight:bold;font-size:16px;background:url("/etc/designs/scps2/images/linkarrow_sprite.png") no-repeat scroll right -314px transparent;padding: 0 15px;}

.image_with_overlay.upLeft .overlay {top:35px;left:0px;width:auto;}
.image_with_overlay.upRight .overlay {top:35px;right:0px;width:auto;}
.image_with_overlay.botLeft .overlay {bottom:45px;left:0px;width:auto;}
.image_with_overlay.botRight .overlay {bottom:45px;right:0px;width:auto;}
.main_content .image_with_overlay a, .col2 .image_with_overlay a {color:#fff;}
.image_with_overlay a, .image_with_overlay a.vlink, .image_with_overlay a:visited { color: #FFFFFF; }

/* making up for stupid day problems */
.image_with_overlay.obottom .overlay {bottom:45px;left:0px;width:auto;}