<!-- /*	| liquidcorners.css; feel free to adapt the style!	| ================================================	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm	| adapted	| by M.Ruissen - www.eyewash.nl	|*/.top-left, .top-right, .bottom-left, .bottom-right { 		height: 24px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */	}.top-left, .bottom-left { 	margin-right: 24px; /* CHANGE: replace by the width of one of your corners */	}.top-right, .bottom-right { 	margin-left: 24px;  /* CHANGE: replace by the width of one of your corners */	margin-top: -24px;  /* CHANGE: replace by the height of one of your corners */	}.top-right {	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */	}.bottom-left  { 	background-position: 0 -24px;    /* CHANGE: replace second number by negative height of one of your corners */	}.bottom-right { 	background-position: 100% -24px; /* CHANGE: replace second number by negative height of one of your corners */	}.top-left-ss, .top-right-ss, .bottom-left-ss, .bottom-right-ss { 		height: 24px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */	}.top-left-ss, .bottom-left-ss { 	margin-right: 24px; /* CHANGE: replace by the width of one of your corners */	}.top-right-ss, .bottom-right-ss { 	margin-left: 24px;  /* CHANGE: replace by the width of one of your corners */	margin-top: -24px;  /* CHANGE: replace by the height of one of your corners */	}.top-right-ss {	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */	}.bottom-left-ss  { 	background-position: 0 -24px;    /* CHANGE: replace second number by negative height of one of your corners */	}.bottom-right-ss { 	background-position: 100% -24px; /* CHANGE: replace second number by negative height of one of your corners */	}.inside-default {	border-left: 6px solid #9461AC; /* YCC: color & properties of the left-borderline */	border-right: 6px solid #9461AC;/* YCC: color & properties of the right-borderline */	background: #C6C6C6;            /* YCC: background-color of the inside */	color: #000000;                 /* YCC: default text-color of the inside */	padding-left: 50px;             /* YCC: all texts at some distance of the left border */	padding-right:10px;             /* YCC: all texts at some distance of the right border */ 	overflow: auto;	height : 220px;	scrollbar-face-color: #60316E;	scrollbar-arrow-color: #FFFFFF;	scrollbar-track-color: #60316E;	scrollbar-base-color: #60316E;		}.inside-slide-default {	border-left: 6px solid #BFA31E; /* YCC: color & properties of the left-borderline */	border-right: 6px solid #BFA31E;/* YCC: color & properties of the right-borderline */	background: transparent;            /* YCC: background-color of the inside */	color: #000000;                 /* YCC: default text-color of the inside */	padding-left: 0px;             /* YCC: all texts at some distance of the left border */	padding-right:0px;             /* YCC: all texts at some distance of the right border */ 	overflow: none;	height : 195px;	}.notopgap    { margin-top: 0; text-align: left }    /* DNC: to avoid splitting of the box */.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */.gap-saver-beta {     height: 1px; /* without height it doesn't exist :-) */     margin: 0;     padding: 0;     background: transparent; /* for illustration where it is */     }-->