.animation{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	height:350px;
	width:100%;
}
.animation a.animation_selector{
	position:relative;
	top:19px;
}
.animation img{
	position:absolute;
}
#page_5 .jScrollPaneDrag{
	background:#aaa;
}
#page_5 .jScrollPaneTrack{
	background:#ddd;
}
#animation_scroller{
	position:relative;
	top:0px;
	left:0px;
	height:400px; 
	width:95%;
	overflow-y:auto;
	overflow-x:hidden;
}
#angrywoman_blogframe{
	width:550px;
	height:550px;
}
#viewer_angrywoman{
	position:relative;
	background-color:#fff;
	width:550px;
	height:480px;
}
#viewer_angrywoman #angry_woman{
	position:absolute;
	top: 26px;
	left: 76px;
}
#viewer_angrywoman #play_button_overlay{
	position:absolute;
	border-radius:8px;
	background-color:#000;
	width:550px;
	height:480px;
	opacity:0.5;
	cursor:pointer;
}
#play_button{
	position:absolute;
	width:120px;
	height:120px;
	background:url(../../sharedcontent/images/icons/button_play.png) left top no-repeat transparent;
}
#play_button.hover{
	background:url(../../sharedcontent/images/icons/button_play_over.png) left top no-repeat transparent;
}

