/* Reset */

.dcsnt ul, .dcsnt li, .dcsnt h3 {

	padding: 0; 

	margin: 0; 

	list-style: none!important;

}

.dcsnt .social-tabs a img {

	border: none;

	background: none;

	padding: 0;

}



/* Main widget styles */

.dcsnt * { 

	-webkit-box-sizing: content-box!important;

	-moz-box-sizing: content-box!important; 

	box-sizing: content-box!important; 

}

.dcsnt {

	font-size: 12px;

	color: #666;

}

.active.dcsnt .dcsnt-slider {

	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);

	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);

	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);

}

.dcsnt a {

	text-decoration:none;

}

.dcsnt-content {

	position: relative;

}



/* Tabs */

.social-tabs li {

	padding: 3px 3px 3px 4px;

	width: 27px;

	height: 26px;

	background: #777;

	z-index: 10;

}

.active .social-tabs li {

	z-index: 10;

	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);

	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);

	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);

}

.active .social-tabs li.active {

	z-index: 11;

	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);

	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);

	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.6);

}

/** Static **/

.static .social-tabs {

	padding-left: 8px;

}

.static .social-tabs li {

	float: left;

	margin-right: 2px;

	border-radius: 5px 5px 0 0; 

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

}

/** Top **/

.top .social-tabs {

	padding-left: 8px;

}

.top.align-right .social-tabs {

	padding-left: 0;

	padding-right: 8px;

}

.top .social-tabs li {

	padding: 3px 4px;

	margin-right: 2px;

	float: left;

	border-radius: 0 0 5px 5px; 

	-webkit-border-radius: 0 0 5px 5px;

	-moz-border-radius: 0 0 5px 5px;

}

/** Right **/

.right .social-tabs {

	padding-top: 8px;

}

.right .social-tabs li {

	margin: 0 0 2px 0;

	border-radius: 5px 0 0 5px; 

	-webkit-border-radius: 5px 0 0 5px;

	-moz-border-radius: 5px 0 0 5px;

}

/** Bottom **/

.bottom .social-tabs {

	padding-left: 8px;

}

.bottom.align-right .social-tabs {

	padding-left: 0;

	padding-right: 8px;

}

.bottom .social-tabs li {

	padding: 4px 4px 2px 4px;

	margin: 0 2px 0 0;

	float: left;

	border-radius: 5px 5px 0 0; 

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

}

/** Left **/

.left .social-tabs {

	padding-top: 8px;

}

.left .social-tabs li {

	margin: 0 0 2px 0;

	border-radius: 0 5px 5px 0; 

	-webkit-border-radius: 0 5px 5px 0;

	-moz-border-radius: 0 5px 5px 0;

}



/* Tab Content */

.dcsnt-slider {

	clear: both;

	overflow: hidden;

}

.tab-content {

	position: relative;

	overflow: hidden;

	z-index: 11;

	background: url(../images/loader.gif) no-repeat center 200px;

}

.tab-content ul {

	font-size: 11px;

}

.tab-content .tab-inner {

	background: #fff;

	overflow: hidden;

}

.tab-inner ul {

	padding: 0 10px;

}

.tab-inner .profile {

	position: relative;

	padding: 10px;

	border-bottom: 1px solid #ccc;

	background: #ececec;

}

.tab-inner .profile h3 {

	margin: 0;

	padding: 3px 0 3px 26px;

	position: relative;

	font-size: 14px; 

	line-height: 20px;

	height: 20px;

}

.tab-inner .profile h3 a {

	text-decoration: none;

}

.tab-inner .profile h3, .tab-inner .profile h3 a {

	color: #555; 

	text-shadow: 0 1px 0 #fff;

}

.tab-inner .dcsmt-btn {

	position: absolute;

	top: 10px;

	right: 10px;

	cursor: pointer;

	font: bold 12px/14px Arial, sans-serif;

	display:inline-block;

	text-decoration:none;

	outline:none;

	padding: 5px 8px;

	background: #fcfcfc url(../images/btn.png) repeat-x 0 0;

    color: #fff;

	-webkit-border-radius:3px;

	-moz-border-radius:3px;

	border-radius:3px;

}

.tab-inner .dcsmt-btn:hover{

	background-position: 0 100%;

    color: #fff;

}

