.band-name {
	display: block;
	width: 560px;
	text-align: center;
	padding: 20px 20px 10px 20px;
	font-size: 36px;
	font-weight: bold;
}

.band-bio {
	display: block;
	width: 560px;
	text-align: justify;
	padding: 10px 40px 30px 30px;
	font-size: 16px;
	line-height: 1.3em;
}

.band-links {
	width: 100%;
	margin: 10px 40px 10px 60px;
    height: 50px;
}

.band-links > div {
    float: left;
    display: block;
    margin: 5px 10px 0 10px;
}

.heading {
	clear: both;
	margin: 20px 0px 15px 0px;
}

.dark {
    background-color: black;
    width: 616px;
}

.padv30 {
    height: 30px;
}

.cap-title {
    margin-top: 20px;
}

.cap-title h2 {
    font-weight: bold;
    font-size: 26px;
    padding: 0 20px 0 20px;
}

.carousel-holder {
    margin: 30px auto 10px auto;
    width: 600px;
    height: 150px;
    border: 1px dotted black;
}

.carousel {
    width: 508px;
    height: 150px;
    float: left;

    position: relative; 
    overflow: hidden;
    border-left: 1px dotted black;
    border-right: 1px dotted black;
}

.carousel .items {
    width:50000em; 
    position:absolute;
}

.carousel .items .an-item {
    float: left;
    width: 132px;
    height: 150px;
    padding: 4px;
}

.carousel .an-item span {
    display: block;
    font-size: 0.8em;
    padding: 4px 5px 0 5px;
}

.carousel .items img.active {
    border: 1px dashed black;
}

a.browse {
    display: block;
    width: 36px;
    height: 23px;
    font-size: 1px;
    float: left;
    margin: 60px 4px 4px 4px;
    cursor: pointer;
}

a.left {
    background: url(../images/left.png) no-repeat;
}

a.right {
    background: url(../images/right.png) no-repeat;
}

#image-wrap .gigList {
    width: 100%;
    height: 401px;
    overflow: auto;
    padding: 5px;
}

.gigList {
    color: white;
    font-size: 18px;
}

.gigList td, .gigList th {
    vertical-align: top;
    padding: 3px;
    font-size: 0.7em;
}

.gigList .gigRow .small-img {
    background: black;
}

#image-wrap .trackList {
    height: 26px;
    width: 100%;
    margin-top: 3px;
}

#image-wrap .trackTitle {
    height: 20px;
    float: left;
    display: block;
    font-size: 16px;
    line-height: 17px;
    color: white;
    border-top: 1px solid #a7aeb1;
    border-left: 1px solid #a7aeb1;
    border-right: 1px solid #a7aeb1;
    padding: 4px 8px 2px 8px;
    margin: 0 3px 0 0;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
}

#image-wrap .playingTrack {
    background: #a7aeb1;
    color: black;
}

.voting-help {
    color: red;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 30px;
}
