.filmstripWrap { 
	position: relative;
	width:100%;
	height:206px;
	margin:25px 0px;
}
.filmstrip {
	position:relative;
    overflow:hidden;
    width: 690px;
    height: 206px;
    margin: 0 auto;
    background: url(/custom/images/wedgallery-bg.png) no-repeat center center;
    z-index: 90;
}
.filmstrip .filmstripItems {
    width:20000em;
    position:absolute;
}
.filmstripItems div {
    float:left;
    width: 620px;
    margin-left:50px;
    margin-top:24px;
}
.filmstripItems div img {
/*	border: 2px solid white;
	box-shadow: 0px 0px 5px #999;*/
	width:180px;
	height:auto;
}
a.browse {
    /*background:url(../images/filmstrip-arrows.png) no-repeat;*/
    display:block;

    margin:0;
    cursor:pointer;
    position: absolute;
    top:20px;
    z-index: 99;
    height:188px;
    width: 40px;
}
a.right { 
	background: url(/custom/images/wed-arrow-next.png) no-repeat;
    background-position: 50% 50%;
    right: 15px;
}
a.right:hover { 
	
}
a.right:active { 
	
}
a.left { 
	background: url(/custom/images/wed-arrow-prev.png) no-repeat;
    background-position: 50% 50%;
    left: 15px;
}
a.left:hover  { 
	 
}
a.left:active { 
	 
}
a.left.disabled {
    background: url(/custom/images/wed-arrow-prev_disabled.png) no-repeat 50% 50%;
    cursor: default;
}
a.right.disabled {
	background-position: -51px 0px;
	cursor: default;
}
a.filmstripFancy {
    height: 130px;
    width: 180px;
    margin: 7px;
    overflow: hidden;
    display: inline-block;
    border: 3px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}