﻿.gallery {
	position: relative;
	width: 660px;
	background: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
.gallery img {
	/*display: block;*/
	margin: 3px 15px 0px 0px;
	border:1px solid #c0c0c0;
}
.gallery ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.gallery .content {
	width: 660px;
	height: 160px;
	overflow: auto;
	cursor: pointer;
	border-left:1px #aaa solid;
	border-right:1px #aaa solid;
	border-top:1px #aaa solid;
	padding:5px 5px;
	height:185px;
}
.gallery .content ul li {
	float: left;
	width: 200px;
	height: 140px;
	padding-right:9px;
	text-align:center;
}
.gallery .content ul {
	height: 140px;
}
.gallery .content .qqwr {
	width: 3770px;
}

.gallery .content .qqwa {
	width: 840px;
}

.gallery .content .qqev {
	width: 4390px;
}

.gallery a:active, .gallery a:focus {
	outline: 0;
}

.gallery a {
    color:#1780CF;
}