/*~  Body class: screen_ultralow
----------------------------------------------------------------------*/

.screen_ultralow #img1 {
	width: 270px;
	height: 345px;
	background: url(../imgs/1d_270.jpg) no-repeat center;
	cursor: crosshair;
}
.screen_ultralow #img2 {
	width: 270px;
	height: 345px;
	background: url(../imgs/2d_270.jpg) no-repeat center;
	cursor: crosshair;
}
.screen_ultralow #img3 {
	width: 270px;
	height: 345px;
	background: url(../imgs/3d_270.jpg) no-repeat center;
	cursor: crosshair;
}
.screen_ultralow #img4 {
	width: 270px;
	height: 345px;
	background: url(../imgs/4d_270.jpg) no-repeat center;
	cursor: crosshair;
}
.screen_ultralow #img5 {
	width: 270px;
	height: 345px;
	background: url(../imgs/5d_270.jpg) no-repeat center;
	cursor: crosshair;
}
.screen_ultralow #img6 {
	width: 270px;
	height: 345px;
	background: url(../imgs/6d_270.jpg) no-repeat center;
	cursor: crosshair;
}

.screen_ultralow dl {
	position: relative;
	width: 85%;
}

.screen_ultralow dt {
	background: Silver;
	color: White;
	cursor: pointer;
	float: left;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	height: 19px;
	margin: 2px 1px 0px 1px;
	padding: 2px 6px 2px 6px;
	top: 0;
	white-space: normal;
}

.screen_ultralow dt.current {
	background-color: White;
	color: Black;
	border: 1px solid #CCC;
	border-bottom: none;
	cursor: pointer;
	float: left;
	height: 22px;
	margin: 0px 1px 0px 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	top: 0;
	z-index: 99;
	
}

.screen_ultralow dd {
	display: none;
}

.screen_ultralow dd.current {
	display: block;
	border-top: 1px solid #CCC;
	left: 0;
	margin-left: 0;
	padding: 12px;
	position: absolute;
	top: 26px;
	z-index: 0;
}

