.displays_rect {	
	width: 535px;	
	position: relative;
	padding-top:45px;
	padding-left:25px;	
}
.displays_rect .background {
	background-color:#FFFFFF;
	width: 535px;	
	position: relative;
}
.displays_rect .TR2 {	
	background:url(../rounded_rectangles/content/WR_TR.gif)
	top right no-repeat;
	position:relative;
	top: 35px;
	left: 15px;			
}	
.displays_rect .BL2 {	
	background:url(../rounded_rectangles/content/WR_BL.gif)
	bottom left no-repeat;
	position:relative;	
}
.displays_rect .BR2 {
	background:url(../rounded_rectangles/content/WR_BR.gif)
	bottom right no-repeat;
	position:relative;
	min-height:225px;		
}
.displays_rect .T2 {
	background:url(../rounded_rectangles/content/WR_T.gif)
	top left repeat-x;
	position:relative;		
}
.displays_rect .B2 {
	background:url(../rounded_rectangles/content/WR_B.gif)
	bottom left repeat-x;
	position:relative;			
}	
.displays_rect .L2 {
	background:url(../rounded_rectangles/content/WR_L.gif)
	top left repeat-y;
	position:relative;
	
}
.displays_rect .R2 {
	background:url(../rounded_rectangles/content/WR_R.gif)
	top right repeat-y;
	position:relative;	
}
.displays_rect .displays {	
	background:url(../rounded_rectangles/content/DISPLAYS.gif)
	top left no-repeat;
	position:relative;
	top: -35px;
	left: -15px;		
}
