body, td, div, a
{
	color : #333333;
	font-size : 11px;
	font-family : "Trebuchet MS",Tahoma,Verdana,Arial;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

input, select, textarea {
    border: 1px outset #6E6E6E;
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial;
	font-weight: bold;
    font-size: 11px;
}

.luckyZoomSmallImageCont {
position: relative;
}

.luckyZoomBigImageCont {
overflow: hidden;
position: absolute;
z-index: 110;
border: 1px solid #000000;
visibility: hidden;
background:#FFFFFF;
/* display: none; */
}

.luckyZoomHeader {
position: relative;
z-index: 10;
left: 0px;
top: 0px;
font: 10px Tahoma, Verdana, Arial, sans-serif;
color:#333333;
background:#ffffff;
padding:3px;
}

.luckyZoomHeader a {
color: #ffffff;
}

.luckyZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}


