



#containingDiv {
	width: 1108px;
	display: block;
	clear: both;
	margin: 0 auto; 
	margin-bottom: -12px;		
	}

/* the container */
.allinone_contentSlider {
	position: relative;
	}
.allinone_contentSlider img {
	max-width: none;
	max-height: none;
	float: right;
	margin-right: 30px;	
	}
.allinone_contentSlider_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	}
.allinone_contentSlider .contentHolderVisibleWrapper {
	position: absolute;
	overflow: hidden;
	}
.allinone_contentSlider .contentHolder {
	position: absolute;
	}
.allinone_contentSlider .contentHolderUnit {
	float: left;
	display: block;
	}
.mycanvas {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 10;
	display: none;
	}
/***COMMON SKIN***/
.allinone_contentSlider.common .bannerControls {
	position: absolute;
	left: 0;
	top: 0;
	/*z-index:1;*/
	z-index: 5;
	width: 100%;
	}
.allinone_contentSlider.common .leftNav {
	position: absolute;
	left: 0;
	/*left:-35px;*/
/*	top:50%;
	margin-top:-63px; /* height/2 */
	width: 60px;
	height: 150px;
	background: url(../query/leftNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
	}
.allinone_contentSlider.common .leftNav:hover {
	background: url(../query/leftNavON.png) 0 0 no-repeat;
	}
.allinone_contentSlider.common .rightNav {
	position: absolute;
	right: 0;
	/*right:-35px;*/
/*	top:50%;
	margin-top:-63px; /* height/2 */
	width: 60px;
	height: 150px;
	background: url(../query/rightNavOFF.png) 0 0 no-repeat;
	cursor: pointer;
	}
.allinone_contentSlider.common .rightNav:hover {
	background: url(../query/rightNavON.png) 0 0 no-repeat;
	}
.allinone_contentSlider.common .bottomNav {
	position: absolute;
	width: 0px;
	height: 30px;
	bottom: -35px;
	z-index: 3;
	padding-left: 120px;
	}
.allinone_contentSlider.common .bottomNavButtonOFF {
	float: left;
	display: block;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	z-index: 2;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.28);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.28);
	background: #fea82d;
	background-image: -webkit-gradient(linear,left 0%,left 100%,from(#747474),to(#9a9a9a));
	background-image: -webkit-linear-gradient(top,#747474,0%,#9a9a9a,100%);
	background-image: -moz-linear-gradient(top,#747474 0%,#9a9a9a 100%);
	background-image: linear-gradient(to bottom,#747474 0%,#9a9a9a 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff747474', endColorstr='#ff9a9a9a', GradientType=0);
	filter: none;	
	}	
.allinone_contentSlider.common .bottomNavButtonON {
	background: #006cc0;
	filter: none;	
	}
/***Text Styles***/
.allinone_contentSlider_texts {
	position: absolute;
	z-index: 2;
	display: none;
	width: 100%;
	text-align: left;
	margin-left: 6px;
	}
.allinone_contentSlider_text_line {
	position: absolute;
	}
/****Common Texts***/
.textElement11_common {
	font-size: 40px;
	font-weight: bold;
	line-height: 44px;
	color: #006cc0;
	width: 280px;
	}
.textElement12_common, .textElement13_common  {
	font-size: 20px;
	font-style: italic;
	line-height: 29px;	
	color: #444;
	width: 370px;	
	}
.textElement13_common {
	width: 430px;	
	}	
.hideElement {
	display: none;
	}

