/* thumbnail list */
.gal-thumb-holder { width:281px;}
/* // thumbnail list */

#wrapper{
    width:979px;
    min-height: 96%;
	height: auto !important;
	height: 96%;
	text-align:left;
    margin: 0 auto -30px;
    padding:0 10px 0px 10px;
}

.clearfix{
	clear:both;
	float:none;
}

#bigPic{
	width:270px;
	height:270px;
	padding:1px;
	border:1px solid #CCC;
	background-color:#FFF;
	margin-bottom:10px;
}
#bigPic img{
	position:absolute;
	display:none;
	height:270px;
	width:270px;
	border:none;
}
ul#thumbs li.active{
	border:1px solid #000;	
	background:#fff;
	padding:2px;
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li{
	float:left;
	margin-right:6px;
	margin-bottom:5px;
	border:1px solid #CCC;	
	padding:2px;
	cursor:pointer;
}
ul#thumbs img{
	float:left;
	width:58px;
	height:58px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;	
}

/*===== new ====*/
.loupe { 
	background-color:#555; 
	background:rgba(0, 0, 0, 0.25); 
	border:10px solid rgba(0, 0, 0, 0); 
	/*cursor:url(http://www.pendle-bike.co.uk/css/blank.gif), url(http://www.pendle-bike.co.uk/css/blank.cur), none; */
	z-index: 500;
}
/*===== new ====*/