#widget_slide {
	width: 300px;
	height: 300px;
	position: relative;
	margin-bottom: 10px;
	float: left;
	margin: 0 10px 10px 0;
}
#widget_slide .loading {
	background: transparent url(loading.gif) center center no-repeat;
}
#widget_slide .button {
	border: none;
	background-color: transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	z-Index: 100;
}
#widget_slide .button a {
	margin-left: 10px;
	border: 1px solid;
	float: left;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	font-size: 10px;
	font-family: Arial;
	text-align: center;
	background-color: #FFFFFF;
}
#widget_slide .button a.current {
	color: red;
	background-color: #FFECF1;
}