@charset "utf-8";

#social-wrapper {
	width: 100%;
	height: 224px;
	background: url(/images/bg-social.png) no-repeat 0 0;
}
* html #social-wrapper {
	_background: url(/images/pix.gif);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bg-social.png", sizingMethod="scale");
}
#youtube {
	position:relative;
	padding: 18px;
	height: 133px;
}

#youtube .prev,
#youtube .next {
	position:absolute;
	top:60px;
	width:28px;
	height:17px;
	padding:13px 0;
	text-align:center;
	z-index:25;
	cursor:pointer;
}

#youtube .prev {
	left: 0;
	background: url(/images/aaf_top_prev_btn_hover.png) no-repeat 4px 13px;
}

#youtube .next{
	right: 0;
	background: url(/images/aaf_top_next_btn_hover.png) no-repeat 4px 13px;
}
#youtube .prev a,
#youtube .next a {
	cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#youtube .prev a:hover,
#youtube .next a:hover {
	cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#yt_exterior{
	position:relative;
	width:845px;
	height:138px;
	margin:0 auto;
	overflow:hidden;
	overflow-x:hidden;
}

#yt_exterior p{
	margin-bottom:0;
}

#yt_container{
	position:absolute;
}
#yt_container .movie{
	float:left;
	width:172px;
	height:240px;
}

#yt_container .movie .thum{
	position:relative;
	background:url(/images/loader_image.gif) no-repeat center center;
}

#yt_container .movie .thum img{
	display: block;
	width: 150px;
	height: 112px;
	border: 3px solid #00205f;
}

#yt_container .movie .group{
	width: 150px;
	text-align: center;
	font-size: 9px;
	line-height: 18px;
	color: #fff;
}

#yt_container .movie .play{
	position:absolute;
	display:block;
	width:71px;
	height:49px;
	left:40px;
	top:35px;
	text-indent:-9999px;
	background:url(/images/button.png) no-repeat center center;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/button.png');*/
	outline:none;
}


.flickr{
	position:absolute;
	height:40px;
	left:-80px;
	width:1000px;
} 

#flickr_container{
	position:relative;
	width:840px;
	height:40px;
	margin: 0 40px;
	padding: 0;
	overflow:hidden;
}

.flickr p {
	float: left;
	width: 78px;
	height: 43px;
	overflow: hidden;
	text-align: left;
/*	-moz-box-shadow: 2px 2px 5px #162159;
	-webkit-box-shadow: 2px 2px 5px #162159;
	box-shadow: 2px 2px 5px #162159;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#162159')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#162159');
*/
}
.flickr p a{
	display: block;
	width: 60px;
	height: 38px;
	overflow: hidden;
	background: url(/images/loader_image.gif) no-repeat center center;
}

.flickr p a img{
	width: 60px;
}

/* flickr lisht box style */
#f_container {
	position:relative;
}

#f_container .fpicture{
	text-align:center;
	width:640px;
	height:380px;
}

#f_container .prev,
#f_container .next{
	position:absolute;
	top:50px;
}

#f_container .prev{
	left:0;
}

#f_container .next{
	right:0;
}

#fancy_title_main hr{
	display:block;
	color:#00205f;
	margin:12px 0;
}

#fancy_title_main a{
	color:#00205f;
}

#fancy_title_main a.f_title{
	font-size:16px;
	font-weight:bolder;
}

#fancy_title_main a:hover{
	text-decoration:underline;
}

#fancy_title_main .link{
	text-align:right;
}

#socialsites {
	z-index: 5;
	position: absolute;
	top: 224px;
	width: 100%;
	height: 60px;
	background:#fff url(/images/social-sites.png) no-repeat 0 -60px;
}
#socialsites ul {
	overflow: hidden;
	display: block;
	width: 100%;
}
#socialsites li {
	display: block;
	float: left;
	width: 184px;
	height: 60px;
}

#socialsites li a {
	overflow: hidden;
	position: relative;
	display:block;
	width: 184px;
	height: 60px;
	background-image: url(/images/social-sites.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -999px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#socialsites li a:hover {
	text-decoration: none;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#socialsites .item-1 a {
	background-position: 0 0;
} 
#socialsites .item-2 a {
	background-position: -184px 0;
}
#socialsites .item-3 a {
	background-position: -368px 0;
}
#socialsites .item-4 a {
	background-position: -552px 0;
}
#socialsites .item-5 a {
	background-position: -736px 0;
}


