/**** FEATURED VIDEO POSTS CONTAINER ****/
#video-fposts-box{
     margin:0px 0px 10px 0px;
     padding:0px 0px 20px 0px;
     width:580px;
     width:630px;/*Content Module width*/
     display:inline;
     float:left;
     /*border:1px solid lime;*/
}
/*** FEATURED VIDEO POSTS TOP ***/
#video-fposts-top{
    /*border:1px solid blue;*/
}

/*** FEATURED VIDEO POSTS BOTTOM ***/
#video-fposts-bottom{
    /*border:1px solid #fff;*/
    padding: 0 20px 15px;
    clear:both;
}


/*** FEATURED POST VIDEOS BOTTOM CONTENT ***/
/*
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#video-fposts-box .jcarousel-container {
    position: relative;
}

#video-fposts-box .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:580px;
    width:600px;
    /*border:1px solid red;*/
}

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

#video-fposts-box .jcarousel-list li,
#video-fposts-box .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 180px;
    height: auto;
    margin-right:17px;
    margin-right:25px;
    /*border:1px solid #fff;*/
}

#video-fposts-box .jcarousel-item img {
        background:transparent;
        border:1px solid #0093BF;
        padding:2px;
}

#video-fposts-box .jcarousel-item img:hover {
        border:1px solid #FFFFFF;
        border:1px solid #F1F1F1;
}

/**
 * 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".
 */
#video-fposts-box .jcarousel-next {
    z-index: 3;
    display: none;
}

#video-fposts-box .jcarousel-prev {
    z-index: 3;
    display: none;
}

/** FEATURED VIDEO METADATA **/
#video-fpost-blogname a{
    font-size:0.75em;
    color:#ff6600;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:5px;
}

#video-fpost-title a{
    font-size: 1.25em;
    display:block;
    line-height: 1;
    color:#0093BF;
    font-family:Garamond,Georgia,"Times New Roman",Times,serif;
}

#video-fpost-title a:hover{
    text-decoration:none;
    color:#56cee5;
}
#video-fpost-excerpt{
     font-size: 1em;
     padding-top: 10px;
     color:#666666;
     line-height:1;
}



/****** FEATURED POST VIDEOS TOP CONTENT ******/
/** TITLE **/
#video-fposts-title{
/*
    color:#011628;
    color:#ffffff;
    font-size:24px;
    font-family:"colaborate-1","colaborate-2",sans-serif;
*/
    float:left;
    padding-left:-15px;
}

/* 
** Custom Navigation 
*/

#video-fposts-nav{
	/*clear:both;*/
	width:200px;
        width:110px;
	height:30px;
	text-align:center;
        /*text-align:right;*/
        float:right;
        padding-top:15px;
}

#video-fposts-nav #video-carousel-next,
#video-fposts-nav #video-carousel-prev,
#video-fposts-nav .jcarousel-control{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:5px; }
	
#video-fposts-nav .jcarousel-control{ 
	width:110px;
        width:130px; }	

#video-fposts-nav .jcarousel-control a{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:5px;
	float:none; }
	
	
#video-fposts-nav #video-carousel-next a,
#video-fposts-nav #video-carousel-prev a,
#video-fposts-nav .jcarousel-control a{
	width:20px;
	height:20px;
	display:inline-block;
	/*background-image:url(images/carousel-paginator.png);*/
	background-image:url(/css/images/carousel-paginator.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent: -999em; }


#video-fposts-nav #video-carousel-next a{
	background-position: -80px 0; }

#video-fposts-nav .jcarousel-control a{ 
	background-position: -20px 0; }
		
#video-fposts-nav .jcarousel-control a:hover{ 
	background-position: -60px 0; }

#video-fposts-nav .jcarousel-control a.ff-selected{
	background-position: -40px 0; }

