.boxes{
	padding: 20px;
	position:relative;
}
.boxes p{
	text-shadow: none;
}

.container_widgets_pieces{
	padding: 0 10px;
	margin: 0 0 20px;
	position: relative;
}
.widget_corner, .widget_topbottom, .widget_sides{
	position:absolute;
}
.widget_topbottom{
	width: 100%;
	height: 20px;
}
.widget_sides{
	width: 20px;
	height: 100%;
}
.widget_corner{
	width: 20px; height: 20px;
	z-index: 1;
}
.widget_top_left{
	left: -20px; top:-20px;
	background-position: left top;
	z-index: 2;
}
.widget_top_center{
	left: 0; top:-20px;
}
.widget_top_right{
	right: -20px; top:-20px;
	background-position: right top;
	z-index: 2;
}
.widget_middle_left{
	left: -20px; top: 0px;
	background-position: left top;
}
.widget_middle_right{
	right: -20px; top: 0px;
	background-position: right top;
}
.widget_bottom_left{
	left: -20px; bottom:-20px;
	background-position: left bottom;
}
.widget_bottom_center{
	left: 0; bottom: -20px;
	background-position: left bottom;
}
.widget_bottom_right{
	right: -20px; bottom:-20px;
	background-position: right bottom;
}
.widget_content{
	width: 100%;
	text-align: justify;
	text-align-last: left;
}
.widget_content ul li{
	word-spacing:normal;
	word-wrap: normal;
	white-space: normal;
}
.widget_content img.responsive_fullwidth{
	width: 100%;
	height:auto;
}
.widget_token_right, .widget_token_left{
	position: absolute;
	width: 40px; height: 70px;
}
.widget_token_left{
	left: -5px; top: -5px;
}
.widget_token_right{
	right: -5px; top: -5px;
}
.widget_token_bottom{
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%; height: 14px;
	position: absolute;
	left: 0;
}


/*Customs Box*/


 .boxes{margin-bottom: 20px; padding: 20px;} 
 .wrapper_slider .carousel-inner{background-image: url("images/boxes/box_010_ct.png");} 
 .container_widgets_pieces{background-image: url("images/boxes/box_010_ct.png");} 
 .widget_top_left{background-image: url("images/boxes/box_010_cr.png");} 
 .widget_top_center{background-image: url("images/boxes/box_010_tb.png");} 
 .widget_top_right{background-image: url("images/boxes/box_010_cr.png");} 
 .widget_middle_left{background-image: url("images/boxes/box_010_ss.png");} 
 .widget_middle_right{background-image: url("images/boxes/box_010_ss.png");} 
 .widget_bottom_left{background-image: url("images/boxes/box_010_cr.png");} 
 .widget_bottom_center{background-image: url("images/boxes/box_010_tb.png");} 
 .widget_bottom_right{background-image: url("images/boxes/box_010_cr.png");} 
 .widget_token_right{background-image:none;} 
 .widget_token_left{background-image:none;} 
 .widget_token_bottom{background-image: url("images/boxes/box_010_token_bottom-bwidget.png"); height: 20px;} 
 
 