/* 
    Document   : change-view-animation
    Created on : Aug 5, 2011, 5:31:02 PM
    Author     : lojza
    Description:
        Purpose of the stylesheet follows.
*/

/* 
  use for change-view.js to animate the view Latest - Current Prices - Graph
*/

div.first-view,
div.second-view {
  background-color: transparent;
  opacity: 0;
  display: none;
  filter: alpha(opacity=0);
}

div.third-view {
  opacity: 0;
  display: none;
  filter: alpha(opacity=0);
}