/* 
    Document   : custom-jux-gallery
    Created on : 01-11-2013, 09:24:37
    Author     : TUl
    Description:
        Purpose of the stylesheet follows.
*/
a:link {
	text-decoration: none;
}

a:link, a:visited, a:hover {
	color: #00C0FF;
}

#galleryinfo {
	text-align: center;
	padding: 20px;
}
.juxsg-nav{
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
#jux-social-gallery-container{
font-size: 1em !important;
}

.jsg-title-social,.jsg-title-social,.jsg-title-social,.jsg-title-social, .pgalbumtitle{
	color: #ffffff !important;
}
/*Style Tab social*/
#juxSocialGalleryTab a{
	color:#ffffff !important;
}
#juxSocialGalleryTab > li{
	border-radius: 5px;
	margin: 5px 2px;
}
#juxSocialGalleryTab li > a:hover{
	background-color: none !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover{
	background-color: none;
}
.jsg-icon-tab {
	vertical-align: middle;
}
.juxsg-nav:before, .juxsg-nav:after {
display: table;
content: "";
line-height: 0;
}
.juxsg-nav:after {
clear: both;
}
.juxsg-nav > li {
	float: left;
}
.juxsg-nav > li > a {
	margin-right: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 14px;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
.jux-tabonshow{
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
}
.juxsg-nav  > li:last-child > a {
	margin-bottom: 1px;
}

.juxsg-nav > .active > a, .juxsg-nav > .active > a:hover {
	background-color: none !important;
}
.jsg-tab-facebook > a{
	background-color: #3b5998;
}
.jsg-tab-facebook > a:hover{
	opacity: 1;
	
}
.jsg-tab-instagram > a{
	background-color: #925934;
}
.jsg-tab-instagram > a:hover{
	opacity: 1;
}
.jsg-tab-google > a{
	background-color: #2d2d2d;	
}
.jsg-tab-google > a:hover{
	opacity: 1;	
}
.jsg-tab-flickr > a{
	background-color: #f90784;
}
.jsg-tab-flickr > a:hover{
	opacity: 1;
}
.jsg-tab-youtube > a{
	background-color: #DF1F1C;
}
.jsg-tab-youtube > a:hover{
	opacity: 1;
}
#juxSocialGalleryTab > li .active{
	background-color: #08c;
}
.nav-pills > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.juxsg-nav > li > a, .juxsg-nav > li > a {
	margin-right: 0px;
}

/*Set style Gallery*/
.jux-thumb-home{
	background-color:none !important;
	box-shadow:none !important;
	color: #222222;
	display: block;
	height: 25px;
	margin: 0;
	padding-bottom: 0;
	text-align: center;
	width: 35px;
	z-index: 99999;
}
.crumbtitle {
	padding: 9px 0.7em 0;
}


/*For Tab content*/
.tab-content {
	overflow: auto;
}
.tab-content > .active{
display: block;
}
.tab-pane{
display: none;
}