input .home {
	display: block;
	width: 97px;
	height: 45px;
	background: url('images/play.png') bottom;
	text-indent: -000px;
}
input .home:hover {
	background-position: 0 0;
	background: url('images/play.png') bottom;
	}


/* Coin Slider, Static and Monitor */
	
	#static-image{
		float:left;
		width:700px;
		height:357px;
		position:relative;
		z-index:2;
		margin-top:25px;
	}
	
	#left-side, #right-side{
		float:left;
		width:450px;
		height:335px;
		position:relative;
		z-index:2;
	}
	
	#right-side{
		margin:25px 0 0 10px;
	}
	
	#right-side #monitor{
		float:left;
		margin:25px 0 0 0;
		position:absolute;
		z-index:2;
	}
	
	#right-side #cycle{
		width:445px;
		height:235px;
		position:absolute;
		z-index:1;
		margin:25px 0 0 0;
	}
	
	#right-side #cycle .image{
		float:left;
		height:235px;
		overflow:hidden;
	}
	
	#left-side{
		margin:70px 10px 0 0px;
		height:290px;
	}
	
	#left-side h1{
		font-size:34px;
		margin:0 0 0px 0;
		color:#FFF;
	}
	
	#left-side span{
		font-size:12px;
		color:#FFF;
		margin:0 0 25px 0;
		display:block;
	}
	
	#left-side span a{
		color:#FFF;
		font-weight:bold;
	}
	
	#left-side p{
		color:#FFF;
		margin-bottom:25px;
	}
	
	#left-side p a.btn{
		float:left;
		margin:0 15px 0 0;
	}

	
	#coin_holder{
		float:left;
		width:702px;
		height:326px;
		background:#000000;
		position:relative;
		z-index:2;
		padding:0px 0px 6px 0px;
	}
	
	#coin_holder .item{
		width:700px;
		height:280px;
		background:#CCCCCC;
	}
	
	.coin-slider { 
		overflow: hidden; 
		zoom: 1;
		height:328px;
		position: relative; 
	}
	
	.coin-slider a{ 
		text-decoration: none;
		outline: none; 
		border: none;
	}