.script { display:block; }
.noscript { display:none; }

/* expand/collapse swapper **/
.expandlabel { padding-left:1.2em; cursor:pointer; color:#366088; background:url(http://devimages.apple.com/assets/elements/arrows/expand.gif) no-repeat 0 -126px; }
.expandlabel:hover { text-decoration:underline; }
.expandlabel.closed { background-position:0 3px; }

div.expandcontent { display:none; overflow:hidden; padding-left:1.2em; }
.hasjs div.expandcontent { display:block; }

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:680px;
		height:100px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:5;
		height:10px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#FFFFFF;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#3179D2;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.article-info {
		padding: 0 0 15px 0;
	}
	.article-info a, #breadcrumb a {
		color: #848283;
	}
	.article-info span, #breadcrumb {
		line-height: 14px;
		font-size: .9em;
		margin-right: 5px;
		padding: 0 10px 0 20px;
		color: #848283;
		border-right: 1px #e1e1e1 solid;
	}
	#breadcrumb {
		padding: 0;
		border: none;
	}
	.article-info .date {
		background: url(./images/icons-sprite.png) no-repeat 0 -15px;
	}
	.article-info .comment {
		background: url(./images/icons-sprite.png) no-repeat 0 -29px;
	}
	.article-info .author {
		background: url(./images/icons-sprite.png) no-repeat 0 0;
	}
	.article-info .edit {
		padding-left: 0;
	}
	.article-info .last {
		border: none;
	}