#twitter_list{
	width:186px;
	height:369px;
	margin-bottom:12px;
	overflow:hidden;
	position:relative;
	z-index:5;
}
#twitter_list .jspHorizontalBar {
	display: none;
}

#twittermask{
	position:absolute;
	z-index:11;
	top:82px;
	left:0;
	background:url(/images/mask_twitterloading.gif) no-repeat;
	width:216px;
	height:632px;
}

#firstCol{
	position:relative;
}

#firstCol .shadow{
	width:216px;
	height:16px;
	background:url(/images/bg_twitter_bottom.png) no-repeat;
	position:relative;
	top:-28px;
	z-index:10;
}

#twitter_list {
	margin-bottom:5px;
	padding: 0;
	width: 188px;
}
#twitter_list div {
	width: 165px;
	margin: 0 0 4px 0;
	padding: 3px;
	background: #e4fafa;
}

#twitter_list .tweet{
	margin-bottom:0;
	width: 160px !important;
	word-wrap: break-word;
}

#top #body #firstCol .tweet,
#top #body #firstCol #twitter_list p {
	width: 160px;
}

#twitter_list .tweet a{
	color:#306ce5;
	word-wrap: break-word;
}

#twitter_list .tweet a:hover{
	text-decoration:underline;
}

#twitter_list .tweet a.thumnail{
	display:block;
	float:left;
	width:38px;
}

#twitter_list .tweet a.thumnail:hover{
	text-decoration:none;
}

#twitter_list .tweet a.thumnail img{
	width:32px;
	padding-top:5px;
}

#twitter_list .info {
	clear:both;
	font-size:10px;
	color:#666;
	margin-bottom:0;
}

#twitter_list .info a{
	font-size:10px;
	color:#666;
	padding-right:0.5em;
}

#twitter_list p span{
	font-size:10px;
	color:#8fccea;
}

div#feedContainer{
	z-index:5;
	overflow:hidden;
	position:relative;
    float:left;
	width: 172px;
	height:576px;
	margin: 0;
	padding: 0;
}

#top #feedContainer {
    width: 188px;
}

div#feedslider{
    float:right;
	position:relative;
	width:13px;
	height:576px;
	background:#8fccea;
	overflow:hidden;
	margin: 0 -3px 0 0;
}

#top #feedslider, #top #feedContainer {
	height: 400px;
}

#feed_knob {
    position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(/images/knob_bottom.png) no-repeat bottom left;
}
#feed_knob span {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
	background: url(/images/knob_top.png) no-repeat top left;
}
#thirdCol .shadow{
	width:216px;
	height:16px;
	background:url(/images/bg_twitter_bottom.png) no-repeat;
	position:absolute;
	bottom:0;
	z-index:10;
}
#thirdCol .mask-1 {
	width: 220px;
}

#rssmask{
	width: 186px;
	height: 402px;
	background: url(/images/mask_rssloading.gif) no-repeat;
	position: absolute;
	left: 4px;
	z-index: 20;
}

div#feed p {
	background:#e4fafa;
	padding:3px;
	width:172px;
	margin-bottom:5px;
}
#top #feed p {
    width: 165px;
}
div#feed p a{
	color:#00205f;
	display:block;
	width:166px;
}

div#feed p span{
	color:#666;
	font-size:10px;
}

#twitter_filterbyuser {
    position: relative;
    z-index: 6;
    overflow: visible;
    width: 182px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-bottom: 10px solid #fff;
    background: url(/images/twitter_filter_user.png) no-repeat 0 0;
}
#twitter_filterbyuser div {
    overflow: auto;
    display: none;
    background: white;
	width: 180px;
    height: 200px;
    border: 1px solid #8dcee8;
    border-top: 0;
}
* html  #twitter_filterbyuser div {
    _position: absolute;
    _top: 20px;
    _left: 0;
}
#twitter_filterbyuser ul,
#twitter_filterbyuser ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
#twitter_filterbyuser ul {
    width: 160px;
}
#twitter_filterbyuser h3 {
    width: 100%;
    height: 20px;
    line-height: 20px;
}
#twitter_filterbyuser h3 a {
    display: block;
    width: 161px;
    padding: 0 24px 0 0;
    height: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
}
#twitter_filterbyuser div a {
    display: block;
    height: auto !important;
    min-height: 25px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    text-indent: 10px;
    text-decoration: none;
}
#twitter_filterbyuser div a:hover {
    background: #8dcee8;
}
#top #body h5.mag {
	margin: 16px 0 0 0;
}
#top #body #firstCol .loading {
	width: 200px;
    background:url(/images/mask_twitterloading.gif) no-repeat 0 0;
}

