#XTGalOverview img {
    border: 1px solid #DDDDDD;
    padding:2px;
}

#XTGalOverview a {
    display: block;
    text-align:center;
    margin-bottom:8px;
    float:left;
}


#XTGalThickboxdescription {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

#XTGalThickbox{
clear: both;
float: left;
width: 100%;
height:515px;
margin-bottom: 30px;
position:relative;
border: 1px solid #CDCDCD;
}

#XTGalThickbox p{
font-size:10px;
height:65px;
}

#XTGalThickbox h1{
padding: 10px 20px;
margin-bottom:0px;
}

#XTGalThickbox div.imagepane{
position: absolute;
left: 0;
top: 40px;
height:350px;
width: 100%;
text-align: center;
}

#XTGalThickbox div.hidden{
    display: none;
}

#XTGalThickbox div.imagepane img.bigfixed{
    border: 1px solid #DDDDDD;
}

#XTGalThickbox #scrollable img.preview{
    border: 1px solid #DDDDDD;
    padding:2px;
}

div#scrollable div{
white-space: nowrap;
margin-right: -5px;
}

div#scrollablewrapperoverall {
    position: absolute;
    top: 355px;
    left: 0;
    width: 100%;
    text-align: center;
}

div#scrollablewrapper {
    padding: 0 20px;
}

div#scrollable {
	overflow: hidden;
	width:100%;
	height: 100px;
	
}

#XTGalThickbox .scroll-pane {
	float: left;
}

#XTGalThickbox .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#XTGalThickbox .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #cdcdcd;
}

#XTGalThickbox .jScrollIntervalTrack {
	position: absolute;
}

#XTGalThickbox .jScrollPaneDrag {
	position: absolute;
	background: #999999;
	cursor: pointer;
	overflow: hidden;
}
#XTGalThickbox .jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#XTGalThickbox .jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
