
#sliderContent {
  width:620px; 
  margin:auto; 
  padding:0; 
  background-color:#ebebeb;
/*/  border:1px solid red;*/
  
}
.viewer {
  width:600px; 
  height:400px; 
  margin:0 auto 2px; 
  padding:0; 
  overflow:hidden;
  position:relative; 
 /* border:1px solid aqua;*/
}
.content-conveyor {
 width:600px; 
 height:400px; 
 position:relative; 
 /*border:1px solid black;*/

}
 
.item {
  width:300px; 
  float:left; 
  font-family:Trebuchet MS; 
  text-align:center;
  background-color:#ebebeb;
/*  border:1px solid orange;*/
}
.item h2 { 
	font-size:100%; 
	margin:10px 0; 
}

.item dl { 
	margin:10px 0; 
}

.item dt, .item dd {
	float:left; 
	width:149px; 
	text-align:right; 
	margin:0; 
	font-size:80%;
}

.item dt { 
	font-weight:bold; 
	margin-right:2px;
	margin-left:0px; 
 }
 
.item dd { 
	text-align:left; 
}

.item img { 
	border:0px solid #898989; 
	padding:1px; 
}