#network #main {
    width: 856px;
    margin: 0;
    padding: 0 32px;
    border: 0;
}
#network #body {
    width: 100%;
    height: auto !important;
    min-height: 1029px;
    height: 1029px;
    padding: 0;
    background: url(../images/bg_network_top.png) repeat-x 0 0;
}
#network #body h1 {
	clear: both;
    overflow: hidden;
	width: 100%;
    height: 67px;
    color: #fff;
    line-height: 65px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
#network #body h1 img {
    display: inline;
    vertical-align: middle;
}
#network #body h1 a {
    color: #fff;
}
#network #body #columns {
	overflow: hidden;
	width: 100%;
    padding: 32px 0 0 0;
}
#network #body .column-1-3 {
    position: relative;
    float: left;
    width: 220px;
    margin: 0 21px 0 0;
    padding:6px 25px 16px 25px;
    background: #fff url(../images/network_column_top.png) no-repeat 50% 0;
}
* html #network #body .column-1-3 {
    _margin-right: 10px;
}
#network #body h5.report {
    padding: 5px 0 18px 0;
    background: none;
}
#network #body h4.tweet {
    padding-top: 5px;
}
#network #body h5.column {
    background: #fff url(../images/network_column_top.png) no-repeat 0 0;
}
#network #body div#feedContainer {
    width: 220px;
    height: 612px;
    padding: 0;
}
#network #body div#feedslider {
	width: 8px;
    height: 610px;
}
#network #body div#feedContainer #rssmask {
	width: 220px;
    height: 612px;
}
#network #body h5.feed {
    margin: 0;
    padding: 0;
    height: 49px;
    background:url(../images/title_aaf_network_news.png) no-repeat 0 0;
    text-indent: -5000px;
}
#network #body #thirdCol {
    margin: 0;
}
#network #body #thirdCol .jScrollPaneTrack {
	width: 10px;
}
#network #body #thirdCol p {
	width: 198px;
}

#network #body .column-1-3 p#feed_knob {
    background:#00205F;
    cursor:pointer;
    height:0;
    position:absolute;
    top:0;
    left:0;
    width:8px;
}
#network #body #google_map {
    width: 480px;
    height:430px;
}
#network #body #list_map_wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 33px 0;
}
#network #body #list_map_wrapper h2 {
    position: absolute;
    bottom: 0;
    width: 853px;
    height: 33px;
    margin: 0;
    padding: 0;
}
#network #body #list_map_wrapper h2 a {
    cursor: pointer;
    overflow: hidden;
    display: block;
    width: 853px;
    height: 33px;
    background: url(../images/gmap-toggler.png) no-repeat 0 -33px;
    text-indent: -9999px;
    outline: 0;
}
#network #body #list_map_wrapper h2 a.active {
    background: url(../images/gmap-toggler.png) no-repeat 0 0;
}
#network #body #list_map {
    overflow: hidden;
    display: block;
    position: relative;
    width: 853px;
    height: 434px;
    background: #fff url(../images/bg_list_map.png) repeat-x 0 0;
}
#network #body #list_map #list_map_deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 849px;
    height: 430px;
    border: 2px solid #4746ea;
}
#network #body #list_map #global-loader {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 849px;
    height: 430px;
    background-image: url(../images/loading-square.png);
    background-position: 0 0;
}
#network #body #list_map #global-loader p {
    overflow: hidden;
    position: absolute;
    top: -430px;
    left: 0;
    width: 849px;
    height: 430px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: url(../images/loading-bg.png) no-repeat 0 0;
}
#network #body #list_map #global-loader .label {
    position: absolute;
    top: 170px;
    left: 50%;
    margin: 0 0 0 -206px;
}
#network #body #list_map #global-loader #progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 7px;
    margin: -12px 0 0 -250px;
    background: #fff;
    border: 1px solid #09184a;
}
#network #body #list_map #progress-bar .ui-progressbar-value {
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0px;
    height: 9px;
}
#network #body #list_map #progress-bar .ui-progressbar-value img {
    width: 100%;
    height: 100%;
}
#network #body #list_map #group_list {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 329px;
    height: 430px;
    margin: 0;
    padding: 0 18px;
}
#network #body #list_map #group_list h3 {
    margin: 0 0 6px 0;
    padding: 16px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}
