/*
Theme Name: 	JazzMa.hu
Theme URI: 		http://www.jazzma.hu
Description: 	Theme for JazzMa.hu.
Version: 		1.0
Author: 		Kusz Tamás <kusz.tamas@adworks.hu>
Agency:		 	Adworks
Author URI: 	http://www.adworks.hu/


/* ==================================================================== */
/* = Featured Albums                                                  = */
/* ==================================================================== */

#featured-albums		{
	position: relative;
	width: 672px;
	height: 128px;
	border: 1px solid #c7c5c0;
	background: url(../images/featured-albums-bg.png) no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #c7c5c0;
	-moz-box-shadow: 0 1px 2px #c7c5c0;
	box-shadow: 0 1px 2px #c7c5c0;
}

#featured-albums .featured-slider-prev, #featured-albums .featured-slider-next {
	width: 18px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 47px;
}

#featured-albums .featured-slider-prev {
	background: url(../images/icons_arrows.png) -250px -8px no-repeat;
	left: 15px;
}

#featured-albums .featured-slider-next {
	background: url(../images/icons_arrows.png) -432px -8px no-repeat;
	right: 15px;
}

#featured-albums a.disabled { cursor: default; }

#featured-albums .featured-container {
	width: 576px;
	height: 110px;
	position: absolute;
	top: 10px;
	left: 48px;
	overflow: hidden;
}

#featured-albums .featured-container ul {
	width: 1500px;
	padding: 0;
	margin: 0 0 0 -15px;
	list-style-type: none;
}

#featured-albums .featured-container ul li {
	width: 79px;
	height: 110px;
	padding: 0 20px;
	border-right: 1px solid white;
	border-left: 1px solid #c9c7c2;
	float: left;
}

#featured-albums .featured-container ul li p {
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #444444;
	line-height: 12px;
	text-shadow: 1px 1px 0 white;
	text-align: center;
	margin: 3px 0 0 0;
}