#facequery {
	background-image: url(../images/web/face.png);
	height: 431px;
	width: 596px;
	position:absolute;
	left:-550px;
	top:30px;
	z-index:90;
}

#tquery {
	background-image: url(../images/web/tquery.png);
	height: 431px;
	width: 596px;
	top:80px;
	position:absolute;
	left:-550px;
	z-index:90;
}

#yquery {
	background-image: url(../images/web/yquery.png);
	height: 431px;
	width: 596px;
	top:130px;
	position:absolute;
	left:-550px;
	z-index:90;
}

#youtube{
	 width:495px;
	 height:380px;
	 overflow:hidden;
	 margin:20px;
}

.trigger {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 10px;
	right:4px;
	cursor:pointer;
}

.twigger {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 10px;
	right:4px;
	cursor:pointer;
}

.ygger {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 10px;
	right:4px;
	cursor:pointer;
}

#facebook {
	position: absolute;
	padding:20px;
}

#twitter_div{
	 width:495px;
	 height:380px;
	 overflow:hidden;
	 margin:20px;
}

#twitter_update_list{
	list-style:none;
	padding:0px;
}

#twitter_update_list li{
	margin-top:5px;
	margin-left:20px;
	background-color:#ECEFF5;
	padding:5px;
	border:1px solid #94A3C4;
	font-size:12px;
}

.fclose, .tclose, .yclose{
	background-image: url(../images/web/close.gif);
	width:10px;
	height:10px;
	position: absolute;
	top:6px;
	left:516px;
	cursor:pointer;
}