/*--------------------------------------------------------------------------*
 * 
 * Category Zoom (Whitney)
 * 
 * Version 2.0.4
 * 
 * Copyright (C) 2008 Brand Labs LLC
 * 
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or any later version.
 * 
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  
 * 02110-1301  USA
 * 
 *--------------------------------------------------------------------------*/
 
/*--------------------------------------------------------------------------*
 * Category Zoom
 *--------------------------------------------------------------------------*/
.whitney_overlay_class {
	background-color: #CCCCCC;
}

.whitney_view_port_class {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	cursor: pointer;
}

.whitney_view_port_image_class {
}

.whitney_zoomed_photo_class {
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: #CFD8DE;
	
	margin-left: 2px;
	margin-top: -1px;
}

.whitney_zoomed_photo_image_class {
	background-color: transparent;
}
/*--------------------------------------------------------------------------*/
