﻿#container
{
    background: #56a2de url(../images/common/border.gif) bottom left repeat-x;
}
#content 
{
    margin: 0 10px -50px 10px;
	font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.08em;
    height: auto !important;
 
}
#content h1 
{
	font-size: 24px;
	border-bottom: 1px solid #8ec3ed;
	
	text-transform: uppercase;
	font-style: italic;
	margin: 61px 0 38px 0;
}
.prev, .next {
	background-image: url(/images/prev-next.gif);
	text-indent: -9000px;
	overflow: hidden;
}
.prev, .prev a {
	display: block;
	width: 77px;
	height: 18px;
}
.prev {
	background-position: 0px 0px;
}
.next, .next a {
	display: block;
	width: 67px;
	height: 18px;
}
.next {
	position: absolute;
	top: 0px;
	left: 77px;
	background-position: -77px 0px;
}
.jCarouselLite {
	position: relative;
	visibility: hidden;
	left: -5000px;
	height: 460px;
	overflow: hidden;
	/*fix for just three below width: 940px;*/
	width: 900px;
	
}
.jCarouselLite li {
	margin-right: 34px;
}

.jCarouselLite p {
	padding: 8px 5px 10px 0;
	font-size: 12px;
	line-height: 14px;
	height: 20px;
}
.jCarouselLite p span 
{
    text-transform: uppercase;
}

