#thumbs, #thumbs2, #video-thumbs {
    height: 120px;
    background-color: #0096E3;
    clear: both;
    padding-top: 20px;
    width:800px;
}

ul.thumbs {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	clear: none;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 20px;
	list-style: none;
}

ul.thumbs li.video-thumb {
	margin: 0 3px;
}

ul.thumbs div.caption {
	background-color:white;
	color:#0096E3;
	display:block;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	position:relative;
	top:0;
	width:120px;
}

div#gallery {
	padding: 20px;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 400px;
	text-align: left; 
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow a.advance-link {
	display:block;
	height:400px;
	line-height:400px;
	text-align:center;
	width:400px;
}

div.navigation a.pageLink {
	height: 90px;
	line-height: 90px;
	display: block;
	position: relative;
	float: left;
	margin: 0;
	width: 72px;
	background-position:center center;
	background-repeat:no-repeat;
}

.video-switch {
    border-right:1px solid #0096E3;
    border-top:1px solid #0096E3;
    display:block;
    float:left;
    height:20px;
    padding:5px;
    width:50px;
}

.selected {
    background-color: #0096E3;
    color: white !important;
}

div.navigation a.prev {
	background-image: url(prevPageArrowWhite.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrowWhite.gif);
}

#main {
	margin-bottom:  20px;
}

#middleBox {
    height: auto;
}

#content {
    float: left;
    width: 300px;
    text-align: left;
}

#media {
    float: right;
    width: 300px;
}

td {
    vertical-align: top;
}
