.styleCollection
{
	clear: both;
	height: 108px;
	width: 685px;
	margin: 5px 0px;
	margin-left: 16px;
}

.styleCollection UL
{
	height: 100px;
	overflow-y: hidden;
}

.styleCollection LI
{
	display: inline;
	margin-right: 3px;
}

.styleCollection IMG
{
	border: 3px solid #666;
}

.styleCollection IMG:HOVER
{
	border: 3px solid #FC0;
}

.scrollLeft, .scrollRight
{
	width: 20px;
	height: 90px;
	text-align:center;
}


.scrollLeft, .scrollRight
{
	background-position: 5px 35px;
	background-repeat:no-repeat;
}

.scrollLeft
{
	float:left;
	background-image:url(../images/left_off.gif);
}
.scrollRight
{
	float:right;
	background-image:url(../images/right_off.gif);
}

.scrollLeft_on
{
	background-image:url(../images/left_on.gif);
}

.scrollRight_on
{
	background-image:url(../images/right_on.gif);
}

.styleScroller
{
	overflow: hidden;
	width: 642px;
	position:relative;
}

.styleBox
{
	width: 90000px;
	overflow: hidden;
}

.styleBox UL
{
	margin: 0;
	padding: 0;
	overflow-y: visible;
}

.styleBox LI
{
	display: inline;
}

