html, table, td, tr, body, ul, li, p, h2 { margin: 0; padding: 0;}


#controller {
	height: 13px;
	text-align: center;
	position: absolute;
	bottom: 9px;
	left: 400px;
}
#controller li {
	display: inline;
	float: left;
	margin: 0 5px;
	width: 13px;
	height: 13px;
	text-indent: -99999px;
	cursor: pointer;
	_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page.png', sizingMethod='crop');
	background-image: url(../images/icon_page.png);
	background-repeat: no-repeat;
}
#controller li.active {
	_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page_active.png', sizingMethod='crop');
	background-image: url(../images/icon_page_active.png);
	background-repeat: no-repeat;
}
.tbui_slideshow_container {
width: 880px;
height: 350px;
overflow:hidden;
position:relative;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#next,#prev{
	width: 60px;
	height: 103px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 140px;
	text-indent: -9999px;
	cursor: pointer;
}
#prev{
	left: -60px;
	background-image: url(../images/navigation-previous.png);
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_pre.png', sizingMethod='crop');
}
#next{
	right: -60px;
	_background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_next.png', sizingMethod='crop');
	background-image: url(../images/navigation-next.png);
	background-repeat: no-repeat;
}
.tbui_slideshow_container .tbui_slideshow_slide {
position: absolute;
top: 0;
left: 0;
z-index: 0;
display : none;
webkitBackfaceVisibility: hidden;
}
.tab_list{ display:none;}
.slide_bg{
	width: 880px;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	
	opacity: 0.55;
}
.down_wrap{ padding-left:112px;}