.tab-inner .profile a.avatar{

	display:block;

	float:left;

	text-decoration:none;

	outline:none;

	margin:0 10px 0 0

}

.tab-inner .profile a.avatar img{

	padding:1px;

	background: #fff;

	border: 3px solid #ccc;

	display:block

}

/** Network specific profile header **/

.tab-rss .profile h3 {

	background: url(../images/rss.png) no-repeat 0 center;

}

.tab-flickr .profile h3 {

	background: url(../images/flickr.png) no-repeat 0 center;

}

.tab-delicious .profile h3 {

	background: url(../images/delicious.png) no-repeat 0 center;

}

.tab-twitter .profile h3 {

	background: url(../images/twitter.png) no-repeat 0 center;

}

.tab-facebook .profile h3 {

	background: url(../images/facebook.png) no-repeat 0 center;

}

.tab-fblike .profile h3 {

	background: url(../images/fblike.png) no-repeat 0 center;

}

.tab-fbrec .profile h3 {

	background: url(../images/fbrec.png) no-repeat 0 center;

}

.tab-google .profile h3 {

	background: url(../images/google.png) no-repeat 0 center;

}

.tab-youtube .profile h3 {

	background: url(../images/youtube.png) no-repeat 0 center;

}

.tab-pinterest .profile h3 {

	background: url(../images/pinterest.png) no-repeat 0 center;

}

.tab-lastfm .profile h3 {

	background: url(../images/lastfm.png) no-repeat 0 center;

}

.tab-dribbble .profile h3 {

	background: url(../images/dribbble.png) no-repeat 0 center;

}

.tab-vimeo .profile h3 {

	background: url(../images/vimeo.png) no-repeat 0 center;

}

.tab-stumbleupon .profile h3 {

	background: url(../images/stumbleupon.png) no-repeat 0 center;

}

.tab-tumblr .profile h3 {

	background: url(../images/tumblr.png) no-repeat 0 center;

}

.tab-deviantart .profile h3 {

	background: url(../images/deviantart.png) no-repeat 0 center;

}

.tab-linkedin .profile h3 {

	background: url(../images/linkedin.png) no-repeat 0 center;

}

.tab-instagram .profile h3 {

	background: url(../images/instagram.png) no-repeat 0 center;

}



/** Static **/

.static .dcsnt-slider {

	border-radius: 10px; 

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

}

.static .tab-content {

	padding: 10px;

}

.static .tab-inner {

	border-radius: 5px; 

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

}

/** Top **/

.top .dcsnt-slider {

	border-radius: 0 0 10px 10px; 

	-webkit-border-radius: 0 0 10px 10px;

	-moz-border-radius: 0 0 10px 10px;

}

.top .tab-inner {

	border-radius: 0 0 5px 5px; 

	-webkit-border-radius: 0 0 5px 5px;

	-moz-border-radius: 0 0 5px 5px;

}

.top .tab-content {

	padding: 0 10px 10px 10px;

}

/** Right **/

.right .dcsnt-slider {

	border-radius: 10px 0 0 10px; 

	-moz-border-radius: 10px 0 0 10px;

	-webkit-border-radius: 10px 0 0 10px;

}

.right .tab-inner {

	border-radius: 5px 0 0 5px; 

	-webkit-border-radius: 5px 0 0 5px;

	-moz-border-radius: 5px 0 0 5px;

}

.right .tab-content {

	padding: 10px 0 10px 10px;

}

/** Bottom **/

.bottom .dcsnt-slider {

	border-radius: 10px 10px 0 0; 

	-webkit-border-radius: 10px 10px 0 0;

	-moz-border-radius: 10px 10px 0 0;

}

.bottom .tab-inner {

	border-radius: 5px 5px 0 0; 

	-webkit-border-radius: 5px 5px 0 0;

	-moz-border-radius: 5px 5px 0 0;

}

.bottom .tab-content {

	padding: 10px 10px 0 10px;

}

/** Left **/

.left .dcsnt-slider {

	border-radius: 0 10px 10px 0; 

	-webkit-border-radius: 0 10px 10px 0;

	-moz-border-radius: 0 10px 10px 0;

}

.left .tab-inner {

	border-radius: 0 5px 5px 0; 

	-webkit-border-radius: 0 5px 5px 0;

	-moz-border-radius: 0 5px 5px 0;

}

