
/* Specific parts from here */

#participantimage
{
	background-image:url(../images/grower.jpg); /* difference/participant */
	border:0px; 
	height:193px;
}

#participanttext a
{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background: url(../images/arrow_grower_white.gif) right no-repeat; /* difference/participant */ 
}

#participanttext a:hover
{
	color:#BC7ABC;
	background: url(../images/arrow_grower_pink.gif) right no-repeat; /* difference/participant */ 
}

