
/* LANDSCAPE POSITIONS */
.landscape_left {
    left: 6px;
}

.landscape_right {
    left: -739px;
}

.landscape_middle {
    left: -439px;
}

/* CHARACTER POSITIONS */
.off_screen {
    left: -80px;
}

.in_cave {
    left: 1470px;
}

.left_side {
    left: 80px;
}

.right_side {
    left: 150px;
}

.right_side_2 {
    left: 280px;
}

.middle {
    left: 480px;
}

.middle2 {
    left: 340px;
}
.middle3 {
    left: 400px;
}

.move_me
{
	left: 0px;
}

/* IDLE CYCLE */
.idle_right_1 {
    background-position: 0px 0px !important;
}

.idle_right_2 {
    background-position: -100px 0px !important;
}

.idle_right_3 {
    background-position: -200px 0px !important;
}

.idle_right_4 {
    background-position: -300px 0px !important;
}

.idle_left_1 {
    background-position: -400px 0px !important;
}

.idle_left_2 {
    background-position: -500px 0px !important;
}

.idle_left_3 {
    background-position: -600px 0px !important;
}

.idle_left_4 {
    background-position: -700px 0px !important;
}


/* WALK CYCLE */
.walk_right_1 {
    background-position: 0px -200px !important;
}

.walk_right_2 {
    background-position: -100px -200px !important;
}

.walk_right_3 {
    background-position: -200px -200px !important;
}

.walk_right_4 {
    background-position: -300px -200px !important;
}

.walk_left_1 {
    background-position: -400px -200px !important;
}

.walk_left_2 {
    background-position: -500px -200px !important;
}

.walk_left_3 {
    background-position: -600px -200px !important;
}

.walk_left_4 {
    background-position: -700px -200px !important;
}

/* TALK BUBBLES */
.left_bubble_1 {
    left: 20px;
}

.left_bubble_2 {
	left: 30px;
}

.middle_bubble_1 {
	left: 210px;
}

.middle_bubble_2 {
	left: 250px;
}

.right_bubble_1 {
	left:410px;
}

.bubble {
    position:absolute;
    width: 140px;
    background: white;
    border: 3px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding: 12px;
    z-index: 150;
    top: 5px;
    text-align: center;
    font-size: 16px;
    font-family: "Comic Sans MS", "Chalkboard", Verdana, sans-serif;   
}

.player_movebox
{
	position:	absolute;
	height:		180px;
	top:		370px;
	left:		115px;
}

.anim_background
{
	position:	absolute;
	height:		550px;
	width:		760px;
	top:		0px;
}

.anim_foreground
{
	position:	absolute;
	height:		120px;
	width:		760px;
	z-index:	10;
	top:		430px;
}
