img{border:none;}

.listLeft
{
	float:left;
	margin-left:100px;
	width:200px;
	text-align:right;
}

.listRight
{
	float:right;
	margin-right:100px;
	width:200px;
	text-align:left;
}
	

#popupbox
{
	clear:both;
	position:absolute;
	width:170px;
	height:220px;
	background: transparent;
	background-image: url('../images/popupbox_bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	padding:1px;
	border:solid 1px #C8C8C8;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

#popupbox .logoDesc
{
	background-image: url('../images/Horiyoshi_Description_Logo.png');
	background-repeat: no-repeat;
	height:25px;
	margin-top:17px;
	margin-left:9px;
	width:100px;
}

#popupbox .title
{
	font-size:13px;
	color:#000000;
	margin-top:10px;
	margin-left:18px;
	letter-spacing:0.3px;
}

#popupbox .sku
{
	color: #666666;
	font-size:13px;
	margin-top:-2px;
	margin-left:18px;
	letter-spacing:0.5px;
}

#popupbox .price
{
	color: #666666;
	font-size:13px;
	margin-top:-1px;
	margin-left:18px;
	letter-spacing:0.3px;
}

#popupbox .colors
{
	color: #666666;
	font-size:13px;
	margin-top:13px;
	margin-left:18px;
	letter-spacing:0.3px;
}

#popupbox .sizes
{
	color: #666666;
	font-size:13px;
	margin-top:15px;
	margin-left:18px;
	letter-spacing:0.3px;
}

.listColors
{
	margin-top:5px;
	margin-left:20px;
}

.colorThumbnail
{
	height:15px;
	width:15px;
	border: solid 1px #FFF;
	margin-right:5px;
}
	
.listSizes
{
	margin-top:5px;
	margin-left:20px;
	color:#666666;
	letter-spacing:0.3px;
	font-size:12px;
	text-transform: uppercase;
}

.product-listing
{
	height:200px;
	width:200px;
	background-position:top;
}

.product-listing:hover
{
	background-position:bottom;
}

.container {
	height: 600px;
	width: 711px;
	overflow:hidden;
}

/* jscrollPane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width:11px;
	background-image: url('../images/scroll_track.gif');
	background-repeat:repeat-y;
	background-position:top center;
}
.jScrollPaneDrag {
	position: absolute;
	background-color:#969696;
	background-image: url('../images/scroll_bar.gif');
	background-repeat:no-repeat;
	background-position:center;
	width:11px;
	height:67px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../images/scroll_uparrow.gif');
	background-repeat: no-repeat;
	background-position: top center;
	width:11px;
	height:12px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../images/scroll_downarrow.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	width:11px;
	height:12px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
	