/*************Zooming Start*************/


/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 0px solid #888;
	margin:0px;	/* 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:0px solid #ccc;
	overflow:hidden;
	 margin-left: 4px;
	 margin-top: 3px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


 
div#midground{
background: transparent url(cloud-bh.png) 30% 128px repeat-x;
margin: 0;
padding: 0;
width: 100%;
}
div#foreground{
background: transparent url(cloud-bi.png) 40% 180px repeat-x;
margin: 0;
padding: 0;
width: 100%;
}



img {
	border:none;	
}
 
 
.thump_im { 
	margin:0px 3px 0px 0px; 
    float: left;

}
}
 
.tip {
	border-bottom:2px dashed #e00;
	cursor:help;
}

.showhide, .showhideopen {
	cursor:pointer;
	font-weight:bold;
	padding:5px;
	background:#f90;
	border:#666;
	margin-bottom:10px;
	display:block;
	font-size:13px;	
	background-image:url(showhide.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}
.showhide:hover, .showhideopen:hover {
	color:#FFF;	
}
 .showhideopen {
	 background-image:url(showhide.png);
 }

.codeblock, .codeblock-noscroll {
	
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	padding:10px;
	color:#000;
	background:#eee;
	border:0px solid #CCC;
	line-height:1.5em;
	overflow:auto;
	 
}
 .codeblock-noscroll {
 	height:auto;	
 }

.codeblock .comment, .codeblock-noscroll .comment {
	color:#777;
}

#container {	
	width:100%;	
	margin-left:auto;
	margin-right:auto;
	/*background-color:#fff;*/		
	
}

/* Feature section in ZoomEngine page */
.zoom-section {	
	 
}

 

* html .zoom-section { 
	display:inline;
	clear:both;
}
/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	float: left;
    margin-bottom: 20px;
    margin-left: 0px;
    position: relative;
    width: 100%;
    z-index: 1500;
	bottom:-10px;

}

.zoom-small-image { 
    float: left;
    margin-bottom:  0px;
    margin-left:0%;
    width: 100%;
	position: relative;
z-index: 500;     border: 1px solid #f5f5f5;
	
	 
}

.zoom-small-image img { width:100%;	
	
}
.zoom-tiny-image {
	border:1px solid #CCC;
	margin:0px;
	width:110px;
	
}
.zoom-tiny-image:hover {
	border:1px solid #C00;
	 
		
}
 
 
#bannertext {
	display:none;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	position:absolute;
	left:256px;
	top:60px;
	color:#f90;
	font-family:Tahoma, Geneva, sans-serif;
}

 
#content-container {
	background-color:#fff;	
	overflow:hidden;	/* force div to expand vertically to accomodate content (not IE6) */
	background-image:url(middle00.png);
	box-shadow: 0 0 0px #ccc;
	border:0px solid #ccc;
	padding-left:0px;
	padding-top:0px;
	margin-bottom:20px;
		
	
}