@media screen and (-webkit-min-device-pixel-ratio:0)  {
   	body {
		direction:ltr;
	}
	#wrapper{
		direction:rtl;
	}
}
