body {
	margin: 0;
	padding: 0;
	background: url('../img/bg_bottom.jpg') no-repeat 50% 100% #ACD7E2;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

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

a:hover,
a:active {
	color: #0096FF;
	text-decoration: underline;
}

h1 {
	margin: 1em 0;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin: 0.75em 0;
	color: #6697AF;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 140%;
}

h3 {
	margin: 0.75em 0;
	color: #6697AF;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	margin: 0.75em 0;
	color: #6697AF;
	font-size: 1.2em;
	font-weight: normal;
}

h5 {
	margin: 1em 0;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 1em 0;
}

img {
	border: none;
}

ul, ol, li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

input,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 140%;
}
address {
	margin: 0 0 8px 0;
	font-style: normal;
}

table {
	border: none;
	border-collapse: collapse;
	font-size: 1em;
}

table td,
table th {
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

a embed {
	margin-left: 10px;
}


#header-container {
	background: url('../img/bg_header.gif') repeat-x 0 0 #8CB7C8;
}

#header {
	width: 1000px;
	height: 118px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

#header h1 {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 33px;
	width: 220px;
	height: 22x;
	background: url('../img/logo.gif') no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#header h1 a {
	display: block;
	float: left;
	width: 220px;
	height: 20x;
}


/* Search Form */

#search-form {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 240px;
}

#search-form label {
	display: block;
	float: left;
	width: 21px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: url('../img/icn_search.gif') no-repeat 0 50%;
	text-indent: -999em;
	overflow: hidden;
	font-size: 0;
}

input#search-text {
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	width: 170px;
	height: 17px;
	background: url('../img/bg_search.gif') no-repeat 0 0;
	color: #6697AF;
	border: none;
	font-size: 1em;
}

input#search-submit {
	display: block;
	float: right;
	width: 27px;
	height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background: url('../img/btn_go.gif') no-repeat 0 0;
	border: none;
	font-size: 0;
}


/* Main menu */

ul#main-menu {
	position: absolute;
	left: 0;
	top: 51px;
	height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#main-menu li {
	display: block;
	float: left;
	height: 35px;
	margin: 0;
	padding: 0 0 0 8px;
	background: url('../img/menu_left.gif') no-repeat 0 0;
	text-align: center;
	font-weight: bold;
}
ul#main-menu li.active {
	background: url('../img/menu_left_active.gif') no-repeat 0 0;
}
ul#main-menu li.first {
	padding-left: 12px;
	background: url('../img/menu_left_first.gif') no-repeat 0 0;
}
ul#main-menu li.first.active {
	background: url('../img/menu_left_first_active.gif') no-repeat 0 0;
}
ul#main-menu li a {
	display: block;
	float: left;
	height: 20px;
	padding: 12px 18px 3px 10px;
	background: url('../img/menu_right.gif') no-repeat 100% 0;
	color: #666;
}
ul#main-menu li.active a {
	background-image: url('../img/menu_right_active.gif');
}

ul#main-menu a:hover,
ul#main-menu a:active {
	text-decoration: none;
}

/* Sub - menu */

ul#main-menu ul {
	display: none;
	position: absolute;
	top: 44px;
	left: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#main-menu li.active ul {
	display: block;
}

ul#main-menu ul li {
	display: inline;
	width: auto;
	margin: 0 20px 0 0;
	padding: 0;
	background: none;
	text-align: left;
	font-weight: normal;
}

ul#main-menu li.active ul li {
	background: none;
}

ul#main-menu li.active ul li a {
	background: none;
}

ul#main-menu ul a {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	color: #ACD7E2;
	background: none;
}

ul#main-menu ul li.active a {
	color: #FFFEB4;
	background: none;
}


/* Main block */

#main-container {
	background: url('../img/bg_main.gif') repeat-y top center;
}

#main-top {
	background: url('../img/bg_top.jpg') no-repeat top center;
	position: relative;
}

