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

#wrapper{ height:520px; margin-top:-260px;}
.logo{ width:59px; height:480px;}
.nav{ width:58px; height:480px;	background-color:#fff;}
/*.main{ width:860px;	height:480px;}*/
.main{width:860px; height:480px; padding:0px 60px;}

/*=====================================
			圖片設定
=====================================*/

#fullSize { width:860px; height:480px; margin-left:0px; text-align:center; line-height:480px; white-space : nowrap;}
#fullSize:after { content : ".";  font-size : 1px;  margin-left : -1px;  opacity : 0;}
#fullSize img {display:block; margin:0px auto; vertical-align:middle;}
#thumbnails { 
	position:absolute; 
	bottom:0px; 
	width:860px; 
	height:50px; 
	background:url(../images/portfolio/bg.png); 
	overflow:hidden; 
	line-height:50px; 
	vertical-align:middle;
}
#innerContainer {position:relative; margin:7.5px -5px; width:825px;}
#innerContainer li {float:left;}
#innerContainer li img{ 
	width:50px; height:35px; 
	margin-left:5px; 
	cursor:pointer; 	
/*	opacity:0.4;
	filter:Alpha(Opacity=40);*/
}

#innerContainer li img:hover{
/*	opacity:1;
	filter:Alpha(Opacity=100);*/
}
#autoPlay { 
	position:absolute; 
	bottom:17px; 
	right:75px; 
	width:10px; 
	height:10px; 
	background:url(../images/portfolio/stop.png) no-repeat; 
	cursor:pointer;
}
#back{ position:absolute; right:15px; bottom:15px;}


/*-------------------------------
			捲軸相關
--------------------------------*/

#scrollContent {
	position:relative;
	width: 740px;
	height: 50px;
	overflow: hidden;
	margin-left:20px;
}

#scroll_up_btn, #scroll_down_btn{
	cursor:pointer;
/*	margin:3px;*/
}

#num{
	position:absolute;
	left:55px;
	bottom:3px;
	font-size:11px;
	color:#666;
}
#num li{
/*	float:left;*/
	margin:0;
	padding:5px;
}
#n1{ color:#000; }