/*frame*/
.frameContainer {
	position:absolute;
}
.shadowLeftContainer{
	position:absolute;
	height:100%;
	top:10px;
	width:13px;
	margin-left:-13px;
	overflow:hidden;
}
.shadowLeft{
	height:100%;
	margin-top:-20px;
	width:13px;
	background-image:url(../pictures/sites/frame/shadow_left.png);
	background-repeat:repeat-y;
}
.shadowRightContainer{
	position:absolute;
	right:0px;
	height:100%;
	top:10px;
	width:13px;
	margin-right:-13px;
	overflow:hidden;
}
.shadowRight{
	height:100%;
	margin-top:-20px;
	width:13px;
	background-image:url(../pictures/sites/frame/shadow_right.png);
	background-repeat:repeat-y;
}
.shadowTopContainer{
	position:absolute;
	width:100%;
	left:10px;
	height:13px;
	margin-top:-13px;
	overflow:hidden;
}
.shadowTop{
	width:100%;
	margin-left:-20px;
	height:13px;
	background-image:url(../pictures/sites/frame/shadow_top.png);
	background-repeat:repeat-x;
}
.shadowBottomContainer{
	position:absolute;
	width:100%;
	bottom:0px;
	left:10px;
	height:13px;
	margin-bottom:-13px;
	overflow:hidden;
}
.shadowBottom{
	width:100%;
	margin-left:-20px;
	height:13px;
	background-image:url(../pictures/sites/frame/shadow_bottom.png);
	background-repeat:repeat-x;
}
.shadowLeftTop{
	position:absolute;
	margin-left:-13px;
	margin-top:-13px;
	width:23px;
	height:23px;
	background-image:url(../pictures/sites/frame/shadow_left_top.png);
}
.shadowRightTop{
	position:absolute;
	right:0px;
	margin-right:-13px;
	margin-top:-13px;
	width:23px;
	height:23px;
	background-image:url(../pictures/sites/frame/shadow_right_top.png);
}
.shadowRightBottom{
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right:-13px;
	margin-bottom:-13px;
	width:23px;
	height:23px;
	background-image:url(../pictures/sites/frame/shadow_right_bottom.png);
}
.shadowLeftBottom{
	position:absolute;
	bottom:0px;
	margin-left:-13px;
	margin-bottom:-13px;
	width:23px;
	height:23px;
	background-image:url(../pictures/sites/frame/shadow_left_bottom.png);
}

