.clearfix:after, .col2-set:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

/* Clear for IE6 */
* html .clearfix, * html .col2-set {
	height: 1%;
}

/* Clear for IE7 */
*:first-child+html .clearfix, *:first-child+html .col2-set {
	min-height: 1px;
}

#netformicSmallImage {
	height: 373px;
	width: 280px;
	overflow: hidden;
}

#netformicBaseImage { /*background: black;*/ }

.netformicGalleryGroup {
	display: none;
}

#netformicBaseImage {
	display: block;
}

.netformicGallery {  }

.netformicGallery, .netformicGallery dt, .netformicGallery dd, .netformicSlider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.netformicGallery dt {
	margin-bottom: 6px;
}

.netformicGallery dd {
	/*display: inline;*/
}

.netformicSlider {
	/*position: relative;*/
}

.netformicSlider ul, .netformicSlider ul li {
	float: left;
}

#netformicVerticalScroll #netformicSmallImage {
	float: left;
	width: 280px;
}

#netformicVerticalScroll #netformicMoreViews {
	float: right;
	text-align: right;
	display: none;
}

.netformicVerticalScroll .netformicSlider {
	float: right;
}

/* Zoom */
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align:center;
	background-image: url(zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.netformicScrollBox {
	border-top: 1px solid #CFCFCF;
	position: relative;
}

#netformicVerticalScroll .netformicScrollBox {
	float: right;
	height: 373px;
	width: 70px;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
}

.scrollable, .vscrollable {

	/* required settings */
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 90px;

	/* custom decorations */
	/*background:url(h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items, .vscrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
.scrollable img, .vscrollable img {
	float: left;
	margin: 7px 5px 3px 5px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #CFCFCF;
	cursor: pointer;
	/*width:100px;
	height:75px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.scrollable img:hover, .vscrollable img:hover {
	border: 1px solid #666;
}

/* active item */
.scrollable .active img, .vscrollable .active img {
	border: 1px solid #000;
	z-index: 9999;
	position: relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}


.scrollable a, .vscrollable a {
    float: left;
    display: block;
    width: 82px;
    cursor: pointer;
    font-size: 14px;
}

#netformicVerticalScroll .scrollable {

	/* required settings */
	width: 66px;
	height: 340px;
	margin: 2px 0;
	padding: 0;
	float: none;
	/* custom decorations */
	/*background:url(h300.png) repeat-x;*/
}

#netformicVerticalScroll .scrollable img {
	margin: 0 0 2px 0;
	float: none;
}

#netformicVerticalScroll .scrollable .items {
	width: 66px;
	height: 2000em;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	/*background:url(hori_large.png) no-repeat;*/
	display: block;
	width: 14px;
	height: 16px;
	float: left;
	margin: 40px 0 0 0;
	cursor: pointer;
	font-size: 1px;
}

#netformicVerticalScroll a.browse {
	width: 65px;
	height: 16px;
	float: none;
	margin: 0;
}

/* right */
.netformicScrollBox a.right {
	background: url(next-horizontal-default.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.netformicScrollBox a.right:hover {
	background-position: -16px 0px;
}

.netformicScrollBox a.right:active	{
	background-position: -32px 0px;
}


/* left */
.netformicScrollBox a.left {
	background: url(prev-horizontal-default.png) 0 0 no-repeat;
}
.netformicScrollBox a.left:hover {
	background-position: -16px 0;
}
.netformicScrollBox a.left:active {
	background-position: -32px 0;
}

/* up and down */
.netformicScrollBox a.up, a.down		{
	float: none;
	margin: 0;
}

.netformicScrollBox a.up {
	background: url(prev-vertical-default.png) center 0 no-repeat;
}

/* up */
.netformicScrollBox a.up:hover { background-position: center -16px; }
.netformicScrollBox a.up:active	{ background-position: center -32px; }

.netformicScrollBox a.down {
	background: url(next-vertical-default.png) center 0 no-repeat;
}

/* down */
.netformicScrollBox a.down:hover { background-position: center -16px; }
.netformicScrollBox a.down:active { background-position: center -32px; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

/* define background image for the expose mask */
#mask {
	/*background:#123 url(mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666666 url(ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50);
	/*background-color: #666;*/
	display: none;
	z-index: 100;
}

/* next/prev buttons */
div.navi {
	/*background-image:url(hori_large.png);*/
	width:30px;
	height:30px;
	float:left;
	margin-top:55px;
}

div.navi:hover  		{ background-position:-30px 0; }
div.navi:active  		{ background-position:-60px 0; }
div.nextPager 			{ background-position: 0 -30px; clear:right; }
div.nextPager:hover 	{ background-position:-30px -30px; }
div.nextPager:active 	{ background-position:-60px -30px; }


div.navi.disabled {
	visibility:hidden;
}


/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.prev, .next {
	/* absolute positioning relative to the overlay */
	position: absolute;
	top: 40%;
	cursor: pointer;
	display: block;
	/* upcoming CSS3 features */
	width: 30px;
	height: 30px;
}

.prev {
	left: -15px;
	background: url(overlay_left.png) 0 0 no-repeat;
}

.next {
	right: -15px;
	background: url(overlay_right.png) 0 0 no-repeat;
}

.forward:hover, .backward:hover {
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}

/* the "information box" */
.info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 11px;
	border: 1px solid #fff;
	-moz-outline-radius:4px;
}

.info strong {
	display:block;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(h80.png) repeat-x;
	text-align: left;
}


/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	left: 0;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background: url(overlay_close.png) 0 0 no-repeat;
	position: absolute;
	right: -15px;
	top: -10px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
/* this is how you can show the tooltips above the scrollable */
/*
.scrollable, .vscrollable {
    padding-bottom:120px;
    margin-bottom:-120px;
    background:transparent;
    border:0;
}
*/

/* scrollable should not disable gallery navigation */
#gallery .disabled {
    visibility:visible !important;
}

#gallery .inactive {
    visibility:hidden !important;
}

div.overlay {
	padding:40px;
	width:576px;
	display:none;
	background-image:url(white.png);
}

div.overlay div.close {
	background:url(overlay_close.png) no-repeat;
	position:absolute;
	top: 10px;
	right: 5px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

div.overlay a {
	height:450px;
	display:block;
}

.orange-color {
	color: #EA854C;
	font-weight: bold;
}