/*classes for slider.php */
.table_left{
	background:transparent url(../images/l_p.png);
	width:5px;
	background-repeat:repeat-y;
}

.table_right{
	background:transparent url(../images/r_p.png);
	width:5px;
	background-repeat:repeat-y;
}

.table_bl{
	background:transparent url(../images/b_l_p.png) ;
	background-repeat:no-repeat;
	width:5px;
	height:4px;
	
}

.table_br{
	background:transparent url(../images/b_r_p.png);
	background-repeat:no-repeat;
	width:5px;
	height:4px;
}

.table_bm{
	background:transparent url(../images/b_m_p.png) ;
	background-repeat:no-repeat;
	height:4px;
	background-repeat:repeat-x;
}

.table_tl{
	background:transparent url(../images/t_l_p.png) ;
	width:5px;
	height:5px;
}

.table_tr{
	background:transparent url(../images/t_r_p.png);
	width:5px;
	height:5px;
}

.table_tm{
	background:transparent url(../images/t_m_p.png) ;
	height:5px;
	background-repeat:repeat-x;
}
.div_banner_border
{
	border:2px solid #e1dcdc; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px;  
	border-radius: 8px solid #e1dcdc;
	behavior: url(border-radius.htc);
}