.left .tab-content {

	padding: 10px 10px 10px 0;

}

/** Network specific colors **/

.tab-content.tab-rss, .social-tabs li.active.dcsnt-rss, .social-tabs li.dcsnt-rss:hover, .tab-rss .dcsmt-btn {

	background-color: #FF9800;

}

.tab-content.tab-flickr, .social-tabs li.active.dcsnt-flickr, .social-tabs li.dcsnt-flickr:hover, .tab-flickr .dcsmt-btn {

	background-color: #f90784;

}

.tab-content.tab-delicious, .social-tabs li.active.dcsnt-delicious, .social-tabs li.dcsnt-delicious:hover, .tab-delicious .dcsmt-btn {

	background-color: #3271CB;

}

.tab-content.tab-twitter, .social-tabs li.active.dcsnt-twitter, .social-tabs li.dcsnt-twitter:hover, .tab-twitter .dcsmt-btn{

	background-color: #4ec2dc;

}

.tab-content.tab-facebook, .social-tabs li.active.dcsnt-facebook, .social-tabs li.dcsnt-facebook:hover, .tab-facebook .dcsmt-btn {

	background-color: #3b5998;

}

.tab-content.tab-fblike, .social-tabs li.active.dcsnt-fblike, .social-tabs li.dcsnt-fblike:hover, .tab-fblike .dcsmt-btn {

	background-color: #3b5998;

}

.tab-content.tab-fbrec, .social-tabs li.active.dcsnt-fbrec, .social-tabs li.dcsnt-fbrec:hover, .tab-fbrec .dcsmt-btn {

	background-color: #3b5998;

}

.tab-content.tab-google, .social-tabs li.active.dcsnt-google, .social-tabs li.dcsnt-google:hover, .tab-google .dcsmt-btn {

	background-color: #2d2d2d;

}

.tab-content.tab-youtube, .social-tabs li.active.dcsnt-youtube, .social-tabs li.dcsnt-youtube:hover, .tab-youtube .dcsmt-btn {

	background-color: #DF1F1C;

}

.tab-content.tab-digg, .social-tabs li.active.dcsnt-digg, .social-tabs li.dcsnt-digg:hover, .tab-digg .dcsmt-btn {

	background-color: #195695;

}

.tab-content.tab-pinterest, .social-tabs li.active.dcsnt-pinterest, .social-tabs li.dcsnt-pinterest:hover, .tab-pinterest .dcsmt-btn {

	background-color: #CB2528;

}

.tab-content.tab-lastfm, .social-tabs li.active.dcsnt-lastfm, .social-tabs li.dcsnt-lastfm:hover, .tab-lastfm .dcsmt-btn {

	background-color: #C90E12;

}

.tab-content.tab-dribbble, .social-tabs li.active.dcsnt-dribbble, .social-tabs li.dcsnt-dribbble:hover, .tab-dribbble .dcsmt-btn {

	background-color: #F175A8;

}

.tab-content.tab-vimeo, .social-tabs li.active.dcsnt-vimeo, .social-tabs li.dcsnt-vimeo:hover, .tab-vimeo .dcsmt-btn {

	background-color: #4EBAFF;

}

.tab-content.tab-stumbleupon, .social-tabs li.active.dcsnt-stumbleupon, .social-tabs li.dcsnt-stumbleupon:hover, .tab-stumbleupon .dcsmt-btn {

	background-color: #EB4924;

}

.tab-content.tab-tumblr, .social-tabs li.active.dcsnt-tumblr, .social-tabs li.dcsnt-tumblr:hover, .tab-tumblr .dcsmt-btn {

	background-color: #365472;

}

.tab-content.tab-deviantart, .social-tabs li.active.dcsnt-deviantart, .social-tabs li.dcsnt-deviantart:hover, .tab-deviantart .dcsmt-btn {

	background-color: #B8C529;

}

.tab-content.tab-linkedin, .social-tabs li.active.dcsnt-linkedin, .social-tabs li.dcsnt-linkedin:hover, .tab-linkedin .dcsmt-btn {

	background-color: #006DA7;

}

.tab-content.tab-instagram, .social-tabs li.active.dcsnt-instagram, .social-tabs li.dcsnt-instagram:hover, .tab-instagram .dcsmt-btn {

	background-color: #413A33;

}



