#myTransparentDiv{
	position:absolute;
	top:0;left:0;
	display:none;
	font-size:40px;
	cursor:pointer;
	z-index:900;
}

#myTransparentDiv p{
	position:absolute;
	text-align:center;
	width:100%;
	height:60px;
	color:#fff;
}

#trasparentImage{
	position:absolute;
	left:0;top:0;
	width:100%;
	height:100%;
}

#myLightBox{
	display:none;
	position:absolute;
	background:#fff;
	border:1px solid #000;
	overflow:hidden;
	z-index: 1000;
}

#myLightBoxIco{
	padding:19px 0 0 5px;
	text-align:center;
	width:105px;
}

.lighBoxIco{
	position:relative;
	display:block;
	width:100px;
	border:1px solid #ccc;
	margin:0 0 8px 0;
	cursor:pointer;
}

div.lighBoxIco,div.lighBoxIcoSelected{
	width:50px;
	height:50px;
	margin:0 auto 8px auto;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
}

.lighBoxIcoSelected{
	position:relative;
	display:block;
	width:100px;
	border:1px solid #ff0000;
	margin:0 0 8px 0;
}
#myLightBoxZoom{
	position:absolute;
	top:15px;
	right:5px;
}

#areaTop,#areaDown,#closeButton{
	position:absolute;
	height:14px;
	line-height:12px;
	background:#000;
	cursor:pointer;
	text-align:center;
	color:#fff;
	font-size:10px;
	
}
#areaDown{
	top:0;
	left:0;
	width:112px;
	background:#000 url(red/images/ico_arrow_up.gif) no-repeat center;
}
#areaTop{
	bottom:0;
	left:0;
	width:112px;
	background:#000 url(red/images/ico_arrow_down.gif) no-repeat center;
}
#closeButton{
	top:0;
	right:0;
	width:80px;
	font-weight:bold;
}