@charset "utf-8";

/*=========================================================
	[ common.css ]
	original css to contents
	date - creation:2009.01.08 // update:2009.01.21
	::toc::
		import style
		wrapper style
		header style
		contents style
		
=========================================================*/

@import url(/common/css/reset.css);
@import url(/special/Top10_2008/assets/styles/layout.css);


/* Module
------------------------------------------------*/
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.p15{padding:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}

.clr{clear:both;}
.box-l{
	border-top:1px solid #777;
	padding-top:30px;
}
.alcent{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.invisible{display:none;}
.f80{font-size:.8em;}
.f-nomal{font-weight:normal;}
.f-col-01{color:#000 !important;}

/* index
------------------------------------------------*/
#home h2{
	font-size:1.6em;
	color:#FFC567;
}
#home .toptenIntro h2{font-size:1.2em;}
#home .btn-join{
	width:300px;
	margin:0 auto;
	text-align:center;
	border-bottom:1px solid #5B3937;
}
#home .btn-join p{
	padding:5px 0 0 15px;
	text-align:left;
}
#home .btn-news{
	padding:15px 15px 0;
	background:#777;
	border:1px solid #808080;
	color:#FFC567;
}
#home .btn-news h3{
	font-size:1.2em;
}

/* content
------------------------------------------------*/
/* con-photo
------------------------------------------------*/
/* photo content */
#content-ori{
	background:#292929 url(/special/Top10_2008/images/pho_bk.gif) left top;
}

#link-area{
	padding:20px 10px;
}
#link-area a{
	padding-left:10px;
	background:transparent url(/special/Top10_2008/images/ico_photo_pageback.gif) 0 20% no-repeat;
}

.slider-wrap p{
	padding:5px 0 20px;
	line-height:1.8;
	color:#fff;
}

.childhood-malnutrition div#cross-links,
.somalia-s div#cross-links{
	height:110px;
}

div#cross-links{
	width:660px;
	height:65px;
	vertical-align:middle;
	text-align: center;
	margin:0 auto;
	padding:20px 0;
	border:1px solid #666;
}
div#cross-links img{
	margin:2px;
}
div#cross-links a{
	display:inline-block;
	margin:0 2px;
}
div#cross-links a:hover{
	border:4px solid #999;
}

#Contents #wrap-ori .slider-wrap .alcent{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.slider-wrap{ /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 5px auto 15px;
	padding-top:35px;
	position: relative;
	width: 100%;
}
/* These 2 lines specify style applied while slider is loading */
.csw{
	width:100%;
	height:550px;
	overflow: scroll;
}

.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}
.stripViewer { /* This is the viewing window */
	position:relative;
	overflow:hidden; 
	margin:auto;
	width:660px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:520px;
	clear:both;
}
.somalia-s .stripViewer{
	height:540px;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel{ /* Each panel is arranged end-to-end */
	float:left;
	text-align:left;
	width: 660px; /* Also specified in  .stripViewer  above */
	height: 100%;
	position: relative;
}
.stripViewer .panelContainer .panel .wrap-photo{font-size:100%;}

.stripNav{display:none;}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
.stripNavL {
	background:url(/special/Top10_2008/images/arrow-left.gif) no-repeat center;
}
.stripNavR {
	background:url(/special/Top10_2008/images/arrow-right.gif) no-repeat center;
}
