﻿/*Gallery*/
 .gallery-container{
   width:528px;
   height:207px;
   position:relative;
   background:#7135a5 url(/images/branding/gallery-pink-bg.png) no-repeat 0 0;
   margin:-18px -18px 10px;
	}
    .banner-gallery{
    	width:528px;
    	height:207px;
   		position:relative;
    	overflow:hidden;
    	}
.gallery{
	position:relative;
	overflow:hidden;
	height:241px;
	width:311px;
	float:right;
	}
	.tabs .gallery {
		width: 147px;
		height: 147px;		
		margin: 0 0 20px 20px;
		float: right;
		}		
		.gallery-mask{
           width:528px;
           height:207px;
           position:absolute;
           top:0;
           left:0;
           background:transparent url(/images/gallery-mask.png) no-repeat 0 0;
        }

   .next, .prev{
     position:absolute;
     display:block;
     width:27px;
     height:27px;
     top:80px;
     cursor:pointer;
   }
    .next{
      background:transparent url(/images/blocks/gallery-next.png) no-repeat 0 0;
      right:14px;
    }
     .prev{
      background:transparent url(/images/blocks/gallery-prev.png) no-repeat 0 0;
      right:210px;
    }
    .next.disabled, .prev.disabled{display:none;}
       .items{
           list-style-type:none;
           width:20000em;
           height:205px;
           position:absolute;
           margin:0;
           padding:0;
       	}
		.items li{width: 245px;
			float:left;
			height:205px;
			}
			.tab-panels .items{height:147px;}
			.tab-panels .items li{width:147px;
				height:147px;}								                    
			.full-gallery-container .items li {width: 528px;}
         .items img{float:right;}
   .page-description{
     height:157px;
     color:#fff;
     float:left;
     overflow:hidden;
     font-weight:bold;
     font-family:Arial;
     width:260px;
     padding:13px 10px 0 21px;
   }
                      .page-description p{
                        font-size:12px;
                        margin:0;
                      }

                      .page-description h1{
                        font-size:24px;
                        line-height:1;
                        display:block;
                        color:#fff;
                      }

.banner-gallery{height:205px;
                position:relative;
                width:245px;
                overflow:hidden;
                float:right;}
                .banner-gallery .cont-v {
                	padding:15px 0 0;
                }
                .banner-gallery img{float:right;}	 
                .full-gallery-container .banner-gallery img{float:left;}
                
                               .bgallery{
                                         height:205px;
                                         width:245px;} 
								.bgallery ul,
								.gallery ul,
								.banner-gallery ul {
									padding: 0;
									margin: 0;									
									}
									.bgallery ul li,
									.gallery ul li,
									.banner-gallery ul li {
										background: none;
										padding: 0;
										margin: 0;
										}
                                         
                                         
                                         
  .full-gallery-container{ width:528px;
                           height:207px;
                           position:relative;
                           background-color:#cab06b;
                           margin:-18px -18px 0;}
                           
                .full-gallery-container  .banner-gallery{
                                                          width:528px;
                                                          height:207px;
                                                          position:relative;
                                                          overflow:hidden;
                                                        }         
  
                              .full-gallery-container .gallery-mask,
                              .cont-sm-v .gallery-mask{ background:transparent url(/images/gallery-mask-full.png) no-repeat 0 0;}
                                                                
                                                                .full-gallery-container .full-gallery{position:relative;}
                                                                
                                                                .full-gallery-container .next {right:10px;}
                                                                .full-gallery-container .prev {left:10px;}





















                                                                
