@charset "utf-8";
/* CSS Document */

.coverCorner5px .tl {
	background-image: url(images/corners/5px/cover/TL.png !important);
	background-image: url(images/corners/5px/cover/TL.gif);
	background-position:left top; 
	background-repeat:no-repeat;
}
.coverCorner5px .tr {
	background-image: url(images/corners/5px/cover/TR.png !important); 
	background-image: url(images/corners/5px/cover/TR.gif); 
	background-position:right top; 
	background-repeat:no-repeat;
	
}
.coverCorner5px .bl {
	background-image: url(images/corners/5px/cover/BL.png !important); 
	background-image: url(images/corners/5px/cover/BL.gif); 
	background-position:left bottom; 
	background-repeat:no-repeat; 
}
.coverCorner5px .br {
	background-image: url(images/corners/5px/cover/BR.png !important); 
	background-image: url(images/corners/5px/cover/BR.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat; 
}
