/**
*	Utility functions will include in this library. Collected from various other websites. The 
*	css styles are not absolutely created by ansysoft. But it is modified by the ansys development
*	team for their own purposes.
*
*	@author     	Himadri Shekhar Roy
*	@date   	 	March 06, 2008
*	@version 		2.0
*	@copyright 		Analyze System
*	@email			himadri.s.roy@ansysoft.com
*/

#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}

#preview{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}

#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
}

/** JQuery related for images */
		
/* Changes 
	border: solid 2px #8399AF; float:left; margin:10px; */
.boxgrid{ 
	width: 604px; 
	height: 428px; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 390; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0; /* 10px*/ 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px;
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

	.captionfull .boxcaption {
		top: 400;
		left: 0;
	}
	
	.caption .boxcaption {
		top: 400;
		left: 0;
	}
	
	
/*	For thumbnail images */
.boxgridThumb{ 
	width: 128px; 
	height: 86px; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
	.boxgridThumb img{ 
		position: absolute; 
		top: 86; 
		left: 0; 
		border: 0; 
	}
	.boxgridThumb p{ 
		padding: 0; /* 10px*/ 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
.boxcaptionT{ 
	
	position: absolute; 
	background: #000; 
	top:86px;
	height: 35px; 
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

	.captionfull .boxcaptionT {
		top: 86;
		left: 0;
	}
	
	.caption .boxcaptionT {
		top: 86;
		left: 0;
	}
	
	

/** Positioning individual icon within the slide*/
.left5{left:5px}
.left30{left:30px}
.left50{left:50px}

#imageLoader{position:absolute; top:200px; left:290px;}