#teaser {
	width: 960px;
	margin: 0 auto;
	height: 180px;
	position: relative;
	text-align: left;
}

#main {
	width: 980px;
	min-height: 500px;
	margin: 0 auto -5px auto;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
	bottom: -50px;
}


/* Login Form */

#login-form {
	position: absolute;
	top: 115px;
	right: 7px;
	width: 297px;
	height: 67px;
	padding: 5px 10px 5px 85px;
	background: url('../img/bg_login.jpg') no-repeat 0 0;
	color: #fff;
}

#login-form h3 {
	margin: 0 0 2px 0;
	font-size: 0.9em;
	color: #fff;
}

#login-form form {
	margin: 0;
	padding: 0;
}

#login-form div {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}
#login-form div.text,
#login-form div.password {
	width: 129px;
}

#login-form label {
	display: none;
}
#login-form div.text input,
#login-form div.password input {
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	width: 114px;
	height: 17px;
	background: url('../img/bg_login_input.gif') no-repeat 0 0;
	color: #6697AF;
	border: none;
	font-size: 1em;
}

#login-form div.submit input {
	display: block;
	float: right;
	width: 27px;
	height: 27px;
	margin: 0 0 0 6px;
	padding: 0;
	background: url('../img/btn_go2.gif') no-repeat 0 0;
	border: none;
	font-size: 0;
}

#login-form ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}

* html #login-form ul {
	margin-top: -2px;
}

html>body #login-form ul {
	*margin-top: -1px;
}

#login-form li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
}

#login-form form li {
	width: 130px;
	margin: 0;
}

#login-form a {
	color: #FFFEB4;
}

#login-form p {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}


#today {
	position: absolute;
	top: -32px;
	right: 35px;
	width: 300px;
	color: #397491;
	font-size: 0.9em;
	text-align: right;
}


/* Right column */

#right-column {
	float: right;
	width: 277px;
	margin: 5px 5px 20px 0;
}

* html #right-column {
	display: inline;
}

#right-column h3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 130%;
}

#right-column .banners img {
	margin-bottom: 5px;
}


/* Latest Message */

#latest-message {
	width: 242px;
	height: 147px;
	margin: 0 0 10px 0;
	padding: 15px 15px 15px 20px;
	background: url('../img/bg_message.jpg') no-repeat 0 0;
	color: #C5EAF0;
}

#latest-message h2 {
	font-size: 1.2em;
	height: 25px;
	margin: 0;
	color: #fff;
}

#latest-message a {
	color: #FFFEB4;
}

#latest-message ul.links {
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

#latest-message ul.links li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

#latest-message li.download a {
	padding-left: 15px;
	background: url('../img/icn_download.gif') no-repeat 0 50%;
}
#latest-message li.listen a {
	padding-left: 15px;
	background: url('../img/icn_listen.gif') no-repeat 0 50%;
}
#latest-message li.read a {
	padding-left: 15px;
	background: url('../img/icn_read.gif') no-repeat 0 50%;
}

#latest-message blockquote {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	height: 65px;
	background: url('../img/icn_quot.gif') no-repeat 0 3px;
	font-size: 1.1em;
	line-height: 140%;
}

#latest-message blockquote p {
	margin: 0;
}

#latest-message .empty {
	height: 75px;
}

#latest-message .date {
	padding: 0 0 0 15px;
	background: url('../img/icn_calendar.gif') no-repeat 0 2px;
	font-size: 0.8em;
}


/* Calendar */

#calendar {
	margin: 0 10px 10px 10px;
}

#calendar h2 {
	height: 20px;
	margin: 5px 0;
	background: url('../img/hdr_events_calendar.gif') no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#calendar h3 {
	position: relative;
	width: 257px;
	height: 21px;
	margin: 0;
	padding: 10px 0 5px 0;
	background: url('../img/bg_calendar_header.gif') no-repeat 0 0;
	color: #6697AF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#calendar h3 a.prev,
