.dxImageSlideShow
{
	clear:both;
}
		
.dxImageSlideShow .dxImageBox
{
	background-color:#000000;
}

.dxImageSlideShowControlPanel
{
	background-color:#cccccc;
	overflow: hidden;
	padding: 5px;
}

.dxImageSlideShowControlPanel .dxImageSlideShowNext
{
	width: 30px;
}

.dxImageSlideShowControlPanel .dxImageSlideShowPrev
{
	width: 30px;
}

.dxImageSlideShowControlPanel .dxImageSlideShowStartStop
{
	width: 80px;
}

.dxImageSlideShow .dxImageText
{
	display: block;
	background-color:#888888;
	overflow: hidden;
	padding: 0.2em;
}
			
.dxImageSlideShowButtons
{
	float:left;
}

.dxImageSlideShowStatus
{
	float: right;
	margin: 0px;
	padding-top: 0px;
}

.dxImageSlideShowStatus,
.dxImageSlideShow .dxImageText
{
	font-family: Verdana, Sans-Serif; 
	font-size: small;
}

.dxImageSlideShow .dxImage,
.dxImageSlideShow .dxImageWrapper,
.dxImageSlideShow .dxImageArea
{			
	border: none;
	margin: 0px;
	padding: 0px;
}

