@charset "utf-8";
/* CSS Document */

img { BORDER: 0px; }


		a {
			color: #fff;
		}
		a:hover {
			text-decoration: none;
		}
		#back_to_fluid_dg {
			background: rgba(2,2,2,.5);
			clear: both; display: block; height: 20px; line-height: 20px; padding: 20px; position: relative; z-index: 1;
		}
		.fluid_container {
			position: absolute;
			bottom: 0; 
			left: 0;
			width:929px; 
			height: 620px;
			z-index: 0;
			margin-bottom: 0!important;
		}
		#fluid_dg_wrap_4 {
			position: absolute;
			top: 93px; 
			left: 0;
			width:929px; 
			height: 620px;
			margin-bottom: 0!important;
		}
		.fluid_dg_bar {
			z-index: 2;
		}
		.fluid_dg_prevThumbs, .fluid_dg_nextThumbs, .fluid_dg_prev, .fluid_dg_next, .fluid_dg_commands  { /*小圖與下一張等icon的背景色*/
			background: #222;
			background: rgba(2, 2, 2, 0);
		}
		.fluid_dg_thumbs_cont { /*小圖與下一張等icon的背景色*/
			width:929px;  /*底下小圖區的寬度*/
			height:70px;/*底下小圖區的高度，如果下一行有設高度，則要將位移的像素減掉*/
			padding-top:0px;/*小圖區中圖片離上方的距離*/
		}
		.fluid_dg_thumbs { 
			top: -103px; 
			left: 0px; 
			position: absolute; z-index: 1; /*底下小圖區的位置位於上方*/
			width:929px;  /*底下小圖區的寬度*/
			height:60px;
			margin:auto;
		}
		.fluid_dg_thumbs_cont {
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			
		}
		
		.fluid_dg_thumbs_cont ul li > img {
			border: 0px solid; /*小圖的框*/
			cursor: pointer;
			margin-top: 5px;
			vertical-align:bottom;
		}


	.color-lightgrey{
	color:#6b634a;
}