/* CSS Document */

#inValue:active => #contener2 {
	roll-in: normal;
}
 
#outNormal:active => #contener2 {
	roll-out: 5;
}
 
#auto:active => #contener2 {
	roll-auto: fast 50px;
}

a:active {
    target: popup;
    target-width: 800px;
    target-height: 600px;
}


