
/*************************************************************************************************************
                                            full_images
  ************************************************************************************************************/ 
.exporight_containermaster 
{
    width: 20px;
    height: 19px;
	background: url(images/expo_images/left_top_expo.gif) bottom left no-repeat;
    vertical-align: top;
}
.expoleft_containermaster 
{
	background: url(images/expo_images/right_top_expo.gif) bottom left no-repeat;
	width: 21px;
	height: 19px;
	vertical-align: top;
}
.exporepeatleft_containermaster 
{
	background: url(images/expo_images/mid_top_expo.gif) bottom left repeat-x;
	width: auto;
	height: 19px;
	vertical-align: top;
}
.expomid_left_containermaster 
{
	background: url(images/expo_images/left_mid_expo.gif) top left repeat-y;
	width: 20px;
	height: auto;
	vertical-align: top;
}
.expomid_right_containermaster 
{
	background: url(images/expo_images/right_mid_expo.gif) top right repeat-y;
	width: 21px;
	height: auto;
	vertical-align: top;
}
.expodownleft_containermaster 
{
	background: url(images/expo_images/left_bottom_expo.gif) top left no-repeat;
	width: 20px;
	height: 23px;
}
.expodownright_containermaster
{
	background: url(images/expo_images/right_bottom_expo.gif) top right no-repeat;
	width: 21px;
	height: 23px;
}
.expodownmid_containermaster
{
	background: url(images/expo_images/mid_bottom_expo.gif) top left repeat-x;
	width: auto;
	height: 23px;
	vertical-align: bottom;
}