
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 4px solid #888;
    margin:-4px;	/* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:4px solid #ccc;
    overflow:hidden;
    background-repeat:no-repeat;
    background-color:#fff;
    background-position:left top;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}

.product-view .product-img-box .product-image-zoom {
   overflow:visible;
}

ul#items
{		
	margin:1em 0; width:230px;
	/*width:213px;*/
	height:68px;
	overflow:hidden;
	padding-left:28px;
}
ul#items li{
	list-style:none;
	float:left;
	height:65px;
	width:58px;;
	overflow:hidden;
	margin:0 4px;
	border:1px solid #ddd;
	color:#fff;
	text-align:center;
	color:#555;
}
	ul#items li:hover{color:#333;}
	ul#items li .image{
		margin:20px 20px 10px 20px;
		width:220px;
		height:150px;
		overflow:hidden;
		border:2px solid #fff;
		-moz-box-shadow:0 1px 1px #bbb;
		-webkit-box-shadow:0 1px 1px #bbb;
		box-shadow:0 1px 1px #bbb;
		}	
	ul#items h3{text-transform:uppercase;font-size:14px;font-weight:bold;margin:.25em 0;text-shadow:#f1f1f1 0 1px 0;}	
	ul#items .info{color:#999;text-shadow:#f1f1f1 0 1px 0;}	
	ol#pagination{position:relative;text-align:center; top:2px;}
	ol#pagination li{
		display:inline-block;
		width:25px;
		height:25px;
		text-align:left;
		text-indent:-8000px;
		list-style:none;
		cursor:pointer;
		margin:0 2px;
		}
	ol#pagination li:hover{background:url(images/bg_buttons.png) no-repeat 0 -16px;}
	ol#pagination li.current{color:#f00;font-weight:bold;url(images/bg_buttons.png) no-repeat 0 -32px;}
	ol#pagination li.prev, ol#pagination li.next{
		position:absolute;
		top:-150px;
		}
	<!--ol#pagination li.prev{left:20px; top:-55px; background:url(../images/bg_buttons.png) no-repeat 0 -64px;}-->
	ol#pagination li.prev{left:0px; top:-60px; background:url(images/prev.png) no-repeat 0 0;}
	/*ol#pagination li.next{right:10px; top:-55px; background:url(../images/bg_buttons.png) no-repeat 0 -48px;}*/
	ol#pagination li.next{right:8px; top:-60px; background:url(images/next.png) no-repeat 0 0;}
	
	.left1{float:left; /*margin-left:24px; margin-top:-55px;*/ margin-left:-46px; margin-top:-70px;}
	.right1{float:right; /*margin-right:14px; margin-top:-55px;*/ margin-left:9px; margin-top:-70px;}
