/****************/
/*  cc-std.css  */
/****************/

body {
   margin: 15px;
   font-family: Arial, sans-serif;
   background-color: white;
}
#center
		{	position: absolute; top: 0px; left: 0px;
			overflow: visible;
			width:  100%;
			height: 1px;
			text-align: center;
		}
#center/* CSS-hack to exclude this from IE on Mac 9.x */
		{	position: absolute; top: 50%; left: 0px;
		}

#main		
		{	position: absolute; top: 32px; left: 50%;
			margin-left: -425px;
			width:  850px;
			height: 566px;
			text-align: left;
			background-color:	#FFFFFF;
			border: #DDD solid 2px;
		}
#main/* CSS-hack to exclude this from IE on Mac 9.x */
		{	position: absolute; top: -283px; left: 50%;
		}
					
/*** border ***/

#top_left 
		{	position: absolute; top: -3px; left: -3px;
		}
#top_right 
		{ position: absolute; top: -3px; right: -3px;
		}
#bottom_left
		{	position: absolute; bottom: -3px; left: -3px;
		}
#bottom_right
		{	position: absolute; bottom: -3px; right: -3px;
		}

/*** content ***/

		/* to avoid borders with img links */
img	{ border: none;
		}

#cc-small
			{	position: absolute; top: 10px; left: 396px;
				width:  55px;
				height: 37px;
				background-image: url(../img/cc_small.gif);
			}
.cc-menu
			{	position: absolute; top: 18px; left: 473px;
			}

/*** scrollable gallery ***/

#panel		
					{ width: 580px;
						height: 228px;
						position: absolute; top: 228px; left: 268px;
						text-align: left;
						border: none;
						overflow: hidden;
					}
#panel img
					{ display: block;
					}
#showcase	
					{ position: absolute; top: 0px; left: 0px;
					}
#schroller
					{ position: absolute; top: 160px; left: 0px;
						margin: 0px;
						width: 580px;
						text-align: left;
					}
#scrollPos
					{ position: absolute; top: -7px; left: 8px;
						width:  23px;
						height: 16px;
						z-index: 10;
						margin-left: 0px;
					}
#scrollRange
					{ position: absolute; top: 0px; left: 16px;
						width: 548px;
						height:  1px;
						margin:  0px;
					}
#i_back	
					{ position: absolute; top: -8px; left: 0px;
						padding: 0px;
						margin:  0px;
						width:  16px;
						height: 16px;
						z-index: 10;
					}
#i_forward
					{ position: absolute; top: -8px; left: 563px;
						padding: 0px;
						margin:  0px;
						width:  17px;
						height: 16px;
						z-index: 10;
					}