#calendar h3 a.next {
	position: absolute;
	top: 3px;
	width: 29px;
	height: 29px;
	background: no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#calendar h3 .year {
	color: #CBCBCB;
}

#calendar h3 a.prev {
	left: 5px;
	background-image: url('../img/btn_prev.gif');
}

#calendar h3 a.next {
	right: 5px;
	background-image: url('../img/btn_next.gif');
}

#calendar table {
	background-color: #fff;
	width: 247px;
	margin: 10px 5px;
	border-collapse: collapse;
	font-size: 0.9em;
}

#calendar table tr.days td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	color: #888;
	text-align: center;
}

#calendar table tr.dates td {
	padding: 5px;
	color: #666;
	text-align: center;
}

#calendar table tr.dates td.today {
	background: url('../img/bg_today.gif') no-repeat 50% 50%;
	color: #fff;
}
#calendar table tr.dates td.today a {
	color: #fff;
}

#calendar table tr.dates td.event {
	font-weight: bold;
}


#download-magazine {
	width: 208px;
	height: 43px;
	margin: 10px -3px;
	padding: 40px 0 0 75px;
	background: url('../img/bg_download_magazine.jpg') no-repeat 0 0;
	color: #666;
	font-size: 0.9em;
}

#download-newsletter {
	width: 208px;
	height: 43px;
	margin: 10px -3px;
	padding: 40px 0 0 75px;
	background: url('../img/bg_download_newsletter.jpg') no-repeat 0 0;
	color: #666;
	font-size: 0.9em;
}

#subscribe {
	width: 213px;
	height: 43px;
	margin: 10px -3px;
	padding: 40px 0 0 70px;
	background: url('../img/bg_subscribe.jpg') no-repeat 0 0;
	color: #666;
}

#subscribe form {
	margin: 0;
	padding: 0;
}

#subscribe label {
	display: none;
}

#subscribe input.input {
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	width: 155px;
	height: 17px;
	background: url('../img/bg_maillist.gif') no-repeat 0 0;
	color: #fff;
	border: none;
	font-size: 1em;
}

#subscribe input.submit {
	display: block;
	float: left;
	width: 27px;
	height: 27px;
	margin: 0 0 0 1px;
	padding: 0;
	background: url('../img/btn_go3.gif') no-repeat 0 0;
	border: none;
	font-size: 0;
	cursor: pointer;
}



/* Body */

#body {
	float: left;
	width: 677px;
	margin: 5px 0 20px 5px;
	line-height: 150%;
	color: #666;
}

* html #body {
	display: inline;
}

#breadcrumb {
	height: 17px;
	padding: 8px 0 0 0;
	font-size: 0.8em;
	color: #999;
}

#breadcrumb a {
	color: #999;
}

/* News box */

#news-box {
	width: 677px;
	height: 177px;
	background: url('../img/bg_news_box.jpg') no-repeat 0 0;
}


/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	height: 570px;
	text-align: left;
	color: #C4E9F0;
	position: relative;
}

#footer .info-box {
	position: absolute;
	left: 0;
	top: 170px;
	width: 960px;
	height: 154px;
	margin-bottom: 20px;
	padding: 18px 27px;
}
* html #footer .info-box {
}

#bottom {
	position: absolute;
	left: 110px;
	top: 380px;
	width: 850px;
}

#footer .copy {
	float: left;
	margin-right: 40px;
	font-size: 1em;
}

#footer .copy address {
	margin: 1em 0;
	color: #80B5BF;
	font-size: 0.9em;
	font-style: normal;
	line-height: 140%;
}

#footer .menu {
	float: left;
	margin: 0 40px 0 0;
	font-size: 0.9em;
}

#footer .menu h3 {
	margin: 12px 0 5px 0;
	color: #C4E9F0;
	font-size: 1.1em;
	font-weight: bold;
}

#footer .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .menu li {
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	background: url('../img/bullet1.gif') no-repeat 0 50%;
}

