#galleryv2 {
	width:250px;
	height:150px;
	position: relative;
	overflow: hidden; /* important */
	border:2px solid #cacaca;
}

#galleryv2Content {
    width: 250px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.galleryv2Image {
    float: left;
    position: relative;
	display: none;
}
.galleryv2Image span {
    position: absolute;
	font: 10px/10px Arial, Helvetica, sans-serif;
	/*padding: 10px 13px;*/
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
    /*width: 384px;*/
	width: 950px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

#galleryv2 .clear {
	clear: both;
}

#galleryv2 .top {
	top: 0;
	left: 0;
}

#galleryv2 .bottom {
	bottom: 0;
    left: 0;
}

#galleryv2 .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}

#galleryv2 .right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#galleryv2 ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}