﻿.gallery {
	margin: 0px 0px 5px; width: 720px; float: left;
}
.btn {
	width: 35px; height: 85px; display: inline; cursor: pointer;
}
.btn_l {
	background: url("imagesbtn-l.jpg") no-repeat center; float: left;
}
.btn_r {
	background: url("imagesbtn-r.jpg") no-repeat center; float: right;
}
.pics {
	width: 650px; height: 85px; overflow: hidden; float: left; position: relative;
}
.roll {
	width: 10000px; position: absolute;
}
.roll li {
	float: left;
}
.pics img {
	margin: 0px 5px; padding: 4px; border: 1px solid rgb(223, 223, 223); width: 110px; height: 75px; cursor: pointer;
}
.overlay {
	background: url("imageswhite.png"); padding: 35px; width: 450px; display: none; position: relative;
}
.overlay img {
	width: 450px; height: 275px;
}
.overlay p {
	left: 35px; width: 435px; height: 30px; bottom: 35px; color: rgb(255, 255, 255); line-height: 30px; padding-left: 15px; position: absolute;
}
.overlay a {
	left: 35px; width: 435px; height: 30px; bottom: 35px; color: rgb(255, 255, 255); line-height: 30px; padding-left: 15px; position: absolute;
}
.overlay p {
	background: rgb(0, 0, 0); opacity: 0.6; -moz-opacity: 0.6;
}
.overlay div.close {
	background: url("imagesclose.png"); top: 5px; width: 35px; height: 35px; right: 5px; position: absolute; cursor: pointer;
}