@charset "utf-8";
/* common settings */



/* image slider
============================================================ */
#imageSlider{
	position:relative;
	background:url(../../shared/image/slideThumbBg01.gif) no-repeat right top #f5f5ee;
	height:632px;
	margin-bottom:0px;
}
#imageSlider p.loading{
	position:absolute;
	top:160px;
	left:325px;
	width:32px;
	height:32px;
}
#imageSlider p.a-rt{
	padding:10px 10px;
	background:#ffffff;
	margin-bottom:00px;
}
#imageSlider .container{
	width:452px;
	height:632px;
	overflow:hidden;
	position:relative;
}
#imageSlider .slides{
	position:absolute;
	top:0px;
	left:0;
}
#imageSlider .slides > div{
	position:absolute;
	top:0px;
	width:680px;
	display:none;
}
#newsSlider{
	margin:0 auto 0;
	width:680px;
	position:relative;
	clear:both;
}
#imageSlider a.previous{
	background:url(../../shared/image/slidePrev.gif) no-repeat 3px center;
	width:340px;
	height:338px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#imageSlider a.next{
	background:url(../../shared/image/slideNext.gif) no-repeat 194px center;
	width:340px;
	height:338px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:340px;
	top:0px;
	filter:alpha(opacity=50);
	-moz-opacity:0;
	opacity:0px;
}
#imageSlider ul.pagination{
	list-style:none;
	position:absolute;
	left:-528px;
	top:0;
	width:270px;
	height:338px;
}
#imageSlider ul.pagination li{
	float:left;
	width:125px;
	height:176px;
	margin:0 0 1px 1px;
}
* html #imageSlider ul.pagination{width:271px;}
#imageSlider ul.pagination li a{
	width:125px;
	height:176px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#imageSlider ul.pagination li a:hover{background:url(../../shared/image/slideThumbOverlayOver.gif) 0 0;}
#imageSlider ul.pagination li.active a{background:url(../../shared/image/slideThumbOverlayAct.png) 0 0;}
* html #imageSlider ul.pagination li.active a{background:none;}/* IE6 can't create "active" class correctly to the DOM */


/* image slider narrow
============================================================ */
#imageSlider.narrow{
	background: #f5f5ee;
	width:452px;
	height:632px;
	float:right;
}
#imageSlider.narrow p.loading{
	position:absolute;
	top:293px;
	left:209px;
}
#imageSlider.narrow .container{
	width:452px;
	height:632px;
}
#imageSlider.narrow .slides > div{
	width:452px;
}
#imageSlider.narrow #newsSlider{
	width:380px;
	}
#imageSlider.narrow a.previous{
	width:226px;
	height:632px;
}
#imageSlider.narrow a.next{
	width:226px;
	height:632px;
	left:226px;
}
#imageSlider.narrow ul.pagination{
	list-style:none;
	position:absolute;
	right:0;
	top:278px;
	width:518px;
	height:357px;
}
#imageSlider.narrow ul.pagination li{
	width:125px;
	height:176px;
}
* html #imageSlider.narrow ul.pagination{width:191px;}
#imageSlider.narrow ul.pagination li a{
	width:125px;
	height:176px;
}
#imageSlider.narrow ul.pagination li a:hover{
	background:url(../../shared/image/slideThumbOverlayOver2.gif) 0 0;
	}
#imageSlider.narrow ul.pagination li.active a{
	background:url(../../shared/image/slideThumbOverlayAct2.png) 0 0;
	}
* html #imageSlider.narrow ul.pagination li.active a{
	background:none;
	}/* IE6 can't create "active" class correctly to the DOM */
