div.events, div.community, div.space {width: 326px; float: left; margin-right: 6px; overflow: hidden; position: relative;}
div.events {background: #e00079;}
div.community {background: #742890;}
div.space {background: #63b534;}
a.controlLink {margin: 12px 0 0 9px;}
div.events a.controlLink {display: block; position: absolute; background: url('/images/events.png') top left no-repeat; width: 29px; height: 100%; cursor: pointer;}
div.community a.controlLink {display: block; position: absolute; background: url('/images/community.png') top left no-repeat; width: 29px; height: 100%; cursor: pointer;}
div.space a.controlLink {display: block; position: absolute; background: url('/images/space.png') top left no-repeat; width: 29px; height: 100%; cursor: pointer;}
div.blocks a.animationLink {color: #f0ff08; text-decoration: none; border-bottom: 1px dashed #f0ff08; position: absolute; margin-left: 54px; margin-top: 15px; cursor: pointer; display: none;}
div.content, div.fullContent {margin-top: 50px; margin-left: 54px;}


div.wrap:hover a.animationLink {display: block;}
div.wrap:hover a.controlLink {background-position: -29px 0;}

div.content, div.fullContent {position: absolute;}

div.closed:hover a.animationLink, div.current:hover a.animationLink {display: none;}

div.current {background: white;}
div.current a.controlLink {background-position: -58px 0;}
div.current:hover a.controlLink {background-position: -58px 0;}