$(document).ready(function() {
//						   alert($('#contentRight').css('height'));
if($('#contentRight').css('height') == "445px") {
//		height:500px;			
//		alert($('#contentRight').css('height'));
		$('.animaHolder').css('padding-top', '250px');
}
		})
