

/************************************ 

Item Popup (Basic)

*************************************/


.ysw-item-main-image {
	width:300px;
	float:left;
	margin-bottom:20px;
}

.ysw-image-container {
	width:300px;
	height:225px;
	float:left;
	position:relative;
	margin-bottom: 20px;
}

.ysw-image-container img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
}

.ysw-item-insets {
	width:100%;
	float:left;
	text-align:center;
}

.ysw-item-insets a.swapMainImg {
	cursor:pointer;
}

.ysw-item-insets a {
	border:1px solid #b7b7b7;
	display:inline-block;
	margin-right:5px;
	width:52px;
	height:52px;
	position:relative;
}

.ysw-item-insets a:hover {
	border-color:#00133b;
}

.ysw-item-insets img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	max-width:50px;
	max-height:50px;
}

.click-to-zoom {
	padding-bottom: 20px;
	text-align: center;
}



	