/**
 * 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: 300px;
    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;
}




/*SKIN TANGO*/
.jcarousel-skin-tango .jcarousel-container {
/*    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
*/
}



.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 300px;
    height: 400px;
padding: 40px 0px 40px 6px;
}



.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 300px;
    height: 400px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 300px;
    height: 75px;
	background: #a91354 url(../images/img/slide_bg_videos.jpg) repeat-x;
	overflow:hidden;
}

.jcarousel-skin-tango:hover .jcarousel-item:hover {
  
	background: #a91354;
}




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

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



/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    right: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/img/slide_video_down.png) 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;
    bottom: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/img/slide_video_up.png) 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;
}




.clear{
	clear: both;
}
.left{
	float:left;
}

#slide_videos a:hover{
	text-decoration: underline;
	color:#FFF;
	cursor: pointer;
}
.videotitle{
	margin-left:5px;
	width:170px;
	padding:3px;
	vertical-align: middle;
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:75px;
}
.imgVideoSlide{
	height:74px;
	border: 1px solid #79093A;
	vertical-align: middle;
	
}



/*END SKIN*/






