@charset "utf-8";

.shadowbox_expand { 
	position: relative; 
	margin: 0 auto; 
	padding: 0 0 0 0;  
	margin-top: 20px; 
	background-color: #f7f7f7;
	}

.shadowbox_expand table {
	width: 100%;
	border-width: 0px;
	borderspacing: 0px;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 1em;
	}
.shadowbox_expand table td.topleft {
	width: 25px; height: 20px;
	background: url(http://woodblock.com/images/shadowbox_expand/topleft.gif) ; 
	}
.shadowbox_expand table td.top {
	height: 20px;
	background: url(http://woodblock.com/images/shadowbox_expand/top.gif) ; 
	}
.shadowbox_expand table td.topright {
	width: 25px; height: 20px;
	background: url(http://woodblock.com/images/shadowbox_expand/topright.gif) ; 
	}
.shadowbox_expand table td.left {
	width: 25px;
	background: url(http://woodblock.com/images/shadowbox_expand/left.gif) ; 
	}
.shadowbox_expand table td.right {
	width: 25px;
	background: url(http://woodblock.com/images/shadowbox_expand/right.gif) ; 
	}
.shadowbox_expand table td.bottomleft {
	width: 25px; height: 25px;
	background: url(http://woodblock.com/images/shadowbox_expand/bottomleft.gif) ; 
	}
.shadowbox_expand table td.bottom {
	height: 25px;
	background: url(http://woodblock.com/images/shadowbox_expand/bottom.gif) ; 
	}
.shadowbox_expand table td.bottomright {
	width: 25px; height: 25px;
	background: url(http://woodblock.com/images/shadowbox_expand/bottomright.gif) ; 
	}
.shadowbox_expand table td.center {
	/*background-color: #f2f2f2 ; */
	}




