var pos = { "topleft" : {top: 0, left: 0},
			"topright" : {top: 0, right: 0},
			"center" : {top: "50%", left: 0},
			"bottomleft" : {bottom: 28, left: 0},
			"bottomright" : {bottom: 28, right: 0},
			"bottomwhole" : {bottom: 28, right: 0}
};

var overlayStyle = 	{	
"topleft" : {
	small: {height: 50, width:"100%", top: 0, body: {fontSize: 11, fontWeight: "bold"}},
	full: {height: 123, width:"100%", top: 0, body: {fontSize: 30}},
	medium:{height: 83, width:"100%", top: 0, body: {fontSize: 20}}},
"topright" : {
	small: {height: 50, width:"100%", top: 0, body: {fontSize: 11}},
	full: {height: 123, width:"100%", top: 0, body: {fontSize: 30}},
	medium:{height: 83, width:"100%", top: 0, body: {fontSize: 20}}},
"bottomleft" : {
	small: {height: 50, width:"100%", body: {fontSize: 11, fontWeight: "bold"}},
	full: {height: 123, width:"100%", body: {fontSize: 30}},
	medium:{height: 83, width:"100%", body: {fontSize: 20}}},
"bottomright" : {
	small: {height: 50, width:"100%", body: {fontSize: 11, fontWeight: "bold"}},
	full: {height: 123, width:"100%", body: {fontSize: 30}},
	medium:{height: 83, width:"100%", body: {fontSize: 20}}},
"bottomwhole" : {
	small: {height: 50, width:"100%", body: {fontSize: 11,  fontWeight: "bold"}},
	full: {height: 123, width:"100%", body: {fontSize: 30}},
	medium:{height: 83, width:"100%", body: {fontSize: 20}}},
"center" : {
	small: {height: 50, width:"100%", body: {fontSize: 11, fontWeight: "bold"}},
	full: {height: 123, width:"100%", body: {fontSize: 30}},
	medium:{height: 83, width:"100%", body: {fontSize: 20}}},
"border" : { border : "1px solid #FFFFFF", borderRadius : 5, backgroundGradient: "low", backgroundColor: "#544E4E", opacity: 0.8},
"noborder" : {border : "0px", borderRadius : "none", backgroundGradient: "none" , backgroundColor: "transparent", opacity: 1.0}
};
