I am working with the following HTML:
<div class="hidContent">
<div class="hidOverflow fullWidth">
<div id="ctl00_BodyPlaceHolder_CBExpServPage">
<div class="header"><span><img src="theImages/arrow_right.png" id="imgType" />This is the first clickable link</span></div>
<div class="content hidContent">
<tfText01>
<p style="padding: 20px; border: 0px; font-style: italic; color: rgb(51, 51, 51); line-height: 23px; font-size: 14px; text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; font-family: Verdana, Tahoma, Arial;">It offers you the following convenient features:</p>
<ul style="padding-left: 45px; border: 0px; list-style: none; color: rgb(51, 51, 51); font-family: Verdana, Tahoma, Arial; font-size: small;">
<li style="padding: 5px; border: 0px; text-indent: -0.7px;">First UL list to get everything else working.</li>
<li style="padding: 5px; border: 0px; text-indent: -0.7px;">Second UL list to get everything else working.</li>
</ul>
</tfText01>
</div>
</div>
</div>
</div>
Fiddle: http://jsfiddle.net/snf9kae9/1/
How can I adjust the jQuery/HTML code to center align the This is the first clikable link
vertically and prevent any shifting of text when the image changes.