#facebook_slider {
	position: relative;
}

#fbox1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #325293;
	background-color: #fff;
	position: fixed;
}

#fbox2 {
	overflow: hidden;
	text-align: left;
}

#fbox1 img {
	position: absolute; 
	top: 0px; 
	cursor: pointer;
	border: 0;
	z-index: 10000;
}

#fbox1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width:100%;
	height: 100%;
}
#twitter_slider {

	position: relative;

}

#tbox1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #13508c;
	background-color: #fff;
	position: fixed;
}

#tbox2 {
	overflow: hidden;
	text-align: left;
}

#tbox1 img {
	position: absolute; 
	top: 0px; 
	cursor: pointer;
	border: 0;
	z-index: 10000;
}

#tbox1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width:100%;
	height: 100%;
}

#google_slider {
	position: relative;
}

#gbox1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #34c2d0;
	background-color: #fff;
	position: fixed;
}

#gbox2 {
	overflow: hidden;
	text-align: left;
}

#gbox1 img {
	position: absolute; 
	top: 0px; 
	cursor: pointer;
	border: 0;
	z-index: 10000;
}

#gbox1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width:100%;
	height: 100%;
}


#google_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #006ec9;
	position: fixed;
	display:block;
}

#google_1_1 {
	overflow: hidden;
}

#google_img {
	position: absolute; 
	top: 0px; 
	border: 0;
	cursor: pointer;
	z-index: 10000;
}

/* activity list */
ul.gpaw-body{
	font: 100% arial,sans-serif;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
	background:#fbfbfb;
}
ul.gpaw-body li{
	border-bottom:#ddd 1px solid;
	margin:0 0 4px 0;
	padding:4px;
	list-style-type:none;
	overflow:hidden;
}
ul.gpaw-body .thumb{
	display:block;
	float:right;
	margin:0 0 5px 5px
}
ul.gpaw-body .thumb a{
	text-decoration:none;
	outline:none
}
ul.gpaw-body .thumb img{
	border:#eee 1px solid
}
ul.gpaw-body .thumb a:hover img{
	border:#ccc 1px solid
}
ul.gpaw-body .title a{
	outline:none;
	text-decoration:none;
	color:#000;
	background-color: none;
}
ul.gpaw-body .title a:hover {
	color:#666
}

/* meta : date, plusones */
ul.gpaw-body .meta {
	color:#999999;
	display:block;
	font-size:95%;
	margin:5px 0 0;
	overflow:hidden;
	clear:both
}
ul.gpaw-body .meta a, ul.gpaw-body .meta span{
	display:block;
	float:left;
	padding:0 6px 0 0
}
ul.gpaw-body .meta a{
	color:#999999;
	text-decoration:none
}
ul.gpaw-body .meta a:hover{
	color:#333;
	text-decoration:none
}
ul.gpaw-body .plusones{
	color:#3366CC;
	font-style: italic
}
ul.gpaw-body .shares{
	color:#3366CC
}	

/* Fade-out effect with transparent png  */
ul.gpaw-body .fade{
    background:url(http://googleplus-activity-widget.googlecode.com/svn/v1/fade.png) repeat-x left bottom;
    background:expression("");
    left: 0;
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 10
}
/* Profile */
.gpaw-profile{
	border-top:#eee 1px solid;
	border-bottom: 1px solid #E5E5E5;
	background:#f5f5f5;
	padding:8px;
	overflow:hidden
}
.gpaw-profile a.avatar{
	display:block;
	float:left;
	text-decoration:none;
	outline:none;
	margin:0 10px 0 0
}
.gpaw-profile a.avatar img{
	border:#eee 1px solid;
	display:block
}
.gpaw-profile a.avatar:hover img{
	border:#ccc 1px solid;
	display:block
}
.gpaw-profile .name{
	font-size:120%;
	font-weight:bold;
	overflow:hidden;
	margin:0 0 8px 0
}
.gpaw-profile a.add{
	display:inline-block;
	text-decoration:none;
	outline:none;
	padding:4px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444
}
.gpaw-profile a.add:hover{
	background-color: #D14836;
    border: 1px solid transparent;
	color:#fff
}
a.gpaw-info{
	border-top:#f0f0f0 1px solid;
	border-bottom:#f0f0f0 1px solid;
	background:#f4f4f4;
	padding:3px;
	text-align:right;
	font-size:80%;
	text-decoration:none;
	color:#999;
	display:none
}
a.gpaw-info:hover{
	color:#333
}