@charset "utf-8";
/* CSS Document */

#container0 {
	position	: absolute;
	top			: 55px;
	left		: 20px;
	width		: 416px;
	height		: 401px;
	overflow	: hidden;
	text-align	: center;
	
}

#content0 {
	position	: relative;
	width		: 416px;
	left		: 5px;
}

#scrollArea0 {
	position	: absolute;
	left		: 433px;
	top			: 60px;
	height		: 333px;
	width		: 15px;
	border		: 2px solid #666;
	background-color: #d0cfcf;
	overflow	: hidden;
}

#scroller0 {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: URL(../images/scroll_red.gif) center top no-repeat;
	/*border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;*/
}

#container1 {
	position	: absolute;
	top			: 60px;
	left		: 465px;
	width		: 232px;
	height		: 132px;
	overflow	: hidden;
	border		: 2px solid #666;
}

#content1 {
	position	: relative;
	width		: 227px;
	left		: 5px;
}

#scrollArea1 {
	position	: absolute;
	left		: 699px;
	top			: 60px;
	height		: 132px;
	width		: 15px;
	border		: 2px solid #666;
	/*background-color: #d0cfcf;*/
	background	: #d0cfcf  center bottom no-repeat;
	overflow	: hidden;
}

#scroller1 {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: URL(../images/scroll_red.gif) center top no-repeat;
	/*border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;*/
	cursor:pointer;
}

#container2 {
	position	: absolute;
	top			: 210px;
	left		: 465px;
	width		: 232px;
	height		: 194px;
	overflow	: hidden;
	border		: 2px solid #666;
}

#content2 {
	position	: relative;
	width		: 227px;
	left		: 5px;
}

#scrollArea2 {
	position	: absolute;
	left		: 699px;
	top			: 210px;
	height		: 194px;
	width		: 15px;
	background	: #d0cfcf  center bottom no-repeat;
	border		: 2px solid #666;
	overflow	: hidden;
}

#scroller2 {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: URL(../images/scroll_red.gif) center top no-repeat;
	/*border-top	: 1px solid #000;
	border-bottom	: 1px solid #000;*/
	
	cursor:pointer;
}
/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
