.pic_item{ 
	width:56px;
	height:56px;
	overflow:hidden;
	border:0px solid green; 
	padding:2px;
	margin-right:2px;
}
	
	
	/*========*/
	
#content-slider {
  width: 550px;
  height: 1px;
  background: #000;
  position: relative;
  border: solid 0px red;
  margin: 2px 0 16px 0;
float:left;
}
#slider-end {
	width:50px;
	margin:2px 0 16px 0;
	background:#000;
	height:1px;
	float:left;
}

.ui-slider-handle {
  width:50px;
  height: 5px;
  position: absolute;	
  top:-2px;
  border: solid 0px yellow;
  background-color:blue;
}

#content-scroll {
  width: 100%;
  margin-top: 6px;
  overflow: hidden;
  border: solid 0px pink;
}

#content-holder table{
  padding-left:5px;
}

#content-holder table img{
  border:1px solid #333;;
}

#content-holder {
  border: solid 0px blue;
  color:#c1c1c1;
  white-space: nowrap;
}

.content-item {
	width:500px; 
	display:inline; 
	font-size:8px;
	margin-right:5px;
  padding:4px;
  padding-top:2px;
  padding-bottom:2px;
  border: solid 1px #383838;
  align-text:center;
  cursor:pointer;
}
.content-item-selected {
  border-color: rgb(255, 192, 203);
}

.content-item:Hover {
  border: solid 1px #DCFFCC;
  background-color:#DCFFCC;
  color:#000;
  cursor:pointer;
}
.content-item:Hover a {
  color:#000;
}