#network #body #list_map #group_list h4 {
	position: static;
}
#network #body #list_map #group_list ul,
#network #body #list_map #group_list ul li {
    list-style:none;
    display: inline;
}
#network #body #list_map #group_list ul li a {
    padding: 0 12px 0 0;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
#network #body #list_map #group_list #group_list_info_wrapper {
    overflow: visible;
    width: 329px;
    margin: 6px 0 0 0;
    padding: 18px 0 0 0;
    border-top: 1px solid #fff;
}
#network #body #list_map #group_list #group_list_info {
    overflow: auto;
    width: 346px;
    height: 300px;
    color: #fff;
    font-size: 12px;
}
#network #body #list_map #group_list #group_list_info a {
    color: #fff;
    text-decoration: none;
}
#network #body #list_map #group_list #group_list_info a:hover {
	text-decoration: underline;
}
#network #body #list_map #google-map {
    width: 480px;
    height: 430px;
}
#network #body #firstCol .loading {
    background:url(../images/mask_twitterloading.gif) no-repeat 0 0;
}
#network #body #twitter_list {
    overflow: auto;
    width: 232px;
    height: 550px;
}
#network #body #twitter_list div,
#network #body #twitter_list p {
    overflow: hidden;
    width: 208px !important;
}

#network #body #twitter_filterbyuser {
    position: relative;
    z-index: 6;
    overflow: visible;
    width: 214px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-bottom: 16px solid #fff;
    background: url(../images/twitter_filter_user_network.png) no-repeat 0 0;
}
#network #body #twitter_filterbyuser div {
    overflow: auto;
    width: auto;
    display: none;
    background: white;
    height: 200px;
    border: 1px solid #8dcee8;
    border-top: 0;
}
* html  #network #body #twitter_filterbyuser div {
    _position: absolute;
    _top: 20px;
    _left: 0;
}
#network #body #twitter_filterbyuser ul,
#network #body #twitter_filterbyuser ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
#network #body #twitter_filterbyuser ul {
    width: 195px;
}
#network #body #twitter_filterbyuser h3 {
    width: 100%;
    height: 20px;
    line-height: 20px;
}
#network #body #twitter_filterbyuser h3 a {
    display: block;
    width: 190px;
    padding: 0 24px 0 0;
    height: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
}
#network #body #twitter_filterbyuser div a {
    display: block;
    width: 168px;
    height: auto !important;
    min-height: 25px;
    height: 25px;
    margin: 0;
    padding: 0 0 0 25px;
    line-height: 25px;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
}
#network #body #twitter_filterbyuser div a:hover {
    background: #8dcee8;
}
#network #social {
    position: relative;
    height: auto !important;
    min-height: 220px;
    height: 220px;
    padding: 14px 0 0 0;
    background: url(../images/bg_network_bottom.png) repeat-x 0 100%;
}
#network #socialsites {
	position: relative;
	top: 0;
	left: 0;
    height: 60px;
}
#network #footer {
    overflow: hidden;
    width: 100%;
    margin: 0;
}
#network #body #aff-gmap-modal {
    z-index: 88;
    position: absolute;
    top: 2px;
    left: 2px;
}
#network #body #gmap-modal-overlay {
    width: 441px;
    height: 390px;
    margin: 21px;
    padding: 0;
    background: #fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
