@CHARSET "UTF-8";

div#main-column {	
	width: 686px;
	font-size: 11px;
	color: #7f7f7f;
}

div#main-column div.header {
	background: transparent url('/images/layout/bg/main-top.gif') no-repeat;
	height: 47px;
	margin-top: 5px;
}
div#main-column div.header h1 {
	padding: 0px 0px 3px 0px;
	margin: 11px 20px 0px 20px;
	border-bottom: 1px dotted #a4a6a7;
}

div#main-column div.footer {
	background: transparent url('/images/layout/bg/main-bottom.gif') no-repeat;
	height: 36px;
	margin-bottom: 20px;
}

div#main-column div.content {
	border: 1px solid #cacaca;
	border-top: none;
	padding: 20px;
	border-bottom: none;
}

div#main-column div.content div.static-image-list img {
	margin: 3px 0px;
}

div.static-file-list {
	margin-top: 30px;
}
div.static-image-list-photo-container{
	text-align: center;
}
div.static-image-list {
	overflow: hidden;
	float: left;
	margin: 0px 10px;
	width: 560px;	
}

div.static-image-list-scroll-left, div.static-image-list-scroll-right {
	background: transparent url('/images/layout/bg/gallery-arrow-left.gif') no-repeat center center;
	height: 95px;
	float: left;
	width: 24px;
	cursor:pointer;
}
div.static-image-list-scroll-right {
	background-image: url('/images/layout/bg/gallery-arrow-right.gif');
}