/* Feeds */

.dcsnt .stream {

	overflow: hidden;

}

.stream p {

	margin: 0;

	padding: 0;

}

.tab-inner ul.stream > li {

	padding: 5px 0 25px 0;

	margin: 0;

	position: relative;

	overflow: hidden;

	background: none;

	border-bottom: 1px solid #ccc;

	border-top: 1px solid #fff;

	line-height: 1.4em;

}

.tab-inner ul li .thumb {

	float: left;

	margin: 0 10px 0 0;

}

.tab-inner ul li .thumb img {

	border: 3px solid #ececec;

	padding: 1px;

	background: #fff;

	max-width: 100%;

}

.tab-inner ul li .logo {

	margin-bottom: 3px;

}

.tab-inner ul li .title {

	display: block;

	font-weight: bold;

	margin-bottom: 3px;

}

.tab-inner ul li .title.clear {

	clear: both;

}

.tab-inner ul li .text {

	display: block;

}

.tab-inner ul li  br{

	display: block;

}

.tab-inner ul li .date {

	position: absolute;

	bottom: 5px;

	left: 0;

	font-style: italic;

	color: #999;

	font-size: 90%;

}

.tab-inner ul li .meta {

	display: block;

	font-size: 90%;

	color: #999;

}

.tab-inner ul li .meta span {

	margin: 0 8px 5px 0;

	display: block;

	float: left;

	padding: 0 0 0 15px;

	line-height: 12px;

}

.tab-inner ul li .meta.item-comments {

	padding: 0 0 0 35px;

	margin: 0 0 5px 0;

	min-height: 30px;

	position: relative;

	clear: both;

	line-height: 1.3em;

}

.tab-inner ul li .meta.item-comments img {

	position: absolute;

	left: 0;

	top: 0;

	width: 30px;

}

.tab-inner ul li .meta.item-likes {

	padding: 0;

	width: 100%;

	overflow: hidden;

	clear: both;

	line-height: 1.3em;

}

.tab-inner ul li .meta.item-likes img {

	float: left;

	margin: 0 5px 5px 0;

	width: 30px;

	border: 1px solid #ddd;

	padding: 1px;

	background: #fff;

}

.tab-inner ul li .section-share {

	bottom: 5px;

    right: 0;

    position: absolute;

	z-index: 2;

	margin: 0;

	padding: 0;

}

.tab-inner ul li .section-share a {

	display: block;

	width: 16px;

	height: 16px;

	float: left;

	margin: 0 2px 0 0;

	background: url(../images/share.png) no-repeat 0 0;

}

.tab-inner ul li .section-share a.share-twitter {

	background-position: 0 -16px;

}

.tab-inner ul li .section-share a.share-reply {

	background-position: 0 -32px;

}

.tab-inner ul li .section-share a.share-retweet {

	background-position: 0 -48px;

}

.tab-inner ul li .section-share a.share-favorite {

	background-position: 0 -64px;

}

.tab-inner ul li .section-share a.share-google {

	background-position: 0 -80px;

}

.tab-inner ul li .section-share a.share-linkedin {

	background-position: 0 -96px;

}

.tab-inner ul li .section-share a.share-facebook:hover {

	background-position: -16px 0;

}

.tab-inner ul li .section-share a.share-twitter:hover {

	background-position: -16px -16px;

}

.tab-inner ul li .section-share a.share-reply:hover {

	background-position: -16px -32px;

}

.tab-inner ul li .section-share a.share-retweet:hover {

	background-position: -16px -48px;

}

.tab-inner ul li .section-share a.share-favorite:hover {

	background-position: -16px -64px;

}

.tab-inner ul li .section-share a.share-google:hover {

	background-position: -16px -80px;

}

.tab-inner ul li .section-share a.share-linkedin:hover {

	background-position: -16px -96px;

}

/* feeds network specific styles */

.tab-dribbble .tab-inner ul li .thumb img {

	margin-bottom: 5px;

}

.tab-lastfm .tab-inner ul li .title {

	background: url(../images/tracks.png) no-repeat 0 0;

	padding-left: 17px;

	margin-bottom: 0;

}

.tab-google .tab-inner ul li .title {

	margin-bottom: 5px;

}

