	/**********Css reset**********/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
ol, ul  {
  list-style: none;
}
img  {
  border: 0;
}
	/**********qSlider**********/
.qCaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
	.qTransparency {
		height: 25px;
		background: black;
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
	}
	.qReferent {
		position: absolute;
		right: 3px;
		bottom: 4px;	
	}
	.qReferent a {
		display:block;
		float: left;
		width: 15px;
		height: 15px;
		margin-left: 4px;
		border: 1px solid #7f7f7f;
		color:#978181;
		font: normal normal 12px/14px Verdana,Arial;
		text-decoration: none;
		text-align: center;
		cursor:pointer;
		hide-focus: expression( this.hideFocus=true );
		outline: none;
	}
	.qReferent .current {
		font-weight: bold;
		color: #b3b3b3;
	}
	.qCaption h4 {
		position: absolute;
		left: 5px;
		bottom: 3px;
		color: #c4d4f2;
		font-size: 14px;
	}