/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:100%;
	/**/background-color:#FFFFFF !important;
}
#jquery-lightbox {
	/*background-color: black;*/
    left: 0;
    line-height: 0;
    /*padding-top: 75px;*/padding-top: 30px;
    position: absolute;/*fixed;*/ 
    text-align: center;
    top: 0 !important;
    width: 100%;
    z-index: 100000;
    height:100%;
  
}

#jquery-lightbox a img 
{ border: none;
   }



#achievements #lightbox-container-image-box {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 650px !important;/*523px*/
	margin: 0 auto;
}

#lightbox-container-image-box 
{
    background:url("../images/popup2.png") repeat-y scroll 0 0 #FFFFFF;
    
	position: relative;
	background-color: #000;
	width: 250px;
	height: 650px; /*523px*/ 
	margin: 0 auto;
}

#lightbox-container-image
 { /*padding: 10px;*/padding:40px 10px 0 10px;
   height: auto;/*650px;/*713px;/*523px*/
   overflow:hidden;
   background: none repeat scroll 0 0 white;
   border:1px solid #CCCCCC;
   width: 600px;
}
 
 
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 107%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	direction : rtl;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/************************* Samer Styles **************************/
#lightbox-container-image-box #lightbox-container-image .bg_border
{
	z-index:-1;
}

/*#lightbox-container-image
{
	padding:0px;
}*/

#lightbox-container-image-data-box 
{
	padding:0px;
}

#lightbox-secNav
{
	display:none;
}

#lightbox-image-details-caption
{
	font-family:'Conv_gesstwomedium_medium';
	font-weight: normal;
	font-size: 12px;
}

#lightbox-container-image-data #lightbox-image-details
{
	float: right;
	line-height: 17px;
    text-align: right;
    width: 100%;
	/*padding-top: 10px;
	padding-bottom: 10px;*/ 
}

#lightbox-image-details-currentNumber, #lightbox-image-details-currentNumber
{
	display:none !important;
}

#lightbox-nav a
{
	background-color: transparent !important;
	width: 74px !important;
	height:74px !important;
	top:225px;
	position:absolute;
}

/*#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
	background-image:url(../images/arrow_next.png) !important;
	margin-right: -37px;
}*/

/*#lightbox-nav-btnPrev
{
	background-image:url(../images/arrow_back.png) !important;
	margin-left: -34px;
}*/

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    background: url("../images/slideControls.png") no-repeat scroll -89px 0 transparent !important;
    margin-right: -100px;
}

#lightbox-nav-btnPrev
{
	background: url("../images/slideControls.png") no-repeat scroll -22px 0 transparent !important;
    margin-left: -72px;
}


/*#lightbox-nav-btnNext:hover
{
    background:url(../images/popupControlsPink.png) no-repeat -79px -3px !important;
}

#lightbox-nav-btnNext.inactive:hover
{
   background:url(../images/arrow_next.png) 0px -82px  no-repeat  !important;
}

#lightbox-nav-btnPrev:hover
{
     background:url(../images/popupControlsPink.png) no-repeat -2px -4px !important;/* -3 -2 //
}

#lightbox-nav-btnPrev.inactive:hover
{
     background:url(../images/arrow_back.png) 0px -82px !important;
}*/







.facebook_like {
    background-image: url("../images/fb_like.png");
    background-repeat: no-repeat;
    height: 21px;
    width: 75px;
	display:block;
	margin-top: 8px;
}

.stylingForHaifaWebsite
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.stylingForHaifaWebsite .stylingOne
{
    background-image: url("../images/topLeftBorder.png");
    background-repeat:no-repeat;
    /*height: 25%;*/height:100%;
    /*left: -20px;*/left:-8px;
    position: absolute;
    /*top: -22px;*/top:-10px;
    /*width: 13%;*/width:100%;
}

.stylingForHaifaWebsite .stylingTwo
{
    background-image: url("../images/topRightBorder.png");
    background-repeat:no-repeat;
    /*height: 140px;*/height:167px;
    position: absolute;
    right: -16px;
    /*top: -22px;*/top:-8px;
    /*width:77px;*/width:79px;
}

.stylingForHaifaWebsite .stylingThree
{
    background-image: url("../images/bottomLeftBorder.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    /*bottom: -40px;*/ bottom:-10px;
    /*height: 6.4%;*/height:100%;
    /*left: -20px;*/left:-9px;
    position: absolute;
    /*width: 13%;*/width:100%;
}

.stylingForHaifaWebsite .stylingFour
{
    background-image: url("../images/bottomRightBorder.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    /*bottom: -39px;*/ bottom:-8px;
    /*height: 6.4%;*/height:100%;
    position: absolute;
    /*right: -20px;*/right:-9px;
    /*width: 7%;*/width:100%;
}



#jquery-lightbox #Close
{
    background: url("../images/slideControls.png") no-repeat ;/*url("../images/closeYellow.png") repeat scroll 0 0 transparent;*/
    cursor: pointer;
    height: 35px;
    right:-22px;/*-17px;*/
    position: absolute;
    top: 7px;/*-21px;*/
    width: 35px;
    z-index: 1;
}

/*#jquery-lightbox #Close:hover
{
    background: url("../images/vidClose.png") repeat scroll 0 -36px transparent;
}*/

.inactive
{
    display:none !important;
}


/* Like Photo */

.likebackground
{
    background: url("../../Content/images/likephoto.png") repeat-x scroll 0 0 transparent;
    /*bottom: 58px;*/
    height: 46px;
    /*left: 299px;*/
    position: absolute;
    width: 655px;
    /*bottom: -59px;*/margin-bottom:-59px;
    left: 0px;
    z-index:100000000;
    *top: 440px;
}

/* end of Like Photo */

/* tweet class*/
 .tweetClass
 {
     position: absolute;
     top: 15px;
     left: 100px;
 }