/* CSS Document */

#previewimage{
	width:300px;
	height:200px;
	overflow:hidden;
	float:right;
	position:relative;
	margin:5px;
}
#previewimage img{
	position:absolute;
}