Hello, could you provide help with my site socialpatient.com/sp3
I would like to move the image show to the left to allow for the background image to show.
Thank you,
.gkIsWrapper-gk_startup .gkIsSlide.active {left: 35%}
.gkcloud > span { background: transparent url('../images/style2/gk_cloud.png') no-repeat 0 0; }
.gkheart > span { background: transparent url('../images/style2/gk_heart.png') no-repeat 0 0; }
.gksocial > span { background: transparent url('../images/style2/gk_social.png') no-repeat 0 0; }
.gkreward > span { background: transparent url('../images/style2/gk_reward.png') no-repeat 0 0; }
.gkcloud:hover > span,
.gkheart:hover > span,
.gksocial:hover > span,
.gkreward:hover > span { background-position: 0 bottom; }