#network #body #gmap-modal-close {
    z-index: 89;
    position: absolute;
    top: 24px;
    right: 24px;
    overflow: hidden;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    background: url(../images/gmap-modal-close.png) no-repeat 0 0;
    text-decoration: none;
    text-indent:-5000px;
}
#network #body .gmap-modal {
    z-index: 88;
    position: absolute;
    top: 21px;
    left: 21px;
    width: 395px;
    height: 370px;
    margin: 0;
    padding: 15px 18px 0 18px;
}
#network #body .gmap-modal dl,
#network #body .gmap-modal dl dt,
#network #body .gmap-modal dl dd {
    display: block;
    margin: 0;
    padding: 0;
}
#network #body .gmap-modal dl {
    overflow: hidden;
    width: 100%;
}
#network #body .gmap-modal dl dt {
    clear: left;
    float: left;
    width: auto;
}
#network #body .gmap-modal dl dd {
    float: left;
    width: 300px;
}
#network #body .gmap-modal dl .address {
    width: 100%;
    padding: 0 0 8px 0;
}
#network #body .gmap-modal h3 {
    margin: 0 0 16px 0;
    color: #091849;
    font-size: 16px;
    line-height: normal;
}
#network #body .gmap-modal h4 {
    margin:12px 0 4px 0;
    padding: 0;
    color: #8FCCEA;
    font-size: 12px;
}
#network #body .gmap-modal h4 a {
    display: block;
    color: #091849;
    text-decoration: none;
}
#network #body .gmap-modal .partner-medias {
    overflow: auto;
    width: 423px;
    height: 160px;
}
#network #body .gmap-modal .partner-medias .header {
    margin: 0 0 16px 0;
    padding: 11px 0;
    border: 1px solid #c1c1c1;
    border-left: 0;
    border-right: 0;
    color:#091849;
}
#network #body .gmap-modal .partner-medias .columns-social {
    overflow: hidden;
    width: 100%;
}
#network #body .gmap-modal .partner-medias .columns-social a,
#network #body .gmap-modal .partner-medias .columns-social a:hover {
    text-decoration: none;
}
#network #body .gmap-modal .partner-medias .col-social-media-1 {
    overflow: hidden;
    float: left;
    width: 210px;
}
#network #body .gmap-modal .partner-medias .col-social-media-2 {
    overflow: hidden;
    float: right;
    width: 150px;
}
#network #body .gmap-modal .partner-medias .social-item h5 {
    overflow: hidden;
    width: 200px;
    height: 0;
    margin: 16px 0 0 0;
    padding: 23px 0 0 0;
    background-image: url(../images/title_aaf_network_social.gif);
    background-repeat: no-repeat;
    font-size: 0;
}
#network #body .gmap-modal .partner-medias .social-youtube h5 {
    width: 150px;
    background-position: 0 -23px;
}
#network #body .gmap-modal .partner-medias .social-twitter h5 {
    background-position: 0 -46px;
}
#network #body .gmap-modal .partner-medias .social-twitter div,
#network #body .gmap-modal .partner-medias .social-twitter p {
    overflow: hidden;
    width: 198px !important;
}
#network #body .gmap-modal .partner-medias .social-twitter div {
    background: #E4FAFA;
    margin-bottom: 5px;
    padding: 1px 3px 3px 3px;
}
#network #body .gmap-modal .partner-medias .social-twitter p {
    margin: 0;
}
#network #body .gmap-modal .partner-medias .social-twitter a.thumnail {
    display: block;
    float: left;
    width: 38px;
}
#network #body .gmap-modal .partner-medias .social-twitter a.thumnail img {
    width: 32px;
    margin-top: 5px;
}
#network #body .gmap-modal .partner-medias .social-twitter .info {
    clear: both;
    margin: 0;
    color: #666;
    font-size: 10px;
}
#network #body .gmap-modal .partner-medias .social-flickr h5 {
    background-position: 0 -69px;
}
#network #body .gmap-modal .partner-medias .social-flickr div {
    overflow: hidden;
    width: 150px;
}
#network #body .gmap-modal .partner-medias .social-flickr p {
    overflow: hidden;
    float: left;
    width: 75px;
    height: 40px;
    padding:0;
    text-align: left;
}
#network #body .gmap-modal .partner-medias .social-flickr p a {
    overflow: hidden;
    display: block;
    width: 60px;
    height: 38px;
    background: url(../images/loader_image.gif) no-repeat;
    border: 1px solid rgb(0, 32, 95);
}
#network #body .gmap-modal .partner-medias .social-flickr p a img {
    width: 60px;
    height: auto !important;
}
#network #body .gmap-modal .partner-medias .social-youtube img {
    width: 150px;
    height: auto !important;
}

#network #body .gmap-modal .social-item p {
    position: relative; 
}
#network #body .gmap-modal .play {
    position:absolute;
    display:block;
    width:71px;
    height:49px;
    left:40px;
    top:35px;
    text-indent:-9999px;
    background:url(../images/button.png) no-repeat center center;
    outline:none;
}
#network #body .gmap-modal .social-feed p {
    width:198px !important;
    background: #e4fafa;
    margin: 0 0 5px 0;
    padding:3px;
}
#network #body .gmap-modal .social-feed p a {
    color:#00205f;
    display:block;
    width:198px;
}
#network #body .gmap-modal .social-feed p span {
    color:#666;
    font-size:10px;
}
#network #body .off-left {
    float: none;
    position: absolute;
    left: -5000px;
}
#network .mask-1 {
	left: 25px;
}
#network #firstCol .mask-1 {
	width: 215px;
}
