/*
	style sheet for the zooming image
*/
IMG.JS_gallery_zoomed {
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 6px;
	background: url("../images/sjena_velika.png") no-repeat bottom right;
	cursor: pointer;
}

/*
	style sheet for thumbnails
*/

IMG.JS_gallery_thumbnail {
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 7px;
	width: 65px;
	height: 65px;
	background: url("../images/sjena_mala.png") no-repeat bottom left;
}

*html IMG.JS_gallery_thumbnail {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='include/images/sjena_mala.png');
}

