@charset "UTF-8";
	.songlists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	vertical-align: top;
	margin-top: 0px;
	top: 26px;
	float: right;
	text-align: left;
	position: absolute;
	left: 290px;
}
    .albumtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: right;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
	position: absolute;
	left: 290px;
	top: 0px;
	line-height: normal;
}
.albumimage {
}
.itunes {
	float: left;
	top: 0px;
	position: absolute;
	left: 454px;
}
.itunestwo {
	float: left;
	top: 0px;
	position: absolute;
	left: 532px;
}
.itunesthree {
	float: left;
	top: 0px;
	position: absolute;
	left: 478px;
}
.itunesfour {
	float: left;
	top: 0px;
	position: absolute;
	left: 528px;
}
.itunesfive {
	float: left;
	top: 0px;
	position: absolute;
	left: 460px;
}
.itunessix {
	float: left;
	top: 0px;
	position: absolute;
	left: 456px;
}
.amazon {
	float: left;
	position: absolute;
	left: 479px;
	top: 0px;
}
.amazontwo {
	float: left;
	position: absolute;
	left: 557px;
	top: 0px;
}
.amazonthree {
	float: left;
	position: absolute;
	left: 503px;
	top: 0px;
}
.amazonfour {
	float: left;
	position: absolute;
	left: 553px;
	top: 0px;
}
.amazonfive {
	float: left;
	position: absolute;
	left: 485px;
	top: 0px;
}
.amazonsix {
	float: left;
	position: absolute;
	left: 481px;
	top: 0px;
}
		
		/*
			Set the size of your carousel items
		*/
		.item {
	width:600px;
	height:300px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	position: absolute;
		}
/* 
	Resets defualt browser settings
	reset.css
*/

blockquote,q { quotes:"" ""; }

/*
	Page style
*/



#container {
	width:620px;
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 320px;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:300px;
	top:-3px;
	left:-80px;
	background-color: #666;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
	height: 300px;
	width: 600px;
	left: 10px;
	top: 10px;
	background-image: url(../images/AlbumsBckgrnd.png);
	background-repeat: no-repeat;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:600px;
	overflow:hidden;
	position:relative;
	display:none;
	height: 300px;
	padding-top: 14px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:600px;
	height:340px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	left: -24px;
}

#slides .next {
	left:600px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
}

/*
	Footer
*/

#footer {
	width:580px;
	border-top:1px solid #dfdfdf;
}

#footer p {
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
