/* CSS Document For funswitcher by trance */
dt a{ text-decoration:none; color:#fff;}
dt a:hover{ text-decoration:underline; color:#fff;}
.main{ width:827px; height:600px; margin:0px auto;}/* 整个的大DIV大小 */
.fcnt{ display:block; height:600px; width:827px; margin:0px auto; border:0px solid #222; position:relative; overflow:hidden;top:0px;}
.fcnt .mimg{ float:left; width:827px; height:600px; overflow:hidden; border:0px solid #470304;}/* 大图片的样式 */
.fcnt .mimg div{ display:none;}
.mimg img{ width:827px; height:600px;} 
.fcnt ul{ float:right; width:0px; height:0px;}/* 右侧缩略图框大小 */
*html .fcnt ul{ position:absolute; right:0; top:0; width:393px; height:600px;}
.fcnt li{ display:none; height:0px; width:0px; margin-bottom:2px; cursor:pointer; overflow:hidden;}/* 右侧缩略图大小及间距等 */
.fcnt li img{ width:150px; height:56px;filter:alpha(opacity=70);  -moz-opacity: 0.7; opacity: 0.7;   }
.fcnt li.cur img{ width:142px; height:56px; margin:2px 0 0 4px;filter:alpha(opacity=100);  -moz-opacity: 1; opacity: 1;  }
#tri{ position:absolute; top:0; right:2px; z-index:1000; width:155px; height:56px; background:url(img/point.png) no-repeat; cursor:pointer;}
*html #tri {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="style/img/point.png");background:none;}
.fcnt dl{ position:absolute; bottom:0px; left:0px; width:827px; height:0px; background:url(img/shadow.png); display:none;}/* 标题说明等的背景样式 */
.fcnt dt{ line-height:0px; text-align:center; font-size:20px; font-weight:900;}
.fcnt dd{ line-height:24px; text-align:center; font-size:14px;color:#FFCC66;}
*html .fcnt dl{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="style/img/shadow.png");background:none;}


