div#editorialSelectionWidget {
    width: 620px;
	z-index:2;
}
div#editorialSelectionWidget div {
    position: relative;
    float: left;
    margin: 0;
}
div#editorialSelectionWidget div.images {
    float: left;
	z-index:2;
}
div#editorialSelectionWidget div.titles {
    float: right;
}
div#editorialSelectionWidget div.titles p {
	background:#293965 url(../images/editor_picks/ed_picks_shadow2.gif) repeat-x bottom left;
    border: 1px solid #464444;
	border-top:none;
    width: 188px;
    height: 48px;
    margin: 0;
    text-align: left;
    padding: 7px 5px 0 5px;
}
div#editorialSelectionWidget div.titles p:hover {
	background:#151468 url(../images/editor_picks/ed_picks_shadow2_o.gif) repeat-x bottom left;
    cursor:pointer;
}
div#editorialSelectionWidget div.images div {
    width: 420px;
}
div#editorialSelectionWidget div.images div img {
    width: 420px;
    height: 224px;
    float: left;
}
div#editorialSelectionWidget div.images div span {
    float: left;
    position: relative;
    top: -39px;
    padding: 10px 0 10px 5px;
    margin: 0;
    width: 295px;
    background-color: #000;
    opacity: 0.7;
    color: white;
}
div#editorialSelectionWidget div.titles div h4 {
    position: relative;
    float: right;
    margin: 5px;
}
div#editorialSelectionWidget div.images div#featuredArticleImage_1 {
    display: block;
}
div#editorialSelectionWidget div.images div#featuredArticleImage_2 {
    display: none;
}
div#editorialSelectionWidget div.images div#featuredArticleImage_3 {
    display: none;
}
div#editorialSelectionWidget div.images div#featuredArticleImage_4 {
    display: none;
}


