/* - - - - - - - - - - - - - - - - - - - - -

Title : Sandra Cronan
Author : Skywire
URL : www.skywire.co.uk

Description : JavaScript Scrolling on Category/Product Page

Created : 25/06/2007
Modified : 02/07/2007

- - - - - - - - - - - - - - - - - - - - - */
div.carousel-prev {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
div.carousel-next {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
}
div img.btn-disabled {cursor: default;}
div img.btn-enabled {cursor: pointer;}

div.carousel-component { 
	position:absolute;
	top:14px;
	left:0px;
	background-color:#fff;
	margin:0;
	width:45px;
	height:332px;
	overflow:hidden;
}
	div.carousel-component div.carousel-clip-region { 
		overflow:hidden;
		margin:0px;
		position:relative; 
	}
		div.carousel-component div.carousel-clip-region ul.carousel-list { 
			margin:0px;
			padding:0px;
			position:relative;
			z-index:1; 
			width:45px;
			height:332px;
			overflow:auto;
			width:65px;
		}
			div.carousel-component div.carousel-clip-region ul.carousel-list li { 
				text-align:center;
				margin:10px 0;
				padding:0px;
				font:10px verdana,arial,sans-serif;
				color:#666;
				display:inline;
				float:left;
				clear:both;
			}
/* User has JavaScript --------------------------*/
				div.carousel-component div.carousel-clip-region ul.carousel-list.carousel-vertical { 
					overflow:hidden;
					height:auto;
				}
				div.carousel-component div.carousel-clip-region ul.carousel-list.carousel-vertical li { 
					list-style:none;
					/* Fix for extra spacing in IE */
					float:left;
					clear:left;  
					/* Force the LI to respect the HEIGHT specified */
					overflow:hidden;
					display:block;
				}
