.padded
{
	margin: 10px;
}

#hs_wrapper
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 150px;
	height: 130px;
	background: url(/surgery/includes/heart_soul_logo_down.gif) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #ffffff;
}

#hs a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 150px;
	height: 130px;
	background: url(/surgery/includes/heart_soul_logo_up.gif) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #ffffff;
}

#hs a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/surgery/includes/heart_soul_logo_down.gif) top left no-repeat;
	/* second image place, for second background */
}

#circle
{
	background-image: url(/surgery/education/residency/general/images/background_circle.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 160px;
}
.tablerow2
{
	background-color: #f7e4c1;
}

#imagerollover1
{
    width: 200px;
    height: 145px;
    display: block;
    background: url(/surgery/healthcare/vascular/images/droneill_vascular_pad.jpg) no-repeat;
    cursor: pointer;
}

#imagerollover1:hover
{
    background-position: 0 -145px;
}

#imagerollover2
{
    width: 200px;
    height: 145px;
    display: block;
    background: url(/surgery/healthcare/vascular/images/colemanspot.jpg) no-repeat;
    cursor: pointer;
}

#imagerollover2:hover
{
    background-position: 0 -145px;
}

div#voverlay {
    height: 310px;
    padding-bottom: 15px;
}

#directory
{
    width: 200px;
    height: 52px;
    display: block;
    background: url(/surgery/healthcare/vascular/images/upstateconnect.gif) no-repeat;
    cursor: pointer;
}

#directory:hover
{
    background-position: 0 -52px;
}

