@charset "utf-8";

body,ul,li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#flashbox{
	width:779px;
	height:304px;
	background:#330000;
	padding:1px 0 0 1px;
}


#main {
    float: left;
    width: 570px;
    height: 303px;
    overflow: auto;
    position: relative;
	background:#FFFFFF;
}
#main ul {
	width: 570px;
    list-style: none;
    position: absolute;
    top: 0;
}

#main li {
    float: left;
}


#thumNav {
    float: left;
	width:207px;
    list-style: none;
    margin: 0;
	margin-left:1px;
}
#thumNav li {
	background:#FFFFFF;
    cursor: pointer;
    margin: 0 0 1px;
    text-align: center;
    width:207px;
	height:75px;
}

#thumNav li:hover img,
#thumNav li.selected img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.7;
}


