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

.shadowleft {
	background-attachment: scroll;
	background-image: url(http://www.jellyjazz.com/navigation_pics/shadow_left.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadowright {
	background-attachment: scroll;
	background-image: url(http://www.jellyjazz.com/navigation_pics/shadow_right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.shadowbottom {
	background-attachment: scroll;
	background-image: url(http://www.jellyjazz.com/navigation_pics/shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.image_border {
	white-space: normal;
	border: 5px double #FFFFFF;
}
.shadowtop {
	background-image: url(http://www.jellyjazz.com/navigation_pics/shadow_top.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}