#footer .menu a {
	color: #81B6C0;
}



/* Forms */

form {
	margin: 0;
}

fieldset {
	margin: 0.5em 0;
	padding: 0.5em 1em;
	background-color: #fafafa;
	border: 1px solid #ddd;
}

fieldset legend {
	padding: 0 0.5em;
}


.form-error {
	background-color: #fee;
	color: red;
}

.input {
	margin: 0.5em 0;
}

.input label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

fieldset .input label {
	width: 9em;
}

.checkbox label {
	display: inline;
	float: none;
	margin-left: 0.5em;
}

.input .error-message {
	display: inline;
	margin-left: 1em;
	font-size: 0.9em;
	color: #f00;
}

.input.text input,
.input.password input,
.input textarea {
	padding: 0.25em;
	border: 1px solid #ccc;
	font-size: 1em;
}

.input.text input[disabled=disabled] {
	background-color: #eee;
	color: #666;
}

.input.select select {
	font-size: 1em;
	border: 1px solid #ccc;
}

.submit {
	margin-left: 11em;
	padding: 1em 0;
}

fieldset .submit {
	margin-left: 10em;
}

.submit input {
	padding: 0.25em 1em;
	background-color: #888;
	color: #eee;
	border: 1px outset #888;
	font-size: 1em;
	font-weight: bold;
}

.input.required label {
	font-weight: bold;
}

.checkbox {
	margin-left: 11em;
}

.small-form {
	width: 60%;
	margin-left: 20%;
}

/* Tables */

table.list {
	margin: 0;
	border-collapse: collapse;
}

table.list th {
	padding: 5px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

table.list td {
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list tr.altrow td {
	background-color: #f0f0f0;
}

table td.center {
	text-align: center;
}

table td.right {
	text-align: right;
}

/* Definition list */

dl {
	margin: 0 0 0 20px;
	padding: 0;
}

dt {
	clear: left;
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
	font-weight: bold;
	text-align: right;
}

dd {
	float: left;
	width: 500px;
	margin: 0 0 10px 0;
}

#content dd {
	width: 500px;
}


/* Actions list */

.actions ul {
	height: 24px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.actions ul li {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
}

.actions a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 1px 0 1px 20px;
}

table td.actions {
	white-space: nowrap;
}

a.add,
a.view,
a.edit,
a.del,
a.list,
a.upload,
a.up,
a.down {
	margin: 0 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

a.add {
	background-image: url('../img/icons/plus_circle.png');
}
a.view {
	background-image: url('../img/icons/magnifier_left.png');
}
a.edit {
	background-image: url('../img/icons/pencil.png');
}
a.del {
	background-image: url('../img/icons/cross_circle.png');
}
a.list {
	background-image: url('../img/icons/table.png');
}
a.upload {
	background-image: url('../img/icons/document__plus.png');
}
a.up {
	background-image: url('../img/icons/arrow__090.png');
}
a.down {
	background-image: url('../img/icons/arrow__270.png');
}

span.tick {
	display: block;
	height: 16px;
	background: url('../img/icons/tick.png') no-repeat 0 50%;
	text-indent: -999em;
	overflow: hidden;
}
td span.tick {
	display: block;
	height: 16px;
	background: url('../img/icons/tick.png') no-repeat 50% 50%;
	text-indent: -999em;
	overflow: hidden;
}

td a.add,
td a.edit,
td a.del,
td a.up,
td a.down,
div>a.edit,
div>a.del {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
}

/* Paging */

.paging {
	margin: 10px 0;
}

.paging div {
	display: inline;
	margin-right: 10px;
}

.paging a {
	margin: 0 5px;
}

.paging .current {
	margin: 0 5px;
	font-weight: bold;
}

.paging .disabled {
	color: #ccc;
}


.clear {
	clear: both;
}

.more {
	text-align: right;
	font-size: 0.9em;
}

.navigation {
	margin-top: 1em;
}

#flashMessage.error,
#authMessage {
	margin: 1em 0;
	padding: 1em;
	font-size: 1.2em;
	background-color: #fee;
	border: 1px solid #ecc;
	color: #e66;
	font-weight: bold;
	text-align: center;
}


/* Home boxes */

ul.boxes {
	width: 681px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.boxes li {
	display: block;
	float: left;
	width: 201px;
	height: 25px;
	margin: 0 10px 5px 0;
	padding: 6px 8px;
	background: url('../img/box1.gif') no-repeat 0 0;
}

* html ul.boxes li {
	display: inline;
	margin-bottom: 1px;
}

ul.boxes li a {
	display: block;
	height: 17px;
	padding: 4px 0 5px 40px;
	background: url('../img/bullet2.gif') no-repeat 0 0;
	color: #666;
}

ul.boxes li span {
	display: block;
	margin-top: 4px;
	color: #6697AF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.home-boxes {
	width: 690px;
	padding: 10px 0 0 0;
	clear: left;
}

.home-boxes .item {
	float: left;
	width: 217px;
	height: 178px;
	margin: 0 10px 0 0;
	background: url('../img/box2.gif') no-repeat 0 0;
}

.home-boxes h2 {
	height: 25px;
	margin: 0;
	padding: 8px 0 0 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.home-boxes img {
	display: block;
	margin: 0 1px;
}

.home-boxes p {
	height: 44px;
	margin: 10px 10px 0 10px;
	font-size: 0.9em;
	color: #C5EAF0;
	line-height: 120%;
}

.home-boxes a.more {
	display: block;
	height: 16px;
	margin: 0 0 0 40px;
	padding: 0 0 2px 24px;
	background: url('../img/btn_box2.gif') no-repeat 0 0;
	color: #fff;
	text-align: left;
}


/* Gallery */

#gallery-fullimage {
	display: table-cell;
	width: 670px;
	padding: 10px 0;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
}

#gallery-comment-container {
	height: 1em;
	margin: 10px;
}

#gallery-comment {
	text-align: center;
	color: #888;
}

