s0th77 / B-Mall modify zoom window

// ==UserScript==
// @name        B-Mall modify zoom window
// @namespace   Goto Top
// @include     http://www.b-mall.ro/*
// @version     1
// @grant       GM_addStyle
// ==/UserScript==


function zoomsy() {
	GM_addStyle ( "                                    		\
		.cloudzoom-zoom {									\
			background: #fff;								\
			margin:0 auto 		!important;						\
			border: 	1px solid #888;							\
			top: 		10px 	!important;						\
			left: 		10px	!important;						\
			width:		99% 	!important;						\
			height:		99%		!important ;					\
			z-index:99 			!important;					\
	}                                               		\
	" );
}

zoomsy();