#VPG_slideshow {
	margin: 12px;
	text-align: center;
}

#VPG_slide {
	min-height: 333px;
	height: auto !important;
	height: 333px;
	width: 444px;
	background: #000;
	border: 1px solid #000;
	margin: auto;
}

#VPG_controls {
	position: relative;
	background: #000;
	border: 1px solid #000;
	width: 444px;
	height: 38px;
	margin: 0 auto;
}

.VPG_button {
	width: 30px;
	height: 30px;
	float: left;
	border: none;
	margin: 4px;
	position: absolute;
}


#VPG_frst { background: #000 url(images/controls/frst.gif) 0 0 no-repeat; left: 0; }
#VPG_prev { background: #000 url(images/controls/prev.gif) 0 0 no-repeat; left: 38px; }
#VPG_next { background: #000 url(images/controls/next.gif) 0 0 no-repeat; left: 372px; }
#VPG_last { background: #000 url(images/controls/last.gif) 0 0 no-repeat; left: 406px; }


