/****************************
    - Tooltip Magnifier -
****************************/
.magnifier * {
	overflow:hidden;
}

.magnifier {
	color:#fff;
	background:#333;
	border:1px solid #000;
	position:absolute;
	z-index:8000;
	display:none;
	padding:7px 10px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}

.magnifier .preview-url {
	clear:both;
	margin-top:3px;
	margin-bottom:7px;
	overflow:hidden;
	background-color:#666;
}

.magnifier .landscape {
	width:480px;
	height:240px;
	overflow:hidden;
}

.magnifier .portrait {
	width:240px;
	height:480px;
	overflow:hidden;
}

.magnifier .square {
	width:300px;
	height:300px;
	overflow:hidden;
}

.magnifier .smart {
	overflow:hidden;
	position:relative;
	text-align:center;
}

.magnifier .landscape img {
	width:480px;
	height:auto;
}

.magnifier .portrait img {
	width:auto;
	height:480px;
}

.magnifier .square img {
	width:300px;
	height:auto;
}

.magnifier .smart img {
	display:block;
	margin:0px auto;
}

.magnifier strong {
	display:block;
	clear:both;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
}

.magnifier .info {
	clear:both;
	overflow:hidden;
	color:#696969;
	font-size:11px;
	line-height:16px;
}

.magnifier .meta {
	float:left;
}

.magnifier .author {
	color:#aeaeae;
}

.magnifier .category {
	color:#aeaeae;
}

.magnifier .price {
	float:right;
	font-size:36px;
	line-height:36px;
	font-weight:bold;	
	color:#fff;
}

.magnifier .price sup {
	font-size:22px;
	line-height:22px;
	vertical-align:10px;
}
