.h-scroll {
	background: #fff;
	overflow: hidden;
	clear: both;
	position: relative;
	width: 100%;
	text-align: left;
}

.h-scroll .h-scroll-inner {
	position: relative;
	left: -0px;
	width: 5000px;
	overflow: hidden;
}

.h-scroll .s-item {
	border-right: 2px solid #fff;
	cursor: pointer;
	float: left;
	height: 175px;
	width: 175px;
	overflow: hidden;
	position: relative;
}

.h-scroll .s-item a, 
.h-scroll .s-item a:visited, 
.h-scroll .s-item a:hover {
	border: 0;
	color: inherit;
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.h-scroll .s-item img {
}

.h-scroll .s-item .lbl {
	background: #fff;
	bottom: 20px;
	height: 40px;
	position: absolute;
	right: 5px;
}

.h-scroll .s-item .lbl a {
	border-right: 3px solid #000;
	display: block;
	padding: 5px 10px;
}

.h-scroll .s-item .desc {
	display: none;
}

#s-ind {
	background: transparent url(../imgs/bbl-left-p.gif) 0 55% no-repeat;
	cursor: pointer;
	height: 60px;
	font-size: .86em;
	padding: 10px 15px 5px 25px;
	position: absolute;
	text-align: left;
	width: 160px;
}

#s-ind.right {
	background: transparent url(../imgs/bbl-right-p.gif) 100% 55% no-repeat;
	padding: 10px 25px 5px 15px;
	text-align: left;
}

#s-ind h3 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: .0em;
	margin: 0 0 .1em 0;
}

#s-ind p {
	color: #666;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 .1em 0;
}

#s-ind a 
{
	color: #900;
	text-decoration: none;
}


