@charset "UTF-8";

/* Now Playing Content Styles */

#content {
	overflow:hidden;
	width:951px;
	position:relative;
	
	margin-top:0;
	margin-bottom:0px;
	padding-top:29px;
	background: transparent url(../images/now-playing-bg.jpg) 485px 0 no-repeat;
}
#wrap .client {
	float:left;
	width:951px;
}
#wrap {
	width:12363px;
	height:474px;
}
.description {
	display:inline;
	float:right;
	margin-right:45px;
	margin-top:110px;
}
h1 {
	width:395px;
}
p {
	width:395px;
}
#content img {
	position:absolute;
	float:left;
	margin-left:21px;
}
#content p.arrows {
	position:absolute;
	margin-left:474px;
	margin-top:379px;
	padding:0;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	text-align:center;
}
.arrows a {
	color:#ff3300;
	text-decoration:none;
	height:100px;
	width:113px;
	display:block;
}
.arrows a:hover {
	color:#000000;
	background-position:0px -100px;
}
.previous_arrow {
	background-image:url(../images/prev-arrow.jpg);
	float:left;
}
.next_arrow {
	background-image:url(../images/next-arrow.jpg);
	float:right;
}
