#turn_wrapper {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	display:none;
}

#turn_hideme {
	width: 85%;
	height: 85%;
	overflow: hidden;
	display: block;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
}

#turn_object{
	position: relative;
}

#turn_wrapper.right #turn_hideme *,
#turn_wrapper.right #turn_object {
	float: right !important;
}

#turn_wrapper.right #turn_hideme {
	float: right !important;
	right: 0 !important;
	left: auto;
}
#turn_wrapper.right #turn_object {
	right: 0 !important;
	left: auto !important;
}

#turn_wrapper.right {
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	right: 0 !important;
	z-index: 2000;
}

#turn_wrapper.right #turn_object * {
	position: absolute;
	right: 0 !important;
}

#turn_wrapper #turn_object img#turn_fold {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1000;
	right: 0;
	position: absolute;
}

/* the jQuery CSS Framework */
#turn_wrapper .ui-resizable { position: relative;}
#turn_wrapper .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 0; bottom: 0; }
#turn_wrapper .ui-resizable-sw { cursor: sw-resize; width: 12px; height: 12px; left: 0; bottom: 0; }


#turn_wrapper .ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999; 
	display: block;
  border: none !important;
  border-width: 0 !important;
	/* I have NO idea why this works for IE7, but it does. Background none doesn't work. Go figure. */
  background: url(#none) !important; 
  width: 100% !important;
  height: 100% !important;
}


#turn_wrapper .logo_najbolja_ponuda {
display:none;
width: 50px;
height: 46px;
position: relative !important;
top: 8px;
left: -7px;
z-index: 1;
}#turn_wrapper .image_najbolja_ponuda {
display:none;
width: 78px;
height: 50px;
position: relative !important;
top: -14px;
left: -25px;
z-index: 0;
}#turn_wrapper .naslov_najbolja_ponuda {
display:none;
height: 29px;
position: absolute !important;
top: 151px;
font-size: 1.3em;
font-weight: bold;
left: -278px;
text-align: center;
width: 370px;
z-index: 0;
color: #FAFAFA;
text-transform: capitalize;
text-decoration: none;
-webkit-text-stroke: 1px #222;
-moz-text-stroke: 1px #fff;
-ms-text-stroke: 1px #fff;
-o-text-stroke: 1px #fff;
text-shadow: 2px 1px 0 #000000, 3px 3px 3px #00C2FF;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}#turn_wrapper .cijena_proizvoda_najbolja_ponuda {
width: 78px;
height: 29px;
position: absolute !important;
top: 141px;
font-size: 3.2em;
left: -55px;
text-align: center;
z-index: 0;
/* font-family: 'Artifika', serif; */
color: #DDD;
-webkit-text-stroke: 1px #000;
-moz-text-stroke: 1px #000;
-ms-text-stroke: 1px #000;
-o-text-stroke: 1px #000;
text-decoration: none;
-webkit-transform: rotate(-31deg);
-moz-transform: rotate(-31deg);
-ms-transform: rotate(-31deg);
-o-transform: rotate(-31deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
#target{
background:#fff;
display:none;
}