/* clayton SLIDESHOW */
#slideshow {
	width:530px;
	padding-left: 20px;
}

#gallery {
	background-color:none;
	height:230px;
	width: 530px;
/*	margin-top: 15px;*/
}

#gallery div {
	text-align: center;
	width: 530px;
    height: 230px;
}
#controlbotright {
	float:right;
	padding: 5px 10px;
}
#gallery img {
	padding: 10px;
/*	border: 1px solid #333;*/
	background-color: #FFF;
}

#gallery div p {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#controls {
	text-align: center;
}
#pager    a, #slideshow .control  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #0E3B3B;
	padding: 2px 5px;
	text-decoration: none;
	margin-left: 5px;
	cursor: pointer;
}
#pager a.activeSlide {
	background-color: #E6E2AF;
	color: #000;
}
#pager a:hover, #playControl:hover {
	background: #900;
}
/* END OF SLIDESHOW */

