$(function () {
			var imageHeight = $("#serviceList").height();
			$("#serviceImage").css({
								   height : imageHeight
								   });
			$("#feature").cycle();
			});
