* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	background: #8bd072 url(green.png);
	font-family: geneva, verdana, sans-serif;
	font-size: 82%;
	color: #666;
}

.content {
	width: 650px;
	margin: 0 auto;
}

p {
    margin: 0 0 10px;
    text-align: justify;
}

p.right {
    text-align: right;
}

a:link, a:visited {
    color: #e90;
    text-decoration: none;
}

ul {
	margin: 10px 0 10px 25px;
}

/*=========================================================================== */

#header {
	background: #fff;
}

#header h1 {
	height: 150px;
	background: url(title.jpg) 50% 100% no-repeat;
	margin: 0 auto;
	position: relative;
}

#header h1 a {
	position: absolute;
	bottom: 30px;
	left: 20px;
	display: block;
	height: 70px;
	width: 405px;
	overflow: hidden;
	text-indent: -500em;
}

#header h2 {
	position: absolute;
	top: -500em;
	width: 0;
	height: 0;
	overflow: hidden;
}

#main {
	background: #fff url(grass.png) 50% 100% repeat-x;
	padding: 1px 0 0;
}

#main .content {
	width: 602px;
	padding-bottom: 100px;
	background: url(more_grass.png) 50% 100% no-repeat;
	min-height: 200px;
	_height: 200px;
}

#main h3 {
    font-size: 1.25em;
    margin: 25px 0 15px;
    padding: 0;
    clear: both;
    border-bottom: solid 1px #eee;
}

#footer {
}

/*=========================================================================== */

img.primary {
	border: solid 1px #ccc;
	background: #ccc;
	width: 600px;
	height: 360px;
}

#main ul.others {
	list-style-type: none;
	margin: 0 0 -150px;
	padding: 0;
	overflow: hidden;
	_overflow: auto;
	_height: 320px;
}

body.js_old {
	padding-bottom: 50px;
}

#main ul.others li {
	background: url(shadow_grass.png) no-repeat scroll 50% 100%;
	float: left;
	margin: 20px 0 30px;
	padding: 0 0 23px;
	text-align: center;
	width: 300px;
	height: 227px;
	_position: relative;
	_top: 20px;
}

#main ul.others li a {
	position: relative;
	display: block;
	width: 252px;
	margin: 0 auto;
	_position: relative;
	_top: -20px;
}

#main ul.others li a img {
	border-width: 1px;
	vertical-align: top;
	border-color: #ccc;
}

#main ul.others li a:hover img {
	border-color: #e90;
}

#main ul.others li a span {
	opacity: 0.25;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background: 50% 50% no-repeat;
	_background-image: none !important;
	margin: -30px 0 0 -30px;
	display: block;
}

#main ul.others li.previous a span {
	background-image: url(other_previous.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/default/other_previous.png',sizingMethod='scale');
}

#main ul.others li.next a span {
	background-image: url(other_next.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/default/other_next.png',sizingMethod='scale');
}

#main ul.others li a:hover span {
	_display: block;
	opacity: 1;
}

#slideshow {
	width: 602px;
	height: 362px;
	position: relative;
	overflow: hidden;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 360px;
}

#slideshow .controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #333;
	opacity: 0.75;
	padding: 0;
	text-align: center;
	color: #999;
}

#slideshow .controls .buttons {
	margin: 10px 0 10px;
	height: 24px;
	line-height: 24px;
}

#slideshow .controls .buttons span {
	padding: 6px 12px;
	margin: 0 2px;
	background: 0 0 no-repeat;
	cursor: pointer;
	_cursor: hand;
	_display: inline-block;
}

#slideshow .controls .buttons .previous {
	background-image: url(controls_previous.png);
}

#slideshow .controls .buttons .play {
	background-image: url(controls_play.png);
}

#slideshow .controls .buttons .pause {
	background-image: url(controls_pause.png);
}

#slideshow .controls .buttons .next {
	background-image: url(controls_next.png);
}

#slideshow .controls .timer {
	margin: 0 10px 10px;
	border: solid 1px #555;
	background: #444;
	text-align: left;
}

#slideshow .controls .timer div {
	height: 10px;
	width: 0;
	background: #555;
}
