For the image update the <style> tag with the following
<style>
#bay_ad_area
{
width: 250px;
height: 600px;
margin: 0;
padding: 0;
overflow: hidden;
}
#bay_ad_area img{
width: 200px;
position: relative;
margin: 0px 0 0 0;
}
#bay_ad_overlay_container
{
position: relative;
top: -600px;
width: 250px;
height: 0;
cursor: pointer;
}
#bay_ad_b_top
{
position: absolute;
top: 0px;
left: 0px;
width: 250px;
height: 5px;
margin: 0;
padding: 0;
z-index: 1000;
}
#bay_ad_b_right
{
position: absolute;
top: 0px;
left: 295px;
width: 5px;
height: 600px;
margin: 0;
padding: 0;
z-index: 1000;
}
#bay_ad_b_bottom
{
position: absolute;
top: 595px;
left: 0px;
width: 250px;
height: 5px;
margin: 0;
padding: 0;
z-index: 1000;
}
#bay_ad_b_left
{
position: absolute;
top: 0px;
left: 0px;
width: 5px;
height: 600px;
margin: 0;
padding: 0;
z-index: 1000;
}
.bay_ad_border
{
}
#bay_ad_text_box_container
{
position: absolute;
left: 0;
top: 0;
width: 250px;
height: 600px;
overflow: hidden;
}
#bay_ad_opacity_box
{
position: absolute;
left: 0;
top: 555px;
padding: 0;
margin: 0;
width: 250px;
height: 500px;
background: black;
opacity: 0.7;
}
#bay_ad_text_box
{
position: absolute;
left: 0;
top: 555px;
padding: 2px 7px;
margin: 0;
text-align: left;
color: white;
font-weight: bold;
font-size: 15px;
font-family: sans-serif;
line-height: 17px;
z-index: 1001;
opacity: 1;
}
#bay_advertiser_box
{
position: absolute;
left: 0px;
top: 585px;
padding-left: 7px;
padding-top: 14px;
text-align: left;
color: white;
font-size: 12px;
font-family: sans-serif;
z-index: 1001;
opacity: 0.75;
}
</style>