body.TWOCOL #watermark {
	background: url(../_images/ssb_flag_watermark.png) left top no-repeat;
}

body.TWOCOL #text-col {
	float: right;
	width: 526px;
	margin-right: 80px;
}

body.TWOCOL #image-col {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 330px;
}

body.TWOCOL #image-col img {
	border: 1px solid #808080;
	border: 0;
}

body.TWOCOL ul#the-images {
	position: relative;
	height: 376px;
}

body.TWOCOL ul#the-images li {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100%;
}

body.TWOCOL ul#the-images li img {
	display: block;
	margin-bottom: 1em;
	width: 324px;
	height: 250px;
}

body.TWOCOL ul#the-images li h2 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0;
}

body.TWOCOL ul#the-images li p {
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1.3;
}

body.TWOCOL ul#the-images li { display: none; }
body.TWOCOL ul#the-images li#image-01 {	display: block; }

body#BODY_2200 ul#the-images li#image-01 {	display: none; }
body#BODY_2200 ul#the-images li#image-02 {	display: block; }

body#BODY_2300 ul#the-images li#image-01 {	display: none; }
body#BODY_2300 ul#the-images li#image-02 {	display: block; }

body#BODY_5200 ul#the-images li#image-01 {	display: none; }
body#BODY_5200 ul#the-images li#image-02 {	display: block; }

body#BODY_5400 ul#the-images li#image-01 {	display: none; }
body#BODY_5400 ul#the-images li#image-02 {	display: block; }

body.TWOCOL #the-thumbnails {
	display: none;
	position: relative;
}

body.TWOCOL #the-thumbnails img.thumbnail {
	float: left;
	margin: 0 9px 9px 0;
	border-bottom: 5px solid white;
}

body.TWOCOL #the-thumbnails img.selected {
	border-bottom: 5px solid #B32416;
}

body.TWOCOL #the-thumbnails #the-tooltip {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	border: 1px solid black;
	padding: 0.2em 0.3em;
	color: black;
	background: #ffffe1;
	font-size: 1.0em;
	line-height: 1.0;
}

body.TWOCOL a#magnify {
	display: block;
	position: absolute;
	top: 240px;
	left: 305px;
	z-index: 100;
	width: 19px;
	height: 19px;
	background: url(../_images/ssb-magnify.png) left top no-repeat;
}

body.TWOCOL #image-popup {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 200;
	background: url(../_images/popup-background.png) left top repeat;
	text-align: center;
}

body.TWOCOL #image-popup-holder {
	position: relative;
	margin: 20px auto 0;
}

body.TWOCOL #image-popup img {
	display: block;
	border: 3px solid white;
	background: black;
}

body.TWOCOL #image-popup #close {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 3px;
	right: 17px;
	background: url(../_images/ssb_close.png) left top no-repeat;
}

body.TWOCOL #preload {
	display: none;
}
