#gallery-outer {
	border : 1px solid rgb(200, 200, 200);
	overflow : hidden;
	padding-top : 13px;
	padding-left : 20px;
	padding-rigth : 20px;
	padding-bottom : 13px;
}
#gallery-inner {
	position : relative;
	overflow : hidden;
	float : left;
	background-color: rgb(243, 243, 243);
	width : 400px;
	height : 414px;
}
#gallery-outer h3 {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 8px;
}

#gallery-outer .image-caption {
	position : relative;
	float : left;
	margin-top : 3px;
	margin-left : 12px;
	width:165px;
}
#image-wrapper {
	height : 299px;
}
.image-main {
	display : none;
}

#filmstrip-outer {
	position : relative;
	width: 100%;
	height: 84px;
	overflow: hidden;
}

#filmstrip-inner {
	position : relative;
	top : 5px;
	left : 5px;
	height : 76px;
}
#filmstrip-inner div {
	position: relative;
	float: left;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 2px;
	border : none;
}
#filmstrip-inner img{
	display : block;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : none;
}

#filmstrip-inner .image-container-active {
	border-bottom : 4px solid rgb(0, 81, 158);
}

.navigation-button {
	display : block;
}
#navigation-button-back {
	float : left;
}
#navigation-button-next {
	float : right;
}
 
