.moduleContentContainer { 
    padding-left: 5px; /*24px; */
    padding-right:5px;
    background: url('/images/bg_basicpage.gif') left bottom no-repeat;
    padding-bottom:100px;
    width: 975px;
    overflow: hidden;
}

H1.moduleTitle{
    padding:45px 0px 0px 20px;
}
H3.moduleTitle{
    padding-bottom:0px;
    padding-top:0px;
    padding-left:22px;
    width:400px;
    float:left;
    font-size:16px;
}

#collections {
    clear:both;
}
.moduleContent .spec{
    float:right;
    padding-right:20px;
    width:400px;
}
.moduleContent .spec A{ float:right;}


.moduleContent .sidemenu{
    margin:30px 0px;
    clear:both;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
}
.moduleContent .sidemenu .title {float:left; padding-right:15px; font-weight:normal;}
.moduleContent .sidemenu A{
    color:#2E2925;
}
.moduleContent .sidemenu A.active,
.moduleContent .sidemenu A:hover{
    color:#fff;
}
.moduleContent .sidemenu SPAN{ padding:0px 5px;}


/* example_3 css */
#sliderHolder {
    position: relative;
}
#collectionSlider {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 955px; /* important */
	height: 375px; /* important */
    margin: 0 10px;
}
.jcarousel-container {
    display: block;
    padding: 0 20px;
}
.jcarousel-clip {
    overflow: hidden;
}

#goLeft, #goRight {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 20px;
    height: 101px;
    background: transparent url('../images/slider-left.png') no-repeat scroll top left;    
}
#goLeft:hover, #goRight:hover {
    opacity: 0.8;
}
#goRight {
    left: auto;
    right: 0;  
    background-image: url('../images/slider-right.png');
}
#collectionItems {
	position: absolute;
	top: 0;
	margin-right: -380px; /* So the rightmost image always displays */
}

#collectionItems li {
	list-style: none;
	margin: 0;
	padding: 0;    
    text-align: left;
}
#collectionSlider ul li {
    display: block;
    float: left;
    background-color: #FFF;
    position: relative;
}

#collectionSlider ul li img {
	display: block;
}
.item-info-holder {
    min-height: 55px;    
    width: 100%;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    background-color: #B8AA97;
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
}
li.active .item-info-holder {
    display: block;
}
.item-info {
    padding: 5px 10px 10px 10px;
}
.item-info strong {
    text-transform: uppercase;
}
.item-info a.moreInfo {
    position: absolute;
    right: 20px;
    bottom: 5px;
    font-weight: bold;
    color: #000;
    font-size: 11px;
}

