﻿#carousel, .carousel {
    margin: 0 auto;
    padding: 0 4px;
}
.carousel_nav {
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.prev, .next {
    background: #d2d3d4;
    cursor: pointer;
    height: 102px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 12px;
    z-index: 100;
}
.prev {
    background: #d2d3d4 url("../../../images/carousel/prev.gif") center no-repeat;
    left: 0;
    margin: 0;
    padding: 0;
}
.next {
    background: #d2d3d4 url("../../../images/carousel/next.gif") center no-repeat;
    margin: 0;
    padding: 0;
    right: 0;
}
.yui-carousel-element li, li.item {
    border: 1px solid #ccc;
    height: 100px;
    text-align:center;
    margin-top:7px;    
}
.container {
    font-size: 13px;
    margin: 0 auto;
    position: relative;
}     
.container .intro {
    display: inline;
    margin: 0 10px 0 10px;
    width: 75px;
}
.container .item {
    display: inline;
    margin: 0 9px;
    overflow: hidden;
    width: 75px;
}
.container .item .authimg {
    bottom: 2px;
    margin-left: 61px;
    position: absolute;
    z-index: 1;
}
.container .item h3 {
   /* color: #07324F;
    font-size: 9px;
    line-height: 110%;
    margin-top: 0px;    */
    margin:0;
}
.container .item h3 a {
    color: #07324f;
    font-size: 10px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}
.container .item h4 {
    margin-top:5px;
}
.container .item h4 a {
    font: 100% Georgia, Times, serif;
    position: relative;
    z-index: 2;
}
.container .item h4 a:link {
    color: #00639b;
}
.container .item a img {
    width: 65px;
}
#myGroups .item a img {
    margin-top: 4px;
    width: 64px;            
}      
.container .item cite {
    color: #888;
    display: block;
    font-size: 77%;
    line-height: normal;
    margin-bottom: 30px;
}      
.container .item p.all {
    bottom: 25px;
    position: absolute;
    z-index: 2;
}
.carousel .item p.all a {
    font-weight: bold;
    font-size: 85%;
}

/* overrides */
.yui-skin-sam .yui-carousel-nav {
	background: none;
	background-color: white;
	height: 20px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.yui-skin-sam .yui-carousel-content {
	background: white;
}
.yui-skin-sam .yui-carousel-element {
	background: white ;
}
.yui-carousel .yui-carousel-item-selected {
	border: 1px solid silver;
}
.yui-skin-sam .yui-carousel-nav ul {
    display: none;
}
.yui-skin-sam .yui-carousel-button input {
    height: 10px;
}
.yui-skin-sam .yui-carousel-button {
    background-attachment: fixed;
    background: url("/images/carousel/next.jpg") no-repeat;
    background-color: white;
    width: 12px;
}
.yui-skin-sam span.yui-carousel-first-button {
    background-attachment: fixed;
    background: url("/images/carousel/previous.jpg") no-repeat;
    background-color: white;
    width: 12px;
}
.yui-skin-sam .yui-carousel {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}

/* --------- JS amends --------- */
.faux_carousel .item  {
    border: 1px solid #ccc;
    display: block !important;
    float: left !important;
    list-style-type: none;
}
.faux_carousel .next, .faux_carousel .prev, .faux_carousel .next_friends, .faux_carousel .prev_friends {
    visibility: hidden;   
}
.carousel .item {
    border: none;
    margin: 0px 5px;
    text-align: center;
    width :65px;
    margin-top:7px;
}
.carousel .item .carousel_item_image {
    display: block;
    height: 65px;
    overflow: hidden;
}
.carousel .item .carousel_item_image img {
    height: auto;
    padding: 0;
    width: 60px;
}
.carousel .item .carousel_item_label {
    font-size: 10px;
    font-weight: bolder;
    text-align: center;
    height: auto;
    line-height: 11px;
    margin: 7px 0 0 0;
}
