div#subColumnLeft
{
    width: 350px!Important;
    //margin-right: 10px;
    //float: left;
}



.GallerySlider {
	width: 295px;
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	z-index: 4000;
	position: relative;
	
}
.Gallery {
    clear: both;
    //margin-top: 5px;
    //margin-bottom: 20px;
}
.Gallery .BigImage {
	border: solid 1px #999999;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 350px;
	height: 250px;
}
.Gallery .BigImageWrapper {
    border: solid 1px #ccc;
    width: 350px;
    height: 250px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}
.Images {
	position: relative;
	left: 0px;
	background: #ffffff;
 //   height: 75px;
    width: auto;
    white-space: nowrap;
    overflow: visible;
    display: inline-block;
}
.Images img{

    position: absolute;
    top: 0px;
    width: 65px;
    margin-left: 3px;
}
.Images div
{
    display: block;
    float: left;
    margin-right: 3px;
}
.Gallery a.MoverLeft {
    float: left;
    margin: 5px 7px;
    width: 11px;
    height: 40px;
    text-indent: 400em;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url('images/arrow_left.gif');
}
.Gallery a.MoverLeft:hover {
    background-position: -11px 0px;
}
.Gallery a.MoverRight {
    float: left;
    width: 11px;
    height: 40px;
    text-indent: 400em;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url('images/arrow_right.gif');
    margin-left: 10px; margin-right:7px; margin-top:5px; margin-bottom:5px
}
.Gallery a.MoverRight:hover {
    background-position: -11px 0px;
}