
.topsSlidingPanels {
	position: relative;
	background:#FFFFCC;
	width: 1450px;
	height: 205px;
	border: none;
	float: left; /* to give horizontal animation*/
	overflow: hidden;
	white-space: nowrap;
}

.topsSlidingPanelsContentGroup {
	position: relative;
	width: 10000px; /* increased width allows content to fit in container element */
	border: none;
	float: left; /* for hoizontal animation */
	overflow:hidden;
}


.topsSlidingPanelsContent {
	display: table-cell;
	width: 140px; /* fixed width content */
	height: 225px; /* fixed height content */
	overflow: hidden;
	margin-right: -100px;
	border: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bottomsSlidingPanels {
	position: relative;
	background:#FFFFCC;
	width: 1450px;
	height: 205px;
	border: none;
	float: left; /* to give horizontal animation*/
	overflow: hidden;
	white-space: nowrap;
}

.bottomsSlidingPanelsContentGroup {
	position: relative;
	width: 10000px; /* increased width allows content to fit in container element */
	border: none;
	float: left; /* for hoizontal animation */
	overflow:hidden;
}


.bottomsSlidingPanelsContent {
	width: 140px; /* fixed width content */
	height: 195px; /* fixed height content */
	overflow: hidden;
	margin-right: -100px;
	margin-top: -60px;
	margin-bottom:-50px;
	border: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.accSlidingPanels {
	position: relative;
	background:#FFFFCC;
	width: auto;
	height: 205px;
	border: none;
	float: left; /* to give horizontal animation*/
	overflow: hidden;
	white-space: nowrap;
}

.accSlidingPanelsContentGroup {
	position: relative;
	width: 10000px; /* increased width allows content to fit in container element */
	border: none;
	float: left; /* for hoizontal animation */
	overflow:hidden;
}


.accSlidingPanelsContent {
	width: 140px; /* fixed width content */
	height: 205px; /* fixed height content */
	overflow: hidden;
	margin-right: -100px;
	margin-top:-20px;
	margin-bottom:-10px;
	border: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




			/* scrollable div area */
			#scrollable2 {
				float: left;
				width: 500px;
				height: 205px;
				padding: 4px;
				overflow: hidden;
				white-space: nowrap;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap3 {
				float: left;
				width: 15px;
				height: 201px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-bottom.png) no-repeat bottom left; /* ie6png:scale */
			}
			
			/* top image of track */
			#track3-top {
				position: absolute;
				width: 15px;
				height: 15px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-top.png) no-repeat top left; /* ie6png:scale */
			}
			
			/* vertical track */
			#track3 {
				position: absolute;
				width: 15px;
				height: 201px;
			}
			
			/* vertical track handle */
			#handle3 {
			z-index:120000;
			
				width: 15px;
				height: 37px;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap4 {
				float: left;
				clear: both;
				width: 500px;
				height: 9px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-right.png) no-repeat top right; /* ie6png:scale */
			}
			
			/* left image of track */
			#track4-left {
				position: absolute;
				width: 15px;
				height: 9px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-left.png) no-repeat top left; /* ie6png:scale */
			}
			
			/* horizontal track */
			#track4 {
				position: absolute;
				width: 500px;
				height: 20px;
			}
			
			/* horizontal track handle */
			#handle4 {
				width: 20px;
				height: 9px;
			}
			
			
			/* scrollable div area */
			#scrollable22 {
				float: left;
				width: 500px;
				height: 145px;
				padding: 4px;
				overflow: hidden;
				white-space: nowrap;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap32 {
				float: left;
				width: 15px;
				height: 201px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-bottom.png) no-repeat bottom left; /* ie6png:scale */
			}
			
			/* top image of track */
			#track32-top {
				position: absolute;
				width: 15px;
				height: 15px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-top.png) no-repeat top left; /* ie6png:scale */
			}
			
			/* vertical track */
			#track32 {
				position: absolute;
				width: 15px;
				height: 201px;
			}
			
			/* vertical track handle */
			#handle32 {
				width: 15px;
				height: 37px;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap42 {
				float: left;
				clear: both;
				width: 500px;
				height: 9px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-right.png) no-repeat top right; /* ie6png:scale */
			}
			
			/* left image of track */
			#track42-left {
				position: absolute;
				width: 15px;
				height: 9px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-left.png) no-repeat top left; /* ie6png:scale */
			}
			
			/* horizontal track */
			#track42 {
				position: absolute;
				width: 500px;
				height: 20px;
			}
			
			/* horizontal track handle */
			#handle42 {
				width: 20px;
				height: 9px;
			}


/* scrollable div area */
			#scrollable23 {
				float: left;
				width: 500px;
				height: 210px;
				padding: 4px;
				overflow: hidden;
				white-space: nowrap;
				margin-top:15px;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap33 {
				float: left;
				width: 15px;
				height: 211px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-bottom.png) no-repeat bottom left; /* ie6png:scale */
			}
			
			/* top image of track */
			#track33-top {
				position: absolute;
				width: 15px;
				height: 15px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-top.png) no-repeat top left; /* ie6png:scale */
			}
			
			/* vertical track */
			#track33 {
				position: absolute;
				width: 15px;
				height: 201px;
			}
			
			/* vertical track handle */
			#handle33 {
				width: 15px;
				height: 37px;
			}
			
			/* wrap to make sure that image area is clickable */
			#wrap43 {
				float: left;
				clear: both;
				width: 500px;
				height: 12px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-right.png) no-repeat top right; /* ie6png:scale */
			}
			
			/* left image of track */
			#track43-left {
				position: absolute;
				width: 15px;
				height: 9px;
				background: transparent url(../../c_code/javascripts/images/scrollbar-track-left.png) no-repeat top left; /* ie6png:scale */
			}
			
			/* horizontal track */
			#track43 {
				position: absolute;
				width: 500px;
				height: 20px;
			}
			
			/* horizontal track handle */
			#handle43 {
				width: 20px;
				height: 9px;
			}


			.tops_contents_caption {
				overflow: hidden;
				float:left; 
				padding-top:195px;
				margin-left:-40px;
				padding-right:40px;
				font-weight:bold;
				font-family:arial;
				color:#333333;
				width:140px;
				text-align:center;
				line-height:12px;
			
			}

			.bottoms_contents_caption {

			float:left; 
			padding-top:115px;
			margin-left:-40px;
			padding-right:40px;
			font-weight:bold;
			font-family:arial;
			color:#333333;
			width:140px;
			text-align:center;
			line-height:12px;
			margin-top:5px;
			}

			.acs_contents_caption {

			float:left; 
			padding-top:190px;
			margin-left:-40px;
			padding-right:40px;
			font-weight:bold;
			font-family:arial;
			color:#333333;
			width:140px;
			text-align:center;
			line-height:12px;
			}


			