/* @override http://cf8.costumesinc.com/css/jcarousel/jcarousel_settings.css */

/* @override http://cf8.costumesinc.com/css/jcarousel/jcarousel_settings.css */


/* @override http://www.costumesinc.com/css/jcarousel/jcarousel_settings.css */

/**
 * Since the content is loaded via javascript, we set
 * display:none to hide the carousel completely from browsers
 * having javascript disabled. jCarousel will show it automatically.
 */
 

#accessorize {
	background-image:url(/images/accessorize.gif);
	padding: 8px 12px;
	width: 342px;
	height: 34px;
	
}
 
#accessorize h1 {
	font-size:16px;
	font-weight:bold;
	color:#1e2a57;
	display:block;
	letter-spacing:-1px;	
}

#accessorize p {
	font-size:12px;
}
 
.carouselPanel {
	float:left;
	border: 1px solid #1E2A57;
	padding: 4px;
	height:1010px;
	width:356px;	
	overflow:scroll;	
}

.leftTabPanel {
	float:left;
	border: 1px solid #1E2A57;
	padding: 4px;
	width:545px;
	height: 500px;	
	overflow:auto;	
}

#sizing, #sizing td {
	font-size:10px;
}

/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
    position: relative;
    -moz-border-radius: 10px;
    
    border-top: 1px solid #808080;
    padding: 20px 45px;
 
}

.jcarousel-list li {
    width: 160px;
    height: 340px;
    margin-right: 10px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 */
.jcarousel-next {
    position: absolute;
    top: 45px;
    right: -20px;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
}

.jcarousel-prev {
    position: absolute;
    top: 45px;
    left: 5px;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
}
#mycarousel1.jcarousel-scope{
width:500px;
 
}	
ul.jcarousel-list{
 } 
.cQty{
margin-top: 5px;
	height: 30px;
}
 
li.jcarousel-item-1 {
}


div.jcarousel-clip {
	 min-height:320px;
}

 
 


