/* CSS for the box starts here */
/*================================================*/
/* Default styling. Used when JavaScript is unsupported */
.door24 {
	padding:21px;
	margin:0;
	background:#fff;
	border:1px solid #666;
	}
.door24 h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.door24cb {
	margin:0;
	}


/* Rules for the top corners and border */
.door24bt { /* TOP AND TOPRIGHT CORNER */
	background:url(/gallery/sd1.jpg) no-repeat 100% 0;
	margin:0 0 0 21px;
	height:18px;
	}
.door24bt div { /* TOPLEFT CORNER */
	height:18px;
	width:21px;
	position:relative;
	left:-21px;
	background:url(/gallery/sd1.jpg) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.door24bb { /* BOTTOM AND BOTTOMRIGHT */
	background:url(/gallery/sd1.jpg) no-repeat 100% 100%;
	margin:0 0 0 21px;
	height:21px;
	}
.door24bb div { /* BOTTOMLEFT CORNER */
	height:21px;
	width:21px;
	position:relative;
	left:-21px;
	background:url(/gallery/sd1.jpg) no-repeat 0 100%;
	}

/* Insert the left border */
.door24i1 { /* LEFT BORDER */
	padding:0 0 0 21px;
	background:url(/cbb/bdr24sd1.jpg) repeat-y 0 0;
	}
/* Insert the right border */
.door24i2 { /* RIGHT BORDER */
	padding:0 26px 0 0;
	background:url(/cbb/bdr24sd1.jpg) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.door24i3 {
	padding:0;
	margin:0;
	}
/* CSS for the box ends here */

/* Alternate CSS for IE6 */
.door24bt2 { /* TOP AND TOPRIGHT CORNER */
	background:url(/gallery/sd1.jpg) no-repeat 100% 0;
	margin:0 0 0 21px;
	height:18px;
	}
.door24bt2 div { /* TOPLEFT CORNER */
	height:18px;
	width:21px;
	position:relative;
	left:-21px;
	background:url(/gallery/sd1.jpg) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.door24bb2 { /* BOTTOM AND BOTTOMRIGHT */
	background:url(/gallery/sd1.jpg) no-repeat 100% 100%;
	margin:0 0 0 21px;
	height:21px;
	}
.door24bb2 div { /* BOTTOMLEFT CORNER */
	height:21px;
	width:21px;
	position:relative;
	left:-21px;
	background:url(/gallery/sd1.jpg) no-repeat 0 100%;
	}

/* Insert the left border */
.door24i12 { /* LEFT BORDER */
	padding:0 0 0 21px;
	background:url(/cbb/bdr24sd1.jpg) repeat-y 0 0;
	}
/* Insert the right border */
.door24i22 { /* RIGHT BORDER */
	padding:0 26px 0 0;
	background:url(/cbb/bdr24sd1.jpg) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.door24i32 {
	padding:0;
	}
/* Alternate CSS for IE6 ends here */

