﻿.PICTURE_FRAME_IMAGE{

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
}

.PICTURE_FRAME_DIV
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:90px;
	height:90px;
	cursor:default;
	position:relative;

	border:1px solid #C8C8C8;
	padding:0px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius: 5px;
}

.PICTURE_FRAME_DIV_XSMALL
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:30px;
	height:30px;
	cursor:default;
	position:relative;

	border:1px solid #C8C8C8;
	padding:0px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius: 5px;
}


.PICTURE_FRAME_DIV_SMALL
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:50px;
	height:50px;
	cursor:default;
	position:relative;

	border:1px solid #C8C8C8;
	padding:0px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius: 5px;
}

.PICTURE_FRAME_DIV_LARGE
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:154px;
	height:154px;
	cursor:default;
	position:relative;

	border:1px solid #C8C8C8;
	padding:0px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius: 5px;
}

/*
.PICTURE_FRAME_DIV_XLARGE
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:182px;
	height:182px;
	cursor:default;
	position:relative;

	border:1px solid #C8C8C8;
	padding:0px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius: 5px;
}*/
.PICTURE_FRAME_DIV_XLARGE
{
	BACKGROUND-POSITION:center center;
	BACKGROUND-REPEAT:no-repeat;
	overflow:hidden;
	width:250px;
	height:250px;
	cursor:default;
	position:relative;

	border:1px solid #C8C8C8;
	padding:0px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius: 5px;
}

