#prevBtn, #nextBtn {
display: none;
}

/* box_promo slider*/
	#box_promo {margin: 0px;}
	#box_promo ul, #box_promo li{
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		}
	#box_promo li{ 
		width:355px;
		height:300px;
		overflow:hidden;
		}
	
	#box_promo li a img{border: 0px;}

/* box_latest slider*/
	#box_latest {margin: 0px;}
	#box_latest ul, #box_latest li{
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		}
	#box_latest li{ 
		width:355px;
		height:300px;
		overflow:hidden;
		}
	
	#box_latest li a img{border: 0px;}

	
	/* numeric controls */	

	ol#controls{
		margin: 70px 0 0 15px;
		padding:0 5px 0 5px;
		height:20px;
		background: transparent;	
		position: absolute;
		z-index:5;
		display:block;
		}
	ol#controls li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:12px;
		}
	ol#controls li a{
		float:left;
		display: block;
		height:12px;
		width:11px;
		background: url(brandit/images/slide_dot.png) 50% 0% no-repeat;
		padding:0;
		text-decoration:none;
		margin: 5px 2px 5px 2px;
		}
	ol#controls li a {font-size: 0px;}
	ol#controls li.current a{
			background: url(brandit/images/slide_dot.png) 50% 100% no-repeat;
		}

	ol#controls_latest{
		padding:0 5px 0 5px;
		height:20px;
		background: transparent;	
		float: right;
		position: relative;
		margin: -280px 0 0 0;
		}
	ol#controls_latest li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:12px;
		}
	ol#controls_latest li a{
		float:left;
		display: block;
		height:12px;
		width:11px;
		background: url(brandit/images/slide_dot.png) 50% 0% no-repeat;
		padding:0;
		text-decoration:none;
		margin: 5px 2px 5px 2px;
		}
	ol#controls_latest li a {font-size: 0px;}
	ol#controls_latest li.current a{
			background: url(images/slide_dot.png) 50% 100% no-repeat;
		}
	ol#controls span, ol#controls_latest span {display: none;}
	
/* // Easy box_promo */