/*-----------------------------------------------------------------------------
	Website gallery
-----------------------------------------------------------------------------*/
.banner-gallery {
	height:220px !important;
	}

h1.gallery {
	padding:8px 7px;
	width: 230px;
	text-align: center;	
	}

.website-gallery {
	overflow-x: auto;
	overflow-y: hidden;
	height:217px;
	position:relative;
	border-top: 1px solid #efefef;
	margin-bottom:100px;	
	}
.line {
	border-top: 1px solid #efefef;
	position: absolute;
	width: 100%;	
	top: 240px;
	}	
.category-images {
	min-height:152px;
	background:#2B3131;
	float: left;
	width: 960px;
	position: relative;
	}

.containerclass {	
	width:239px;
	height:200px;
	overflow-y: auto;
	overflow-x: hidden;
	position:absolute;
	top:0;
	border-right: 1px solid #EFEFEF;
    }
    ul.listclass {
    	list-style-type:none;
    	padding:0;    	
    	}
    	ul.listclass li { list-style: none;}
		ul.listclass li a,
		ul.listclass li a:visited {
			display:block;
    		background: transparent url(/images/branding/gallery/listclass-bg.gif) no-repeat right;
    		padding: 0 7px;
    		color:#505151;
    		text-transform:uppercase;
    		}    
		ul.listclass li.selectedcategory a,
		ul.listclass li.selectedcategory a:visited,
		ul.listclass li a:hover {
			background: #fe0000 url(/images/branding/gallery/selectedcategory-bg.gif) no-repeat right;
			color:#fff;
			text-decoration:none;				
			}
		ul.listclass li.empty a:link,
		ul.listclass li.empty a:visited {
    		background: none;
    		color:#505151;
    		}
		ul.listclass li.empty a:hover,
		ul.listclass li.selectedcategory.empty a {
			background: #fe0000;
			color:#fff;
			}
    
