@charset "UTF-8";

/* WebDesignAndSuch.com Demo */

.imageOuter {width:350px; float:left; margin:0 37px 0 0}


/* jquery-method */

span.roll {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

span.roll.link {
	background:url("images/hovericon1.png") center center no-repeat rgba(0,0,0,0.3);
}

span.roll.zoom {
	background:url("images/hovericon2.png") center center no-repeat rgba(0,0,0,0.3);
}

span.roll.arrow {
	background:url("images/hovericon3.png") center center no-repeat rgba(0,0,0,0.3);
}

a.hover-image {
	position: relative;
	display: block;
}