

html, body, .col-xs-3 ,.col-md-4
{
    height:100%;
}


body
{

    margin-bottom: 0px !important;
}

        
#GalleryView
{ 
    position:relative; 
    margin:auto 0px ;
    /*
    padding-left:30px !important;
    padding-right:30px !important;
    */
}


#thumb-tray-container
{
    width:100%;
    height:70px;
    position:fixed;
    z-index:3;
    bottom:10px;
    left:0;
    text-align:center;
    /*background:#000;*/
    /*border-top:1px solid #999;*/
    
    padding-top:0px;
    padding-bottom:0px;
    
     
    direction:ltr !important;        
}

#thumb-tray-DisplayedBox
{
    
    margin: 0px auto
}


#thumb-tray
{
    overflow:hidden;
    text-align:center;
}


.imageDescriptionHidden_Title, .imageDescriptionHidden_Body
{	
    display: none;
}

#thumb-tray.hebDiv
{
    right:0 !important;
    left:auto !important;
    
    direction:rtl !important;
}

ul#thumb-list
{
    display:inline-block;
    position:relative;
    left:0;
    padding:0;
    list-style:none;
    direction:ltr !important;
    text-align:left !important;
}

ul#thumb-list.hebDiv
{
     /*right:0 !important;
    / *left:auto !important;*/
    direction:rtl !important;
    text-align:right !important;
}

ul#thumb-list li.ForImage img
{
    width:auto;;
    height:65px;
}
ul#thumb-list li.ForImage
{
    display:inline;
    width:65px;
    height:65px;
    float:left;
    overflow:hidden;
    margin:0;
    list-style:none;
    background:#fff;

    cursor: pointer;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    direction:ltr !important;
    text-align:center !important;
}

ul#thumb-list li.ForText
{
    display:inline;
    
    float:left;
    
    margin:0;
    list-style:none;
    
    color:#fff;
    margin-left:5px;
    margin-right:5px;
    cursor: pointer;
    
    direction:ltr !important;
    text-align:left !important;
}

ul#thumb-list li.ForText span
{
    color:#fff;
    font-size:14px;
}

ul#thumb-list.hebDiv li
{
    float:right !important;
    margin-right:20px !important;
    margin-left:auto !important;
}


ul#thumb-list img 
{
    cursor: pointer;
}



ul#thumb-list img:hover
{
    opacity:0.6;
    
}


#thumb-prev,#thumb-next{width:40px;height:50px;position:absolute;z-index:5;bottom:15px;}
#thumb-prev{left:0;background:url('img/thumb-back.png') no-repeat center center;}
#thumb-next{left:30px;background:url('img/thumb-forward.png') no-repeat center center;}
#thumb-prev:hover,#thumb-next:hover{cursor:pointer;background-color:rgba(256,256,256,0.1);} 
#thumb-prev:hover{border-right:1px solid rgba(256,256,256,0.2);}
#thumb-next:hover{border-left:1px solid rgba(256,256,256,0.2);}



.rg-image-nav a{
	position:fixed;
	bottom:80px;
	right:250px;
	background:url(img/nav.png) no-repeat -15% 50%;
	width:28px;
	height:100px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:1;
	outline:none;
} 

.rg-image-nav a.heb
{
    right:250px;
}

.rg-image-nav a.eng
{
    left:250px;
}

.rg-image-nav a#image-next.heb{
	
	right:210px;
	background-position:120% 50%;
	
}

.rg-image-nav a#image-next.eng{
	
	left:280px;
	background-position:120% 50%;
	
}
.rg-image-nav a:hover{
	opacity:0.8;
}

#imageWrapper{
    position:relative;
    padding-top:0px;
    padding-bottom:0px;
    //cursor:zoom-in;
    
    
}
#imageWrapper img{
        background-color: #d2ecee;
    padding: 0px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.95);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.95);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.95);
    /*border:1px solid #DDD;
    padding:8px;*/
   /*   cursor: zoom-in; 
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor: url('/Assets/zoomin.cur'), pointer; */


 /*  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);*/

}

#description.description-center 
{
    margin-top: 3px;
    font-size:16px;
    text-align:center;
    max-height:90px;
    overflow-y: auto;
    overflow-x: hidden;
}

#description.description-sideBelowImage 
{
   /* width:300px;*/
    margin:3px auto;
    
    position: fixed;
    bottom:112px;
    min-height:40px;     
    color:#333;
    font-size:13px;
    max-height:90px;
    overflow-y: auto;
    overflow-x: hidden;
}

#description.description-sideImage
{
    position: fixed;
    width: 18%;
    top: 185px;
    overflow-y: auto;
}

#description.description-verticalMenu
{
    width:350px;
    
    font-size:16px;
    max-height:140px;
    overflow-y: auto;
    overflow-x: hidden;
    
    position: absolute;
    bottom: 120px;
    right: 30px;
    
}



.selectedThumb
{
   color:#ffb622 !important;
}

.selectedThumb span
{
   color:#ffb622 !important;
}


.navbar-artcity-subMenu  li>a
{
    font-size:18px;
}

#CollectionPageTitle
{
    position: absolute;
    top:70px;
    float:none;
     
    
}

#CollectionPageTitle h2
{
    color:#000;
    font-size:22px;
}


/*specific site */



@media (max-width: 1190px)
{
    .nav>li 
    {
          padding-right: 1px !important;
         
    }
}

 


@media (max-width: 1320px)
{
    .nav>li 
    {
          padding-right: 10px !important;
    }
}