.tab-vimeo .tab-inner ul li .text {

	margin-bottom: 5px;

}

.tab-inner ul li .meta span.plusones {

	padding-left: 0;

}

.tab-inner ul li .meta span.shares {

	background: url(../images/shares.png) no-repeat 0 0;

	padding-left: 20px;

}

.tab-inner ul li .meta span.views {

	background: url(../images/views.png) no-repeat 0 0;

	padding-left: 18px;

}

.tab-inner ul li .meta span.likes {

	background: url(../images/likes.png) no-repeat 0 0;

	padding-left: 16px;

}

.tab-inner ul li .meta span.comments {

	background: url(../images/comments.png) no-repeat 0 0;

}

.tab-inner ul li .meta span.users {

	background: url(../images/users.png) no-repeat 0 0;

}

.tab-inner ul li .meta span.videos {

	background: url(../images/videos.png) no-repeat 0 0;

	padding-left: 16px;

}

.tab-inner ul li.dcsnt-error {

	color: #990000;

}

.dcsnt-loading {

	background: url(../images/loader.gif) no-repeat 10px center;

	padding: 10px 30px 10px 42px;

}



/* Controls */

.dcsnt .controls {

	position: absolute;

	left: 10px;

	height: 20px;

	padding: 5px 0;

	z-index: 12;

	/*

	display: none;

	*/

	background: url(../images/bg_white.png) repeat 0 0;

}

.dcsnt .controls ul {

	padding: 0 10px;

}

.dcsnt .controls li {

	display: inline;

}

.dcsnt .controls a {

	display: block;

	width: 20px;

	height: 20px;

	float: left;

	margin-right: 4px;

	background: url(../images/controls.png) no-repeat 0 0;

}

.dcsnt .controls .prev {

	background-position: -40px 0;

}

.dcsnt .controls .next {

	background-position: -60px 0;

}

.dcsnt .controls .play {

	background-position: 0 0;

}

.dcsnt .controls .pause {

	background-position: -20px 0;

}

.dcsnt .controls .dcsnt-close {

	background-position: -80px 0;

}

.dcsnt .controls .prev:hover {

	background-position: -40px -20px;

}

.dcsnt .controls .next:hover {

	background-position: -60px -20px;

}

.dcsnt .controls .play:hover {

	background-position: 0 -20px;

}

.dcsnt .controls .pause:hover {

	background-position: -20px -20px;

}

.dcsnt .controls .dcsnt-close:hover {

	background-position: -80px -20px;

}

/** Static **/

.dcsnt.static .controls {

	bottom: 10px;

}

/** Top **/

.dcsnt.top .controls {

	bottom: 10px;

}

/** Right **/

.dcsnt.right .controls {

	bottom: 10px;

	right: 0;

}

/** Bottom **/

.dcsnt.bottom .controls {

	bottom: 0;

}

/** Left **/

.dcsnt.left .controls {

	bottom: 10px;

	left: 0;

}

/* twitter */

.tab-twitter .tab-inner ul li a {

	color: #38AEAE;

}

.tab-twitter .tab-inner ul li a:hover {

	color: #38AEAE;

	text-decoration: underline;

}

.tab-twitter .tab-inner ul li span.twitter-user a {

	color: #999;

	line-height: 1.5em;

}

.tab-twitter .tab-inner ul li span.twitter-user a:hover {

	color: #999;

	text-decoration: none;

}

.tab-twitter .tab-inner ul li span.twitter-user a strong{

	color: #444;

}

.tab-twitter .tab-inner ul li span.twitter-user a:hover strong {

	color: #38AEAE;

	text-decoration: underline;

}

.tab-twitter .tab-inner ul li .thumb img {

	border: 1px solid #ececec;

	padding: 1px;

	background: #fff;

	margin-top: 3px;

}

.tab-twitter .tab-inner ul li .twitter-image {

	display: block;

	clear: both;

	text-align: center;

}

.tab-twitter .tab-inner ul li .twitter-image img {

	border: 1px solid #ececec;

	padding: 1px;

	background: #fff;

	margin-top: 5px;

}

/* google */

.tab-google .tab-inner .google-page {

	overflow: hidden;

	height: 55px;

	border-bottom: 1px solid #ccc;

}

