/*
Name: Wordpress Video Gallery
Plugin URI: http://www.apptha.com/category/extension/Wordpress/Video-Gallery
Description: Skins css file
Version: 2.2
Author: Apptha
Author URI: http://www.apptha.com
License: GPL2
*/

.jcarousel-skin-tango .jcarousel-container {-moz-border-radius: 3px;border: 1px solid #dfdfdf;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding: 10px;}
.jcarousel-skin-tango .jcarousel-clip-horizontal {    height: auto;    margin-top: 15px;}
.jcarousel-skin-tango .jcarousel-clip-vertical {    width:  80px;    height: auto;    margin-top:15px;}
.jcarousel-skin-tango .jcarousel-item {    width: 140px;    height: auto;}
.jcarousel-skin-tango .jcarousel-item-horizontal {    margin: 0 6px;}
.jcarousel-skin-tango .jcarousel-item-vertical {    margin-bottom: 10px;}
.jcarousel-skin-tango .jcarousel-item-placeholder {    background: #fff;    color: #000;}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 6px;
    height: 17px;
    cursor: pointer;
    float: right;
    background: #FFF url('../images/arrow_right-rel.png') no-repeat center;
padding: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 6px;
    height: 17px;
    cursor: pointer;
    background:  #FFF url('../images/arrow_left-rel.png') no-repeat center;
padding: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, 
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal{
    opacity: 0.5;
    filter: alpha(opacity = 50);
    cursor: default;
}
.related-videos .imgSidethumb img{width: 120px; height: 90px;}
