 
.ui-corner-all { 
	width:750px; 
	margin:0px; 
	padding:0px; 
   
}
.viewer { 
	width:750px; 
	height:380px; 
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
  
}
.content-conveyor { 
	width:750px; 
	height:360px; 
	position:relative; 
}
.ui-corner-all .item{ 
	width:195px; 
	float:left; 
	text-align:left; 
}
.ui-corner-all .item h2 a{ 
	font-size:13px;	
	color:#666; 
}

.ui-corner-all .item .more{
	text-align:right;
	padding-right:7px;
	background:url('../../../gfx/dbl_arrow.gif') 100% 5px no-repeat;
}

.ui-corner-all .item .item_content{
	/*
	padding-left:5px;
	padding-right:2px;
	padding-bottom:5px;
	width:155px; 
	border:1px solid #ddd;
	*/
	/*
	padding:0px 10px 15px 10px;
	width:165px;
	margin:0px 11px 0px 0px;      
	min-height: 250px;
	height: auto !important;
	height: 250px; 
	background:url('../../../gfx/item_bottom_bg.jpg') left bottom no-repeat;
	*/
	
	
}  



.ui-corner-all .item .image{
	float:none;
	margin:0px auto; 
 
	text-align:center;
	 
}
 
.content .ui-slider-handle{
	width:40px;
}

.ui-state-hover{
	width:40px;	
}

 
.ui-corner-all .item img{ border:0px solid #ddd; cursor:pointer;}
 
/*
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 2.2em; height: 1.2em; cursor: pointer; }
*/

 
/*
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 3.2em; height: 1.6em; cursor: pointer; background:url('../../../gfx/th_bg.jpg') top repeat-x;}

.ui-slider .ui-slider-handle:hover { position: absolute; z-index: 2; width: 3.2em; height: 1.6em; cursor: pointer; background:#ffffff;}

.ui-slider-horizontal { height: 1.2em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -1.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
*/  