#btc_slider {
	position: relative;
}

#btc1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #644e40;
	background-color: #2a2726;
	position: fixed;	color: #fff;
}.payment_methods {	    margin-top: -3em;}.payment_methods p{	text-align:center;}
.payment_methods img{	position:relative !important;}.btc_title h3{	color: #FF9800;    font-size: 1.2em;    text-align: center;}
#btc2 {
	overflow: hidden;
	text-align: left;
}

#btc1 img {
	position: absolute; 
	top: 0px; 
	cursor: pointer;
	border: 0;
	z-index: 10000;
}

#btc1 iframe {
	border:0px;
	overflow: hidden; 
	position: absolute;
	width:100%;
	height: 100%;
}