#gallery-loading {
	display: none;
	height: 32px;
	background: url('../img/facebox/loading.gif') no-repeat center center;
}

#gallery-nav {
	position: relative;
	height: 10px;
}

#gallery-nav .prev {
	position: absolute;
	left: 10px;
	top: -100px;
}

#gallery-nav .next {
	position: absolute;
	right: 15px;
	top: -100px;
}

#gallery-nav a {
	display: block;
	font-size: 4em;
	font-weight: bold;
	color: #888;
	line-height: 100%;
}

#gallery-nav a:hover,
#gallery-nav a:active {
	color: #C93482;
	text-decoration: none;
}

#gallery-images {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#gallery-images li {
	float: left;
	width: 100px;
	height: 100px;
	margin: 15px;
	padding: 0;
	background: #fff;
	overflow: hidden;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

#gallery-images li.current {
	border: 10px solid #ddd;
	margin: 5px;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

#gallery-images li img {
	display: block;
	width: 100px;
	width: 100px;
}

.gallery-image {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 20px 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.gallery-image img {
	display: block;
}

.gallery-image.admin {
	float: left;
	width: 100px;
	height: 120px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #eee;
	text-align: center;
}
.gallery-image.admin img {
	display: block;
	margin: 0 0 5px 0;
}


/* Sermons */

table.sermons {
	width: 100%;
}

table.sermons td {
	vertical-align: top;
	padding: 10px 5px 10px 5px;
}

table.sermons td.date {
	font-style: italic;
}

table.sermons td.main h3 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

table.sermons td.main .subtitle {
	font-size: 0.9em;
}

table.sermons td.download {
}

table.sermons tr.altrow td {
	background: #f0f0f0;
}


/* Gallery carousel */

.gallery-carousel {
	float: left;
	width: 647px;
	background: url("../img/bg_gallery_carousel.jpg") no-repeat 0 0;
}

.gallery-carousel .info {
	height: 35px;
	margin: 10px 24px 0 23px;
	font-size: 0.8em;
	overflow: hidden;
}

.gallery-carousel .info .link {
	float: right;
}

.gallery-carousel .info a {
	color: #fff;
}

.gallery-carousel .info h3 {
	height: 20px;
	margin: 0;
	font-size: 1.3em;
	color: #fff;
	overflow: hidden;
}

.gallery-carousel .info p {
	margin: 0;
}

.gallery-carousel .jcarousel-container {
	position: relative;
}

.gallery-carousel .jcarousel-container-horizontal {
	width: 600px;
    height: 80px;
    padding: 10px 24px 12px 24px;
}

.gallery-carousel .jcarousel-clip-horizontal {
	width: 600px;
    height: 80px;
	overflow: hidden;
	position: relative;
}

.gallery-carousel .jcarousel-list {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery-carousel .jcarousel-item {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
	border: 1px solid #B7DBE3;
	overflow: hidden;
}

.gallery-carousel .jcarousel-item img {
}

.gallery-carousel .jcarousel-item-horizontal {
    margin-right: 10px;
}

/**
 *  Horizontal Buttons
 */
.gallery-carousel .jcarousel-next-horizontal {
    position: absolute;
    top: 14px;
    right: -13px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: transparent url("../img/btn_next2.gif") no-repeat 0 0;
}

.gallery-carousel .jcarousel-next-horizontal:hover {
}

.gallery-carousel .jcarousel-next-horizontal:active {
}

.gallery-carousel .jcarousel-next-disabled-horizontal,
.gallery-carousel .jcarousel-next-disabled-horizontal:hover,
.gallery-carousel .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.gallery-carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 14px;
    left: -13px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: transparent url("../img/btn_prev2.gif") no-repeat 0 0;
}

.gallery-carousel .jcarousel-prev-horizontal:hover {
}

.gallery-carousel .jcarousel-prev-horizontal:active {
}

.gallery-carousel .jcarousel-prev-disabled-horizontal,
.gallery-carousel .jcarousel-prev-disabled-horizontal:hover,
.gallery-carousel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

/**
 *  Vertical Buttons
 */
.gallery-carousel .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.gallery-carousel .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.gallery-carousel .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.gallery-carousel .jcarousel-next-disabled-vertical,
.gallery-carousel .jcarousel-next-disabled-vertical:hover,
.gallery-carousel .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.gallery-carousel .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.gallery-carousel .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.gallery-carousel .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.gallery-carousel .jcarousel-prev-disabled-vertical,
.gallery-carousel .jcarousel-prev-disabled-vertical:hover,
.gallery-carousel .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/**
 *  Random Question
 */

.random-question {
	position: absolute;
	width: 250px;
	height: 150px;
	top: 20px;
	right: 40px;
	color: #c4e9f0;
	font-size: 11px;
}

.random-question h3 {
	font-size: 1.4em;
	color: #fff;
	font-size: normal;
	margin: 0;
}

.random-question .author {
	font-size: 9px
}

.random-question a.more {
	margin: 0 0 0 13px;
	padding: 4px 0 4px 24px;
	background: url('../img/btn_random_question_link.gif') no-repeat 0 0;
	color: #fff;
	float: left;
	font-size: 11px;
}

.random-question a.first {
	margin-left: 0;
}

.random-question .inner {
	height: 128px;	
}


/* Misc */

td.body {
	width: 700px;
}

embed.mp3 {
	margin-left: 10px;
	position: relative;
	bottom: -4px;
}

.navigation-arrows {
	float: right;
	margin: 1em 0 0 0.5em;
	font-size: 1.5em;
}

.navigation-arrows a {
	margin-left: 0.5em;
}

.news-date {
	font-style: italic;
}
.news-image {
	float: left;
	margin: 0 20px 10px 0;
}