#VelBar {
	bottom: 0;
	font: 11px Arial, sans-serif !important;
	line-height: 40px !important;
	position: fixed !important;
	left: 0 !important;
	top: auto !important;
	z-index: 990005 !important;
	overflow: visible !important;
	height: 40px !important;
	padding:0;
	margin:0;
	background-color:#e5e5e5;
	border:#b5b5b5 solid 1px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

#VelBar img {
	border:none;
}

#VelBar #VelBarAdClose {
	line-height: 12px;
	color: white;
	background-color: #B2B5BB;
	border-radius: 0 3px 3px 0;
	height: 12px;
	width: 12px;
	display: block;
	float: right;
	text-decoration: none;
	font-size: 8px;
	font-family: Verdana;
	opacity: 0.9;
	border: 1px solid #A4A7AD;
	text-shadow: none;
}

#VelBar .VelBarAdHover {
	display: block;
	height: 40px;
	width:302px;
}

#VelBar .VelBarContent {
	position: relative;
	height: 40px;
	width: 100%;
	padding:0;
}

#VelBar .VelBarAd {
	position: absolute;
	left:0;
	bottom:0;
	font-size:12px;
	font-weight: bold;
	color: #FFF;
	width:302px;
	text-align: center;
	text-shadow: 1px 1px 0px #333;
    filter: dropshadow(color=#333, offx=1, offy=1);

	background: #aaaaaa;
	background: -moz-linear-gradient(top,  #aaaaaa 0%, #757575 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#757575)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aaaaaa 0%,#757575 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aaaaaa 0%,#757575 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aaaaaa 0%,#757575 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 0%,#757575 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#757575',GradientType=0 ); /* IE6-9 */

}

#VelBar .VelBarAdCode {
	position: absolute;
	bottom:-300px;
	width:316px;
	height:250px;
}

#VelBar .VelBarAdCode iframe {
	border:1px solid #A4A7AD;
}

#VelBar .VelBarShare {
	position: absolute;
	left: 320px;
	width: 100%;
	height:30px;
	bottom:0px;

}

#VelBar .VelBarShare table.VelBarTable {
    border-collapse: collapse;
}

#VelBar .VelBarShare table.VelBarTable td {
    padding: 0;
}

#VelBar .VelBarShareBox {
	display:none;
	position: absolute;
	bottom:-400px;
	width:144px;
	height:20px;
	background:#FFF;
	border:1px solid #CCC;
	padding:7px;
}

#VelBar .VelBarFanPageBtn {
	height:30px;
	bottom:0px;

}

#VelBar .VelBarFanPageBox {
	display:none;
	position: absolute;
	bottom:-400px;
	width:400px;
	height:175px;
	background:#FFF;
	border:1px solid #CCC;
	padding:2px;
}

#VelBar .VelBarFanPageBtn, #VelBar .VelBarShareBtn, #VelBar .VelBarBtn {
	float:left;
	height:20px;
	line-height: 20px;
}
#VelBar .VelBarBtn a span img{
	display: inline-block;
	margin-top: -4px;
	margin-left: -3px;
	vertical-align: middle;
	border: none;
	outline: none;
	text-decoration: none; 
	text-shadow: 0px 0px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
}


#VelBar .VelBarSeparator{
	width: 0;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #C0C0C0;
	float: left;
    height: 20px;
    margin: 0 15px;
}


#VelBar .VelBarShareBtn a, #VelBar .VelBarBtn a, #VelBar .VelBarFanPageBtn a{
	line-height: 19px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
	padding: 0 6px;
	border:1px solid #B1B1B1;

	text-shadow: 1px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);

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

	background: -moz-linear-gradient(top,  rgba(252,252,252,0.74) 0%, rgba(252,252,252,0.74) 1%, rgba(198,198,198,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,0.74)), color-stop(1%,rgba(252,252,252,0.74)), color-stop(100%,rgba(198,198,198,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,252,252,0.74) 0%,rgba(252,252,252,0.74) 1%,rgba(198,198,198,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,252,252,0.74) 0%,rgba(252,252,252,0.74) 1%,rgba(198,198,198,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,252,252,0.74) 0%,rgba(252,252,252,0.74) 1%,rgba(198,198,198,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,252,252,0.74) 0%,rgba(252,252,252,0.74) 1%,rgba(198,198,198,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdfcfcfc', endColorstr='#a6c6c6c6',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px;
    border-radius: 3px;
}



#VelBar .VelBarShareBtn a span, #VelBar .VelBarBtn a span, #VelBar .VelBarFanPageBtn a span{
	text-shadow: 0px 0px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
    color: #5FB55F;
    color: rgba(40, 155, 40, 0.74);

}
#VelBar .VelBarBtn a:hover{
    background: #9D9D9D; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(43,43,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(43,43,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(43,43,43,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */

	color:#FFF;

	text-shadow: 1px 1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);

}

#VelBar .VelBarBtnPinterest {
	display: block;
	float:left;
	margin-right:8px;
}


#VelBar .VelBarShareBtn .VelBarShareBox .VelBarBtnPinterest a{
	display: inline;
	background:none;
	border:none;
	-webkit-box-shadow:  none;
    box-shadow:  none;
    padding:0;
	filter: dropshadow(color=#FFF, offx=0, offy=0);
}

#VelBarShowHide {
	display: block;
	height:40px;
	width: 25px;
	background:#AAAAAA url("show.gif") 50% 50% no-repeat;
	position: absolute;
	right: 3px;
	bottom:0px;
	border:1px solid #FFF;

	-webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

#VelBarShowHide.showicon {
	background:#E5E5E5 url("hide.gif") 50% 50% no-repeat;
	border:none;
}


.fb_iframe_widget span {
	display: block !important;
}