/* CSS For my Scroll */
#myScrollable {
	width:555px;
	height:415px;
	overflow:hidden;
	float:left;
}

/* container for the scrollable items */
div.myItems {
	float:left;
	width:555px !important;
	height:415px;
	margin:0px;
}



/* single item */
div.myItems span {
	display:block;
	float:left;
	margin-right:10px;
	width:555px;
	height:295px;
	font-size:10px;
	color:#333333;
	background-color:#FFFFFF;
	cursor:auto;
	font-family:Verdana;
	cursor:pointer
}

/* next / prev buttons */
div.myPrev, div.myNext {
	position:relative;
	width:17px;
	height:9px;
	float:right;
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
	z-index:1;
}

div.myPrev {
	background:url(http://www.americanapparel.net/storefront/halloween09/NavImages/Prev.gif);		
}

div.myNext {
	background:url(http://www.americanapparel.net/storefront/halloween09/NavImages/Next.gif);		
}


/* navigator */
div.myNavi {
	position:relative;
	height:8px;
	overflow:hidden;
	float:right;
	z-index:1;
}


/* items inside navigator */
div.myNavi span {
	width:8px;
	height:8px;
	float:left;
	margin:1px 1px 1px 0px;
	background:url(http://www.americanapparel.net/storefront/halloween09/NavImages/dots.gif) 0 0 no-repeat;     
	cursor:pointer;
}

div.myNavi span:hover {
	background-position:0 -8px;      
}

div.myNavi span.active {
	background-position:0 -16px;     
} 	



/**/

.myNavBox{
	float:right;
	width:270px;
	height:15px;
	margin:5px 5px 0 0;
}

.mySlideCategory{
	width:140px;
	height:20px;
	overflow:hidden;
	float:left;
	margin-top:-20px;
	display:none;
}

.mySlideCategory div{
	color:white;
	margin:2px 0 0 10px;
	font-family:Verdana;
	font-size:10px;
	display:none;
}

.mySlideRight{
	width:555px;
	height:206px;
	overflow:hidden;
	float:right;
	display:none;
}

.myText{
	margin:4px 0 0 9px;
	font-family:Verdana;
	font-size:10px;
	color:black;
}

.myText a{
	color:black;
}