﻿.jqPicMagic {
	display: block;
	position: relative;
	width: 524px;
	height: 330px;
}
.jqPicMagic .num {
	position: absolute;
	z-index: 1003;
	top: 294px;
	right: 12px;
}
.jqPicMagic .num ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.jqPicMagic .num li {
	float: left;
	margin-right: 2px;
	height: 16px;
	width: 17px;
	text-align: center;
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 16px;
	padding-top: 3px;
}
.jqPicMagic .num li.current {
	background-position: -17px 0px;
	color: #FFF;
}
.jqPicMagic .links {
	height: 320px;
	width: 524px;
	overflow: hidden;
	position: relative;
}
.jqPicMagic .links div {
	position: absolute;
}
.jqPicMagic .links a {
	height: 320px;
	width: 524px;
	display: block;
}
.jqPicMagic .links a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.jqPicMagic .shadow {
	position: absolute;
	z-index: 1001;
	left: 0px;
	top: 288px;
	height: 32px;
	width: 512px;
	line-height: 32px;
	background-color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFF;
	filter: Alpha(Opacity=80);
}
.jqPicMagic .title {
	position: absolute;
	z-index: 1002;
	left: 0px;
	top: 288px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFF;
}

.jqPicMagic .summary {
	line-height: 22px;
	text-indent: 2em;
	padding: 4px;
}
.jqPicMagic .summary a {
	color: #F60;
}

