	/************************************************

*	slides								*

************************************************/

#testimon{
	width:222px;
	margin:6px;  
	height:234px; 
	padding-top:70px; 
	background-image:url('http://northphoenixdentist.com/wp-content/themes/WMFD/assets/images/testbg.jpg');
	background-repeat:no-repeat; 
	margin-left:17px;}
	
#slideshow-area, #slideshow-scroller {
	width: 200px;
	height: 234px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;

}
#slideshow-area {
}
#slideshow-holder {
	height: 200px;
}
#slideshow-previous, #slideshow-next {
	width: 80px;
	height: 55px;
	position: absolute;
	background: transparent url("http://northphoenixdentist.com/wp-content/themes/WMFD/assets/images/leftarrow.jpg") no-repeat 50% 50%;
	top: 175px;
	display: none;
	cursor: pointer;
	cursor: hand;
	background-color: #84bee7;
}
div.slideshow-content {
	width:200px;
	height:200px;
	font-size:13px;
}
div.slideshow-content p {
	width:200px;
	height:200px;
	font-size:13px;
}
#slideshow-next {
	display: block;
	background: transparent url("http://northphoenixdentist.com/wp-content/themes/WMFD/assets/images/rightarrow.jpg") no-repeat 50% 50%;
	background-color:black;
	top: 175px;
	right: 0;
	background-color: #84bee7;
}
.slideshow-content {
	float: left;
}