.tab-google .tab-inner .google-page.standard {

	height: 117px;

}

.tab-google .tab-inner .google-page.small iframe{

	height: 69px;

	margin-bottom: 0;

}

.tab-google .tab-inner .google-page.standard iframe{

	height: 131px;

	margin-bottom: 0;

}

/** rss **/

.tab-rss .tab-inner ul li p {

	padding: 3px 0;

}

/** Facebook **/

.tab-facebook .tab-inner ul li p {

	padding: 3px 0;

}

.tab-facebook .tab-inner li img{

	float: left;

	margin: 0 7px 5px 0;

	padding: 2px;

	background: #fff;

	border: 1px solid #ececec;

}

.tab-facebook .tab-inner li .section-share .share-facebook {

	display: none;

}

/** Flickr **/

.tab-flickr .tab-inner ul {

	padding-top: 5px;

}

.tab-flickr .tab-inner ul.stream li {

	float: left;

	clear: both;

	padding: 0;

	margin: 0 5px 5px 0;

	border: none;

}

.tab-flickr .tab-inner li .thumb {

	margin: 0;

}

.tab-flickr .tab-inner li img{

	max-width: 100%;

}

.tab-flickr .tab-inner li .section-share {

	bottom: 10px;

	right: 5px;

}

/** Youtube **/

.youtube-subscribe {

	overflow: hidden; 

	height: 105px; 

	width: 100%; 

	border: 0;

}

/* Digg */

.tab-digg .digg-widget .digg-widget-head.premium, .tab-digg .digg-widget .digg-widget-head {

    height: auto;

    overflow: hidden;

    padding: 10px;

    position: relative;

    white-space: nowrap;

	border: none;

	border-radius: 0;

	-webkit-border-radius: 0;

}

.tab-digg .digg-widget .digg-widget-head h2 {

    font-size: 14px;

    font-weight: bold;

    line-height: 20px;

    margin: 0;

    overflow: hidden;

    padding: 0 0 0 26px;

    white-space: nowrap;

	text-shadow: 0 1px 0 #fff;

	background: url(../images/digg.png) no-repeat 0 0;

}

.tab-digg .digg-widget .digg-widget-head a {

	top: 12px;

}

.tab-digg .digg-widget-content {

	border-top: 1px solid #ccc;

}

/* Pinterest */

.tab-pinterest .tab-inner ul li {

	background-color: #FFFFFF;

    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);

    font-size: 11px;

    padding: 15px 15px 45px 15px;

    width: 192px;

	margin: 10px auto;

}

.tab-pinterest .tab-inner ul li a {



}

.tab-pinterest .tab-inner ul li img {

	background: #fff;

	margin-bottom: 2px;

	border: none;

	padding: none;

}

.tab-pinterest .tab-inner ul li p {

	text-align: left;

	padding: 0;

	line-height: 1.35em;

}

.tab-pinterest .tab-inner ul li .date {

	background-color: #F2F0F0;

    padding: 10px 15px;

	width: 192px;

	left: -5px;

	bottom: 0;

	color: #8C7E7E;

	font-style: normal;

	font-weight: bold;

}

.tab-pinterest .tab-inner ul li .date {

	margin-left: 0;

}

.tab-pinterest .tab-inner ul li .section-share {

	right: 5px;

	bottom: 9px;

}

/* dribbble */

.tab-dribbble .tab-inner li .meta {

	clear: both;

}

/* deviantart */

.tab-deviantart .tab-inner li img {

	margin: 5px 0;

}

/* tumblr */

.tab-tumblr .tab-inner ul li img {

	margin: 0 7px 5px 0;

	float: left;

	border: 1px solid #ddd;

	padding: 1px;

	background: #fff;

}

.tab-tumblr .tab-inner ul li p {

	padding: 3px 0;

}

.tab-tumblr .tab-inner ul li .track {

	display: block;

	background: url(../images/tracks.png) no-repeat 0 5px;

	padding: 5px 0 0 17px;

	margin-bottom: 0;

}

/* instagram */

.tab-instagram .tab-inner ul li .thumb {

	margin-bottom: 3px;

}

.tab-instagram .tab-inner ul li .meta .comments, .tab-instagram .tab-inner ul li .meta .likes {

	margin-top: 5px;

}