#customizeMe {
    border: 7px solid #623F18;
    float: left;
    height: 500px;
    width: 920px;    
}

#resizeIco {
	display:block;
	float:right;
	position:relative;
	top:36px;
	right:400px;
}

#secCntr {
	width:450px;
	height:500px;
	overflow:hidden;
	border:solid 1px #a6a6a6;
	float:left;
}

#publicMethods li {
	margin-bottom:5px;
	float:none;
}

#publicMethods a {
	font-size: 11px;
	text-decoration: underline;
	color:#fff;
	background: #222;
}

#publicMethods a:hover {
	text-decoration:none;
	color:#222;
	background: #fff;
}

#trdCntr {
	width:894px;
	height:370px;
	overflow:hidden;
	border:solid 1px #232323;
}


#galleryThumbImg {
	width:898px; 
	margin:3px 0;
}

#galleryThumbImg img {
	cursor:pointer;
	border:1px solid #232323;
	margin-right:1px;
}