/* banner slider*/
	#banner {text-align: center;}
	#banner ul, #banner li{
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		}
	#banner li{ 
		width:950px;
		height:280px;
		overflow:hidden;
		}
	
	#banner li a img{border: 0px;}

	/* numeric controls */	

	ol#controls{
		margin: -35px auto 0 425px;
		padding:0 5px 0 5px;
		height:20px;
		background: transparent;	
		position: absolute;
		z-index:5;
		font-size:0px;
		
		}
	ol#controls li{
		margin:0; 
		padding:0;
		float:left;
		list-style:none;
		height:12px;
		}
	/*hide numbers*/ 
	ol#controls li a span { display: none;}
	ol#controls li a{
		float:left;
		display: block;
		height:12px;
		width:12px;
		background: url(http://www.maksoft.net/Templates/chehplast2/images/slide_dot.png) 50% 0% no-repeat;
		padding:0px;
		text-decoration:none;
		margin: 5px 2px 5px 2px;
		line-height:none;
		}
	ol#controls li a {font-size: 0px;}
	ol#controls li.current a{
			background: url(http://www.maksoft.net/Templates/chehplast2/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(http://www.maksoft.net/Templates/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(http://www.maksoft.net/Templates/brandit/images/slide_dot.png) 50% 100% no-repeat;
		}
	
/* // Easy banner */