#sliderContent { width:430px; background-color:transparent; margin:auto; }
.viewer { width:422px; height:170px; margin:0 auto 10px; overflow:hidden; position:relative; }
.content-conveyor {
	width:420px;
	height:170px;
	position:relative;
}
.ui-slider-handle:hover, #slider:hover { cursor: pointer; }
.item { width:220px; float:left; background-color:transparent; }
.item img { border:1px solid #000000; }
.item a {
	cursor: pointer;
}
.image {
	height: 169px;
	width: 200px;
	position: relative;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.image .below {
	background-image: url(../pics/slider_item_below.png);
	height: 45px;
	width: 200px;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	margin-left: 1px;
}
.image h2, .image p  {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	bottom: 20px;
	margin: 0px;
	padding: 0px;
}
.image:hover {
	color: #41c2e9;
}
.image p {
	color: #41c2e9;
	width: 180px;
	text-align: right;
	margin-bottom: -15px;
}
