#QE_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#QE_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#QE {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}
 

#QE_close_left{
	background-color: #CCCCCC;
	text-align: left;
 
	font-weight:bold;
}

#QE_close_right{
	background-color: #CCCCCC;
	text-align: left; 
	font-weight:bold;
}
 
 
