html {
	width: 100%;
}
   
/* Slider/Content Container */
#slider {
	width: 100%;
	overflow: hidden;
	height: 351px;
}
/* Campaign items */
.campaign {
	height: 351px;
	width: 100%!important;
}
.campaign_content {
	width: 1020px;
	height: 301px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
}
/* Campaign Features */
#branded_products {
	background: #000000 url(01_bg.jpg) repeat-x 50% 0;
        width: 100%;
        height: 351px;
}
#branded_products .campaign_content {
	background: transparent url(01_main.jpg) no-repeat top left;
    height: 351px;
}
#auction_site_no1 {
	background: #000000 url(02_bg.jpg) repeat-x 50% 0;
        width: 100%;
        height: 351px;
}
#auction_site_no1 .campaign_content {
	background: transparent url(02_main.jpg) no-repeat top left;
	height: 351px;
}
#instant_product_delivery {
	background: #000000 url(03_bg.jpg) repeat-x 50% 0;
        width: 100%;
        height: 351px;
}
#instant_product_delivery .campaign_content {
	background: transparent url(03_main.jpg) no-repeat top left;
	height: 351px;
}
#double_winner_auction {
	background: #72c5c5 url(04_bg.jpg) repeat-x 50% 0;
        width: 100%;
        height: 351px;
}
#double_winner_auction .campaign_content {
	background: transparent url(04_main.jpg) no-repeat top left;
	height: 351px;
}
#satisfied_customer {
	background: #000000 url(05_bg.jpg) no-repeat 50% 0;
        width: 100%;
        height: 351px;
}
#satisfied_customer .campaign_content {
	background: transparent url(05_main.jpg) no-repeat top left;
	 height: 351px;
} 
#slider_controls {
	background: transparent url(btn_slider_nav.png) no-repeat bottom left;
 width: 900px;
 height:28px;
 line-height:28px;
	position: relative;
z-index:1000;
top:-80px;
left:15px;
}
#slider_controls ul {
	position:absolute;
	text-indent:-9999px;
	width:102px;
 height: 38px;
 line-height:28px;
 left:-40px;
 top:-5px;
}
#slider_controls li {
	float: left;
  width:50px;
}
#slider_controls li a {
	display: block;
	 height: 28px;
  line-height:28px;
  width:50px;
  margin:0px;
  padding:0px;
}
 