#testimonialblock
	{
		display: block;
		position: absolute;
		width: 600px;
		height: 340px;
		top: 190px;
		left: 190px;
		font-family: Verdana;
		font-size: 8pt;
		z-index: 6;
		background-color: transparent;
	}
/*  For Internet Explorer Browsers */

a.ie6, a.ie6:visited
	{
		display: block;
		height: 10pt;
		overflow: hidden;
		width: 250px;
		margin-left: 20px;
	}
a.ie6 .showphotopad, a.ie6:visited .showphotopad
	{
		display: block;
		position: absolute;
		top: -150px;
		left: 165px;
		visibility: hidden;
		z-index: 7;
	}
a.ie6:hover
	{
		overflow: visible;
	}
a.ie6:hover .showphotopad
	{
		visibility: visible;		
		background-color:  #0B0B0B;
	}
.displayphoto
	{
		display: block;
		position: absolute;
		top: -15px;
		left: -15px;
		border-top: 3px solid #9C92CF;
		border-right: 3px solid #66BB7E;
		border-bottom: 3px solid #F39879;
		border-left: 3px solid #FF89E4;
	}
/*  For all browsers except IE - Show testimonial photo */
ul
	{
		list-style-type: none;
		margin: 0px;
		margin-left: 20px;
		padding: 0px;
	}
li
	{
		display: block;
		position: relative;
		height: 10pt;
		overflow: hidden;
	}
li .showphotopad
	{
		visibility: hidden;
	}
li:hover
	{
		
		overflow: visible;
	}
li:hover .showphotopad
	{
		display: block;
		position: absolute;
		top: -150px;
		left: 175px;
		background-color:  #0B0B0B;
		visibility: visible;
	}
li:hover .showphotopad .showphoto
	{
		display: block;
		position: relative;
		top: -15px;
		left: -15px;
		border-top: 3px solid #9C92CF;
		border-right: 3px solid #66BB7E;
		border-bottom: 3px solid #F39879;
		border-left: 3px solid #FF89E4;	
		z-index: 7;
	}
/*  For Opera */

a.opera, a.opera:visited
	{
		display: block;
		position: absolute;
		height: 10pt;
		width: 400px;
		margin-left: 20px;
	}
a.opera:hover
	{
		height: 10pt;
		width: 400px;
	}
a.opera .showphotopad, a.opera:visited .showphotopad
	{
		display: none;
	}
a.opera:hover .showphotopad
	{
		display: block;
		position: absolute;
		top: -150px;
		left: 165px;
		background-color:  #0B0B0B;
		visibility: visible;
	}
a.opera:hover .showphotopad .showphoto
	{
		display: block;
		position: relative;
		top: -15px;
		left: -15px;
		border-top: 3px solid #9C92CF;
		border-right: 3px solid #66BB7E;
		border-bottom: 3px solid #F39879;
		border-left: 3px solid #FF89E4;	
		z-index: 7;
	}
p.testimonial
	{
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 2px;
	}