/***********************
	 Employee Speak
************************/

#pscroller1{
width:250px;
float:left;
margin:0px;
height: 110px;
padding: 0px;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ /* class to apply to your scroller(s) if desired */
}
#emp_1,#emp_2,#emp_3,#emp_4
	{
	background:url(images/emp_1.jpg);
	width:126px;
	height:87px;
	float:left;
	}
#emp_2
	{
	background:url(images/emp_2.jpg);
	}
#emp_3
	{
	background:url(images/emp_3.jpg);
	}
#emp_4
	{background:url(images/emp_4.jpg);
	}	
#Speak, #Speak_1,#Speak_2,#Speak_3 
	{
	width:112px;
	height:109px;
	float:left;
	padding-left:10px;
	text-align:left;	}

/***********************
  END Employee Speak
************************/
