#StraightWrap {
	padding: 0px;
	width: 100%;
	margin: 0px auto 20px;
	display: block;
}
.sBox {
	width: 176px;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
}
.sBoxBorder {
	padding: 3px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.sBox h3 {
	padding: 0px 0px 0px 5px;
	background: url(../images/home/box_top.gif) no-repeat top;
	height: 23px;
}
.sBox ul, s.Box li {
	list-style: none;
	margin: 10px;
}
.sBox span {
	margin-top: 3px
}
.sBoxBottom {
	position: relative;
	padding: 0px;
	margin: 0px;
	background: url(../images/home/box_bottom.gif) no-repeat bottom;
	height: 11px;
}
.sBoxBottom img {
	border: 0px;
	float: right;
	position: relative;
	right: 4px;
	bottom: 3px;
}
/* -------------------------------
	CLASS scrollable
------------------------------- */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 100%;
	height:600px;
	width:182px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
	width:182px;
	height:600px;
}
.items-button {
	position:absolute;
	display:none;
	width:182px;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	/* background:url(button-left-right.png) no-repeat; */
	display:block;
	width:24px;
	height:48px;
	margin:0px 0px;
	cursor:pointer;
	font-size:1px;
}
/* right */
a.right {
	background-position: -24px 0px;
	clear:right;
	margin-right: 0px;
}
/*a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } */
/* left */
a.left {
	margin-left: 0px;
} 
/*
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; } */
