.picture_frame_div
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:90px;
	height:90px;
	cursor:default;
	position:relative;

	/*
	-moz-background-size: 100px;
	background-size: 100px;
   	-webkit-background-size: 100px; 
    -o-background-size: 100px; 
	*/
}

.picture_frame_div_small
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:50px;
	height:50px;
	cursor:default;
	position:relative;
}

.picture_frame_div_large
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:120px;
	height:120px;
	cursor:default;
	position:relative;

	/*	
	-moz-background-size: 140px;
	background-size: 140px;
   	-webkit-background-size: 140px; 
    -o-background-size: 140px;
	*/
}