.zoom-in {
	background: url(http://missingremote.com/s/img/48px/zoom-in.png) no-repeat;
	cursor: pointer;
	width: 48px;
	height: 48px;
}

/* jquery tools */
.scrollable {
	position: relative;
	overflow: hidden;
	width: 525px;
	height: 120px;
	border: 1px solid #ccc;
	background: url(http://missingremote.com/s/img/h300.png) repeat-x;
	text-align: center;

}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollable .items div {
	float: left;
	width: 525px;
}

.scrollable img {
	float: left;
	margin: 20px 5px 20px 16px;
 
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	width: 100px;
	height: 75px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.scrollable .active {
	border: 2px solid #000;
	position: relative;
	cursor: default;
}

.scrollable { float: left; }

a.browse {
	background: url(http://missingremote.com/s/img/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 40px 10px;
	cursor: pointer;
	font-size: 1px;
}

a.right { 
	background-position: 0 -30px; 
	clear: right; margin-right: 0px;
}
a.right:hover { background-position: -30px -30px; }
a.right:active { background-position: -60px -30px; } 

a.left { margin-left: 0px; } 
a.left:hover { background-position: -30px 0; }
a.left:active { background-position: -60px 0; }

a.up, a.down { 
	background: url(http://missingremote.com/s/img/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

a.up:hover { background-position: -30px 0; }
a.up:active { background-position: -60px 0; }

a.down { background-position: 0 -30px; }
a.down:hover { background-position: -30px -30px; }
a.down:active { background-position: -60px -30px; } 

a.disabled { visibility: hidden ! important; }

/* begin: navi */

.navi {
	text-align: center;
}

.navi a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/* float: left; */
	width: 8px;
	height: 8px;
	margin: 3px;
	background: url(http://missingremote.com/s/img/navigator.png) 0 0 no-repeat;
	font-size: 1px;
}

.navi a:hover {
	background-position: 0 -8px;
}

.navi a.active {
	background-position: 0 -16px;
}

/* end: navi */

.mr-gallery { 
	margin: 0 auto;
	width: 626px;
}

.mr-gallery-img { 
	width: 522px; 
	margin: 0 0 15px 40px; 
	padding: 15px 0; 
	text-align: center; 
	background-color: #efefef; 
	border: 2px solid #fff; 
	outline: 1px solid #ddd; 
	-moz-ouline-radius: 4px; 
}

.mr-gallery-img {
	position: relative;
}

.mr-gallery-img .zoom-in {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
}

.mr-gallery-img a img, .mr-gallery-img img { 
	cursor: hand; 
	border: 0 none; 
}

.mr-gallery-navi {
	clear: both;
	overflow: hidden;
	padding: 8px 2px;
	width: 522px; 
	margin-left: 40px; 
	text-align: center;
}

.mr-gallery-navi > div {
	text-align: center;
	width: auto; 
}

/* the overlayed element */
.mr-gallery-overlay {
	display: none;
	z-index: 10000;
	background-color: #333;
	padding: 20px;
	min-height: 200px;
	border: 1px solid #666;
	text-align: center;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow : 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.mr-gallery-overlay .close {
	background-image: url(http://missingremote.com/s/img/overlay/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
