﻿/**
 * Facebook Slide FanBox
 * @license    GNU/GPL http://www.gnu.org/copyleft/gpl.html
 * @link       http://facebooklikebox.net
 */
#social_slider {
	position: relative;
}

#likebox_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #3b5998;
	background-color: #fff;
	position: fixed;
}

#likebox_1_1 {
	overflow: hidden;
	text-align: left;
}

#likebox_1 img {
	position: absolute; 
	top: 0px; 
	cursor: pointer;
	border: 0;
	z-index: 10000;
}

#likebox_1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width:100%;
	height: 100%;
}

#polecam_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #19bfe5;
	background-color: #19bfe5;
	position: fixed;
}

#polecam_1_1 {
	overflow: hidden;
}

#polecamy_img {
	position: absolute; 
	top: 0px; 
	border: 0;
	cursor: pointer;
	z-index: 10000;
}

#google_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ffffff;
	position: fixed;
	display:block;
}

#google_1_1 {
	overflow: hidden;
}

#google_img {
	position: absolute; 
	top: 0px; 
	border: 0;
	cursor: pointer;
	z-index: 10000;
}

#youtube_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	position: fixed;
	display:block;
}

#youtube_1_1 {
	overflow: hidden;
}

#youtube_1 img {
	position: absolute; 
	top: 0px; 
	overflow: hidden;
	cursor: pointer;
	z-index: 10000;
}
			
#linkedin_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #006699;
	position: fixed;
	display:block;
}

#linkedin_1_1 {
	overflow: hidden;
}

#linkedin_img {
	position: absolute; 
	top: 0px; 
	border: none;
	cursor: pointer;
	z-index: 10000;
}

#pinterest_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #d73037;
	background-color: #f4f2f3;
	position: fixed;
	display:block;
}

#pinterest_1_1 {
	overflow: hidden;
}

#pinterest_img {
	position: absolute; 
	top: 0px; 
	border: none;
	cursor: pointer;
	background: transparent;
}
#vimeo_1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #006699;
	position: fixed;
	display:block;
}

#vimeo_1_1 {
	overflow: hidden;
}

#vimeo_img {
	position: absolute; 
	top: 0px; 
	border: none;
	cursor: pointer;
	z-index: 10000;
}
.rssFeed a {
color: #444;
text-decoration: none;
        text-display: none;
}
.rssBody ul {
list-style: none;
}
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
margin: 0;
padding: 0;
}

.rssBody li {
        position: relative;
        color: transparent;
        width: 100px;
        height: 100px;
        overflow: hidden;
        padding: 6px;
        float: left;
        z-index: 1;
        border-top: none !important;
}


.rssBody li:hover {
font-size: 1px;
overflow: visible;
z-index: 1000;
-ms-transform: translate(-60px,-10px);
-webkit-transform: translate(-60px,-10px);
-o-transform: translate(-60px,-10px);
-moz-transform: translate(-60px,-10px);
transform: translate(-60px, -10px);
}


.rssRow {
padding: 3px;
}
.rssRow h4 {
display: none;
}
.rssRow div {
color: #666;
margin: 0.2em 0 0.4em 0;
}
