/* jssor slider bullet navigator skin 13 css */
        /*
        .jssorb13 div           (normal)
        .jssorb13 div:hover     (normal mouseover)
        .jssorb13 .av           (active)
        .jssorb13 .av:hover     (active mouseover)
        .jssorb13 .dn           (mousedown)
        */
.jssorb13 {
	position: absolute;
}
.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
	position: absolute;
	/* size of bullet elment */
	margin-top: 20px;
	width: 21px;
	height: 21px;
	background: url('../pics/b13.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb13 div {
	background-position: -5px -5px;
}
.jssorb13 div:hover, .jssorb13 .av:hover {
	background-position: -35px -5px;
}
.jssorb13 .av {
	background-position: -65px -5px;
}
.jssorb13 .dn, .jssorb13 .dn:hover {
	background-position: -95px -5px;
}
body {
	font-size: 14px;
	font-family: Verdana, Arial;
	color: #0cdcef;
	background: #000;
}
a {
	color: #9836a1;
	text-decoration: none;
}
a:hover {
	color: #cd40a7;
	text-decoration: none;
}
#title {
	position: relative; margin: 0 auto; top: 20px; left: 0px; width: 600px; 
	font-size: 120%;
	text-align: center ;
	z-index:1; 
}
#info {
	position: relative; margin: 0 auto; top: 50px; left: 0px; width: 600px;
	vertical-align: baseline;
	font-size: 95%;
	text-align: center;
	}
#info a:link {
	color: #9836a1;
	text-decoration: none;
	font-size: 90%;
}
#info a:hover {
	color: #cd40a7;
	text-decoration: none;
	font-size: 90%;
}
