//////////////////////////////////////////////////////////////
//BUTTON//////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////

//top-left
"B_TL0"
{
	"texture" "1 2 7 7"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//top-right
"B_TR0"
{
	"texture" "15 2 6 6"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//bottom-left
"B_BL0"
{
	"texture" "1 16 8 6"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//bottom-right
"B_BR0"
{
	"texture" "14 15 7 7"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//repeat-top
"B_T0"
{
	"texture" "9 2 1 6"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//repeat-bottom
"B_B0"
{
	"texture" "10 16 1 6"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//repeat-left
"B_L0"
{
	"texture" "1 11 6 1"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//repeat-right
"B_R0"
{
	"texture" "15 9 6 1"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//pressed-top-left
"B_TL1"
{
	"texture" "25 2 10 10"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//pressed-top-right
"B_TR1"
{
	"texture" "38 2 10 10"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//pressed-bottom-left
"B_BL1"
{
	"texture" "25 17 10 9"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//pressed-bottom-right
"B_BR1"
{
	"texture" "41 18 7 8"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//pressed-repeat-top
"B_T1"
{
	"texture" "35 2 1 10"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//pressed-repeat-bottom
"B_B1"
{
	"texture" "35 19 1 7"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//pressed-repeat-left
"B_L1"
{
	"texture" "25 12 10 1"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//pressed-repeat-right
"B_R1"
{
	"texture" "38 12 10 1"
	"transparent" "255 0 255"
	"adjustment" "0 0"
}

//////////////////////////////////////////////////////////////
//SCROLLBAR///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////

//arrow-top
"S_NT0"
{
	"texture" "55 5 17 17"
	"transparent" "255 0 255"
	"adjustment" "2 1"
}


//arrow-bottom
"S_NB0"
{
	"texture" "78 5 17 17"
	"transparent" "255 0 255"
	"adjustment" "2 1"
}

//pressed-arrow-top
"S_NT1"
{
	"texture" "55 27 17 17"
	"transparent" "255 0 255"
	"adjustment" "2 1"
}

//pressed-arrow-bottom
"S_NB1"
{
	"texture" "78 27 17 17"
	"transparent" "255 0 255"
	"adjustment" "2 1"
}

//////////////////////////////////////////////////////////////
//WINDOW//////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////

//close button
"W_C0"
{
	"texture" "4 28 9 9"
	"transparent" "255 0 255"
	"adjustment" "4 7"
}

//EOF
//////////////////////////////////////////////////////////////