*
{
	margin: 0;
	padding: 0;
}

#rotator
{       background:#000;
	border: 1px solid #333;
	cursor: pointer;
	overflow: hidden;
	margin: 5px auto 1px;
	position: relative;
	width: 510px;
	height: 200px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 510px;
	height: 200px;
	
}
 

#info{
	width: 500px;
	height: 40px;
	padding: 7px;
	position: absolute;
	bottom: 0; left: 0;
	z-index: 99;
	background: url(http://bikerpunks.com/templates/DF-dark/images/black.png) repeat;
	}

#info h2{
font: bold 18px arial;
color:#f2f2f2; 
}

#info p{
color:#FFF;
}

#info a{
text-decoration:none;
}
