

.clear {
	clear:both;
}

.push {
	margin-bottom:50px;
}
	
#header {
	width:960px;
	margin:0 auto;
}

#container {
	width:960px;
	margin:0 auto;
}

#left-column {
	float:left;
	width:600px;
}

#right-column {
	float:right;
	width:300px;
}

#footer {
	margin:0 auto;
	width:960px;
}

.thumb-top{
	padding:1px 1px 1px 1px;
	height:82px;
	width:100px;
    background:#ffffff;
	-webkit-transition: -webkit-transform 0.1s ease-in;
	border:1px solid #ececec;
	margin-bottom:0px;
	border-radius: 7px;
	-moz-border-radius: 7px;
		-moz-box-shadow: 2px 2px 3px #767676;
	-webkit-box-shadow: 2px 2px 3px #767676;
     box-shadow: 2px 2px 3px #767676;
	
}

.thumb-bottom{
	padding:0px 0px 0px 0px;
	height:82px;
	width:100px;
	background:#ffffff;
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-webkit-transition: -webkit-transform 0.1s ease-in;
	border:0px solid #ececec;
	margin-bottom:0px;
}

.thumb-top:hover{
	z-index:100;
	position:relative; /* Make the z-index work in Safari */
	-moz-transform:rotate(0deg) scale(1.3);
	-webkit-transform:rotate(0deg) scale(1.3);
}

.thumb-bottom:hover{
	z-index:100;
	position:relative; /* Make the z-index work in Safari */
	-moz-transform:rotate scale(1.2);
	-webkit-transform:rotate scale(1.2);
}

#gallery {
	margin-top:4px;
}