/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* Top left corner */
div.light_rounded .vlb_top .vlb_left{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) -88px -53px no-repeat;
}
/* Top pattern/color */
div.light_rounded .vlb_top .vlb_middle{
    background: #fff;
}
/* Top right corner */
div.light_rounded .vlb_top .vlb_right{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .vlb_content .ppt{
    color: #000;
}
div.light_rounded .vlb_content_container .vlb_left, div.light_rounded .vlb_content_container .vlb_right{
    background: #fff;
}
/* Content background */
div.light_rounded .vlb_content{
    background-color: #fff;
}
/* Next button */
div.light_rounded .vlb_next:hover{
    background: url(../images/VideoLightbox/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}
/* Previous button */
div.light_rounded .vlb_previous:hover{
    background: url(../images/VideoLightbox/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
/* Expand button */
div.light_rounded .vlb_expand{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
/* Expand button hover */
div.light_rounded .vlb_expand:hover{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
/* Contract button */
div.light_rounded .vlb_contract{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
/* Contract button hover */
div.light_rounded .vlb_contract:hover{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
/* Close button */
div.light_rounded .vlb_close{
    width: 75px;
    height: 22px;
    background: url(../images/VideoLightbox/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.light_rounded #vlb_full_res .vlb_inline{
    color: #000;
}
/* The previous arrow in the bottom nav */
div.light_rounded .vlb_arrow_previous{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .vlb_arrow_previous.disabled{
    background-position: 0 -87px;
    cursor: default;
}
/* The next arrow in the bottom nav */
div.light_rounded .vlb_arrow_next{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .vlb_arrow_next.disabled{
    background-position: -22px -87px;
    cursor: default;
}
/* Bottom left corner */
div.light_rounded .vlb_bottom .vlb_left{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) -88px -80px no-repeat;
}
/* Bottom pattern/color */
div.light_rounded .vlb_bottom .vlb_middle{
    background: #fff;
}
/* Bottom right corner */
div.light_rounded .vlb_bottom .vlb_right{
    background: url(../images/VideoLightbox/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.light_rounded .vlb_loaderIcon
{
    background: url(../images/VideoLightbox/light_rounded/loader.gif) center center no-repeat;
}
/* Loader icon */

/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
/* Top left corner */
div.dark_rounded .vlb_top .vlb_left{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) -88px -53px no-repeat;
}
/* Top pattern/color */
div.dark_rounded .vlb_top .vlb_middle{
    background: url(../images/VideoLightbox/dark_rounded/contentPattern.png) top left repeat;
}
/* Top right corner */
div.dark_rounded .vlb_top .vlb_right{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) -110px -53px no-repeat;
}

/* Left Content background */
div.dark_rounded .vlb_content_container .vlb_left{
    background: url(../images/VideoLightbox/dark_rounded/contentPattern.png) top left repeat-y;
}
/* Right Content background */
div.dark_rounded .vlb_content_container .vlb_right{
    background: url(../images/VideoLightbox/dark_rounded/contentPattern.png) top right repeat-y;
}
/* Content background */
div.dark_rounded .vlb_content{
    background: url(../images/VideoLightbox/dark_rounded/contentPattern.png) top left repeat;
}
/* Next button */
div.dark_rounded .vlb_next:hover{
    background: url(../images/VideoLightbox/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}
/* Previous button */
div.dark_rounded .vlb_previous:hover{
    background: url(../images/VideoLightbox/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
/* Expand button */
div.dark_rounded .vlb_expand{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
/* Expand button hover */
div.dark_rounded .vlb_expand:hover{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
/* Contract button */
div.dark_rounded .vlb_contract{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
/* Contract button hover */
div.dark_rounded .vlb_contract:hover{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
/* Close button */
div.dark_rounded .vlb_close{
    width: 75px;
    height: 22px;
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.dark_rounded .currentTextHolder{
    color: #c4c4c4;
}
div.dark_rounded .vlb_description{
    color: #fff;
}
div.dark_rounded #vlb_full_res .vlb_inline{
    color: #fff;
}
/* The previous arrow in the bottom nav */
div.dark_rounded .vlb_arrow_previous{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .vlb_arrow_previous.disabled{
    background-position: 0 -87px;
    cursor: default;
}
/* The next arrow in the bottom nav */
div.dark_rounded .vlb_arrow_next{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .vlb_arrow_next.disabled{
    background-position: -22px -87px;
    cursor: default;
}
/* Bottom left corner */
div.dark_rounded .vlb_bottom .vlb_left{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) -88px -80px no-repeat;
}
/* Bottom pattern/color */
div.dark_rounded .vlb_bottom .vlb_middle{
    background: url(../images/VideoLightbox/dark_rounded/contentPattern.png) top left repeat;
}
/* Bottom right corner */
div.dark_rounded .vlb_bottom .vlb_right{
    background: url(../images/VideoLightbox/dark_rounded/sprite.png) -110px -80px no-repeat;
}
/* Loader icon */
div.dark_rounded .vlb_loaderIcon{
    background: url(../images/VideoLightbox/dark_rounded/loader.gif) center center no-repeat;
}

/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
div.dark_square .vlb_left, div.dark_square .vlb_middle, div.dark_square .vlb_right, div.dark_square .vlb_content{
    background: url(../images/VideoLightbox/dark_square/contentPattern.png) top left repeat;
}
div.dark_square .currentTextHolder{
    color: #c4c4c4;
}
div.dark_square .vlb_description{
    color: #fff;
}
/* Loader icon */
div.dark_square .vlb_loaderIcon{
    background: url(../images/VideoLightbox/dark_rounded/loader.gif) center center no-repeat;
}
/* Left Content background */
div.dark_square .vlb_content_container .vlb_left{
    background: url(../images/VideoLightbox/dark_rounded/contentPattern.png) top left repeat-y;
}
/* Right Content background */
div.dark_square .vlb_content_container .vlb_right{
    background: url(../images/VideoLightbox/dark_rounded/contentPattern.png) top right repeat-y;
}
/* Expand button */
div.dark_square .vlb_expand{
    background: url(../images/VideoLightbox/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
/* Expand button hover */
div.dark_square .vlb_expand:hover{
    background: url(../images/VideoLightbox/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
/* Contract button */
div.dark_square .vlb_contract{
    background: url(../images/VideoLightbox/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
/* Contract button hover */
div.dark_square .vlb_contract:hover{
    background: url(../images/VideoLightbox/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
/* Close button */
div.dark_square .vlb_close{
    width: 75px;
    height: 22px;
    background: url(../images/VideoLightbox/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.dark_square #vlb_full_res .vlb_inline{
    color: #fff;
}
/* The previous arrow in the bottom nav */
div.dark_square .vlb_arrow_previous{
    background: url(../images/VideoLightbox/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .vlb_arrow_previous.disabled{
    background-position: 0 -87px;
    cursor: default;
}
/* The next arrow in the bottom nav */
div.dark_square .vlb_arrow_next{
    background: url(../images/VideoLightbox/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .vlb_arrow_next.disabled{
    background-position: -22px -87px;
    cursor: default;
}
/* Next button */
div.dark_square .vlb_next:hover{
    background: url(../images/VideoLightbox/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}
/* Previous button */
div.dark_square .vlb_previous:hover{
    background: url(../images/VideoLightbox/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
div.light_square .vlb_left, div.light_square .vlb_middle, div.light_square .vlb_right, div.light_square .vlb_content{
    background: #fff;
}
div.light_square .vlb_content .ppt{
    color: #000;
}
/* Expand button */
div.light_square .vlb_expand{
    background: url(../images/VideoLightbox/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
/* Expand button hover */
div.light_square .vlb_expand:hover{
    background: url(../images/VideoLightbox/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
/* Contract button */
div.light_square .vlb_contract{
    background: url(../images/VideoLightbox/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
/* Contract button hover */
div.light_square .vlb_contract:hover{
    background: url(../images/VideoLightbox/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
/* Close button */
div.light_square .vlb_close{
    width: 75px;
    height: 22px;
    background: url(../images/VideoLightbox/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.light_square #vlb_full_res .vlb_inline{
    color: #000;
}
/* The previous arrow in the bottom nav */
div.light_square .vlb_arrow_previous{
    background: url(../images/VideoLightbox/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .vlb_arrow_previous.disabled{
    background-position: 0 -87px;
    cursor: default;
}
/* The next arrow in the bottom nav */
div.light_square .vlb_arrow_next{
    background: url(../images/VideoLightbox/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .vlb_arrow_next.disabled{
    background-position: -22px -87px;
    cursor: default;
}
/* Next button */
div.light_square .vlb_next:hover{
    background: url(../images/VideoLightbox/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}
/* Previous button */
div.light_square .vlb_previous:hover{
    background: url(../images/VideoLightbox/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
/* Top left corner */
div.facebook .vlb_top .vlb_left{
    background: url(../images/VideoLightbox/facebook/sprite.png) -88px -53px no-repeat;
}
/* Top pattern/color */
div.facebook .vlb_top .vlb_middle{
    background: url(../images/VideoLightbox/facebook/contentPatternTop.png) top left repeat-x;
}
/* Top right corner */
div.facebook .vlb_top .vlb_right{
    background: url(../images/VideoLightbox/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .vlb_content .ppt{
    color: #000;
}
/* Content background */
div.facebook .vlb_content_container .vlb_left{
    background: url(../images/VideoLightbox/facebook/contentPatternLeft.png) top left repeat-y;
}
/* Content background */
div.facebook .vlb_content_container .vlb_right{
    background: url(../images/VideoLightbox/facebook/contentPatternRight.png) top right repeat-y;
}
/* Content background */
div.facebook .vlb_content{
    background: #fff;
}
/* Expand button */
div.facebook .vlb_expand{
    background: url(../images/VideoLightbox/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
/* Expand button hover */
div.facebook .vlb_expand:hover{
    background: url(../images/VideoLightbox/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
/* Contract button */
div.facebook .vlb_contract{
    background: url(../images/VideoLightbox/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
/* Contract button hover */
div.facebook .vlb_contract:hover{
    background: url(../images/VideoLightbox/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
/* Close button */
div.facebook .vlb_close{
    width: 22px;
    height: 22px;
    background: url(../images/VideoLightbox/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.facebook #vlb_full_res .vlb_inline{
    color: #000;
}
/* Loader icon */
div.facebook .vlb_loaderIcon{
    background: url(../images/VideoLightbox/facebook/loader.gif) center center no-repeat;
}
/* The previous arrow in the bottom nav */
div.facebook .vlb_nav .vlb_arrow_previous{
    background: url(../images/VideoLightbox/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}
div.facebook .vlb_arrow_previous.disabled{
    background-position: 0 -96px;
    cursor: default;
}
/* The next arrow in the bottom nav */
div.facebook .vlb_nav .vlb_arrow_next{
    background: url(../images/VideoLightbox/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}
div.facebook .vlb_arrow_next.disabled{
    background-position: -32px -96px;
    cursor: default;
}
div.facebook .vlb_nav{
    margin-top: 0;
}
div.facebook .vlb_nav p{
    font-size: 15px;
    padding: 0 3px 0 4px;
}
/* Next button */
div.facebook .vlb_next:hover{
    background: url(../images/VideoLightbox/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}
/* Previous button */
div.facebook .vlb_previous:hover{
    background: url(../images/VideoLightbox/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
/* Bottom left corner */
div.facebook .vlb_bottom .vlb_left{
    background: url(../images/VideoLightbox/facebook/sprite.png) -88px -80px no-repeat;
}
/* Bottom pattern/color */
div.facebook .vlb_bottom .vlb_middle{
    background: url(../images/VideoLightbox/facebook/contentPatternBottom.png) top left repeat-x;
}
/* Bottom right corner */
div.facebook .vlb_bottom .vlb_right{
    background: url(../images/VideoLightbox/facebook/sprite.png) -110px -80px no-repeat;
}
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------ */
div.vlb_video_holder a:focus{
    outline: none;
}
div.vlb_overlay{
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.vlb_video_holder{
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.vlb_top{
    height: 20px;
    position: relative;
}
* html .vlb_top{
    padding: 0 20px;
}
.vlb_top .vlb_left{
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.vlb_top .vlb_middle{
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .vlb_top .vlb_middle{
    left: 0;
    position: static;
}
.vlb_top .vlb_right{
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.vlb_content{
    height: 40px;
}
.vlb_content .ppt{
    left: auto;
    margin-bottom: 5px;
    position: relative;
    top: auto;
}
.vlb_fade{
    display: none;
}
.vlb_content_container{
    position: relative;
    text-align: left;
    width: 100%;
}
.vlb_content_container .vlb_left{
    padding-left: 20px;
}
.vlb_content_container .vlb_right{
    padding-right: 20px;
}
.vlb_content_container .vlb_details{
    margin: 10px 0 2px 0;
}
.vlb_description{
    display: none;
    margin: 0 0 5px 0;
}
.vlb_nav{
    clear: left;
    float: left;
    margin: 3px 0 0 0;
}
.vlb_nav p{
    float: left;
    margin: 2px 4px;
}
.vlb_nav a.vlb_arrow_previous, .vlb_nav a.vlb_arrow_next{
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.vlb_hoverContainer{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
a.vlb_next{
    background: url(../images/VideoLightbox/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.vlb_previous{
    background: url(../images/VideoLightbox/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.vlb_expand, a.vlb_contract{
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.vlb_close{
    display: block;
    float: right;
    text-indent: -10000px;
}
.vlb_bottom{
    height: 20px;
    position: relative;
}
* html .vlb_bottom{
    padding: 0 20px;
}
.vlb_bottom .vlb_left{
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.vlb_bottom .vlb_middle{
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .vlb_bottom .vlb_middle{
    left: 0;
    position: static;
}
.vlb_bottom .vlb_right{
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.vlb_loaderIcon{
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
#vlb_full_res{
    line-height: 1 !important;
}
#vlb_full_res .vlb_inline{
    text-align: left;
}
#vlb_full_res .vlb_inline p{
    margin: 0 0 15px 0;
}
div.ppt{
    color: #fff;
    display: none;
    font-size: 17px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}
/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
    height: 1%;
}
.clearfix{
    display: block;
}
/* End hide from IE-mac */