﻿.learn-more {text-align:right;}

.promo-overlay {
	width:325px;
	height:130px;
	position:relative;
	float:left;
}
.promo-overlay .learn-more{
	width:325px;
	height:130px;
	position: absolute;
	background-position: right bottom;
	bottom: -103px;
	float:left;
	right: 7px;
}

div.learn-more a.more-button
{
    float:right;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    background-image:url('/images/promo-button-left.gif');
    background-repeat:no-repeat;
    background-position:top left;
}
div.learn-more a.more-button span
{
    display:block;
    background-image:url('/images/promo-button-right.gif');
    background-repeat:no-repeat;
    background-position:top right;
}
div.learn-more a.more-button span span
{
    padding:3px 14px 4px 14px;
    margin:0 6px;
    background-image:url('/images/promo-button-repeat.gif');
    background-repeat:repeat-x;
    background-position:top left;
}
