@charset "utf-8";

/* JavaScriptObject Settings - CSS 2.1
==================================== */
@media screen, projection {
	.javascriptobject {
		  width: 376px;
		  height: 300px;
		  cursor: all-scroll;
		position: relative;

	}
	.javascriptobject a:link, .javascriptobject a:visited {
		background: transparent url('/cpg_section/images/product/template/clicktoload.gif') no-repeat;
		text-indent: -9999em;
		display:block;
		font-size: 3.2em;
		width:100%;
		margin: 0px 0px 0px 0px;
	}
	.javascriptobject a:hover {

	}
	.javascriptobject img {
		border: none;
		display:none;
		position: absolute; 
		top: 0px;
	}
	.javascriptobject p {
		margin: 0 auto;
		text-align: center;
	}
	.javascriptobject .loading {
		position: relative;
		left:50%;
		top: 0;
		margin-left:-106px;
		width:200px;
		height:15px;
		padding:5px;
		visibility:visible;
	 	background-color: #000;
		color: #BABBB9;
	}
	.javascriptobject .loading_bar {
		height:15px;
		width:1%;
		background:#2C4CBA;
		visibility:visible;
	}
}


