		#CFw, #SSDToolBox{			
			max-width: 1920px;
			margin:0 auto;
		}
		
		#CFw .note{
			font-family: arial;
			font-size:16px;		
			text-align: center;	
		}

		#CFw .flow{						
			margin-bottom: 0px;
			margin-top:-12%;			
		}

		.caption{
			color:#fff;
			font-size:36px;
			font-family: 'Oswald', sans-serif, Microsoft JhengHei;
			margin-top:-30px;
		}


		#myFantasicFlow .item{	
			cursor: pointer;
			
			
		}

		#myFantasicFlow .captext{	
			color:#ff6600;
			font-size:24px;
			line-height: 30px;
			display:block;
			margin-top:12px;
			text-shadow:0px 0px 8px #000;		
		}

		.ContentFlow .globalCaption{
			margin-bottom:40px;
		}

		#myFantasicFlow img{
			cursor: pointer;
			box-shadow: 0px 0px 30px #ff7200;
		}

		.cfwsmall{
		display: none;		
	}


@media screen and (max-width: 1366px) {
			#CFw .flow{						
			margin-bottom: 0px;
			margin-top:-20%;			
		}
}

@media screen and (max-width: 960px) {
	#CFw{
		display: none;		
	}
	.cfwsmall{
		display: block;		
		width:80%;
		margin:0 auto;
	}
	.cfwsmall img{
		margin-bottom:4%;
	}
}

