.MagicZoom img {
	border: none !important;
	/*
	padding:1px;
	border: 1px solid #727272;
	*/
	z-index:5;	
}

/* Style of zoomed window */
.MagicZoomBigImageCont {
	/*
	padding:1px;
	border: 1px solid #727272;	
	*/
	z-index:6;
	
}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
	font-size: 8pt !important;
	line-height: normal !important;
	color: #fff;
	background: #666;
	text-align: center !important;
}

/* Style of small square under mouse */
.MagicZoomPup {
	border: 1px solid #aaa;
	background: #fff;
	cursor: move;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
	border: 1px solid #ccc;
	background: #fff url(../images/ajax-loader.gif) no-repeat 2px 50%;
	padding: 4px 4px 4px 24px !important;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
	color: #444;
}

.MagicImage {
	float:left;
	width:350px; 
	height:446px;
	/*
	padding:1px;
	border: 1px solid #727272;
	*/
	z-index:4;	
}

.MagicList {
	clear:both;
	background-image:url(../images/alpha-50.png);
	float:left;
	padding:8px 0px 5px 8px;
	margin-top:20px;
}

.MagicList a {
	padding-right:7px;
}

#showList {
	color:#CCC;
	float:left;
	margin-top:10px;
	padding:0;
}
