/*Lifestream*/

#mycarousel {
	height:215px;
	overflow:hidden;
	margin:5px 0 20px 0;
	}

#mycarousel li {
	margin:0;
	padding:0;
	}

#mycarousel li {
	font-size:0.9em;
	padding-bottom:20px;
	padding-left:26px;
	line-height:140%;
	}

#mycarousel li.date  {
	text-transform:uppercase;
	font:.92em 'Lucida Grande','Lucida Sans Unicode',Arial;
	letter-spacing:0.2em;
	padding:0 0 15px 0;
	display:block;
	background:transparent url(../images/lihr-skinny.jpg) repeat-x scroll 0 12px;
	width:290px;
	}

li.twitter {
	background:url(../images/streamicon_twitter.gif) no-repeat;
	}

li.delicious {
	background:url(http://www.woodpigeon-songbook.com/wp-content/themes/woodpigeondark/images/streamicon_delicious.gif) no-repeat;
	}		

li.flickr {
	background:url(http://www.woodpigeon-songbook.com/wp-content/themes/woodpigeondark/images/streamicon_flickr.gif) no-repeat;
	}		

li.lastfm {
	background:url(http://www.woodpigeon-songbook.com/wp-content/themes/woodpigeondark/images/streamicon_lastfm.gif) no-repeat;
	}

li.facebook {
	background:url(http://www.woodpigeon-songbook.com/wp-content/themes/woodpigeondark/images/streamicon_facebook.gif) no-repeat;
	}

li.goodreads {
	background:url(http://www.woodpigeon-songbook.com/wp-content/themes/woodpigeondark/images/streamicon_goodreads.gif) no-repeat;
	}

li.magnolia {
	background:url(http://www.woodpigeon-songbook.com/wp-content/themes/woodpigeondark/images/streamicon_magnolia.gif) no-repeat;
	}

li.netflix {
	background:url(http://www.woodpigeon-songbook.com/wp-content/themes/woodpigeondark/images/streamicon_netflix.gif) no-repeat;
	}

li.pownce {
	background:url(http://www.woodpigeon-songbook.com/wp-content/themes/woodpigeondark/images/streamicon_pownce.gif) no-repeat;
	}
				
#mycarousel a, #mycarousel a:visited {
	font-size:1.2em;
	}	
		
#item-1 a, #item-1 a:visited {
	font-size:1.2em;
	}
	
#item-2 a, #item-2 a:visited {
	font-size:1.2em;
	}	

#item-3 a, #item-3 a:visited {
	font-size:1.2em;
	}	

#item-4 a, #item-4 a:visited {
	font-size:1.2em;
	}	

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

#mycarousel img {
	padding:3px;
	border:1px solid #4f383d;
	margin:0 13px 7px 0;
	height:40px;
	width:40px;
	display:block;
	}
	
	
	
	
	
	
	/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 260px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}




.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-vertical {
	height:450px;
	margin:0 0 40px;
	padding:0;
	width:290px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 450px;
}

.jcarousel-skin-tango .jcarousel-item {
	height:300px;
    height: auto;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: -38px;
    left: 270px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: -38px;
    left: 245px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}