text
stringlengths
1
1.04M
language
stringclasses
25 values
Hollywood star Leonardo DiCaprio might essay the role of religious cult leader Jim Jones in an upcoming feature written by Scott Rosenberg. Known as the leader of the Peoples Temple religious group, Jones was behind the November 1978 mass suicide at his Jonestown settlement that took more than 900 lives. Jones and his inner circle orchestrated the massacre at the jungle commune in Guyana, with the followers directed to drink cyanide-adulterated punch, reported Variety. The upcoming project will be presented by MGM. DiCaprio might produce it alongside Jennifer Davisson through their Appian Way banner. Meanwhile, DiCaprio will next be seen opposite Jennifer Lawrence in Adam McKay's 'Don't Look Up' for Netflix and in Scorsese's 'Killers of the Flower Moon' for Apple Originals Films. READ ALSO:
english
(/) The new aid package for Ukraine announced by the US military on February 24 is packed with drones and loitering munitions. Valued at approximately $2 billion in total, the package is part of the Ukraine Security Assistance Initiative (USAI). According to experts, some of the drones part of the US aid package represents a significant leap in terms of range and endurance over the drone currently used by Ukraine. Watch the video to find out more about drones.
english
import { SQLiteClientOptions } from "../deps.ts"; // In case of PostgreSQL or MySQL // const { // DB_HOST = "localhost", // DB_PORT = "5432", // DB_PASSWORD, // DB_USER = "postgres", // DB_NAME = "postgres", // } = Deno.env.toObject(); // Undefined as we will use in memory db by default export const connectionOptions: SQLiteClientOptions = undefined;
typescript
<reponame>Atomic-Reactor/re-carousel module.exports = { header: { name: 'Reactium', title: 'Style Guide', logo: '/assets/images/atomic-reactor-logo.svg', version: '2.1.2', }, overview: require('appdir/toolkit/overview').default, themes: [ { name: 'Default', css: '/assets/style/style.css', selected: true, }, { name: 'Theme 1', css: '/assets/style/theme-1.css', }, { name: 'Theme 2', css: '/assets/style/theme-2.css', }, { name: 'Protanopia Accessible', css: '/assets/style/protanopia.css', }, { name: 'Deuteranopia Accessible', css: '/assets/style/deuteranopia.css', }, { name: 'Deuteranomaly Accessible', css: '/assets/style/deuteranomaly.css', }, { name: 'Tritanopia Accessible', css: '/assets/style/tritanopia.css', }, { name: 'Tritanomaly Accessible', css: '/assets/style/tritanomaly.css', }, { name: 'Achromatopsia Accessible', css: '/assets/style/achromatopsia.css', }, { name: 'Achromatomaly Accessible', css: '/assets/style/achromatomaly.css', }, { name: 'Chromatomaly Accessible', css: '/assets/style/achromatomaly.css', }, ], sidebar: { closed: false, position: 'left', }, toolbar: { buttons: [ { icon: 'Dna', name: 'filter-all', label: 'All Elements', }, { icon: 'Atom', name: 'filter-atom', label: 'Atoms', }, { icon: 'Molecule', name: 'filter-molecule', label: 'Molecules', }, { icon: 'Organism', name: 'filter-organism', label: 'Organisms', }, { icon: 'Catalyst', name: 'filter-catalyst', label: 'Catalyst', }, { icon: 'Page', name: 'filter-page', label: 'Pages', }, { icon: 'Template', name: 'filter-template', label: 'Templates', }, { name: 'spacer', }, { icon: 'Settings', name: 'toggle-settings', cls: 'toggle', }, ], }, menu: {}, };
javascript
.nav{ height:54px; background: #333; } .nav-version,.main-version{ width:1142px; margin:0 auto; } .nav-version{ height:54px; } .nav-version a{ display: block; float: left; } .nav-option{ position: relative; min-width: 110px; height:54px; text-align: center; line-height: 54px; color: #fff; font-size: 16px; overflow: hidden; } .logo{ margin-right: 20px; } .nav-option span{ position: absolute; top:0; left:0; z-index: 2; width: 100%; text-align: center; line-height: 54px; } .nav-option i{ display: block; width:100%; height:54px; background: #222; position: absolute; top:54px; left:0; z-index: 0 } .nav-version a.current{ background: #222; }
css
<reponame>biowdl/VEP-annotation { "pipeline.sampleConfigFile": "tests/samplesheets/samples.example.yml", "pipeline.dockerImagesFile": "dockerImages.yml" }
json
<gh_stars>1-10 import chalk from 'chalk'; import { PluginPackage } from '@restlessness/core'; export default async argv => { if (argv._.length > 2) { console.log(chalk.red('Unexpected number of arguments')); process.exit(1); } else if (argv._.length < 2) { console.log(chalk.red('Expected plugin package name')); process.exit(1); } else { let pluginPackage: PluginPackage; try { pluginPackage = PluginPackage.load(argv._[1]); } catch { console.log(chalk.red('The specified Plugin package does not exist')); process.exit(1); } await pluginPackage.postInstall(); } process.exit(0); };
typescript
<filename>package.json { "name": "react-native-google-analytics-bridge", "version": "5.6.1", "description": "React Native bridge for using native Google Analytics libraries on iOS and Android", "main": "./index.js", "types": "types/index.d.ts", "scripts": { "test": "npm run dtslint", "dtslint": "dtslint types" }, "repository": { "type": "git", "url": "git+https://github.com/idehub/react-native-google-analytics-bridge.git" }, "author": "<NAME>", "license": "MIT", "bugs": { "url": "https://github.com/idehub/react-native-google-analytics-bridge/issues" }, "homepage": "https://github.com/idehub/react-native-google-analytics-bridge#readme", "keywords": [ "react", "native", "google", "analytics", "tracking", "native", "bridge", "events", "screen", "hits", "react-native", "ios", "android" ], "rnpm": { "ios": { "sharedLibraries": [ "CoreData.framework", "SystemConfiguration.framework", "libz.tbd", "libsqlite3.0.tbd" ] } }, "devDependencies": { "dtslint": "^0.2.0" } }
json
<gh_stars>0 { "name":"isDebugMode", "type":"function", "syntax":"isDebugMode()", "returns":"boolean", "related":[], "description":" Determines whether debugging output is enabled.", "params": [ ], "engines": { "coldfusion": {"minimum_version":"", "notes":"", "docs":"https://learn.adobe.com/wiki/display/coldfusionen/isdebugmode"}, "railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/isdebugmode"}, "openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/isdebugmode"} }, "links": [ ] }
json
<gh_stars>0 <div class="container"> <div class="row"> <h2 class="text-center"></h2> <p class="bajada text-center text-width">Revisa los candidatos a alcalde, a nivel nacional, que más compromisos han asumido con las propuestas ciudadanas en NuestraElección.</p> </div> </div> <div class="carousel-reviews broun-block"> <div class="container"> <div class="row"> <div id="carousel-candidatos" class="carousel slide" data-ride="carousel"> <div class="carousel-inner"> <div class="item active"> <div class="col-md-4 col-sm-6"> <div class="block-text rel zmin"> <a title="" href="#">Hercules</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Never before has there been a good film portrayal of ancient Greece's favourite myth. So why would Hollywood start now? This latest attempt at bringing the son of Zeus to the big screen is brought to us by X-Men: The last Stand director <NAME>. If the name of the director wasn't enough to dissuade ...</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <a title="" href="#">Anna</a> <i>from Glasgow, Scotland</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">The Purge: Anarchy</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star-empty"></span><span data-value="3" class="glyphicon glyphicon-star-empty"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>The 2013 movie "The Purge" left a bad taste in all of our mouths as nothing more than a pseudo-slasher with a hamfisted plot, poor pacing, and a desperate attempt at "horror." Upon seeing the first trailer for "The Purge: Anarchy," my first and most immediate thought was "we really don't need another one of these." </p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <a title="" href="#"><NAME></a> <i>United States</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-sm hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Planes: Fire & Rescue</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star"></span><span data-value="5" class="glyphicon glyphicon-star"></span> </span></div> <p>What a funny and entertaining film! I did not know what to expect, this is the fourth film in this vehicle's universe with the two Cars movies and then the first Planes movie. I was wondering if maybe Disney pushed it a little bit. However, Planes: Fire and Rescue is an entertaining film that is a fantastic sequel in this magical franchise. </p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <a title="" href="#">Rannynm</a> <i>Indonesia</i> </div> </div> </div> <div class="item"> <div class="col-md-4 col-sm-6"> <div class="block-text rel zmin"> <a title="" href="#">Hercules02</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Never before has there been a good film portrayal of ancient Greece's favourite myth. So why would Hollywood start now? This latest attempt at bringing the son of Zeus to the big screen is brought to us by X-Men: The last Stand director <NAME>. If the name of the director wasn't enough to dissuade ...</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img alt="" src="http://myinstantcms.ru/images/img13.png"> <a title="" href="#">Anna</a> <i>from Glasgow, Scotland</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">The Purge: Anarchy</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star-empty"></span><span data-value="3" class="glyphicon glyphicon-star-empty"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>The 2013 movie "The Purge" left a bad taste in all of our mouths as nothing more than a pseudo-slasher with a hamfisted plot, poor pacing, and a desperate attempt at "horror." Upon seeing the first trailer for "The Purge: Anarchy," my first and most immediate thought was "we really don't need another one of these." </p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img alt="" src="http://myinstantcms.ru/images/img14.png"> <a title="" href="#">Ella Mentree</a> <i>United States</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-sm hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Planes: Fire & Rescue</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star"></span><span data-value="5" class="glyphicon glyphicon-star"></span> </span></div> <p>What a funny and entertaining film! I did not know what to expect, this is the fourth film in this vehicle's universe with the two Cars movies and then the first Planes movie. I was wondering if maybe Disney pushed it a little bit. However, Planes: Fire and Rescue is an entertaining film that is a fantastic sequel in this magical franchise. </p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img alt="" src="http://myinstantcms.ru/images/img15.png"> <a title="" href="#">Rannynm</a> <i>Indonesia</i> </div> </div> </div> <div class="item"> <div class="col-md-4 col-sm-6"> <div class="block-text rel zmin"> <a title="" href="#">Hercules03</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Never before has there been a good film portrayal of ancient Greece's favourite myth. So why would Hollywood start now? This latest attempt at bringing the son of Zeus to the big screen is brought to us by X-Men: The last Stand director <NAME>. If the name of the director wasn't enough to dissuade ...</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img alt="" src="http://myinstantcms.ru/images/img13.png"> <a title="" href="#">Anna</a> <i>from Glasgow, Scotland</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">The Purge: Anarchy</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star-empty"></span><span data-value="3" class="glyphicon glyphicon-star-empty"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>The 2013 movie "The Purge" left a bad taste in all of our mouths as nothing more than a pseudo-slasher with a hamfisted plot, poor pacing, and a desperate attempt at "horror." Upon seeing the first trailer for "The Purge: Anarchy," my first and most immediate thought was "we really don't need another one of these." </p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img alt="" src="http://myinstantcms.ru/images/img14.png"> <a title="" href="#"><NAME></a> <i>United States</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-sm hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Planes: Fire & Rescue</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star"></span><span data-value="5" class="glyphicon glyphicon-star"></span> </span></div> <p>What a funny and entertaining film! I did not know what to expect, this is the fourth film in this vehicle's universe with the two Cars movies and then the first Planes movie. I was wondering if maybe Disney pushed it a little bit. However, Planes: Fire and Rescue is an entertaining film that is a fantastic sequel in this magical franchise. </p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img alt="" src="http://myinstantcms.ru/images/img15.png"> <a title="" href="#">Rannynm</a> <i>Indonesia</i> </div> </div> </div> </div> <a class="left carousel-control" href="#carousel-candidatos" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" href="#carousel-candidatos" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a> </div> </div> </div> </div>
html
package dk.cosby.andelsprojekt.model; import java.util.regex.Pattern; /** * Denne klasse indeholder al brugerinformation samt en constructor til at oprette brugere. * * @version 1.0 * @author Cosby */ public class User implements EmailAndPasswordVerification { private static final String TAG = "User"; private String user_id; private String name; private String lastname; private String emailAddress; //no-arg constructor public User() { name = ""; lastname = ""; emailAddress = ""; } //Constructor (brugt under udvikling) public User(String emailAddress) { this.emailAddress = emailAddress; } /** // * Bruger en regular expression til at finde ud af om en email overholder den // * normale opbygning for en email. // * // * @param email email der skal tjekkes // * @return true hvis emailen overholder RFC-5322 // */ @Override public boolean isEmailValid(String email) { return Pattern.matches("(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])", email); } /** // * Bruger en regular expression til at finde ud af om et password overholder følgene regler: // * 1. passwordet er mindst 8 karakterer langt // * 2. passwordet indeholder mindst 1 stort bogstav // * 3. passwordet indeholder mindst 1 lille bogstav // * 4. passwordet indeholder mindst 1 tal/tegn // * // * @param password password der <PASSWORD> // * @return true hvis passwordet overholder ovenstående regler // */ @Override public boolean isPasswordValid(String password) { return Pattern.matches("(?-i)(?=^.{8,}$)((?!.*\\s)(?=.*[A-Z])(?=.*[a-z]))((?=(.*\\d){1,})|(?=(.*\\W){1,}))^.*$", password); } /////////////////////////////// getters and setters //////////////////////////////////// public String getUser_id() { return user_id; } public void setUser_id(String user_id) { this.user_id = user_id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getLastname() { return lastname; } public void setLastname(String lastname) { this.lastname = lastname; } public String getEmailAddress() { return emailAddress; } public void setEmailAddress(String emailAddress) { this.emailAddress = emailAddress; } }
java
from faunadb import query as q from shop.fauna.client import FaunaClient def get_orders(secret, after=None, before=None, size=5): client = FaunaClient(secret=secret) return client.query( q.map_( lambda ref: q.get(ref), q.paginate(q.documents(q.collection('orders')), size=size, after=after, before=before) ) ) def find_order(secret, order_ref): client = FaunaClient(secret=secret) return client.query( q.let( { "order": q.get(q.ref(q.collection("orders"), order_ref)), "status_history": q.call("get_order_status_history", q.select(["ref"], q.var("order"))) }, { "ref": q.select(["ref"], q.var("order")), "data": q.merge(q.select(["data"], q.var("order")), {"status_history": q.var("status_history")}) } ) ) def update_status(secret, order_ref, status): client = FaunaClient(secret=secret) return client.query( q.update( q.ref(q.collection('orders'), order_ref), {"data": { "status": status, "statusAt": q.now() }} ) )
python
<reponame>bairw660606/PPDM import torch import torch.nn as nn class GraphConv1d(nn.Module): """Conducting reasoning on graph data""" def __init__(self, nodes, channels): super(GraphConv1d, self).__init__() self.node_conv = nn.Sequential( nn.Conv1d(nodes, nodes, kernel_size=1), nn.BatchNorm1d(nodes), nn.ReLU(inplace=True) ) self.feat_conv = nn.Sequential( nn.Conv1d(channels, channels, kernel_size=1), nn.BatchNorm1d(channels), nn.ReLU(inplace=True) ) def forward(self, x): identity = x # [N, channel_feature, channel_node] out = torch.transpose(x, 1, 2) # [N, channel_node, channel_feature] out = self.node_conv(out) # [N, channel_node, channel_feature] out = torch.transpose(out, 1, 2) # [N, channel_feature, channel_node] # In yunpeng's implementation, it's element-wise sum # While in his paper, it's element-wise subtract out = out + identity out = self.feat_conv(out) # [N, channel_feature, channel_node] return out class GloRe(nn.Module): """Global Reasoning Unit""" def __init__(self, channel_in, channel_reduced, channel_node): super(GloRe, self).__init__() # reduce dim self.phy = nn.Sequential(nn.Conv2d(channel_in, channel_reduced, 1), nn.BatchNorm2d(channel_reduced), nn.ReLU(inplace=True)) # projection Matrix self.theta = nn.Sequential(nn.Conv2d(channel_in, channel_node, 1), nn.BatchNorm2d(channel_node), nn.ReLU(inplace=True)) # extend dim self.extend = nn.Sequential(nn.Conv2d(channel_reduced, channel_in, 1), nn.BatchNorm2d(channel_in)) # global reasoning self.reasoning = GraphConv1d(channel_node, channel_reduced) self.relu = nn.ReLU(inplace=True) def forward(self, x): identity = x # [batch, channel_in, H, W] height, width = x.size(2), x.size(3) # reduce dim reduced_x = self.phy(x) # [batch, channel_reduced, H, W] reduced_x = reduced_x.view(reduced_x.size(0), reduced_x.size(1), -1) # [batch, channel_reduced, H * W] # projection matrix B = self.theta(x) # [batch, channel_node, H, W] B = B.view(B.size(0), B.size(1), -1) # [batch, channel_node, H * W] B = torch.transpose(B, 1, 2) # [batch, H * W, channel_node] # grid to graph data # channel_node in dim 1 V = torch.bmm(reduced_x, B) # [batch, channel_reduced, channel_node] # graph reasoning V = self.reasoning(V) # [batch, channel_reduced, channel_node] # graph to grid data B = torch.transpose(B, 1, 2) # [batch, channel_node, H * W] V = torch.bmm(V, B) # [batch, channel_reduced, H * W] V = V.view(V.size(0), V.size(1), height, width) # [batch, channel_reduced, H, W] # extend dim V = self.extend(V) # [batch, channel_in, H, W] V += identity # [batch, channel_in, H, W] V = self.relu(V) return V
python
<gh_stars>0 {"_id":"55ee5e44cd7447934d630e1a","index":1350,"guid":"e94cf4eb-01ed-47d8-9226-54c199fa85ce","isActive":true,"balance":"$57,938.57","picture":"http://placehold.it/32x32","age":63,"eyeColor":"blue","name":"<NAME>","gender":"female","company":"CINASTER","email":"<EMAIL>","phone":"+1 (993) 512-2312","address":"854 Dwight Street, Rew, Arkansas, 5217","about":"Sunt reprehenderit velit consequat labore mollit sunt qui est aute. Esse deserunt ipsum sunt mollit cupidatat deserunt non velit. Aliquip cillum excepteur esse occaecat excepteur quis id sint mollit commodo aliquip sunt magna proident. Ut nostrud culpa qui aliquip elit laborum in laborum duis enim ex occaecat. Ut ullamco officia sunt nulla qui sint cupidatat deserunt dolore. Ut minim deserunt deserunt consequat laborum nisi sint adipisicing proident est.\r\n","registered":"2014-02-26T02:19:51 -07:00","tags":["do","ipsum","et","mollit","esse","sint","eiusmod"],"friends":[{"id":0,"name":"<NAME>"},{"id":1,"name":"<NAME>"},{"id":2,"name":"<NAME>"}],"greeting":"Hello, <NAME>! You have 10 unread messages.","favoriteFruit":"strawberry","location":{"latitude":81.670491,"longitude":35.48545},"docFormat":"json","triples":[{"triple":{"subject":"/sample-data/data-1350.json","predicate":"http://www.w3.org/2000/01/rdf-schema#label","object":"Gay Zamora"}},{"triple":{"subject":"/sample-data/data-1350.json","predicate":"http://www.w3.org/1999/02/22-rdf-syntax-ns#type","object":"http://xmlns.com/foaf/0.1/Person"}},{"triple":{"subject":"/sample-data/data-1350.json","predicate":"http://xmlns.com/foaf/0.1/knows","object":"/sample-data/data-788.json"}},{"triple":{"subject":"/sample-data/data-1350.json","predicate":"http://xmlns.com/foaf/0.1/knows","object":"/sample-data/data-1850.json"}},{"triple":{"subject":"/sample-data/data-1350.json","predicate":"http://xmlns.com/foaf/0.1/knows","object":"/sample-data/data-1720.json"}}]}
json
<reponame>pilafusama/kdniaoGo<filename>response/monitor_subscribe_response.go package response type MonitorSubscribeResponse struct { Success bool `json:"Success"` Reason string `json:"Reason"` EBusinessId string `json:"EBusinessID"` UpdateTime string `json:"UpdateTime"` } func (resp *MonitorSubscribeResponse) IsSuccess() bool { return resp.Success } func (resp *MonitorSubscribeResponse) GetError() string { return resp.Reason }
go
html { height: 100%; margin: 0; padding: 0; } body { background-image: url("https://dao.duckie.land/asset/img/backgrounds/bg_node2.png"); background-color: #042729; background-size: 100%; background-repeat: no-repeat; } @media (max-width: 991px) { body { background-size: cover !important; background-position: 95% 80%; } } /* Margin */ .content-margin { margin-bottom: 70px; margin-top: -8px; } /* Background Color */ .bg-color-transparant { background-color: transparent; color: white; } .bg-color-green { background-color: #115D7F; } .bg-color-green-2 { background-color: #049D9A; } .bg-color-blue { background-color: #385B84; } .bg-color-blue-2 { background-color: #151F2B } .bg-color-black-t3 { background-color: rgba(0, 0, 0, 0.3); } .bg-color-white-t08 { background-color: rgba(255, 255, 255, 0.08); } .bg-color-white-t04 { background-color: rgba(255, 255, 255, 0.04); } .bg-color-grey { background-color: #989FA7; } .bg-color-black-2 { background-color: #001415; } /* Background Color End */ /* Color */ .color-white { color: #E4E4E1; } .color-gold { color: gold; } .color-green { color: #115D7F; } .color-green-2 { color: #049D9A; } .color-green-3 { color: #9DE658; } .color-green-4 { color: #85F05E; } .color-green-5 { color: #67B06F; } .color-purple { color: #DF4CF8; } .color-yellow { color: #F9F611; } .color-yellow-2 { color: #EDBA56; } .color-yellow-3 { color: #FFF752; } .color-red { color: #CD5D6A; } .color-blue { color: #6EDEF3; } /* Color End */ /* Text Decoration */ .underline { text-decoration: underline; } /* Text Decoration End */ /* Gradient */ .gradient-red { background: rgb(225, 139, 103); background: linear-gradient(90deg, rgba(225, 139, 103, 1) 0%, rgba(235, 67, 67, 1) 100%); } .gradient-yellow { background: rgb(236, 216, 117); background: linear-gradient(90deg, rgba(236, 216, 117, 1) 0%, rgba(221, 175, 49, 1) 100%); } /* Border Radius */ .border-radius-5 { border-radius: 5px; } .border-radius-10 { border-radius: 10px; } .border-radius-20 { border-radius: 20px; } .border-radius-25 { border-radius: 25px; } .border-radius-35 { border-radius: 35px; } .border-radius-50 { border-radius: 50px; } /* Border Radius End */ /* Font Size */ .fs-60 { font-size: 60px; } .fs-30 { font-size: 30px; } .fs-40 { font-size: 40px; } .fs-18 { font-size: 18px; } .fs-17 { font-size: 17px; } .fs-17-im { font-size: 17px !important; } .fs-12 { font-size: 12px; } /* Font Size End */ /* Margin Custom*/ .m-top-270 { margin-top: 270px; } .m-left-265 { margin-left: 265px; } .m-bottom-100px { margin-bottom: 100px; } /* Margin End */ /* Padding Custom */ .p-bottom-80px { padding-bottom: 80px; } /* Padding End */ .my-card { border: 1px solid #D0D7DE; border-radius: 15px; color: white; } .tier-title { padding-bottom: 80px; } .checkpoint-ball { position: relative; top: -63px; margin-left: 55px; } .progress-bar-starter { margin-left: 1.5rem; } .stake-grade { margin-left: 265px; } .progress-status { top: -105px; } .card-cover-img { border-top-left-radius: 15px; border-top-right-radius: 15px; } .total-raise { top: 30px; left: 195px; padding: 2px 15px; background-color: #1A1A1A; } .sold-out { background-color: #0EB212; left: 50%; transform: translate(-50%, 0); top: 105px; padding: 5px 25px; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; } .project-card { box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; } @media (max-device-width : 991px) { .checkpoint-ball { position: relative; top: -63px; margin-left: 0px; } .tier-title { padding-bottom: 0px; margin-bottom: 1rem; } .progress-status { top: 0px; margin: 1.5rem 0rem; } .button-wallet-tier { margin-bottom: 1.5rem; } .progress-bar-starter { margin-left: 0; } .stake-grade { margin-left: 0; } .d-none-991 { display: none; } } @media (max-device-width : 767px) { .tier-title { padding-bottom: 0px; margin-bottom: 1rem; } .button-wallet-tier { margin-bottom: 1.5rem; } .progress-status { top: 0px; margin: 2rem 0rem; } } @media(max-device-width:480px) { .box-progress { display: none !important; } .checkpoint-ball { top: -20px; } } @media(max-device-width:480px) { .button-wallet-tier { width: 225px !important; } } .checkpoint-duckie { width: 32px; height: 32px; border: 10px solid rgba(0, 0, 0, 0.9); background-color: white; border-radius: 50px; } /* Cursor */ .cursor-pointer { cursor: pointer; } /* Cursor End */ /* Width Height Setting */ .w-100px { width: 100px; } .h-50px { height: 50px; } /* Width Height End */ .separator { width: 100%; height: 3px; } .grey-bar { border-radius: 50px; background-color: rgba(0, 0, 0, 0.5); } .green-bar { height: 5px; border-radius: 50px; background-color: #85F05E; } .input-title, .input-desc { background-color: transparent; border: none; caret-color: white; color: white !important; text-align: center; } .input-title, .input-title::placeholder { font-size: 36px; font-weight: bold; color: white !important; } .input-desc, .input-desc::placeholder { font-size: 22px; color: white !important; } /* Button */ .button { padding: 15px 25px 15px 25px; } .button-normal { padding: 10px 15px 10px 15px; } .button-detail { padding: 10px 40px; } .button-small { padding: 8px; } .active-btn { background-color: #049D9A; color: white; } .button-pills { width: 200px; } .button-pills-lg { width: 300px; } @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { .button-pills { width: 150px; } } /* Button End */ .banner-jumbotron { padding-top: 225px; padding-bottom: 100px; } .main-content{ margin-top: 270px; } @media (max-device-width : 1199px) { .banner-jumbotron { padding-top: 150px; padding-bottom: 100px; } } @media (max-device-width:991px) { .main-content{ margin-top: 190px; } } @media (max-device-width:575px) { .main-content{ margin-top: 155px; } } @media (max-device-width : 480px) { .banner-jumbotron { padding-top: 100px; padding-bottom: 40px; } } @media (max-device-width : 320px) { .banner-jumbotron { padding-top: 80px; padding-bottom: 15px; } .main-content{ margin-top: 120px; } } .countdown * { font-size: 30px; margin-bottom: -10px; } .countdown .time { color: #3A82E8; } .countdown-detail * { font-size: 12px; }
css
Manchester United completed the most satisfying week of their season on Sunday when they won 3-0 at second division Wolverhampton Wanderers to ease into Monday's FA Cup fifth round draw. Two goals for England midfielder Kieran Richardson, the first after five minutes, and one for Louis Saha were a fair reflection of United's dominance at Molineux. European champions Liverpool also advanced as a Steven Gerrard penalty and a left-foot shot by John Arne Riise earned a 2-1 victory in a scrappy tie at Portsmouth. Last Sunday, United grabbed a last-minute Premier League win over Liverpool and on Wednesday they reached the League Cup final with a 2-1 second-leg win over Blackburn Rovers. In the previous round of the FA Cup a weakened United team needed a replay to get past minor league Burton Albion but this time manager Alex Ferguson selected a strong, though somewhat unbalanced, team with England centre back Rio Ferdinand playing in midfield alongside Wayne Rooney. They were in charge from the start, especially after Richardson steered home from 12 metres when the Wolves defence failed to clear a low Saha cross. The second came in the last minute of the first half when more static central defending allowed Saha to race on to a 50 metre punt by new defender Nemanja Vidic to drive the ball past Stefan Postma. Victory was sealed seven minutes after the restart when Park Ji-sung did well to break down the right and pull the ball back to Ruud van Nistelrooy. The Dutchman then calmly chipped across goal for the waiting Richardson to head into an empty net. After a dull opening at Fratton Park, Liverpool seized control with two goals in four minutes late in the first half. They took a fortunate lead from the penalty spot in the 37th minute. Dejan Stefanovic swung a boot at a corner and missed, the ball bouncing up against his arm and the referee awarding a penalty which Gerrard dispatched into the bottom right corner. There was nothing lucky about the second goal as Riise broke down the left and from a seemingly innocuous situation drove a sweetly-struck low left footer from outside the box beyond goalkeeper Dean Kiely. Portsmouth got back into the game in the 54th minute when Sean Davis glanced in a Gary O'Neill free kick. The goal lifted the home side, who were beaten 6-0 by fellow league strugglers Birmingham City in their last match, but they were unable to fashion an equaliser. On Saturday, Cup holders Arsenal paid the price for fielding a reserve side when they were beaten 1-0 by Bolton Wanderers. Arsenal, who had reached the semi-finals in the five previous years, also went out of the League Cup in midweek when they lost to Wigan Athletic in the semi-finals. The biggest shock on Saturday came in west London where third division Brentford beat the Premier League's bottom team Sunderland 2-1. Middlesbrough and Birmingham City face replays after being held to 1-1 draws by second division opposition, Coventry City and Reading respectively. League leaders Chelsea drew 1-1 at Everton.
english
Mossman is highly polluted and it is a danger to residents health. By logging in or continuing, you accept Change.org’s Terms of Service and Privacy Policy. Mossman is highly polluted and it is a danger to residents health.
english
S.B. SINHA, J : These appeals involving common questions of law and fact were taken up for hearing together and are being disposed of by this common judgment. BACKGROUND FACTS : The admitted facts are : the lands in question being Nazul lands are governed by the provisions of the Delhi Development Act, 1957 (The Act) and the Delhi Development Authority (Disposal of Developed Nazul Land) Rules, 1981 (The Rules) framed thereunder. Pursuant to or in furtherance of the provisions of 'The Act' and 'The Rules', the appellant herein granted lease in favour of a Cooperative Society known as the Government Servants Cooperative House Building Society Limited, Shri Mangal Singh Monga, Shri N.R. Pillai and Shri Satish Chander Malhotra were the members of the said Cooperative Society. They in terms of the provisions of 'The Rules' were required to execute deeds of sub-lease in favour of the lessee as also the President of India. The factual matrix of the matter is being considered from the case involved in Civil Appeal No.1781 of 2000. On 13.12.1968, a statutory sub-lease was executed in favour of Shri Mangal Singh Monga in respect of residential plot of 1568 sq. yards in Vasant Vihar on payment of Rs.17560/- towards premium and Rs.26656/- towards the cost of development. In terms of proviso appended to sub clause (b) of clause 6 of the dead of sub lease, the lessor was entitled to recover a portion of the unearned increase in the value i.e. "the difference between the premium paid and the market value of the residential plot at the time of sale". Determination of the lessor in respect of the market value therefor was to be final and binding. By reason of clause X(a), of the said deed the President delegated his power to the Chief Commissioner of Delhi who is now the Lt. Governor of Delhi. The said Mangal Singh Monga died on 13.11.1983. Purported to be in exercise of such delgated power, the Delhi Administration fixed the market price of the nazul lands situated in different localities for the purpose of recovery of increase in the cost of the land upon sale for the periods from 1.4.1988 to 31.3.1990, 1.4.1990 to 31.3.1991 and 1.4.1991 to 31.3.1992 in terms whereof the price of the land in Vasant Vihar area was determined at Rs.10500/- per sq. metre. Admittedly, the said circular letter was communicated to the concerned officers. Although there appears to be some notings in the file by some officers to the effect that actual market value of the land should be recovered from the parties but it does not appear that any concrete decision was taken in that behalf. Respondent No.1 herein being heir of the original sub lessee entered into an agreement for sale with Respondent Nos. 8 and 9 wherein the amount of consideration was shown as Rs.5,00,00,000/-. The proposed purchaser, however, besides the said amount and other expenses also agreed to bear 50% of the amount towards unearned increase. The Income Tax Department also granted a No Objection Certificate on or about 12.5.1994 showing the consideration of Rs.5,00,00,000/- in respect of the plot in question. Respondent No.1 herein thereafter filed an application before the competent authority of the Appellant on or about 23.5.1994 for sale of the leasehold property indicating the cost of construction and price of the plot as Rs.5,00,00,000/-. The Government of India, however, without enforcing any increase in the sale price of the land extended the validity of the land rates in force till 31.3.1992 for a further period from 1.4.1994 to 31.3.1996 by a circular letter dated 11.11.1994. The appellant herein despite the same proceeded on the basis that having regard to the fact that the purchaser had agreed to pay the consideration of Rs.5,00,00,000/- and further agreed to bear the cost of difference in unearned increase, the market value of the land would be Rs.7,50,00,000/- and on that basis demanded a sum of Rs.3,62,44,420/- as a condition of grant of permission by a demand letter dated 22.2.1995. Such amount was to be paid within a period of sixty days. The respondents thereafter filed writ petitions before the Delhi High Court questioning the said demand letter dated 22.2.1995. During the pendency of the aforementioned proceedings, however, a purported resolution was passed by the D.D.A. to the effect that unearned increase should be worked out on the basis of sale consideration shown in the agreement of sale or income tax clearance certificate, as the case may be, if it is higher than the floor level rate of D.D.A. The High Court in its impugned judgment referring to the circular letters issued by the Lt. Governor as also the Union of India and upon taking notice of the fact that only the difference in increase price on the basis of such circular letters had been demanded from the persons similarly situated allowed the writ petition directing : "We are of the view that the DDA , had no power to issue the demands in these writ petitions. Accordingly, the writ petitions are allowed and following directions are issued : The DDA shall issue fresh demand to the petitioners in all these three writ petitions on the basis of Order dated 24.6.1992. In case any amount had been paid on the basis of the impugned demand, the DDA shall be entitled to appropriate only that portion of the amount calculated in accordance with fixation of market rate of land as issued by the Delhi Administration on the 24th of June, 1992 and accepted by the DDA on the 11th of August, 1992 and shall pay back the balance with interest @ 18% p.a. from the date of payment by the petitioner concerned." The Division Bench in its impugned judgment noticed various orders passed by the authorities of the appellant herein, inter alia, in of the writ petition being C.W. No.350 of 1995 wherein it was noted : "It is further stated that 50% of the unearned increase was also calculated on the basis of the market value/rate of Rs.5,400/- per sq. meter, which was the rate notified by the Government of India by letter dated 1.6.1987 and the said rates were considered for 100 FAR and since total FAR is 824 sq. meter, the amount of 50% of the unearned increase was worked out to Rs.15,04,300/-". In another case relating to Plot No. S-23, Panchshila CHBS Ltd., it was noted by the authorities of the Appellant : "...On the basis of those rates i.e. Rs.15,120/- per sq. mtrs, the 50% unearned increase comes to Rs.48,54,764.00. As stated above, this is the second sale, but the 50% unearned increase deposited at the time of first sale permission has not been deducted from the amount of 50% unearned increase calculated now for the second sale because, though, the issue regarding deduction of unearned increase paid earlier has been approved by the Authority, but this matter is under consideration of the Ministry. The approval or otherwise, of Ministry in this regard has not been received as yet. If approved, this amount may be conveyed to the appellant. Further, it may also be communicated to him that this demand is provisionally subject to revision on receipt of rates for the period 93-94 from Delhi Admn. For this, management shall be asked to obtain an affidavit from the legatee." Relying on or on the basis of the practice adopted by the D.D.A. and having regard to the orders dated 24.6.1992 issued by the Delhi Administration and that of the Government of India as also the resolution dated 28.11.1995, it was held : "It does not require any argument to say that the DDA was well aware of this clause and had issued the Order dated 11.8.92 on the basis of the Order issued by the Delhi Administration on the 24th of June, 1992. In the light of this, it is not open to the DDA to put forth the case that the market value, within the meaning of the clause (6) of the perpetual sub-lease deed could be what is stated in the agreement for sale." SUBSEQUENT EVENTS : When the matter was taken up for hearing, before different Division Benches, the respondents herein sought to bring to this Court's notice certain subsequent event, namely, adoption of a purported policy by reason of a circular letter dated 28.6.1999 purported to have been given a prospective effect in terms whereof the leasehold was sought to be converted into freehold. The relevant portion of the said scheme reads as under : "1. COVERAGE OF THE SCHEME: i) The existing scheme of freehold conversion is extended to all residential leasehold built up properties irrespective of size. As such, leased properties, situated on land, for which the land use prescribed in the Master Plan/Zonal Development Plan in force is residential, will be covered under the scheme, irrespective of size. ii) The scheme will also extend to premium free leases i.e. leases where premium has not been charged by agencies administering the leases. 2. COMPUTATION OF CONVERSION FEE: i) In respect of properties with land area upto 500 sq. meters, the conversion fee will be charged on the basis of already approved graded scale circulated vide Ministry's letter dated 14.2.1992 and land rates as applicable with effect from 1.4.1987, as indicated in the Annexure. ii) In respect of properties with areas above 500 sq. meters, the conversion fee will be charged on the basis of slab rates as per Annexure and land rates as applicable with effect from 1.4.1987. iii) In respect of premium free leases, the conversion fee will be computable on the basis of the prevailing land rates as notified by the Government, from time to time, on a graded basis as applicable to other leases." It is not in dispute that one Rajeev Gupta also filed a writ petition before the High Court acting on the basis of a power of attorney executed by Smt. Kaushalya Rani Bhusari on similar grounds. In the case of J.S. Monga, Abdul Rasool Virji as well as Rajeev Gupta, the High Court passed interim orders directing them to deposit the entire amount/part amount demanded by the D.D.A. Rajiv Gupta, however, did not pay the said amount and as such no sale deed was executed. The respondents herein, however, complied with the directions of the High Court. Relying on clause (3) of the said scheme which is to the following effect : 3. "It is further clarified that these orders will have prospective effect and the cases already decided will not be re-opened. Note: In respect of pending applications, where conveyance deeds are yet to be executed/registered, refund in respect of conversion fee paid, if any, on account of these instructions should be allowed. 4. This issues with the approval of Finance Division's U.O. No.1066-F dated 21.6.99." Rajeev Gupta was permitted to execute the aforementioned deed by paying only the conversion charges, i.e. without payment of even 50% of the unearned increase. It is not disputed that Civil Appeal No. 1783 of 2000 titled D.D.A. vs. Rajeev Gupta was disposed of on 30.4.2003 in terms of a signed order as the case was said to be covered by the policy of conversion from leasehold to freehold and the proposal of the D.D.A. to compromise was noted. The respondents herein thereafter filed an application for raising additional pleas, inter alia, on the ground that having regard to the interim order passed in the writ petition by the High Court of Delhi, the deed of sale having been executed by them pursuant to or in furtherance thereof, they were entitled to be treated similarly as Rajeev Gupta. An objection to the said application had been filed by the appellant, inter alia, on the ground that subject matter of the writ petition leading to filing of these appeals has no nexus with the aforementioned scheme dated 28.6.1999. SUBMISSIONS : Mr. P.P. Rao, learned senior counsel appearing on behalf of the appellant, inter alia, would submit that: (1) As the statutory sub lease refers to the market value of the residential plot, the circular letters cannot override the same and, thus, are illegal. Strong reliance in this behalf has been placed on Sant Ram Sharma vs. State of Rajsthan & Anr. [(1968) 1 SCR 111] and State of M.P. & Anr. etc. vs. G.S. Dall & Four Mills etc. [(1992) Supp. 1 SCC 150]. (2) Notings made in different files would show that except in one of the three cases, the fact situation prevailing in other cases were different. (3) As the circular letter dated 24.6.1992 showed locality wise market rates for the earlier period, the fixation of market rates was retrospective and not prospective. (4) Such a circular letter in any event having not been issued by the Lt. Governor, was illegal. (5) Resolution No.98/1995 dated 28.11.1995 being applicable to pending cases, the High Court committed a manifest error in not giving an effect thereto and in any event, any past transaction on the basis of the said circular could not have been made the basis for determination by the High Court by applying the principle of estoppel as there is no estoppel against the statute. (6) In any event, only because a mistake has been committed in other cases, the same by itself would not entitle the respondents to claim any benefit on the basis thereof as in such an event Article 14 would have no application (7) The interim order having been passed by the High Court on the asking of the respondents whereby and whereunder an option was given to them to deposit the amount in the event they intend to get the sale deed executed registered, upon execution and registration thereof on the exercise of option by the respondents, the subsequent policy decision which has been given a prospective effect cannot have any application. Mr. A.N. Haskar, learned senior counsel, appearing on behalf of the respondents, on the other hand, would submit : (1) The fact of the matter in pending cases as also in the case of Rajeev Gupta would clearly demonstrate that they stood on a common footing and as such the respondents herein cannot be treated differently to that of Rajeev Gupta. (2) The market value as determined by the Central Government or the Delhi Administration refers to the market value and the same do not say that thereby any benchmark has been provided. (3) The submissions raised hereinbefore on behalf of the appellant were not raised before the High Court nor had been adverted to in the counter affidavit. (4) Any mistake on the part of the Delhi Administration had never been pleaded nor urged. (5) As three opportunities had been granted to the respondents to clarify their stand as regard the existing policy decision and they having failed and/or neglected to do so, it is not open to them to raise the plea of inequities before this Court. (6) Even in the form of application required to be filed for conversion of leasehold into freehold, it having been stated that unearned increase would be recoverable, the same cannot be recovered from case of the respondents only because the sale deeds had been executed by them pursuant to the interim order granted by the High Court. (7) The interim order passed by the High Court must be construed in such a manner so as to have a bearing in the pending appeals. ARE THESE TWO CASES SIMILAR TO THAT OF RAJEEV GUPTA : The following chart will show that the cases of J.S. Monga and Shri Abdul Rasool Virji stand on a similar footing as that Rajeev Gupta : Particulars J.S. MONGA Plot No.A-5/3, Vasant Vihar, N. Delhi ABDUL RASOOL VIRJI Plot No.A-1, Maharani Bagh, N.D. RAJIV GUPTA Plot No.4, Palam Marg, Vasant Vihar, N.D. Name of Sub Lessee Sh. Mangal Singh Monga & after his death mutation allowed in the joint names of his legal heirs : 1. Smt. Harbans Monga (wife) 2. Smt. Prabha Sehgal (daughters) 3. Smt. Indira Batra " 4. Smt. Ella Bajaj " 5. Sh. Joginder Singh Monga (son) 6. Sh. Mohinder Singh Monga (son) 7. Sh. Jagjit Singh Monga (son) 8. Sh. Upjeet Singh Monga (son) Sh. N.R. Pillai. After his death mutated in favour of (1) Sh. R.A. Pillai (2) Sh. R.S. Pillai. Mutated on 28.5.93 (in the names of sons of sub lessee) Sh. Satish Chander Malhotra. Transferred on the basis of Sale Permission, in favour of Smt. Kaushalya Rani Bhusari w/o Sh. Sampuran Singh, on dated 2.12.1988 3. 1. Sh. Rattan Chand Burman 2. Smt. Brij Rani Burman Sh. Abdul Rasool Virji Sh. Rajiv Gupta 4. Date & amount of 50% UEI paid Dt. 16.5.1995 Rs.3,62,44,420/- Dt. 12.6.1996 Rs.1,49,72,225 paid as per the Order of the High Court of Delhi, Dt. 22.5.1996 Not paid 8. Date of execution of Sale Deed/Registration of the same 6.6.1995 17.1.1997 Not executed 9. Date on which Sale Permission granted/Transfer allowed 25.1.1996 (Transfer allowed) 30.7.1996 Not granted 10. Date on which conversion from lease hold to freehold applied 24.12.1999 24.12.1999 17.12.1999 From the aforementioned chart it would appear that not only the application of Rajeev Gupta was contemporaneous, all other relevant facts are almost identical. Rajeev Gupta was to pay a sum of Rs. 4,13,00,000/-, whereas J.S. Monga and Abdul Rasool Virji were to pay sums of Rs.3,62,44,420 and Rs.2,23,34,725/- respectively, pursuant to interim order passed by the High Court. Whereas J.S. Monga deposited the entire amount as demanded, Abdul Rasool Virji deposited a sum of Rs.1,49,72,225/-, as per the directions of the High Court. The contention of the learned counsel appearing on behalf of the respondents, therefore, must be held to have some substance that whereas Rajeev Gupta has received the benefit of the purported new policy of conversion from lease hold to free hold, the respondents herein were deprived therefrom for no fault on their part. STATUTORY PROVISIONS : Section 22 of the D.D.A. Act reads as under : "22. Nazul lands (1) xxx xxx xxx (2) xxx xxx xxx (3) After any such nazul land has been developed by, or under the control and supervision of, the Authority, it shall be dealt with by the Authority in accordance with rules made and directions given by the Central Government in this behalf." Section 56 of the Act reads as under : "56 Power to make rules (1) The Central Government, after consultation with the Authority may, by notification in the Official Gazette, make rules to carry out the purposes of this Act : Provided that consultation with the Authority shall not be necessary on the first occasion of the making of rules under this section, but the Central Government shall take into consideration any suggestions which the Authority may make in relation to the amendment of such rules after they are made. (2) In particular and without prejudice to the generality of the foregoing power, such rules may provide for all or any of the following matters, namely ... ... ..." Rule 23 of the Delhi Development Authority (Disposal of Developed Nazul Land) Rules, 1961, provides as under : "23. Agreements between the cooperative societies and their members. Where Nazul land has been allotted to a cooperative society, such members of the society who are allotted a plot or flat by such society shall execute a sub- lease in favour of the society in respect of each plot or flat allotted to them. The terms and conditions of such sub-lease shall, as nearly as circumstances permit, be in accordance with Form 'A' and Form 'B' appended to these rules. In addition, such sub-lease may contain such covenants, clauses or conditions, not inconsistent with the provisions of Form 'A' or Form 'B' as may be considered necessary and advisable by the society, having regard to the nature of a particular sub-lease." Sub-lease is granted in Form 'B'. Sub clauses (a) and (b) Clause (6) of the Perpetual Sub Lease read as under : "(a) The sub-Lessee shall not sell, transfer, assign or otherwise part with the possession of the whole or any part of the residential plot in any form or manner, benami or otherwise, to a person who is not a member of the Lessee. (b) The Sub-Lessee shall not sell transfer assign or otherwise part with the possession of the whole or any part of the residential plot to any other member of the Lessee except with the previous consent in writing of the Lessor which he shall be entitled to refuse in his absolute discretion. Provided that the Lt. Governor reserves the right to resume, Lessor may impose such terms and conditions as he thinks fit and the Lessor shall be entitled to claim and recover a portion of the unearned increase in the value (i.e., the difference between the premium paid and the market value) of the residential plot at the time of sale, transfer, assignment, or parting with the possession, the amount to be recovered being fifty per cent of the unearned increase and the decision of the Lessor in respect of the market value shall be final and binding : Provided further that the Lessor shall have the pre-emptive right to purchase the property after deducting fifty per cent of the unearned increase as aforesaid." Clauses X(a) and (b) of Sub-Lease reads as under : "X.(a) All powers exercisable by the Lessor under this Sub Lease may be exercised by the Lt. Governor, the Lessor may also authorize any other officer or officers to exercise all or any of the powers exercisable by him under this Sub-Lease" (b) The Lt. Governor may authorize any officer or officers to exercise all or any of the powers which he is empowered to exercise under this Sub-lease except the powers of the Lessor exercisable by him by virtue of Sub-Clause (a) above." Clause XI of the Sub Lease reads as under : "In this Sub-Lease, the expression "the Lt. Governor" means the Lt. Governor of Delhi for the time being or, in case his designation is changed or his office is abolished, the officer who for the time being is entrusted, whether or not in addition to other , of the Lt. Governor by whatever designation such officer may be called. The said expression shall further include such officer as may be designated by the Lessor to perform the functions of the Lieutenant Governor under this Sub-Lease." EFFECT OF THE CIRCULARS : It is not in dispute that the grant of lease or sub-lease is in consonance with the provisions of the D.D.A. Act and the rules framed thereunder. The sub-lease had been executed in Form 'B'. Delhi was an Union Territory. It used to be governed by the Chief Commissioner on behalf of the Governor General in Council. The Chief Commissioner is now designated as the Lt. Governor. Delhi has now also become a Part 'B' State. The authority of the Lt. Governor, therefore, is to be exercised by the Delhi Administration but such an authority being delegated one, the Union of India cannot be said to have denuded of its power to issue statutory directions as and when necessary or to issue policy decision in terms of the said Act or the rules. The power to fix market value is that of the lessor. Whereas the Chief Commissioner has been delegated with the power of the lessor, he in terms of clause X(a)(b) of the deed of sub-lease cannot sub delegate the same to any officer or officers to exercise such power. When a market value is fixed in case of a locality by the lessor or his delegated authority, the same would be binding on them. Although the sub-lease is a statutory one, the rules provide for suitable modifications. In terms of Rule 23, the terms and conditions of the sub-lease shall as nearly as circumstances permit be in accordance with Forms 'A' and 'B'. The lessor or lessee, therefore, not only could have agreed to vary the terms and conditions, any unilateral action taken by the lessor and accepted by the lessee cannot be questioned as they are not imperative in character. From a perusal of the order dated 24.6.1992, it appears that the practice of fixation of such market value for the purpose of recovery of unearned increase had been in vogue for a long time. The relevant portion of the said order is as under : "ORDER "Subject : Fixation of Market rate of land for the purpose of recovery of unearned increase in the value of land/plot consequent upon Sale/Transfer of residential plots allotted under the Scheme of Large Scale Acquisition, Development & Disposal of land in Delhi. Lt. Governor of National Capital Territory of Delhi is pleased to revise the market rates of land for the purpose of recovery of unearned increase in the cost of land/plot consequent upon the transfer/sale of residential plots allotted under the Scheme of Large Scale Acquisition, Development & Disposal of land in Delhi, superseding his previous orders conveyed vide order No. F.R. 16(7)/82-L&B/3026-34 dated 31.1.92, as given below :- xxx xxx xxx" The appellant itself issued the following circular, relevant portion of which reads as under : "Sub: Fixation of market rate of land for the purpose of Recovery of unearned increase in the value of land/plot consequent upon the Transfer or Sale of residential plots allotted under the "Scheme of large Scale Acquisition Development and Disposal of land in Delhi" for the period from 1.4.90 to 31.3.91 and 1.4.91 to 31.3.92. A copy of the Joint Secretary (Admn.) L&B Deptt. Delhi Admn. Letter No. F-16 (7)/82/L&B/20369-75 dated 24.6.92 conveying the market rates of land in different areas of Delhi for computation of unearned increase recoverable in case of transfer/sale of Resdl. Plots allotted under the scheme of Large Scale Acquisition Development and Disposal of land in Delhi is enclosed : 1. These rates would be applicable to the plots measuring upto 500 sq. meters. In respect of Sale/Transfer of plots measuring more than 500 sq. meters., a rebate of 15% on the market price of area in excess of 500 sq. meters. would be allowed." It is not in dispute that the question as regard enhancement of the market value @ 20% per year was under consideration of the Central Government and it by a circular letter dated 11.11.1994 issued the following directions : "Subject : Schedule of Market Rate Sir, The question of fixation of market rates of land in different areas of Delhi/New Delhi w.e.f. 1.4.1994 has been under consideration of the Government and it has been decided not to increase the land rates w.e.f. 1.4.1994 but to extend the validity of the land rates of commercial/residential purposes as well as the guidelines/principles laid down in this Ministry's letter No.J-22011/1/91-LD dated 3rd March, 1993 for two more years i.e. w.e.f. 1st April, 1994 till March, 1996 as per schedule attached." In terms of clause 6(a), a sub-lessee is prohibited from making any sale, transfer, assign or otherwise part with possession of the whole or any part of the residential plot in any form or manner, benami or otherwise, to a person who is not a member of the lessee, but such sale, transfer, assignment and parting with possession is permissible with the previous consent in writing of the lessor. The proviso appended thereto states that in the event such consent is given, the lessor would be entitled to impose such terms and conditions as it may think fit and shall furthermore be entitled to claim and recover a portion of the unearned increase in the value. Sub clause (b) of Clause (6) of the deed of sub-lease and the proviso appended thereto, therefore, confers a discretion upon the lessor. The decision of the lessor in respect of the market value is to be final and binding. A market value, thus, fixed by the lessor in exercise of such power either in general or in particular case, would, therefore, be binding on it. The lessor in a case of this nature cannot be said to be inhibited in any manner to fix the market value for a locality which would be applicable to all the plots of lands situated therein. As the market value has to be fixed in terms of the provisions contained in the statutory lease, the lessor is not precluded from fixing it for an area in question and thereby avoid any arbitrary or unreasonable action by any of its officers. Market values are fixed by the authority for different purposes. Fixation of such market value, therefore, for the purpose of recovery of unearned increase cannot be said to be de' hors the D.D.A. Act and the Rules framed thereunder. It is not a case where a conflict has arisen between a statute or a statutory rule on the one hand and an executive instruction, on the other. Only in a case where a conflict arises between a statute and an executive instruction, indisputably, the former will prevail over the latter. The lessor under the deed of lease is to fix the market value. It could do it areawise or plotwise. Once it does it area wise which being final and binding, it cannot resile therefrom at a later stage and take stand that in a particular case it will fix the market value on the basis of the price disclosed in the agreement of sale. Reliance placed by Mr. Rao on the decision in Jawajee Nagnatham vs. Revenue Divisional Officer, Adilabad, A.P. and Others [(1994) 4 SCC 595] is wholly misplaced. Therein the question which arose for consideration as to whether the compensation should be awarded for acquisition of land on the basis of Basic Valuation Register maintained by registering authority for collection of stamp duty which had been fixed by the revenue authority at the market value for commercial as also residential area. Keeping in view the provisions contained in Section 23(1) of the Land Acquisition Act, it was held that in determining such market value, the Court has to take into account either one or the other of the three methods laid down therein, keeping in view the date of issuance of notification under Section 4(1) of the Act and, thus, Basic Valuation Register prepared and maintained for the purpose of collecting stamp duty has no statutory base or force and cannot form a foundation to determine the market value mentioned thereunder. In Land Acquisition Officer, Eluru and Others vs. Jasti Rohini (Smt.) and Another [(1995) 1 SCC 717] it was held : "The question of fixation of market value is a paradox which lies at the heart of the law of compulsory purchase of land. The paradox lies in the facts that the market value concept is purely a phenomenon evolved by the courts to fix the price of land arrived between the hypothetical willing buyer and willing seller bargaining as prudent persons without a medium (sic modicum) of constraints or without any extraordinary circumstances. But the condition of free market is the very opposite of the condition of the compulsory purchase which is ex hypothesi, a situation of constraints. Therefore, to say, that for compulsory purchase, compensation is to be assessed and market value is to be determined in that state of affairs has to be visualized in terms by its direct opposite. To solve the riddle, courts have consistently evolved the principle that the present value as on the date of the compulsory acquisition comprised of all utility reached in a competitive field as on the date of the notification and the price on which a prudent and willing vendor and a similar purchaser would agree. The value of the land shall be taken to be the amount that the land if sold in the open market by a willing seller might be expected to realise from a willing purchaser. A willing seller is a person who is a free agent to offer his land for sale with all its existing advantages and potentialities as on the date of the sale and willing purchaser taking all factors into consideration would offer to purchase the land as on the date of the sale...." In State of Punjab and Others vs. Mahabir Singh and Others [(1996) 1 SCC 609], this Court observed that the guidelines provided under Section 47A of the Stamp Act would only serve as prima facie material available before the Registering Authority to alert him regarding the value, holding : "...It is common knowledge that the value of the property varies from place to place or even from locality to locality in the same place. No absolute higher or minimum value can be predetermined. It would depend on prevailing prices in the locality in which the land covered by the instrument is situated. It will be only on objective satisfaction that the Authority has to reach a reasonable belief that the instrument relating to the transfer of property has not been truly set forth or valued or consideration mentioned when it is presented for registration. The ultimate decision would be with the Collector subject to the decision on an appeal before the District Court as provided under sub- section (4) of Section 47-A." Ors. [JT 2003 (9) SC 343]) The aforementioned decisions have no application in the instant case. In those cases, registers of land acquisition was being maintained for the purpose of evasion of stamp duty. In the instant case, not only, as rightly submitted by Mr. Haksar, it was not only remained unsaid in the impugned circular, but have been issued for the very purpose of recovery of unearned increase in the market value of the property on a general basis to which the Union of India or the Lt. Governor was entitled in law. In Sant Ram (supra), this Court has categorically stated : "...It is true that Government cannot amend or supersede statutory rules by administrative instructions, but if the rules are silent on any particular point, Government can fill up the gaps and supplement the rules and issue instructions not inconsistent with the rules already framed." Yet again in G.S. Dall & Four Mills (supra), this Court observed as under : "...Executive instructions can supplement a statute or cover areas to which the statute does not extend. But they cannot run contrary to statutory provisions or whittle down their effect..." The matter may be considered from another angle. Nazul lands had been leased out to a cooperative society formed by the persons who intended to have roofs over their heads. The society in question was formed by the Government servants; the premium of which, having regard to the fact that the sub-lease was to be a perpetual one for all intent and purport, would denote the amount of consideration for transfer. The undeveloped lands had been developed by the appellant wherefor also the Appellant had realized the development charges. The appellant becomes entitled to invoke clause 6(b) of the sub- lease at the time of each and every transaction in relation to sale, transfer and assignment of the lands in question by a member of a cooperative society to a non-member. Such subsequent purchaser indisputably would have to become a member of the cooperative society. It was, therefore, not unusual on the part of the lessor to fix the market price for the entire area which had been developed by it keeping in view the fact that save and except some cases, the market value of the land would be same or similar. It is also not in dispute that the Central Government was the ultimate authority for determination of the market value. The proposal of the appellant before the Union of India to enhance such market value @ 20% per annum did not receive any favourable response. They thought it fit to continue with the same valuation till 1996. Such a decision on the part of the Union of India was a conscious one. It is really surprising that on the one hand a stand is taken that clause 6(b) of the sub-lease contain a statutory provision and, thus, cannot be altered either by the Union of India or by the Lt. Governor, recourse is sought to be taken to the provisions of Sections 2 and 3 of the Government Grants Act in terms whereof the term of any grant or term of any transfer of land made by the Government would stand insulated from the tentacles of any statutory law as thereby unfettered discretion of the Government has been conferred to enforce any condition or limitations or restrictions in all types of grants and the right, privilege and obligations of the grantee would be regulated thereunder. It is all the more surprising that the appellant being a delegatee has even questioned the policy decision of the delegator, namely, the Union of India. Furthermore, such a stand is being taken despite the fact that the circular letter dated 28.6.1999 as contained in Annexure R-3 to I.A. 6 of 2003 which has also not been issued by the Union of India in terms of the D.D.A. Act or the rules framed thereunder has been relied and acted upon by the D.D.A. despite ex facie the same steers on the face of the condition of the statutory lease to the effect that lease cannot be transferred without consent of the lessor. Clause 6(b), as noticed hereinbefore, if construed to be imperative in terms thereof a member of the society is prohibited from transferring his interest in any manner whatsoever. Even delivery of possession of the premises pursuant to or in furtherance of the agreement is prohibited. But by reason of the said circular letter dated 28.6.1999, which has not been issued even in terms of Article 77 of the Constitution, not only such permission is not required to be taken but even the right to recover 50% of the unearned increase is waived and only on payment of conversion charges a leasehold is made freehold, pursuant whereto or in furtherance whereof only upon payment of conversion charges any member of the society would become entitled to transfer or assign his interest in the land or the building constructed thereupon without even obtaining any prior consent of the lessor. We, therefore, are of the opinion that the said circular letters are valid. Determination of market value by reason of such circular letters, thus, became a part of the terms of the lease having regard to the finality clause attached thereto. MISTAKE : A mistake is not a fraud. It may be discovered and in a given case it must be pleaded. Such plea must lead to a fundamental error. It can be a subject matter of acquiescence. In Kerr on the Law of Fraud and Mistake, 7th Edn. at page 599, it is stated "Where one party makes a mistake either of law or fact and the other party to a transaction allows him to act upon it, then (even though such other party may himself not know of the mistake) he may be estopped from setting up the mistake for having in effect ratified it. In one case where parties had acted on one construction of a deed for forty years the House of Lords held that neither party was estopped from setting up the mistake, and that rent underpaid for so long as it was not barred by the Statute of Limitation could be recovered." It is not disputed that the said question had not been raised in the counter affidavit; on the other hand, it appears that the High Court specifically granted three opportunities to the respondents to place on its records any other policy decision whereupon it intended to place reliance as would appear from the following : "16.10.1996 Present : Mr. A.N. Haksar, Sr. Advocate with Mr. R.K. Virmani for the Petitioner. Ms Sudha Bhandari for Counsel for the Respondents CW. No.3948/95 There is no counter filed on behalf of the Respondents. There is no appearance on behalf of the Union of India today. Learned Counsel for the Petitioner has invited the attention of the Court to the averments made in paragraph 23 of the petition and the documents Annexure-1 at page 50 of the paper book which according to him is the policy governing unearned increase during the relevant period. Reply to this paragraph 23 of the counter is evasive. Learned Counsel for the petitioner has also invited the attention of the Court to yet another circular issued by the DDA on unearned increase calculations which is dated 28th November, 1995. Let Counsel for the Respondents seek specific instructions and make clear statement preferably on affidavit as to whether they admit or deny the policy dated 11th November, 1994 Annexure-1 and the circular dated 28th November, 1995. If there be any other policy operating, let Respondent DDA disclose it. Compliance within six weeks. To come up for hearing on 24th February, 1997. R.C. Lahoti, J. S.N. Kapur, J." "24.02.1997 Present : Mr. A.N. Haksar, Senior Advocate with Mr. R.K. Virmani for the Petitioner. Mr. Sumit Bansal fore the Respondent/DDA CW 3948/95 On October 16, 1996, six weeks time allowed to the DDA to make a clear statement on affidavit as to whether it admits or denies the policy dated November 11, 1984 and the circular dated November 28, 1995. it was also directed that if there be any other policy operating, the same should also be disclosed by DDA. The said order has not been complied with. Two weeks further time by way of last opportunity is allowed to the DDA to comply with these directions. To be taken up for disposal towards the end of the short matters on April 10, 1997. Within a period of four weeks the parties will also place on record short synopsis or notes. Devinder Gupta, J. K.S. Gupta, J." "10.04.1997 President : Mr. A.N. Haksar Senior Advocate with Mr. R.K. Virmani for the Petitioner. Mr. Ravinder Sethi, Senior Advocate with Mr. Sumit Bansal for the Respondent/DDA Mr. Sethi states that additional affidavit of Shri Jagdish Chandra, Director (R) DDA., has been filed pursuant to the last order. Learned counsel for the petitioner states that information contained in the affidavit does not comply with the court's order. List on August 21, 1997, at the end of the "after Notice Miscellaneous matters". Synopsis will be filed by the parties within four weeks from today. Devinder Gupta, J. K.S. Gupta, J." NEW POINTS : The instances relied upon by the High Court in its judgment had not been distinguished. Such an attempt has been made only before us for the first time. Even in relation to A-14, Anand Lok, no distinction is to be found as it is stated : "In the case of A-14, Anand Lok, New Delhi, the date of application is 26.6.1989 and the permission was granted on 26.7.1989 by receiving unearned increase calculated with reference to the market rate of the land in the locality contained in the relevant circulars but not on the basis of the Circular dated 24.6.1992 relied on by the High Court." Keeping in view of the fact that the Appellant despite being given several opportunities by the High Court did not disclose its policy, we do not think that they should otherwise also be given an opportunity to raise new grounds. DETERMINATION OF THE AMOUNT OF UNEARNED INCREASE BY THE APPELLANT: The Appellants proceeded on the premise in the case of the Respondents, that the Circular letters issued by it or the Union of India need not be given effect to and the valuation of the land should be worked as Rs. 7,50,00,000/- for the purpose of computing the unearned increase. However, it must be presumed that the vendees proceeded on the basis that the amount of unearned increase would be determined in terms of the said circulars. Furthermore, 50% of the unearned increase was to be paid to the Appellant as a condition of lease. While determining the amount, the Appellant was required to take into account the amount of consideration specified in the agreement and/or clearance certificate issued by the Income Tax Officer. They even did not do so. INTERIM ORDER EFFECT OF : The respondents herein questioned the demand of Rs.3,62,44,420/- made by the DDA. The DDA calculated the aforementioned demand on the basis that the total consideration for the transaction was Rs.7,50,00,000/-. The calculation was made having regard to the fact that Respondent Nos.8 and 9 agreed to pay 50% of the unearned increase, the total amount of Rs.7,50,00,000/-. It failed to notice that after circulars are to be applied, the unearned increase must be calculated on the basis thereof and no demand can be raised hypothetically that the purchaser would be agreeable to pay a further sum of Rs.7,50,00,000/-. Such an assumption is wholly on wrong premise. A prayer therefore was made before the High Court that sale deed be permitted to be executed. Keeping in view the stand taken by the parties before it, it was directed : "...In case the Petitioner are interested in the grant of sale permission the adjournment of the matter in any case before the 13.7.1995 they may pay the demanded sum lf Rs.3,62,44,420/- under to DDA. In case ultimately it is held that amount payable is less, the excess amount can be ordered to be refunded to the Petitioner with interest at the rate of interest (sic for 18%) per annum. In case the payment is made under protest it is subject to fulfillment of other formalities would consider application for sale permission." The respondents complied with the order of the High Court whereas Rajeev Gupta did not. Having regard to the subsequent events, he got the benefit of 1999 Circular and as indicated hereinbefore, the D.D.A. ignoring the fact that he was a power of attorney-holder and had already entered into possession and, thus, clause 6(b) stood attracted. It may be true that by such an action, the respondents herein stood discriminated. The appellant being a State, it was required to act fairly and reasonably in all circumstances even in the matter of eviction of a tenant. [See M/s Dwarkadas Marfatia and Sons vs. Board of Trustees of the Port of Bombay, AIR 1989 SC 1462]. But the respondents herein are victims of situation. Stricto sensu they cannot take advantage of the order passed by the High Court. The High Court gave them opportunities to get their deed registered. They could have refused to do so and in that event like Rajeev Gupta they were not required to deposit the amount. The parties did not contemplate that the Central Government would come out with another policy decision, which would be more beneficial to the sub-lessee. A fortuitous circumstance like the issuance of the said circular dated 28.6.1999 was not in contemplation. The appellant, therefore, cannot, keeping in view the prospective effect given to the said circular, take any benefit thereof. Furthermore, they have not filed any application to amend their writ petition. They merely have urged additional grounds. It is no doubt true that this Court can take into consideration subsequent events and mould relief accordingly but thereby it cannot substitute a new relief based on a fresh cause of action. We are, therefore, of the opinion that the interim order passed by the High Court does not come to the aid of the respondents. RATE OF INTEREST : By reason of the aforementioned interim order, the High Court directed payment of 18% interest. The rate of interest which was prevailing at the relevant time was 18%. However, the bank rate of interest has since gone down drastically. Grant of interest pendente lite and for future is a discretionary remedy. The court of appeal can, therefore, exercise the same power while finally disposing the lis as that of the High Court keeping in view the principle engrafted in Section 34 of the Code of Civil Procedure. The rate of interest may have to be fixed having regard to the principle of restitution. Recently, this Court has examined this principle in South Eastern Coalfields Ltd. vs. State of M.P. & Ors. [(JT 2003 (supp. 2) SC 443] stating : "Interest is also payable in equity in certain circumstances. The rule in equity is that interest is payable even in the absence of any agreement or custom to that effect though subject, of course, to a contrary agreement (See : Chitty on Contracts, Edition 1999, Vol. II, Para 38-248, at page 712). Interest in equity has been held to be payable on a market rate even though the deed contains no mention of interest. Applicability of the rule to award interest in equity is attracted on the existence of a state of circumstances being established which justify the exercise of such equitable jurisdiction and such circumstances can be many." Despite the same, the Court reduced the statutory rate of interest from 24% to 12% stating : "So far as the appeal filed by the State of Madhya Pradesh seeking substitution of rate of interest by 24% per annum in place of 12% per annum as awarded by the High Court is concerned, we are not inclined to grant that relief in exercise of our discretionary jurisdiction under Article 136 of the Constitution especially in view of the opinion formed by the High Court in the impugned decision. The litigation has lasted for a long period of time. Multiple commercial transactions have taken place and much time has been lost in between. The commercial rates of interest (including bank rates) have undergone substantial variations and for quite sometime the bank rate of interest has been below 12%. The High Court has, therefore, rightly (and reasonably) opined that upholding entitlement to payment of interest at the rate of 24% per annum would be excessive and it would meet the ends of justice if the rate of interest is reduced from 24% per annum to 12% per annum on the facts and in the circumstances of the case. We are not inclined to interfere with that view of the High Court but make it clear that this concession is confined to the facts of this case and to the parties herein and shall not be construed as a precedent for overriding Rule 64A of the Mineral Concession Rules, 1960. It is also clarified that the payment of dues should be cleared within six weeks from today (if not already cleared) to get the benefit of reduced rate of interest of 12%; failing the payment in six weeks from today the liability to pay interest @ 24% per annum shall stand." In K.T. Venkatagiri and Others vs. State of Karnataka and Others [(2003) 9 SCC 1], it is stated : "We are, therefore, of the opinion that with a view to do complete justice between the parties and having regard to the order passed by this Court in Khoday Distilleries case, the following directions should be issued : (1) xxx xxx xxx (2) xxx xxx xxx (3) xxx xxx xxx (4) xxx xxx xxx (5) xxx xxx xxx (6) xxx xxx xxx (7) On the amount found to be due and owing to MSIL by any of the appellants the same shall be paid and interest at the rate of 18% per annum shall be leviable from the date of realisation till 12.2.1997 and thereafter at the rate of 9% per annum, within twelve weeks from the date of final determination." We may notice that in Pure Helium India Pvt. Ltd. vs. Oil & Natural Gas Commission [2003 (8) SCALE 553], the rate of interest awarded by the arbitrator was reduced to 6% in exercise of its power under Article 142 of the Constitution of India. CONCLUSION : In the facts and circumstances of this case, we are of the opinion that grant of 9% interest shall meet the ends of justice. We, therefore, while dismissing the appeals direct that in stead and place of 18% interest, the appellant shall be liable to pay interest @ 9% per annum. The amount payable to the respondents must be paid within a period of six weeks from this date together with interest failing which the respondents would be entitled to claim 18% interest on the expiry of the said period till actual payment is made. We, keeping in view the facts and circumstances of the case, also direct that the application for conversion filed by the respondents herein should be disposed of expeditiously. Keeping in view the conduct of the appellant herein, we think that they should bear the costs of the respondents. Counsel's fee is assessed at Rs.25,000/- in each appeal.
english
package com.xxkj.bean; import org.springframework.context.annotation.Bean; /** * Created by Administrator on 2017/5/7. */ public class UserInfo { private int uid; private String username; private String password; private int status; private String code; private String email; public UserInfo() { } public UserInfo(int uid, String username, String password, int status, String code, String email) { this.uid = uid; this.username = username; this.password = password; this.status = status; this.code = code; this.email = email; } public int getUid() { return uid; } public void setUid(int uid) { this.uid = uid; } public String getUsername() { return username; } public void setUsername(String username) { this.username = username; } public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public int getStatus() { return status; } public void setStatus(int status) { this.status = status; } public String getCode() { return code; } public void setCode(String code) { this.code = code; } public String getEmail() { return email; } public void setEmail(String email) { this.email = email; } }
java
package com.searchitemsapp.business.impl; import java.util.List; import java.util.Optional; import java.util.regex.Pattern; import org.apache.commons.lang3.StringUtils; import org.apache.logging.log4j.util.Strings; import org.springframework.stereotype.Component; import com.searchitemsapp.business.Prices; import com.searchitemsapp.dto.ProductDto; import com.searchitemsapp.resource.Constants; import lombok.AllArgsConstructor; @Component @AllArgsConstructor public class PricesImpl implements Prices { @Override public List<ProductDto> sortProductsByPrice(List<ProductDto> productDtoList) { productDtoList.sort(this); for (var i = 0; i < productDtoList.size(); i++) { productDtoList.get(i).setIdentificador(i+1); } return productDtoList; } @Override public int compare(ProductDto primaryPrice,ProductDto secondaryPrice) { return priceComparator(primaryPrice, secondaryPrice); } @Override public int priceComparator(final ProductDto primaryPrice, final ProductDto secondaryPrice) { var comparationResult= 0; if(primaryPrice.getOrdenacion() == 1) { var price = Optional.ofNullable(primaryPrice.getPrecio()) .orElse(Constants.DEFAULT_PRICE.getValue()); primaryPrice.setPrecio(price); comparationResult = doubleConverter(primaryPrice.getPrecio()) .compareTo(doubleConverter(secondaryPrice.getPrecio())); putSamePrice(primaryPrice, secondaryPrice); cleanPrices(primaryPrice,secondaryPrice); } else if(primaryPrice.getOrdenacion() == 2) { var priceUnit = Optional.ofNullable(primaryPrice.getPrecioKilo()) .filter(Strings::isNotBlank) .orElse(primaryPrice.getPrecio()); primaryPrice.setPrecioKilo(priceUnit); putSamePrice(primaryPrice, secondaryPrice); comparationResult = doubleConverter(primaryPrice.getPrecioKilo()) .compareTo(doubleConverter(secondaryPrice.getPrecioKilo())); cleanPrices(primaryPrice,secondaryPrice); } return comparationResult; } private Double doubleConverter(final String price) { Optional<String> priceResult = Optional.ofNullable(convertToDecimal(price)); var priceAux = priceResult .orElse(convertToInteger(price)).trim(); return price.isBlank() || priceAux.isBlank()? Double.parseDouble(Constants.DEFAULT_PRICE.getValue()): Double.parseDouble(priceAux); } private String convertToDecimal(final String price) { if(Constants.COMMA.getValue().equals(price)) { return Constants.DEFAULT_PRICE.getValue(); } var priceAux = checkIfHasPipeLine(price); var matcherDecimal = Pattern.compile( Constants.DECIMAL_NUMBER_REGEX.getValue(), Pattern.MULTILINE).matcher(priceAux); var subPrice = StringUtils.EMPTY; if (matcherDecimal.find()) { subPrice = Optional.ofNullable(matcherDecimal.group(0)) .orElse(convertToInteger(priceAux)) .replace(Constants.COMMA.getValue(), Constants.DOT.getValue()); } subPrice = Optional.ofNullable(subPrice) .filter(StringUtils::isNoneBlank) .orElse(Constants.DEFAULT_PRICE.getValue()); Double priceFinal = Double.parseDouble(subPrice); return priceFinal.toString(); } private String checkIfHasPipeLine(String price) { var priceAux = price.replace(Constants.DOT.getValue(), Constants.COMMA.getValue()); var hasPipe = priceAux.contains(Constants.PIPE.getValue()); var iniIndex = priceAux.indexOf(Constants.PIPE.getValue())-1; var subPriceAux = iniIndex<1?priceAux:priceAux.substring(iniIndex, priceAux.length()); return hasPipe?subPriceAux:priceAux; } private String convertToInteger(final String price) { var matcherInteger = Pattern.compile(Constants.DECIMAL_NUMBER_REGEX.getValue(), Pattern.MULTILINE).matcher(price); if(matcherInteger.find()) { return Constants.DECIMALS_EXTENSION.getValue(); } var priceAux = price.replace(Constants.DOT.getValue(), StringUtils.EMPTY); matcherInteger = Pattern.compile(Constants.DECIMAL_NUMBER_REGEX.getValue(), Pattern.MULTILINE).matcher(priceAux); Optional<String> priceResult = matcherInteger.find()?Optional.ofNullable(matcherInteger.group()):Optional.empty(); priceResult.ifPresent(elem -> elem = elem.concat(Constants.DECIMALS_EXTENSION.getValue())); priceResult.filter(StringUtils::isAllEmpty).ifPresent(elem -> { var matcher = Pattern.compile("\\d+", Pattern.MULTILINE).matcher(priceAux); elem = matcher.find()?matcher.group().concat(Constants.DECIMALS_EXTENSION.getValue()):elem; }); return priceResult.orElse(Constants.DEFAULT_PRICE.getValue()); } private void putSamePrice(final ProductDto primaryProduct, final ProductDto secondaryProduct) { Optional<String> primaryUnitPrice = Optional.ofNullable(primaryProduct.getPrecioKilo()) .filter(StringUtils::isNoneBlank); Optional<String> secondaryUnitPrice = Optional.ofNullable(secondaryProduct.getPrecioKilo()) .filter(StringUtils::isNoneBlank); var precioKilo = primaryUnitPrice.orElse(primaryProduct.getPrecio()); precioKilo = convertToDecimal(precioKilo); precioKilo = precioKilo.concat(Constants.KILOGRAM_EXTENSION.getValue()); primaryProduct.setPrecioKilo(precioKilo); precioKilo = secondaryUnitPrice.orElse(secondaryProduct.getPrecio()); precioKilo = convertToDecimal(precioKilo); precioKilo = precioKilo.concat(Constants.KILOGRAM_EXTENSION.getValue()); secondaryProduct.setPrecioKilo(precioKilo); } private void cleanPrices(final ProductDto primaryPrice, final ProductDto secondaryPrice) { Optional<String> oprimaryPrice = Optional.ofNullable(primaryPrice.getPrecio()); oprimaryPrice.ifPresent(elem -> { primaryPrice.setPrecio(convertToDecimal(primaryPrice.getPrecio()) .concat(Constants.EURO_EXTENSION.getValue()) .replace(Constants.DOT.getValue(),Constants.COMMA.getValue())); secondaryPrice.setPrecio(convertToDecimal(secondaryPrice.getPrecio()) .concat(Constants.EURO_EXTENSION.getValue()) .replace(Constants.DOT.getValue(),Constants.COMMA.getValue())); }); } }
java
<reponame>linn/linn-api-alexa-smart-home interface IAlexaContext { awsRequestId: string; } interface IRequestDirectiveHeader { namespace: string; name: string; messageId: string; correlationToken?: string; payloadVersion: string; } interface IScope { type: string; token: string; } interface IRequestDirectiveEndpoint { scope: IScope; endpointId: string; cookie?: any; } interface RequestDirective<T> { header: IRequestDirectiveHeader; payload: T; endpoint?: IRequestDirectiveEndpoint; } interface IAlexaRequest<T> { directive: RequestDirective<T>; } interface IPayload {} interface IErrorPayload extends IPayload { type: string; message : string; } interface IDiscoveryRequestPayload extends IPayload { scope: IScope; } interface IDiscoveryResponsePayload extends IPayload { endpoints: IEndpoint[]; } interface IInputRequestPayload extends IPayload { input: string; } interface IChannelRequestPayload extends IPayload { channel?: { number : string; callSign?: string; }, channelMetadata?: { name: string; }} interface ISpeakerRequestPayload extends IPayload { mute?: boolean; volume?: number; volumeDefault?: boolean; } interface IAlexaEvent<T> { header: IRequestDirectiveHeader, endpoint?: IRequestDirectiveEndpoint, payload: T } interface IAlexaResponseContext { properties: IAlexaResponseContextProperty[], } interface IAlexaResponseContextProperty { namespace: string, name: string, value: any, timeOfSample: string, uncertaintyInMilliseconds: number } interface IAlexaResponse<T> { context?: IAlexaResponseContext, event: IAlexaEvent<T> } interface IAlexaCapability { interface: string, version: string, type: string, supportedOperations?: string[], inputs?: ISource[], properties?: { supported: { name: string }[] } } class AlexaCapability implements IAlexaCapability { interface = "Alexa"; type = "AlexaInterface"; version = "3"; } class AlexaPowerController implements IAlexaCapability { interface = "Alexa.PowerController"; type = "AlexaInterface"; version = "3"; } class AlexaSpeaker implements IAlexaCapability { interface = "Alexa.Speaker"; type = "AlexaInterface"; version = "3"; } class AlexaPlaybackController implements IAlexaCapability { interface = "Alexa.PlaybackController"; type = "AlexaInterface"; version = "3"; supportedOperations = [ "Play", "Pause", "Stop", "Previous", "Next" ]; } class AlexaChannelController implements IAlexaCapability { interface = "Alexa.ChannelController"; type = "AlexaInterface"; version = "3"; properties = { supported: [ { name: "channel" } ] }; } interface ISource { name: string; } class AlexaInputController implements IAlexaCapability { constructor(public inputs : ISource[]) { } interface = "Alexa.InputController"; type = "AlexaInterface"; version = "3"; } interface IEndpoint { endpointId: string, friendlyName: string, description: string, manufacturerName: string, displayCategories: string[], cookie: any, capabilities: IAlexaCapability[] } class SpeakerEndpoint implements IEndpoint { manufacturerName = "Linn Products Ltd."; displayCategories = [ "SPEAKER" ]; cookie = {}; capabilities: IAlexaCapability[]; constructor(public endpointId: string, public friendlyName: string, public description: string, sources: ISource[]) { this.capabilities = [ new AlexaCapability(), new AlexaPowerController(), new AlexaSpeaker(), new AlexaPlaybackController(), new AlexaInputController(sources), new AlexaChannelController() ]; } } export { IPayload, IEndpoint, SpeakerEndpoint, IAlexaContext, IAlexaRequest, IAlexaResponse, IAlexaResponseContext, IDiscoveryResponsePayload, IDiscoveryRequestPayload, ISpeakerRequestPayload, IInputRequestPayload, IChannelRequestPayload, IErrorPayload }
typescript
<gh_stars>0 import { Injectable } from '@nestjs/common'; import got from 'got'; import * as mm from 'music-metadata/lib/core'; import { Episode } from './podcasts.interface'; import { XMLParser } from 'fast-xml-parser'; import { pipeline } from 'stream'; import { createHash } from 'crypto'; import { promisify } from 'util'; @Injectable() export class PodcastsService { // Feed parser async getFeedEpisodes( feedUrl: string, checksumCount = 1, ): Promise<Episode[]> { const episodes: Episode[] = []; const parser = new XMLParser({ ignoreAttributes: false, attributeNamePrefix: '@_', }); // Fetch RSS feed data & parse try { // request const feedBuffer = await got.get(feedUrl).buffer(); const { rss } = parser.parse(feedBuffer); let idx = 0; for (const item of rss.channel.item) { const fileChecksum = idx <= checksumCount - 1 ? await this.createRemoteFileHash(item.enclosure['@_url']) : ''; episodes.push({ title: item.title, url: item.link, checksum: fileChecksum, }); idx++; } return episodes; } catch (error) { console.error(error.message); throw new Error('Invalid Feed URL'); } } async createRemoteFileHash(fileUrl: string): Promise<string> { const streamPipeline = promisify(pipeline); const downloadStream = got.stream(fileUrl); const hashWriterStream = createHash('md5'); hashWriterStream.setEncoding('hex'); try { // Pipe data to hash await streamPipeline(downloadStream, hashWriterStream); return hashWriterStream.read(); } catch (error) { console.error(error); throw new Error('Invalid Episode URL'); } } async getEpisodeTags(episodeUrl: string) { try { // Fetch mp3 data const episodeBuffer = await got.get(episodeUrl).buffer(); // Parse ID3 tags const metadata = await mm.parseBuffer(episodeBuffer, 'audio/mpeg'); return metadata; } catch (error) { console.error(error.message); throw new Error('Invalid Episode URL'); } } }
typescript
{ "id": "d955-28", "text": "2*\nd, Prepare an \"I D\" slide for member TV stations with\naccompanying copy famr use on station breaks; and provide appropriate\nradio copy'of a similar nature.\ne* Prepare a one-paragraph description of the NAEB\nto be used at the end of all releases both nationally and locally\nby member stations* This should Related to station promo stories\ndealing with forthcoming NAEB programs, announcements of NAEB\ncommittee assignments, etc* Sfcexdax&xiqp&iaHx\nDue tf*present headquarters staff load. It Is imposible for the\nPresident to issue Individual letters to committee appointees*\nWe feet the all committee applntments are Important and that to\nstress their importance , a letter should be printed in the NEWSLETTER\naccompanied by the president\"* signature emphasising the importance\nof the committee appointment and charging the appointees to assume\nfaiiyjte the responsibility vested in them* Thus, at least some\npersonalired emphasis is given toaa the appointments which is now\nlacking*\nThe committee recommends the formation of a PUBLICITY Committee\nwith the chairman ©f this committee serving as vice-chairman of the\nPUBLIC RELATIONS committee and the chairman of the PUBLIC RELATIONS\ncommittee serving as vice-chairman of the PUBLICITY committee. This\ninterlocking will serve a$ a ek cohesive force in the functioning\nof these important committees. The added manpower will make it\np ossible t© carry out assignments which heretof or have been impossible*\nEvery effort should be made in selecting persons for the Publicity\nand Public Relations committee who understand the techniques g|.\nnecessary §o do the job well" }
json
<filename>src/test/ui/issues/issue-36401.rs // run-pass #[derive(Debug)] pub enum Event { Key(u8), Resize, Unknown(u16), } static XTERM_SINGLE_BYTES : [(u8, Event); 1] = [(1, Event::Resize)]; fn main() { match XTERM_SINGLE_BYTES[0] { (1, Event::Resize) => {}, ref bad => panic!("unexpected {:?}", bad) } }
rust
<reponame>Michelle-Souza-Silva/html-e-css3-Cursoemvideo <html> <head> <title> Meu site html4 </title> </head> <body> <h1> Exercicio de site em html - 4 </h1> <p> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis nisi fugiat beatae delectus, expedita modi, quibusdam rem similique deserunt maiores illo aspernatur magnam voluptatum, quis nulla ad enim voluptatibus laboriosam.</p> </body> </html>
html
<gh_stars>10-100 /* * Copyright (C) 2018 Nafundi * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ package org.opendatakit.briefcase.export; import static java.nio.file.StandardOpenOption.CREATE; import static java.util.stream.Collectors.toList; import static org.javarosa.core.model.instance.TreeReference.DEFAULT_MULTIPLICITY; import static org.kxml2.kdom.Node.ELEMENT; import static org.kxml2.kdom.Node.TEXT; import static org.opendatakit.briefcase.reused.UncheckedFiles.createTempDirectory; import static org.opendatakit.briefcase.reused.UncheckedFiles.write; import java.nio.file.Path; import java.util.Arrays; import java.util.Collections; import java.util.LinkedList; import java.util.List; import java.util.Optional; import java.util.stream.IntStream; import org.javarosa.core.model.DataType; import org.javarosa.core.model.instance.TreeElement; import org.kxml2.kdom.Document; import org.kxml2.kdom.Element; import org.opendatakit.briefcase.reused.Pair; import org.opendatakit.briefcase.reused.UncheckedFiles; class Scenario { private static int instanceIdSeq = 1; private final Path workDir = createTempDirectory("briefcase_test_workdir"); private final Path outputDir = createTempDirectory("export_output"); private final Path outputMediaDir = UncheckedFiles.createDirectories(outputDir.resolve("media")); private final String formName; private String instanceId; private final String instanceName; private final String fieldName; private final Model fieldModel; Scenario(String formName, String instanceId, String instanceName, String fieldName, Model fieldModel) { this.formName = formName; this.instanceId = instanceId; this.instanceName = instanceName; this.fieldName = fieldName; this.fieldModel = fieldModel; // Side effects: // - ExportToCSV ensures that there is an audit output // CSV file with at least the headers on it. write(outputDir.resolve(formName + " - audit.csv"), "instance ID, event, node, start, end\n", CREATE); } static Scenario nonGroup(DataType dataType) { return nonGroup("some-form", dataType, "field", null); } static Scenario nonGroup(DataType dataType, String fieldName) { return nonGroup("some-form", dataType, fieldName, null); } static Scenario nonGroup(String formName, DataType dataType, String fieldName, String parentName) { Model fieldModel = createField(dataType, fieldName, parentName); return new Scenario(formName, "instance_" + instanceIdSeq++, "data", fieldName, fieldModel); } static Model createField(DataType dataType) { return createField(dataType, "field", null); } static Model createField(DataType dataType, String fieldName) { return createField(dataType, fieldName, null); } static Model createField(DataType dataType, String fieldName, String parentName) { List<TreeElement> elements = new LinkedList<>(); TreeElement fieldTreeElement = new TreeElement(fieldName, DEFAULT_MULTIPLICITY); fieldTreeElement.setDataType(dataType.value); elements.add(fieldTreeElement); if (parentName != null) { TreeElement parentTreeElement = new TreeElement(parentName, DEFAULT_MULTIPLICITY); parentTreeElement.setDataType(DataType.NULL.value); elements.add(parentTreeElement); } TreeElement instanceTreeElement = new TreeElement("data", DEFAULT_MULTIPLICITY); instanceTreeElement.setDataType(DataType.NULL.value); elements.add(instanceTreeElement); TreeElement rootTreeElement = new TreeElement("/", DEFAULT_MULTIPLICITY); rootTreeElement.setDataType(DataType.NULL.value); elements.add(rootTreeElement); int maxIndex = elements.size() - 1; for (int i = 0; i < maxIndex; i++) elements.get(i).setParent(elements.get(i + 1)); for (int i = maxIndex; i > 0; i--) elements.get(i).addChild(elements.get(i - 1)); return new Model(fieldTreeElement, Collections.emptyMap()); } private static Scenario group(String instanceId, DataType dataType, int fieldCount, boolean repeatable) { List<TreeElement> groupFieldTreeElements = IntStream.range(0, fieldCount).boxed().map(i -> { TreeElement field = new TreeElement("field_" + (i + 1), DEFAULT_MULTIPLICITY); field.setDataType(dataType.value); return field; }).collect(toList()); TreeElement groupTreeElement = new TreeElement("group", DEFAULT_MULTIPLICITY); groupTreeElement.setDataType(DataType.NULL.value); groupTreeElement.setRepeatable(repeatable); TreeElement instanceTreeElement = new TreeElement("data", DEFAULT_MULTIPLICITY); instanceTreeElement.setDataType(DataType.NULL.value); TreeElement rootTreeElement = new TreeElement("/", DEFAULT_MULTIPLICITY); rootTreeElement.setDataType(DataType.NULL.value); rootTreeElement.addChild(instanceTreeElement); instanceTreeElement.addChild(groupTreeElement); groupFieldTreeElements.forEach(groupTreeElement::addChild); groupFieldTreeElements.forEach(field -> field.setParent(groupTreeElement)); groupTreeElement.setParent(instanceTreeElement); instanceTreeElement.setParent(rootTreeElement); return new Scenario("some-form", instanceId, "data", "group", new Model(groupTreeElement, Collections.emptyMap())); } static Scenario repeatGroup(String instanceId, DataType dataType, int fieldCount) { return group(instanceId, dataType, fieldCount, true); } static Scenario nonRepeatGroup(DataType dataType, int fieldCount) { return group("instance_" + instanceIdSeq++, dataType, fieldCount, false); } private XmlElement buildSimpleValueSubmission(String value) { Document xmlDoc = new Document(); Element xmlRoot = new Element(); Element xmlInstance = new Element(); xmlInstance.setName(instanceName); Element xmlField = new Element(); xmlField.setName(fieldName); xmlDoc.addChild(ELEMENT, xmlRoot); xmlRoot.addChild(ELEMENT, xmlInstance); xmlInstance.addChild(ELEMENT, xmlField); xmlField.addChild(TEXT, value); return new XmlElement(xmlField); } private XmlElement buildGroupValueSubmission(String... values) { Document xmlDoc = new Document(); Element xmlRoot = new Element(); Element xmlInstance = new Element(); xmlInstance.setName("data"); Element xmlGroup = new Element(); xmlGroup.setName("group"); List<Element> xmlFields = IntStream.range(0, values.length).boxed().map(i -> { Element xmlField = new Element(); xmlField.setName("field_" + (i + 1)); xmlField.addChild(TEXT, values[i]); return xmlField; }).collect(toList()); xmlDoc.addChild(ELEMENT, xmlRoot); xmlRoot.addChild(ELEMENT, xmlInstance); xmlInstance.addChild(ELEMENT, xmlGroup); xmlFields.forEach(field -> xmlGroup.addChild(ELEMENT, field)); return new XmlElement(xmlGroup); } String getFormName() { return formName; } Path getWorkDir() { return workDir; } Path getOutputMediaDir() { return outputMediaDir; } List<Pair<String, String>> mapSimpleValue(String value) { return mapValue(buildSimpleValueSubmission(value), true); } List<Pair<String, String>> mapSimpleValue(String value, boolean exportMedia) { return mapValue(buildSimpleValueSubmission(value), exportMedia); } List<Pair<String, String>> mapGroupValue(String... values) { return mapValue(buildGroupValueSubmission(values), true); } private List<Pair<String, String>> mapValue(XmlElement value, boolean exportMedia) { ExportConfiguration configuration = ExportConfiguration.Builder.empty() .setExportFilename("test_output.csv") .setExportDir(getOutputMediaDir().getParent()) .setExportMedia(exportMedia) .build(); return CsvFieldMappers .getMapper(fieldModel, false) .apply( formName, instanceId, getWorkDir(), fieldModel, Optional.of(value), configuration ) .collect(toList()); } public List<Path> getPaths() { return Arrays.asList(workDir, outputMediaDir); } public Path getOutputDir() { return outputDir; } public String getInstanceId() { return instanceId; } public void nextSubmission() { instanceId = "instance_" + instanceIdSeq++; } }
java
<reponame>abdullah578/bug-tracker-app .Content { margin-top: 58px; padding: 15px; transition: margin-left 0.3s ease-out; } .ContentOpen { margin-left: 250px; } .ContentClose { margin-left: 62.5px; } @media (max-width: 750px) { .ContentOpen { margin-left: 62.5px; } }
css
"use strict"; const Events = require("events"), stanamelist = require("./stalist.json"), fuils = { lpad: (str, len) => { while (str.length < len) str = "0" + str; return str; }, headerLen: 4, maxEqkStrLen: 60, maxEqkInfoLen: 120, binarytimeout: 2000, statimeout: 3000, gridtimeout: 5000, ra: ["서울", "부산", "대구", "인천", "광주", "대전", "울산", "세종", "경기", "강원", "충북", "충남", "전북", "전남", "경북", "경남", "제주"], staList: [] }; class Pews extends Events.EventEmitter { loop; sync = 2000; servertime = 0; sim = false; islog = true; _lastphase = 1; _lasteqk; serverURL = "/pews/data/"; lcs; minusmin = 0; constructor() { super(); this._PewsSync(); this.on("newListener", (e, listener) => { this.Log("Listener Connected:", e); }); } Log(...arg) { if (this.islog) console.log("[Pews Module]", ...arg); } Start(delay) { let last; this.loop = setInterval(() => { if (!this.sim) { const unixsec = Math.floor((Date.now() - this.sync + (this.minusmin * 60000)) / 1000); if (last === unixsec) return; this.servertime = new Date(unixsec * 1000); this._pewsRequest(); last = unixsec; } else { let t = this.servertime; this.servertime = new Date(t.setSeconds(t.getSeconds() + 1)); this._pewsRequest(); } }, delay); } Stop() { clearInterval(this.loop); this.loop = null; } _calcSync(unix) { return Date.now() - Number(unix) * 1000 + 1000; } _pewsRequest() { if (typeof (this.servertime) !== "object") return; this.lcs = Date.now(); const stime = this._timeFormat(this.servertime), requrl = `${this.serverURL}${stime}.b`; if (!this.serverURL.includes("local:")) { this._HTTP(requrl, fuils.binarytimeout) .then(arg => { this.sync = this._calcSync(arg[2].headers.st); if (!this.sim) this.Log("[SYNC]", this.sync, "ms"); if (!(!arg || !arg[0] || arg[2].statusCode !== 200)) { this.binaryHandler(arg[0]); this.emit("binary", arg[0], stime + ".b"); return this.emit("tick", requrl); } this.Log("[SYNC] Error:", arg[2].statusCode, requrl); this.emit("tick", requrl, arg[2].statusCode); this.emit("reqFail", requrl, arg[2].statusCode); }) .catch(e => { this.Log("[BFILE] Error:", e); this.emit("tick", requrl, "Unknown", e); this.emit("reqFail", requrl, "Unknown"); })/* .finally(() => { });*/ } else { try { const fs = require("fs"), path = requrl.replace("local:", ""); this.Log("[BFILE][LSDM] Loaded:", path); this.binaryHandler(fs.readFileSync(path, { encoding: null })); } catch (e) { this.Log("[BFILE][LSDM] Error:", e); } } } eqkinfoHandler(bin, binaryStr, phase) { return new Promise((resolve, reject) => { const data = binaryStr.substr(0 - ((fuils.maxEqkStrLen * 8 + fuils.maxEqkInfoLen))), eqkId = "20" + psubstr(69, 26), ep = `${eqkId}|${phase}`; if (this._lasteqk === ep) return reject(); this._lasteqk = ep; let infoStrArr = [], eqkMaxArea = [], eqkMaxAreaCode = []; for (let i = bin.byteLength - fuils.maxEqkStrLen; i < bin.byteLength; i++) infoStrArr.push(bin[i]); const eqkMaxAreaStr = data.substr(99, 17); if (eqkMaxAreaStr !== "11111111111111111") { for (let i = 0; i < fuils.ra.length; i++) { if (eqkMaxAreaStr.charAt(i) === "1") { eqkMaxArea.push(fuils.ra[i]); eqkMaxAreaCode.push(i); } } } else eqkMaxArea.push("-"); this.emit("eqkInfo", { lat: 30 + (psubstr(0, 10) / 100), lon: 124 + (psubstr(10, 10) / 100), mag: (psubstr(20, 7) / 10).toFixed(1), dep: psubstr(27, 10) / 10, time: Number(psubstr(37, 32) + "000"), id: eqkId, max: psubstr(95, 4), areas: eqkMaxArea, areaCode: eqkMaxAreaCode, loc: decodeURIComponent(escape(String.fromCharCode.apply(null, infoStrArr))).trim() }, phase); if (this._events.gridArray) this._getGrid(eqkId, phase); if (!this.sim) { if (this._events.eqkList) this.eqklistRequest(eqkId); } function psubstr(start, end) { return parseInt(data.substr(start, end), 2); } this.Log("Eqkinfo LAG:", this.lagcalc(), "ms"); resolve(true); }); } async binaryHandler(b) { const bin = new Uint8Array(b); let header = "", binaryStr = ""; for (let i = 0; i < fuils.headerLen; i++) { header += fuils.lpad(bin[i].toString(2), 8); } for (let i = fuils.headerLen; i < bin.byteLength; i++) { binaryStr += fuils.lpad(bin[i].toString(2), 8); } let phase = 1; if (header.substr(1, 1) === "0") { phase = 1; } else if (header.substr(1, 1) === "1" && header.substr(2, 1) === "0") { phase = 2; } else if (header.substr(2, 1) === "1") { phase = 3; } if (this._lastphase !== phase) { this.emit("phaseChange", phase); this._lastphase = phase; if (phase !== 1) await this.eqkinfoHandler(bin, binaryStr, phase); } this.emit("phase", phase); if (!this.sim) { const newId = "20" + parseInt(header.substr(6, 26), 2); if (!this.lastid || Number(this.lastid) < Number(newId)) { if (this.lastid) this.Log("EQKID is Updated."); this.lastid = newId; if (this._events.eqkList) this.eqklistRequest(this.lastid); } } if (this._events.Station) { if (header.substr(0, 1) === "1" || fuils.staList.length < 99) { this.Log("[Station]", "List update by " + (header.substr(0, 1) !== "1" ? "client" : "server")); await this._getSta(binaryStr); } else this._StaCallback(binaryStr); } this.Log("Binary LAG:", this.lagcalc(), "ms"); if (!this._events.eqkInfo || phase === 1) { return this.emit("Coverted", bin, binaryStr); } } _getSta(data) { new Promise((resolve, reject) => { const stime = this._timeFormat(this.servertime), requrl = `${this.serverURL}${this._timeFormat(this.servertime)}.s`; if (!this.serverURL.includes("local:")) { this._HTTP(requrl, fuils.statimeout) .then(arg => { if (!(!arg || !arg[0] || arg[2].statusCode !== 200)) { this.StabufferHandler(arg[0], data); this.emit("binary", arg[0], stime + ".s"); return resolve(true); } this.Log("[Station] Error:", arg[2].statusCode, requrl); this.emit("reqFail", requrl, arg[2].statusCode); return reject(arg[2].statusCode); }) .catch(e => { reject(e); this.Log("[Station] Error:", e); }) .finally(() => { this.emit("tick", requrl); }); } else { try { const fs = require("fs"), path = this.serverURL.replace("local:", "") + "stations.s"; this.Log("[Station][LSDM] Loaded:", path); this.StabufferHandler(fs.readFileSync(path, { encoding: null })); resolve(true); } catch (e) { reject(e); this.Log("[Station][LSDM] Error:", e); this.Log("[WARNING] No required data!!!"); } } }); } StabufferHandler(buf, data) { return new Promise((resolve, reject) => { if (!buf) return reject(); const byteArray = new Uint8Array(buf); let binaryStr = ""; for (let i = 0; i < byteArray.byteLength; i++) { binaryStr += fuils.lpad(byteArray[i].toString(2), 8); } this._StaBinHandler(binaryStr); this._StaCallback(data); resolve(true); }); } _StaBinHandler(binaryData) { if (!binaryData) return this.Log("[Station]", "Handling fail: No required argument values!"); function findstaname(id, lat, lon) { if (!(lat >= 33) || !(lat <= 43) || !(lon >= 124) || !(lon <= 132)) return { name: id + "번", orglat: lat, orglon: lon }; const deg2rad = (deg) => { return deg * (Math.PI / 180); }; let similar = []; for (let i in stanamelist) { const R = 6371, dLat = deg2rad(stanamelist[i].lat - lat), dLon = deg2rad(stanamelist[i].lon - lon), a = Math.sin(dLat / 2) * Math.sin(dLat / 2) + Math.cos(deg2rad(lat)) * Math.cos(deg2rad(stanamelist[i].lat)) * Math.sin(dLon / 2) * Math.sin(dLon / 2), c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1 - a)), dis = Math.floor(R * c); similar.push({ orglat: stanamelist[i].lat, orglon: stanamelist[i].lon, name: stanamelist[i].name, code: stanamelist[i].code, dis: dis }); } similar = similar.sort(function (a, b) { return a["dis"] - b["dis"]; }); return (similar[0].dis < 24 ? { name: similar[0].name, orglat: similar[0].orglat, orglon: similar[0].orglon, code: similar[0].code } : { name: id + "번", orglat: lat, orglon: lon }); } let newStaList = [], staLatArr = [], staLonArr = []; for (let i = 0; i < binaryData.length; i += 20) { staLatArr.push(30 + (parseInt(binaryData.substr(i, 10), 2) / 100)); staLonArr.push(120 + (parseInt(binaryData.substr(i + 10, 10), 2) / 100)); } for (let i = 0; i < staLatArr.length; i++) { let staInfo = []; const datareplace = findstaname(i, staLatArr[i], staLonArr[i]); staInfo.name = datareplace.name; staInfo.code = datareplace.code; staInfo.lat = datareplace.orglat; staInfo.lon = datareplace.orglon; staInfo.idx = i; newStaList.push(staInfo); } if (newStaList.length > 99) fuils.staList = newStaList; } _StaCallback(data) { const mmiObject = this._mmiBinHandler(data); if (!mmiObject) return; for (let i = 0; i < fuils.staList.length; i++) { fuils.staList[i].mmi = mmiObject.mmiData[fuils.staList[i].idx] || 0; } this.emit("Station", fuils.staList); } _mmiBinHandler(binaryData) { const mmiObj = { mmiData: [] }; if (!binaryData) return mmiObj; if (binaryData && binaryData.length > 0) { for (let i = 0; i < binaryData.length; i += 4) mmiObj.mmiData.push(parseInt(binaryData.substr(i, 4), 2)); } return mmiObj; } _getGrid(id, phase) { const dotalpha = phase === 2 ? ".e" : ".i", requrl = `${this.serverURL}${id}${dotalpha}`; if (!this.serverURL.includes("local:")) { this._HTTP(requrl, fuils.gridtimeout) .then(arg => { if (!(!arg || !arg[0] || arg[2].statusCode !== 200)) { const gridArr = this._gridBufHandler(arg[0]); if (gridArr.length < 17666) return setTimeout(() => { this._getGrid(id, phase); }, 200); this.emit("gridArray", gridArr); if (this._events.binary) this.emit("binary", arg[0], `${id}${dotalpha}`); return; } this.Log("[Grid] Error:", arg[2].statusCode, requrl); this.emit("reqFail", requrl, arg[2].statusCode); }) .catch(e => { this.Log("[Grid] Error:", e); }) .finally(() => { this.emit("tick", requrl); }); } else { try { const fs = require("fs"), path = this.serverURL.replace("local:", "") + "grid" + dotalpha, gridArr = this._gridBufHandler(fs.readFileSync(path, { encoding: null })); this.Log("[Grid][LSDM] Loaded:", path); this.emit("gridArray", gridArr); } catch (e) { this.Log("[Grid][LSDM] Error:", e); this.Log("[WARNING] No required data!!!"); } } } _gridBufHandler(buf) { const byteArray = new Uint8Array(buf); let gridArr = []; for (let i = 0; i < byteArray.length; i++) { const gridStr = fuils.lpad(byteArray[i].toString(2), 8); gridArr.push(parseInt(gridStr.substr(0, 4), 2)); gridArr.push(parseInt(gridStr.substr(4, 4), 2)); } return gridArr; } _timeFormat(time) { if (typeof (time) === "string") return time; let r = time.getUTCFullYear(); r += String(time.getUTCMonth() + 1).padStart(2, "0"); r += String(time.getUTCDate()).padStart(2, "0"); r += String(time.getUTCHours()).padStart(2, "0"); r += String(time.getUTCMinutes()).padStart(2, "0"); r += String(time.getUTCSeconds()).padStart(2, "0"); return r; } _timeTobj(str) { if (typeof (str) === "object") return str; str = String(str); const r = new Date(); r.setUTCFullYear(str.substr(0, 4)); r.setUTCMonth(Number(str.substr(4, 2)) - 1); r.setUTCDate(str.substr(6, 2)); r.setUTCHours(str.substr(8, 2)); r.setUTCMinutes(str.substr(10, 2)); r.setUTCSeconds(str.substr(12, 2)); return r; } /** * 지진발생기록 요청 메서드 * @param {string} eqkid 최근지진ID */ eqklistRequest(eqkid) { return new Promise((resolve, reject) => { const requrl = "/pews/data/list/" + eqkid + ".h"; this._HTTP(requrl) .then(arg => { if (!(!arg || !arg[0] || arg[2].statusCode !== 200)) { try { const json = JSON.parse(arg[0].toString()); resolve(json); return this.emit("eqkList", json, eqkid); } catch (e) { reject(e); } } reject(arg[2].statusCode); this.Log("[EQKLIST] Error:", arg[2].statusCode, requrl); this.emit("reqFail", requrl, arg[2].statusCode); }) .catch(e => { reject(e); this.Log("[EQKLIST] Error:", e); }) .finally(() => { this.emit("tick", requrl); }); }); } _PewsSync() { clearInterval(this.loop); this.loop = null; if (!this.sim) { this._HTTP("/pews/") .then(arg => { if (!(!arg || !arg[0] || arg[2].statusCode !== 200 || !arg[2].headers.st)) { this.sync = this._calcSync(arg[2].headers.st); this.Log("[SYNC] Time synchronization successful."); } else this.Log("[SYNC] Get PEWS server time: Invalid response"); this.Start(10); }) .catch(err => { this.Log("[SYNC] Get PEWS server time fail:", err); }); } } GetLocationMMI(lat, lon, gridArr) { let cnt = 0, locmmi = 1; if (gridArr.length > 0) { for (let i = 38.85; i > 33; i -= 0.05) { for (let j = 124.5; j < 132.05; j += 0.05) { if (Math.abs(lat - i) < 0.025 && Math.abs(lon - j) < 0.025) { locmmi = gridArr[cnt]; if (locmmi > 11) locmmi = 1; break; } cnt++; } } } return locmmi; } _HTTP(path, timeout) { return new Promise((resolve, reject) => { let chunk = Buffer.alloc(0); const https = require("https"), r = https.request({ hostname: "www.weather.go.kr", path: path, method: "GET", timeout: timeout || 1000 }, (res) => { res.on("data", data => { chunk = Buffer.concat([chunk, data], chunk.byteLength + Buffer.from(data).byteLength); }); res.once("end", () => { resolve([chunk, this.servertime, res]); }); }); r.once("error", (err) => { reject(err.message); }); r.once("timeout", () => { reject("timeout"); this.Log("[HTTP]", "PEWS Server request timeout!"); }); r.end(); }); } lagcalc() { return Date.now() - this.lcs; } StopSimulation() { clearInterval(this.loop); this.loop = null; this.sim = false; this.serverURL = "/pews/data/"; this._PewsSync(); fuils.headerLen = 4; fuils.staList = []; this.emit("StationRedata"); } StartSimulation(id, time, hlen) { if (!this.loop) { return setTimeout(() => { this.StartSimulation(id, time, hlen); }, 100); } clearInterval(this.loop); this.loop = null; this.sim = true; this.servertime = this._timeTobj(time); this.servertime = new Date(this.servertime.setHours(this.servertime.getHours() - 9)); this.servertime = this.servertime.setSeconds(this.servertime.getSeconds() - 1); this.servertime = new Date(this.servertime); fuils.staList = []; if (!id.includes("local:")) this.serverURL = "/pews/data/" + id + "/"; else this.serverURL = `./${id}/`; fuils.headerLen = hlen; this.emit("StationRedata"); this.Start(1000); } } module.exports = Pews;
javascript
{ "name": "apiato/appointcase", "description": "AppointCase Container for apiato.", "require": { } }
json
India’s External Affairs Minister S Jaishankar during an interaction with senior journalist Rahul Kanwal at the India Today conclave was asked about Eric Garcetti’s (US ambassador to India) views on CAA. Given this background, Minister of External Affairs S Jaishankar was asked at the India Today Conclave 2023 what happens when Garcetti arrives here. “Let him come here. Pyaar se samjha denge” replied the foreign minister with a smile. Eric Garcetti served as the Mayor of Los Angeles in 2013 and held the office till 2022 — he became the city’s youngest mayor in 100 years, and the first Jewish person to occupy the post. As an independent media platform, we do not take advertisements from governments and corporate houses. It is you, our readers, who have supported us on our journey to do honest and unbiased journalism. Please contribute, so that we can continue to do the same in future.
english
Bhagiya Jaga Di Ham Lachar Bani Ho song is a Bhojpuri devotional song from the Gaura Dukh Kahe Nahi Bujhata Hain released on 2019. Music of Bhagiya Jaga Di Ham Lachar Bani Ho song is composed by . Bhagiya Jaga Di Ham Lachar Bani Ho was sung by Sahil Sajanwa, Amrita Dixit. Download Bhagiya Jaga Di Ham Lachar Bani Ho song from Gaura Dukh Kahe Nahi Bujhata Hain on Raaga.com.
english
<reponame>GongT/kendryte-ide-shell import { ensureSymlink, pathExists } from 'fs-extra'; import { ISingleTask, log, task } from '../library/gulp'; import { createCompileTask, createTypescriptWatch, createWatchTask } from '../library/gulp/compileTaskBuild'; import { createTypescriptTaskWithRename } from '../library/gulp/typescript'; import { isExistsSync } from '../library/misc/fsUtil'; import { nativePath } from '../library/misc/pathUtil'; import { cleanupBuildTask, cleanupDevelTask } from './cleanup'; import { EXTENSIONS_DIST_PATH_DEVELOP, EXTENSIONS_DIST_PATH_RESULT, EXTENSIONS_SOURCE_CODE_PATH, listExtension } from './path'; const TASK_CATEGORY = 'extensions'; export const extensionsBuildTask = task(TASK_CATEGORY + ':build', createAll(createBuildTask)); export const extensionsTask = task(TASK_CATEGORY + ':develop', createAll(createDevelTask)); export const extensionsWatchTask = task(TASK_CATEGORY + ':watch', createAll(createDevelWatchTask)); export const createExtensionsNodeModulesTask = task(TASK_CATEGORY + ':node_modules', async () => { await ensureSymlink(nativePath(EXTENSIONS_SOURCE_CODE_PATH, 'node_modules'), nativePath(EXTENSIONS_DIST_PATH_DEVELOP, 'node_modules')); for (const item of listExtension()) { const src = nativePath(EXTENSIONS_SOURCE_CODE_PATH, item, 'node_modules'); if (await pathExists(src)) { await ensureSymlink(src, nativePath(EXTENSIONS_DIST_PATH_DEVELOP, item, 'node_modules')); } } }); function createAll(createFn: (name: string) => ISingleTask) { return listExtension().map(createFn); } function wrapJsonTask(name: string) { return { id: 'assets', root: nativePath(EXTENSIONS_SOURCE_CODE_PATH, name), output: nativePath(EXTENSIONS_DIST_PATH_DEVELOP, name), built: nativePath(EXTENSIONS_DIST_PATH_RESULT, name), sourceFiles: ['json'], task() { return (p: NodeJS.ReadWriteStream) => p; }, }; } function wrapTypescriptTask(name: string) { let root: string = '/path/not/exists'; if (isExistsSync(nativePath(EXTENSIONS_SOURCE_CODE_PATH, name, 'src/tsconfig.json'))) { root = nativePath(EXTENSIONS_SOURCE_CODE_PATH, name, 'src'); } else if (isExistsSync(nativePath(EXTENSIONS_SOURCE_CODE_PATH, name, 'tsconfig.json'))) { root = nativePath(EXTENSIONS_SOURCE_CODE_PATH, name); } else { log(`Cannot find tsconfig.json for extension "${name}"`); } return { root, output: nativePath(EXTENSIONS_DIST_PATH_DEVELOP, name), built: nativePath(EXTENSIONS_DIST_PATH_RESULT, name), sourceFiles: ['ts'], task: createTypescriptTaskWithRename, }; } export function buildTaskName(name: string) { return TASK_CATEGORY + ':' + name + ':build'; } function createBuildTask(name: string) { return task(buildTaskName(name), [ createCompileTask(TASK_CATEGORY + ':' + name, wrapJsonTask(name), [cleanupBuildTask], true), createCompileTask(TASK_CATEGORY + ':' + name, wrapTypescriptTask(name), [cleanupBuildTask], true), ]); } function createDevelTask(name: string) { return task(TASK_CATEGORY + ':' + name + ':compile', [ createCompileTask(TASK_CATEGORY + ':' + name, wrapJsonTask(name), [cleanupDevelTask], false), createCompileTask(TASK_CATEGORY + ':' + name, wrapTypescriptTask(name), [cleanupDevelTask], false), ]); } function createDevelWatchTask(name: string) { return task(TASK_CATEGORY + ':' + name + ':watch', [ createWatchTask(TASK_CATEGORY + ':' + name, wrapJsonTask(name), [cleanupDevelTask]), createTypescriptWatch(TASK_CATEGORY + ':' + name, wrapTypescriptTask(name), [cleanupDevelTask]), ]); }
typescript
Obscura, the iPhone camera app for pro users, has released a new major version called Obscura 4 with support for the iPad. It also brings new features, such as dual reticule mode to have different points on the viewfinder for focus and exposure. Ben McCarthy, the developer of the app, launched the first version in 2015 just after Apple released the manual camera API at WWDC 2014. It was followed by the second version in 2018. While Obscura 3 was released just last year with a redesigned interface, McCarthy decided to release a new version to switch to a freemium model. Also, instead of releasing a separate app like with previous releases, they decided to simply update the Obscura 3 app, so people who purchased that version could also benefit from it. Obscura 4 still retains most of the elements from the previous version, which made it easy to shoot images or videos while holding the phone with one hand. The exposure wheel now has 1/3 stop increments with satisfying haptic feedback. The app also has a cleaned-up quick settings menu with better labeling options. There is a new button to access the photo library in one tap directly from the main camera screen. You can drag your finger out from that icon to quickly go through some recent shots without leaving the main interface. McCarthy has also neatly placed image details below a photo in a floating card so the information doesn’t cover it. You can always swipe up to see more details. The new version retains premium features such as RAW and ProRAW image formats, 48-megapixel capture, filters, histogram, alternative aspect ratio captures, themes, live photo mode, portrait mode and custom app icons. It also adds new features like dual reticule mode, which lets you pick different points on the viewfinder for focus and exposure, as well as exposure clipping highlighting that shows under or over-exposed areas of the viewfinder. Obscura 4 is free to download and use with features like the exposure dial and manual photo mode. Users can pay $9.99 per year to unlock all features. People already using the Obscura 3 app with an Extra level subscription can upgrade to Ultra for just $4.99 for the first year. McCarthy’s app directly competes with the likes of Proton — a new app by the makers of Camera+ — and the popular Halide app. However, Obscura is comparatively cheaper than both apps.
english
Harmanpreet Kaur-led India won the toss and opted to bowl against Australia in the third and final T20I here at the Carrara Oval on Sunday. At the time of the toss, Harmanpreet said: "We are going to bowl first. That is what we have been wanting to do from day 1. We have one change. On the other hand, said: "We were gonna bat first anyway. Excited to finish the series on a good note. " Australia batters had held their nerve to beat India by 4 wickets in a low-scoring thriller at the Carrara Oval in the second T20I of the three-match series on Saturday. The home side chased the target of 119 in the 19. 1 overs to seal the multi-format series with one match to spare. Australia won the ODI series 2-1, drew the Test and now the win in the second T20I handed them the series. Tahlia McGrath was the architect of this win for Australia as she scored an unbeaten 42, opener Beth Mooney also played a valuable inning of 34 for the home side. For India, Rajeshwari Gayakwad scalped three wickets while Shikha Pandey, Harmanpreet Kaur and Deepti Sharma returned with one wicket apiece. Playing XI: Australia XI: Alyssa Healy (wk), Beth Mooney, Meg Lanning (c), Ashleigh Gardner, Ellyse Perry, Tahlia McGrath, Nicola Carey, Georgia Wareham, Annabel Sutherland, Sophie Molineux, Tayla Vlaeminck. India: Shafali Verma, Smriti Mandhana, Jemimah Rodriques, Harmanpreet Kaur (c), Harleen Deol, Richa Ghosh (wk), Pooja Vastrakar, Deepti Sharma, Shikha Pandey, Rajeshwari Gayakwad, Renuka Singh. ( With inputs from ANI )
english
To get access to over 10000+ Franchise Business Opportunities. Network with the growing Business Community to get expert interventions to let you learn to Grow & Expand your Business with Franchising. Established in March 2017, Prima Diagnostics has set the highest standard of diagnostic accuracy to fight the battle against various health conditions. Within a short span, Prima has spread its wings all across Bangalore and also Mysore. Prima bridges the gap in healthcare by providing the most accurate and comprehensive diagnostic tests within easy reach of customers. The diagnostics chain challenges the limits of conventional diagnostics through innovative technology and groundbreaking procedures that help diagnose diseases with greater speed and precision than ever before. By combining technological excellence with the expertise of skilled medical professionals and support staff, Prima helps every patient get accurate and reliable reports. We provide the answers people are looking for, with compassionate care and service within the shortest duration. Thanks for showing your interest in Prima Diagnostics. Your contact detail has been shared with the company. requested you to create your investor profile and upgrade to directly contact the brand. Thanks for showing your interest in Prima Diagnostics. But you have already applied for Prima Diagnostics.
english
Reserve Police Force (CRPF) personnel on Thursday "misbehaved" with women voters at a polling booth in Bengal's Nandigram constituency, the TMC urged the Election Commission to take immediate action against the offenders. In a letter to the poll panel, the ruling party claimed that CRPF personnel, posted at booth number 197 in Nandigram, were seen exhibiting improper behaviour, with some even intimidating women. Such conduct by the CRPF men deployed on polling duty represents "their partisan conduct which is prejudicial for the Trinamool", the letter said. The party demanded that the security team, seen "misbehaving" at the polling station, be immediately replaced and strict action be taken against the accused personnel. Earlier in the day, TMC candidate from Nandigram and Chief Minister Mamata Banerjee told reporters that large-scale rigging had taken place in the constituency at the behest of BJP leaders, with the central forces doing nothing to stop the malpractice. (Only the headline and picture of this report may have been reworked by the Business Standard staff; the rest of the content is auto-generated from a syndicated feed. )
english
Hyundai Motor India presently sells 11 models -- Creta, Venue, Verna, Elite i20, Grand i10 Nios, Aura, Santro, Grand i10, Elantra, Tucson and Kona Electric. - The special offers and discounts can be availed by the Hyundai customers in select cities. - Hyundai Motor India is providing benefits up to Rs 1 lakh on its models in October 2020. - The automaker had witnessed a 23. 6 per cent growth in domestic sales in September 2020. By Varun Singh: Hyundai Motor India today initiated a nine-day Navratri car care camp for its customers with special offers and discounts on labour, interior cleaning, exterior beautification, anti-rust, body paint, and wheel alignment and wheel balancing. At present, Hyundai Motor India sells 11 models -- Creta, Venue, Verna, Elite i20, Grand i10 Nios, Aura, Santro, Grand i10, Elantra, Tucson and Kona Electric. The Navratri car care camp is open till October 22. Below are all the special offers and discounts that the Hyundai customers in select cities can avail during the camp. The automaker is also providing benefits up to Rs 1 lakh on models like the Elite i20, Grand i10 Nios, Aura, Grand i10, Santro and the Elantra in October 2020. The domestic sales of Hyundai Motor India had jumped 23. 6 per cent to 50,313 units in September 2020 from 40,705 units in the year-ago month.
english
package net.flytre.rplus; import net.fabricmc.api.ClientModInitializer; import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap; import net.flytre.rplus.util.BlockRegistry; import net.minecraft.client.render.RenderLayer; public class RedstonePlusClient implements ClientModInitializer { @Override public void onInitializeClient() { BlockRenderLayerMap.INSTANCE.putBlock(BlockRegistry.DIODE, RenderLayer.getCutout()); } }
java
<gh_stars>10-100 { "description": "Quid pro quo community organizing, how to organize a peer2peer classical music festival\n\nThis talk is about the experiences of the speaker in organizing classical music concerts together with like minded individuals, and companies that provide organizational (or material) sponsoring rather than financial.\nA whole new type of intermediate organization is arising, more or less a marketplace where companies and individuals can exchange their talents and time for exposure and involvement in these concerts and festivals.\n\nThe take aways are:\n- how to organize such marketplaces\n- which types of events lend themselves for this approach\n- what do you still need to take care of in \"the old way\"\n\nDownload video: https://fscons.org/videos", "favorite": "0", "length": "42:24", "likes": "0", "recorded": "2015-11-07", "speakers": [ "hans-de-raad" ], "tags": [], "thumbnail_url": "https://i.ytimg.com/vi/-L0fj6oPebQ/hqdefault.jpg", "title": "Quid pro quo community organizing", "videos": [ { "code": "-L0fj6oPebQ", "type": "youtube" } ], "views": "1" }
json
New Delhi, March 16: Congress Vice President Rahul Gandhi on Wednesday accused the rendra Modi government of ignoring the aspirations of the people of Andhra Pradesh by denying special status to the state. “Unfortutely, the government of the day is not interested in supporting the aspirations of people of Andhra Pradesh. I have visited AP many a times to fight for special status, I have mentioned Polararam as well but the government of the day isn’t interested,” Gandhi said, addressing a delegation of Congress workers at party headquarters here. He said the Congress party will ask the central government to grant special status to Andhra Pradesh. Congress workers have got one crore sigtures for a petition from the people residing in Andhra Pradesh, demanding ‘special status’ for the state. “We can exert pressure on government of India, that we can get special status and other demands that are rightfully yours,” Gandhi said while making a reference towards prime minister “that he only understands pressure”. “The Congress party has maged to put pressure him (prime minister) on Land Bill that you have noticed and the budget after which it became the pro farmer budget. For two years, there was no interest of farmers, that they are dying didn’t matter, that they are committing suicide it also doesn’t matter, but Congress party exerted pressure and the budget became pro-farmer,” Gandhi added. He also asked the Congress cadre to work hard to bring the party back in power in Andhra Pradesh. “Today, you might not have large votes in AP but it’ll take little bit of hard work, we are going to help you and you’ll see that you’ll surprise yourself and come back to power much quicker than you think and lead AP once again,” Gandhi said. (IANS)
english
The woman was raped in the intervening night of December 9 and 10 when she was travelling in the bus from Kanpur to Jaipur. The Rajasthan Police have arrested one person for allegedly raping a 20-year-old Dalit woman in a bus that was travelling to Jaipur from Kanpur, reported The Indian Express on Saturday. The woman was raped allegedly by two drivers in the intervening night of December 9 and 10 when she boarded the bus for Jaipur to meet a relative. A first information report was registered on December 10 against the accused persons, Aarif and Lalit, under Section 376D (gangrape) of the Indian Penal Code and sections of the Scheduled Castes and Scheduled Tribes (Prevention of Atrocities) Act. While Aarif has been arrested, Lalit is absconding. Assistant Commissioner of Police Phoolchand Meena, the investigating officer in the case, told The Indian Express that as all the seats in the bus were occupied, the two accused persons told the woman that she could sleep on a seat inside the driver’s cabin. The passengers in the bus then roughed up both drivers, following which one managed to escape. “Thereafter, one of the passengers in the bus, who is also a driver by profession, drove the bus to Jaipur.” said the police official.
english
Ask Question Here! JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding. I am writing music, but I don't have too many listeners. Is there an efficient method to promote my music?
english
/** * This class is generated by jOOQ */ package org.jooq.test.ase.generatedclasses.tables.records; /** * This class is generated by jOOQ. */ @java.lang.SuppressWarnings("all") public class VLibraryRecord extends org.jooq.impl.TableRecordImpl<org.jooq.test.ase.generatedclasses.tables.records.VLibraryRecord> implements org.jooq.Record2<java.lang.String, java.lang.String> { private static final long serialVersionUID = 1575894708; /** * The table column <code>dbo.v_library.author</code> */ public void setAuthor(java.lang.String value) { setValue(org.jooq.test.ase.generatedclasses.tables.VLibrary.AUTHOR, value); } /** * The table column <code>dbo.v_library.author</code> */ public java.lang.String getAuthor() { return getValue(org.jooq.test.ase.generatedclasses.tables.VLibrary.AUTHOR); } /** * The table column <code>dbo.v_library.title</code> */ public void setTitle(java.lang.String value) { setValue(org.jooq.test.ase.generatedclasses.tables.VLibrary.TITLE, value); } /** * The table column <code>dbo.v_library.title</code> */ public java.lang.String getTitle() { return getValue(org.jooq.test.ase.generatedclasses.tables.VLibrary.TITLE); } /** * Create a detached VLibraryRecord */ public VLibraryRecord() { super(org.jooq.test.ase.generatedclasses.tables.VLibrary.V_LIBRARY); } // ------------------------------------------------------------------------- // Record2 type implementation // ------------------------------------------------------------------------- /** * {@inheritDoc} */ @Override public org.jooq.Row2<java.lang.String, java.lang.String> fieldsRow() { return org.jooq.impl.DSL.row(field1(), field2()); } /** * {@inheritDoc} */ @Override public org.jooq.Row2<java.lang.String, java.lang.String> valuesRow() { return org.jooq.impl.DSL.row(value1(), value2()); } /** * {@inheritDoc} */ @Override public org.jooq.Field<java.lang.String> field1() { return org.jooq.test.ase.generatedclasses.tables.VLibrary.AUTHOR; } /** * {@inheritDoc} */ @Override public org.jooq.Field<java.lang.String> field2() { return org.jooq.test.ase.generatedclasses.tables.VLibrary.TITLE; } /** * {@inheritDoc} */ @Override public java.lang.String value1() { return getAuthor(); } /** * {@inheritDoc} */ @Override public java.lang.String value2() { return getTitle(); } }
java
<reponame>jwzimmer/tv-tropes<filename>linked_article_tropes/linked_trope_dict_from_HeroicDolphin.json {"HeroicDolphin": ["RuleOfCute", "FriendlyPlayfulDolphin", "SapientCetaceans", "WarmHeartedWalrus", "SweetSeal", "PlayfulOtter", "DeviousDolphins", "AntiHero", "SapientCetaceans", "LiveActionTV", "AndroclesLion", "SerialKiller", "ConsultingAConvictedKiller", "AndroclesLion", "VideogameCrueltyPotential", "ShootEmUp", "HorseOfADifferentColor", "MakesJustAsMuchSenseInContext", "MakesJustAsMuchSenseInContext", "AlwaysChaoticEvil", "BlueAndOrangeMorality", "RealLife", "FridgeHorror", "FriendlyPlayfulDolphin", "BlueAndOrangeMorality"]}
json
Teejay Sidhu says she 'won't stop': 'We're travel bloggers, for how many years will I just sit in my house and not work? Karanir Bohra's wife Teejay Sidhu talks about balancing work and personal life as a mom to three kids; adds that she would not ‘like to look back and say I was going through such a hard time in lockdown’. Teejay Sidhu, the wife of actor Karanvir Bohra, has shared her views on motherhood and has said that since she is a travel blogger, she cannot stay at home and not work for long. Karanvir and Teejay have three kids - five-year-old twin daughters Bella and Vienna, and Gia Vanessa Snow, who was born in December 2020. Talking about managing the work involved in caring for a baby, Teejay said, "I don't really research too much I just kind of did whatever I could myself. I would just feed t and just start introducing formula and doing a little less feeding. Your body somehow just adjusts - it knows. We are in everything together. I'm just I'm the same mom like everybody else. Sometimes I don't take a bath for a couple of days and sometimes I eat leftovers from what I made. Sometimes I eat the kids' food! " She was in conversation with the Instagram account Freedom To Feed. She also shared her views on life amid the pandemic and said, "We don't have as many years in this life as we think - it's going to go by fast. I would not like to look back and say I was going through such a hard time in lockdown and I was stressed - I can't have that effect affect my positive energy. There's no space for it. So one kid, three kids , honestly, I could have a couple of more children. I love it. I think it's just so fun. It's like it's just in the air. And I won't stop our life for it. We're travel bloggers also - we have a trip every month. So I'm not going to stop - for how many years will I just sit in my house and not work and not do stuff? " The official account of Freedom To Food, a Neha Dhupia initiative aimed at helping and building a community of new moms, posted screenshots of the chat with Teejay. Responding to the post, Teejay commented, “Must do it again! ” Neha also wrote @bombaysunshine likewise … thank you for bringing in so much positivity. " Neha also reshared the screenshots on her Instagram Stories.
english
from tqdm import tqdm from toolz.functoolz import compose from torch.utils.data import Dataset class LMDataset(Dataset): """Wraps a wikitext dataset from pytorch NLP which is provided as a list of tokens """ def __init__(self, tokens, max_len=256): self.max_len = max_len self.data = [self._split_samples(tokens, idx) for idx in tqdm(range(len(tokens) - 1), total=len(tokens) - 1)] self.transforms = [] def _split_samples(self, tokens, idx): _len = min(self.max_len, len(tokens) - 1 - idx) inputs = tokens[idx:idx + _len] targets = tokens[idx + 1:idx + 1 + _len] return inputs, targets def map(self, fn, lazy=True): self.transforms.append(fn) if not lazy: self.apply_transforms() return self def apply_transforms(self): fn = compose(*self.transforms[::-1]) self.transforms = [] # In place transformation to save some mem. for i in tqdm(range(len(self.data)), total=len(self.data)): self.data[i] = (fn(self.data[i][0]), fn(self.data[i][1])) return self def __len__(self): return len(self.data) def __getitem__(self, idx): datum = self.data[idx] for t in self.transforms: datum = t(datum) return datum
python
Gippy Grewal and Binnu Dhillon never missed a chance to entertain the audience with their film. And one of the classic films is Carry On Jatta. Gippy, Binnu along with Jaswinder Bhalla, broke many records with the two parts of the film. And in April 2022, the makers revealed that they are coming with the third instalment. Though more information regarding the threequel has not been revealed, now Binnu Dhillon took to his social media and shared his picture in which he revealed that he is going to London for the shoot of Carry On Jatta 3. Yes, finally the rays of hope have been seen. After the success of Yaar Mera Titliaan Warga, now, Gippy will be busy making the cult sequel. While sharing his picture, Binnu wrote, ‘Off To London, Carry On Jatta 3’. Now, fans are really excited. Though other expected stars haven't shared any details regarding the project, we hope they will slowly and steadily reveal the full cast and crew of Carry On Jatta 3. Recently, it has also been reported that Jaani might be featured in the upcoming threequel as he was captured with Gippy and Bhana LA. But we can only make guesses in the air and wait a little longer for official revelations. The film is scheduled for release on June 29, 2023. The producer and actor, Gippy Grewal, shared the poster of the film on the official social media platform of Humble Motion Picture.
english
{ "@metadata": { "authors": [ "Joetaras" ] }, "pluggableauth-desc": "Dèje 'nu framework pe attaccà autendicaziune e autorizzazziune", "pluggableauth-not-authorized": "{{GENDER:$1|Utende}} $1 none autorizzate.", "pluggableauth-authentication-failure": "L'utende non ge pò essere autendicate.", "pluggableauth-authentication-workflow-failure": "'U flusse de autendicazione ave fallite.", "pluggableauth-loginbutton-label": "Tràse cu PluggableAuth", "pluggableauth-loginbutton-help": "Autendicate cu PluggableAuth", "pluggableauth-fatal-error": "Errore fatale sus a l'autendicazione de l'utende." }
json
Petrol prices have witnessed a spike worldwide on account of the rising demand and inflation. Developing countries throughout the world, especially Pakistan, have to bear the effects of this price hike. This impact comes down to the financial capacities that all countries hold in their respective governments and economies. Find out the shifting trends of the latest petrol price in Pakistan via this article by Graana.com— Pakistan’s smartest property portal. Like other countries, Pakistan has also suffered amidst this wave of economical crisis. This, combined with the political unrest in the country, is leading to drastic changes in petrol prices every passing day. The ongoing price of petrol in Pakistan is as follows: |Current Price of Fuel (Average) Why Pakistan is Facing a Hike in Fuel Prices? In a bid to keep the country stable amidst the loan crisis, the country gave in to the International Monetary Fund’s deal to stabilise the economy through suggested conditions. This $6 billion bailout package came at the cost of cutting down subsidies for the public, given that the move is hiking up fuel prices in intervals; at a drastic rate of around 20 percent increase. This unpopular decision to hike prices is a result of the government’s urgent and necessary choices that they had to be taken, in order to keep the country running. Despite the decision being political, the price increase contributes majorly to the elimination of uncertainty in markets. Pakistan has faced an exponential increase in petrol prices just during the first half of 2022. Following is a complete breakdown of the average fuel prices around the month, and the difference from their previous cost. |Petrol Price (Average During Month) The prices mentioned in the table above may vary from their cost at petrol pumps. This is due to the inclusion of freight charges i.e. transportation charges from the nearest oil depot to the pump. This double-digit inflation has brought a round of chaos to people across the nation, given that they are still recovering from the economic backlash from Covid-19 in the past two years. This act has been highly criticised by the people claiming that there is a sudden increase in prices of everyday commodities. The cost of all products including food, groceries, electronics etc, has been brought to their purchase price and any sort of subsidisation has been removed. Proportional to the influx in prices of necessities and luxuries, the cost of education has reached new heights. Universities and schools are charging exponential rates, and the daily commute to jobs and schools has become increasingly difficult. Not only this but the situation is taking its toll on businesses as well. Shops, companies, and brands with established names and reputations are being forced to shut down at the expense of going into losses. Who is Responsible for the Regulation of Oil and Gas Sector in Pakistan? The Pakistani government established the Oil and Gas Regulatory Authority (OGRA) in 2002 to oversee the nation’s fuel industry. OGRA compiles a detailed report to advise adjustments to the gasoline prices in Pakistan based on the demand, supply, and consumption of numerous other important resources. However, approval from the Prime Minister of Pakistan remains a must before it can be put into effect; if not, the petrol prices will remain the same. Pricing negotiations between the government and OGRA are also a critical step in the process. Predicted Trends for Petrol Prices Around the Year: Pakistan’s unstable balance of payments is primarily due to its inability to increase exports, which have remained nearly flat for a decade due to protectionist policies, analysts claim. This comes around as a pressing concern for the general public, who are yet to keep experiencing the steep hike in petrol prices. Apart from the economical standing, Pakistan’s political unrest is a major cause of the instability of fuel prices and overall expenses. With re-elections, protests, and focus on internal matters, the country is vulnerable to experiencing yet multiple rounds of inflation, making it even more difficult for people to live through these times. The above-mentioned article gives a detailed overview of the what’s and why’s of the petrol situation in Pakistan. For more informational blogs like this, visit Graana Blog.
english
const jwt = require("jsonwebtoken") const Auth = async function (req, res, next) { try { const authHeader= req.headers['authorization'] if (!authHeader) { return res.status(403).send({ status: false, message: `Missing authentication token in request` }) } const bearerToken=authHeader.split(' ') const token=bearerToken[1] if (token) { let decodedtoken = await jwt.verify(token, '<PASSWORD>') if (!decodedtoken) { res.status(403).send({ status: false, message: `Invalid authentication token in request` }) return; } req.user = decodedtoken//user id present in token // console.log(decodedtoken) next() } } catch (err) { res.status(500).send({ status: false, message: err.message }) } } module.exports.Auth = Auth
javascript
/* Copyright 2014 CyberTech Labs Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include "communicationSettingsWidget.h" #include <QtCore/QRegExp> #include <QtGui/QKeyEvent> using namespace trikGui; CommunicationSettingsWidget::CommunicationSettingsWidget(trikControl::Brick &brick , QWidget *parent) : TrikGuiDialog(parent) , mTitle(tr("<b>Comm settings</b>")) , mSelectorsHelpLabel(tr("(Press 'Enter' to edit)")) , mHullNumberLabel(tr("Hull number:")) , mHullNumberSelector(brick.mailbox()->myHullNumber(), 2, 0, 35, this) , mServerIpLabel(tr("Leader IP:")) , mIpHelpLabel(tr("(last two numbers)")) , mServerIpSelector(0, 6, 3, 25, this) , mBrick(brick) { mConnectButton.setText(tr("Connect")); mTitle.setAlignment(Qt::AlignCenter); mHullNumberSelector.setFocus(); mLayout.addWidget(&mTitle); mLayout.addWidget(&mSelectorsHelpLabel); mLayout.addWidget(&mHullNumberLabel); mLayout.addWidget(&mHullNumberSelector); mLayout.addWidget(&mServerIpLabel); mLayout.addWidget(&mIpHelpLabel); mLayout.addWidget(&mServerIpSelector); mLayout.addWidget(&mConnectButton); QFont helpFont = mSelectorsHelpLabel.font(); helpFont.setPixelSize(helpFont.pixelSize() - 7); mSelectorsHelpLabel.setFont(helpFont); mIpHelpLabel.setFont(helpFont); mSelectorsHelpLabel.setAlignment(Qt::AlignHCenter); auto const hostAddressString = brick.mailbox()->serverIp().toString(); if (hostAddressString == QHostAddress().toString()) { mServerIpSelector.setValue(0); } else { auto const parsedAddress = hostAddressString.split('.'); Q_ASSERT(parsedAddress.size() == 4); auto hostAddress = parsedAddress[2].toInt() * 1000 + parsedAddress[3].toInt(); mServerIpSelector.setValue(hostAddress); } setLayout(&mLayout); connect(&mConnectButton, SIGNAL(clicked()), this, SLOT(onConnectButtonClicked())); connect(&mConnectButton, SIGNAL(upPressed()), this, SLOT(focusUp())); connect(&mConnectButton, SIGNAL(downPressed()), this, SLOT(focusDown())); connect(&mHullNumberSelector, SIGNAL(valueChanged(int)), this, SLOT(onHullNumberChanged(int))); connect(&mHullNumberSelector, SIGNAL(upPressed()), this, SLOT(focusUp())); connect(&mHullNumberSelector, SIGNAL(downPressed()), this, SLOT(focusDown())); connect(&mServerIpSelector, SIGNAL(upPressed()), this, SLOT(focusUp())); connect(&mServerIpSelector, SIGNAL(downPressed()), this, SLOT(focusDown())); } QString CommunicationSettingsWidget::menuEntry() { return QString(tr("Comm settings")); } void CommunicationSettingsWidget::renewFocus() { } void CommunicationSettingsWidget::keyPressEvent(QKeyEvent *event) { switch (event->key()) { case Qt::Key_Up: { focusUp(); event->accept(); break; } case Qt::Key_Down: { focusDown(); event->accept(); break; } case Qt::Key_Return: { mConnectButton.animateClick(); event->accept(); break; } default: { TrikGuiDialog::keyPressEvent(event); } } } void CommunicationSettingsWidget::onConnectButtonClicked() { QStringList result = mBrick.mailbox()->myIp().toString().split('.'); if (result.size() != 4) { /// @todo Properly notify user that the robot is not connected. return; } QString const ipSelectorValue = QString("%1").arg(mServerIpSelector.value(), 6, 10, QChar('0')); QString const thirdPart = ipSelectorValue.left(3).replace(QRegExp("^0+"), ""); QString const fourthPart = ipSelectorValue.mid(3).replace(QRegExp("^0+"), ""); result[2] = thirdPart; result[3] = fourthPart; mBrick.mailbox()->connect(result.join(".")); } void CommunicationSettingsWidget::onHullNumberChanged(int newHullNumber) { mBrick.mailbox()->setHullNumber(newHullNumber); } void CommunicationSettingsWidget::focusUp() { if (mHullNumberSelector.hasFocusInside()) { mConnectButton.setFocus(); } else if (mServerIpSelector.hasFocusInside()) { mHullNumberSelector.setFocus(); } else { mServerIpSelector.setFocus(); } } void CommunicationSettingsWidget::focusDown() { if (mHullNumberSelector.hasFocusInside()) { mServerIpSelector.setFocus(); } else if (mServerIpSelector.hasFocusInside()) { mConnectButton.setFocus(); } else { mHullNumberSelector.setFocus(); } }
cpp
In this Boochamma Boochodu film, Shivaji , Kainaz Motivala played the primary leads. The Boochamma Boochodu was released in theaters on 05 Sep 2014. Movies like Thandel, Bhimaa, Guntur Kaaram and others in a similar vein had the same genre but quite different stories. The soundtracks and background music were composed by Sekhar Chandra for the movie Boochamma Boochodu. The movie Boochamma Boochodu belonged to the Romance,Thriller, genre.
english
import { createBrowserHistory } from 'history'; import { mocked } from 'ts-jest/utils'; import { createRouter, NOT_FOUND } from '../src'; jest.mock('history'); const { createMemoryHistory } = jest.requireActual('history'); describe('createRouter', () => { const HOME = 'router/HOME'; const POSTS = 'router/POSTS'; const POST = 'router/POST'; const routes = [ { id: HOME, path: '/', }, { id: POSTS, path: '/posts', }, { id: POST, path: '/posts/:id', }, ]; mocked(createBrowserHistory).mockImplementation(createMemoryHistory); describe('options', () => { it('should check custom not found path', () => { const router = createRouter(routes, { notFoundPath: '/custom404' }); router.push(NOT_FOUND); expect(router.getState()).toMatchSnapshot(); }); it('should check default history', () => { mocked(createBrowserHistory).mockClear(); createRouter(routes); expect(mocked(createBrowserHistory)).toBeCalledTimes(1); }); it('should check custom history', () => { mocked(createBrowserHistory).mockClear(); const history = createMemoryHistory(); const router = createRouter(routes, { history }); expect(mocked(createBrowserHistory)).not.toBeCalled(); expect(router.getState()).toMatchSnapshot(); history.push('/posts'); expect(router.getState()).toMatchSnapshot(); }); it('should check custom basename', () => { const router = createRouter(routes, { basename: '/app' }); expect(router.getState()).toMatchSnapshot(); router.push(HOME); expect(router.getState()).toMatchSnapshot(); router.push(POSTS); expect(router.getState()).toMatchSnapshot(); router.push(POST, { params: { id: '42' } }); expect(router.getState()).toMatchSnapshot(); }); }); describe('getState', () => { const history = createMemoryHistory(); const router = createRouter(routes, { history }); it('should return initial state', () => { expect(router.getState()).toMatchSnapshot(); }); it('should return new state after push', () => { history.push('/posts/42'); expect(router.getState()).toMatchSnapshot(); }); it('should return new state after replace', () => { history.replace('/posts'); expect(router.getState()).toMatchSnapshot(); }); it('should return new state after back', () => { history.goBack(); expect(router.getState()).toMatchSnapshot(); }); it('should return new state after forward', () => { history.goForward(); expect(router.getState()).toMatchSnapshot(); }); it('should return new state after push with query params', () => { history.push('/posts?hello=world'); expect(router.getState()).toMatchSnapshot(); }); }); describe('subscribe', () => { it('should run listener after history change', () => { const history = createMemoryHistory(); const router = createRouter(routes, { history }); const listener1 = jest.fn(); const listener2 = jest.fn(); router.subscribe(listener1); router.subscribe(listener2); expect(listener1).not.toBeCalled(); expect(listener2).not.toBeCalled(); history.push('/posts'); expect(listener1).toBeCalledTimes(1); expect(listener1).toMatchSnapshot(); expect(listener2).toBeCalledTimes(1); expect(listener2).toMatchSnapshot(); }); it('should unsubscribe listener', () => { const history = createMemoryHistory(); const router = createRouter(routes, { history }); const listener1 = jest.fn(); const listener2 = jest.fn(); const listener3 = jest.fn(); router.subscribe(listener1); const unsubscribe = router.subscribe(listener2); router.subscribe(listener3); unsubscribe(); history.push('/posts'); expect(listener1).toBeCalledTimes(1); expect(listener2).not.toBeCalled(); expect(listener3).toBeCalledTimes(1); }); }); describe('push', () => { const router = createRouter(routes); it('should update state after push for simple route', () => { router.push(HOME); expect(router.getState()).toMatchSnapshot(); }); it('should update state after push for simple route with query params', () => { router.push(POSTS, { queryParams: { sort: 'date' } }); expect(router.getState()).toMatchSnapshot(); }); it('should update state after push for parameterized route', () => { router.push(POST, { params: { id: '42' } }); expect(router.getState()).toMatchSnapshot(); }); }); describe('replace', () => { const router = createRouter(routes); it('should update state after replace for simple route', () => { router.replace(HOME); expect(router.getState()).toMatchSnapshot(); }); it('should update state after replace for simple route with query params', () => { router.replace(POSTS, { queryParams: { sort: 'date' } }); expect(router.getState()).toMatchSnapshot(); }); it('should update state after replace for parameterized route', () => { router.replace(POST, { params: { id: '42' } }); expect(router.getState()).toMatchSnapshot(); }); }); describe('markAsNotFound', () => { const router = createRouter(routes); it('should mark current route as not found', () => { router.push(POSTS); router.markAsNotFound(); expect(router.getState()).toMatchSnapshot(); }); }); describe('createHref', () => { const router = createRouter(routes); const params = { id: '42' }; const queryParams = { sort: 'date' }; it('should return href for simple route', () => { expect(router.createHref(HOME)).toBe('/'); expect(router.createHref(POSTS)).toBe('/posts'); }); it('should return href for parameterized route', () => { expect(router.createHref(POST, { params })).toBe('/posts/42'); }); it('should return href for simple route with query params', () => { expect(router.createHref(HOME, { queryParams })).toBe('/?sort=date'); expect(router.createHref(POSTS, { queryParams })).toBe( '/posts?sort=date', ); }); it('should return href for parameterized route with query params', () => { expect(router.createHref(POST, { params, queryParams })).toBe( '/posts/42?sort=date', ); }); it('should return href for parameterized route with extra params', () => { expect( router.createHref(POST, { params: { ...params, extra: 'hello' } }), ).toBe('/posts/42'); }); }); describe('hasId', () => { const router = createRouter(routes); it('should check existing route', () => { expect(router.hasId(HOME)).toBeTruthy(); expect(router.hasId(POSTS)).toBeTruthy(); expect(router.hasId(POST)).toBeTruthy(); }); it('should check not found route', () => { expect(router.hasId(NOT_FOUND)).toBeTruthy(); }); it('should check not existing route', () => { expect(router.hasId('SOMETHING')).toBeFalsy(); }); }); });
typescript
36 And thou son of man, prophesy to the mountains of Israel, and say: Ye mountains of Israel, hear the word of the Lord: 2 Thus saith the Lord God: Because the enemy hath said of you: Aha, the everlasting heights are given to us for an inheritance. 3 Therefore prophesy, and say: Thus saith the Lord God: Because you have been desolate, and trodden under foot on every side, and made an inheritance to the rest of the nations, and are become the subject of the talk, and the reproach of the people: 4 Therefore, ye mountains of Israel, hear the word of the Lord God: Thus saith the Lord God to the mountains, and to the hills, to the brooks, and to the valleys, and to desolate places, and ruinous walls, and to the cities that are forsaken, that are spoiled, and derided by the rest of the nations round about. 5 Therefore thus saith the Lord God: In the fire of my zeal I have spoken of the rest of the nations, and of all Edom, who have taken my land to themselves, for an inheritance with joy, and with all the heart, and with the mind: and have cast it out to lay it waste. 6 Prophesy therefore concerning the land of Israel, and say to the mountains, and to the hills, to the ridges, and to the valleys: Thus saith the Lord God: Behold I have spoken in my zeal, and in my indignation, because you have borne the shame of the Gentiles. 7 Therefore thus saith the Lord God: I have lifted up my hand, that the Gentiles who are round about you, shall themselves bear their shame. 8 But as for you, O mountains of Israel, shoot ye forth your branches, and yield your fruit to my people of Israel: for they are at hand to come. 9 For lo I am for you, and I will turn to you, and you shall be ploughed and sown. 10 And I will multiply men upon you, and all the house of Israel: and the cities shall be inhabited, and the ruinous places shall be repaired. 11 And I will make you abound with men and with beasts: and they shall be multiplied, and increased: and I will settle you as from the beginning, and will give you greater gifts, than you had from the beginning: and you shall know that I am the Lord. 12 And I will bring men upon you, my people Israel, and they shall possess thee for their inheritance: and thou shalt be their inheritance, and shalt no more henceforth be without them. 13 Thus saith the Lord God: Because they say of you: Thou art a devourer of men, and one that suffocatest thy nation: 14 Therefore thou shalt devour men no more, nor destroy thy nation any more, saith the Lord God: 15 Neither will I cause men to hear in thee the shame of the nations any more, nor shalt thou bear the reproach of the people, nor lose thy nation any more, saith the Lord God. 16 And the word of the Lord came to me, saying: 17 Son of man, when the house of Israel dwelt in their own land, they defiled it with their ways, and with their doings: their way was before me like the uncleanness of a menstruous woman. 18 And I poured out my indignation upon them for the blood which they had shed upon the land, and with their idols they defiled it. 19 And I scattered them among the nations, and they are dispersed through the countries: I have judged them according to their ways, and their devices. 20 And when they entered among the nations whither they went, they profaned my holy name, when it was said of them: This is the people of the Lord, and they are come forth out of his land. 21 And I have regarded my own holy name, which the house of Israel hath profaned among the nations to which they went in. 22 Therefore thou shalt say to the house of Israel: Thus saith the Lord God: It is not for your sake that I will do this, O house of Israel, but for my holy name's sake, which you have profaned among the nations whither you went. 23 And I will sanctify my great name, which was profaned among the Gentiles, which you have profaned in the midst of them: that the Gentiles may know that I am the Lord, saith the Lord of hosts, when I shall be sanctified in you before their eyes. 24 For I will take you from among the Gentiles, and will gather you together out of all the countries, and will bring you into your own land. 25 And I will pour upon you clean water, and you shall be cleansed from all your filthiness, and I will cleanse you from all your idols. 26 And I will give you a new heart, and put a new spirit within you: and I will take away the stony heart out of your flesh, and will give you a heart of flesh. 27 And I will put my spirit in the midst of you: and I will cause you to walk in my commandments, and to keep my judgments, and do them. 28 And you shall dwell in the land which I gave to your fathers, and you shall be my people, and I will be your God. 29 And I will save you from all your uncleannesses: and I will call for corn, and will multiply it, and will lay no famine upon you. 30 And I will multiply the fruit of the tree, and the increase of the field, that you bear no more the reproach of famine among the nations. 31 And you shall remember your wicked ways, and your doings that were not good: and your iniquities, and your wicked deeds shall displease you. 32 It is not for your sakes that I will do this, saith the Lord God, be it known to you: be confounded, and ashamed at your own ways, O house of Israel. 33 Thus saith the Lord God: In the day that I shall cleanse you from all your iniquities, and shall cause the cities to be inhabited, and shall repair the ruinous places, 34 And the desolate land shall be tilled, which before was waste in the sight of all that passed by, 35 They shall say: This land that was untilled is become as a garden of pleasure: and the cities that were abandoned, and desolate, and destroyed, are peopled and fenced. 36 And the nations, that shall be left round about you, shall know that I the Lord have built up what was destroyed, and planted what was desolate, that I the Lord have spoken and done it. 37 Thus saith the Lord God: Moreover in this shall the house of Israel find me, that I will do it for them: I will multiply them as a flock of men, 38 As a holy flock, as the flock of Jerusalem in her solemn feasts: so shall the waste cities be full of flocks of men: and they shall know that I am the Lord. 36 “Son of man, prophesy to the mountains of Israel(A) and say, ‘Mountains of Israel, hear the word of the Lord. 2 This is what the Sovereign Lord says:(B) The enemy said of you, “Aha!(C) The ancient heights(D) have become our possession.(E)”’ 3 Therefore prophesy and say, ‘This is what the Sovereign Lord says: Because they ravaged(F) and crushed you from every side so that you became the possession of the rest of the nations and the object of people’s malicious talk and slander,(G) 4 therefore, mountains of Israel, hear the word of the Sovereign Lord: This is what the Sovereign Lord says to the mountains and hills, to the ravines and valleys,(H) to the desolate ruins(I) and the deserted(J) towns that have been plundered and ridiculed(K) by the rest of the nations around you(L)— 5 this is what the Sovereign Lord says: In my burning(M) zeal I have spoken against the rest of the nations, and against all Edom, for with glee and with malice in their hearts they made my land their own possession so that they might plunder its pastureland.’(N) 6 Therefore prophesy concerning the land of Israel and say to the mountains and hills, to the ravines and valleys: ‘This is what the Sovereign Lord says: I speak in my jealous wrath because you have suffered the scorn of the nations.(O) 7 Therefore this is what the Sovereign Lord says: I swear with uplifted hand(P) that the nations around you will also suffer scorn.(Q) 8 “‘But you, mountains of Israel, will produce branches and fruit(R) for my people Israel, for they will soon come home. 9 I am concerned for you and will look on you with favor; you will be plowed and sown,(S) 10 and I will cause many people to live on you—yes, all of Israel. The towns will be inhabited and the ruins(T) rebuilt.(U) 11 I will increase the number of people and animals living on you, and they will be fruitful(V) and become numerous. I will settle people(W) on you as in the past(X) and will make you prosper more than before.(Y) Then you will know that I am the Lord. 12 I will cause people, my people Israel, to live on you. They will possess you, and you will be their inheritance;(Z) you will never again deprive them of their children. 16 Again the word of the Lord came to me: 17 “Son of man, when the people of Israel were living in their own land, they defiled it by their conduct and their actions. Their conduct was like a woman’s monthly uncleanness(AC) in my sight.(AD) 18 So I poured out(AE) my wrath on them because they had shed blood in the land and because they had defiled it with their idols. 19 I dispersed them among the nations, and they were scattered(AF) through the countries; I judged them according to their conduct and their actions.(AG) 20 And wherever they went among the nations they profaned(AH) my holy name, for it was said of them, ‘These are the Lord’s people, and yet they had to leave his land.’(AI) 21 I had concern for my holy name, which the people of Israel profaned among the nations where they had gone.(AJ) 22 “Therefore say to the Israelites, ‘This is what the Sovereign Lord says: It is not for your sake, people of Israel, that I am going to do these things, but for the sake of my holy name,(AK) which you have profaned(AL) among the nations where you have gone.(AM) 23 I will show the holiness of my great name,(AN) which has been profaned(AO) among the nations, the name you have profaned among them. Then the nations will know that I am the Lord,(AP) declares the Sovereign Lord, when I am proved holy(AQ) through you before their eyes.(AR) 24 “‘For I will take you out of the nations; I will gather you from all the countries and bring you back into your own land.(AS) 25 I will sprinkle(AT) clean water on you, and you will be clean; I will cleanse(AU) you from all your impurities(AV) and from all your idols.(AW) 26 I will give you a new heart(AX) and put a new spirit in you; I will remove from you your heart of stone(AY) and give you a heart of flesh.(AZ) 27 And I will put my Spirit(BA) in you and move you to follow my decrees(BB) and be careful to keep my laws.(BC) 28 Then you will live in the land I gave your ancestors; you will be my people,(BD) and I will be your God.(BE) 29 I will save you from all your uncleanness. I will call for the grain and make it plentiful and will not bring famine(BF) upon you. 30 I will increase the fruit of the trees and the crops of the field, so that you will no longer suffer disgrace among the nations because of famine.(BG) 31 Then you will remember your evil ways and wicked deeds, and you will loathe yourselves for your sins and detestable practices.(BH) 32 I want you to know that I am not doing this for your sake, declares the Sovereign Lord. Be ashamed(BI) and disgraced for your conduct, people of Israel!(BJ) 33 “‘This is what the Sovereign Lord says: On the day I cleanse(BK) you from all your sins, I will resettle your towns, and the ruins(BL) will be rebuilt.(BM) 34 The desolate land will be cultivated instead of lying desolate in the sight of all who pass through it. 35 They will say, “This land that was laid waste has become like the garden of Eden;(BN) the cities that were lying in ruins, desolate and destroyed, are now fortified and inhabited.(BO)” 36 Then the nations around you that remain will know that I the Lord have rebuilt what was destroyed and have replanted what was desolate. I the Lord have spoken, and I will do it.’(BP) Public Domain (Why are modern Bible translations copyrighted?) Holy Bible, New International Version®, NIV® Copyright ©1973, 1978, 1984, 2011 by Biblica, Inc.® Used by permission. All rights reserved worldwide. NIV Reverse Interlinear Bible: English to Hebrew and English to Greek. Copyright © 2019 by Zondervan.
english
<filename>source/plugins/dashboard.graph.vumeter/translations/messages-fr.json<gh_stars>1-10 { "VUMETER_GRAPH": { "message": "VU-MÈTRE", "description": "Signal name" }, "DASHBOARD_ADDVUMETER": { "message": "Vu-mètre - Ajouter un signal", "description": "Title of the prompt used to add a new signal" } }
json
<filename>src/main/java/io/wisetime/connector/tag/NoOpTagSlowLoopRunner.java /* * Copyright (c) 2020 Practice Insight Pty Ltd. All Rights Reserved. */ package io.wisetime.connector.tag; import lombok.extern.slf4j.Slf4j; /** * No op tag runner. * * @see io.wisetime.connector.config.ConnectorConfigKey#TAG_SCAN * @author vadym */ @Slf4j public class NoOpTagSlowLoopRunner extends TagSlowLoopRunner { public NoOpTagSlowLoopRunner() { super(null); } @Override public void run() { } @Override public boolean isHealthy() { return true; } }
java
--- title: catalog.move_project (SSISDB-Datenbank) | Microsoft-Dokumentation ms.custom: '' ms.date: 03/04/2017 ms.prod: sql ms.prod_service: integration-services ms.reviewer: '' ms.technology: integration-services ms.topic: language-reference ms.assetid: ef3b0325-d8e9-472b-bf11-7d3efa6312ff author: janinezhang ms.author: janinez ms.openlocfilehash: 985c541ccad844d972e1a850d65f10b4f6898347 ms.sourcegitcommit: b2464064c0566590e486a3aafae6d67ce2645cef ms.translationtype: HT ms.contentlocale: de-DE ms.lasthandoff: 07/15/2019 ms.locfileid: "68007777" --- # <a name="catalogmove_project---ssisdb-database"></a>catalog.move_project (SSISDB-Datenbank) [!INCLUDE[ssis-appliesto](../../includes/ssis-appliesto-ssvrpluslinux-asdb-asdw-xxx.md)] [!INCLUDE[tsql-appliesto-ss2012-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2012-xxxx-xxxx-xxx-md.md)] Verschiebt ein Projekt von einem Ordner im [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)]-Katalog in einen anderen. ## <a name="syntax"></a>Syntax ```sql catalog.move_project [ @source_folder = ] source_folder , [ @project_name = ] project_name , [ @destination_folder = ] destination_folder ``` ## <a name="arguments"></a>Argumente [ @source_folder = ] *source_folder* Der Name des Quellordners, in dem sich das Projekt vor dem Verschieben befindet. Der *source_folder* ist **nvarchar(128)** . [ @project_name = ] *project_name* Der Name des Projekts, das verschoben werden soll. Der *project_name* ist **nvarchar(128)** . [ @destination_folder = ] *destination_folder* Der Name des Zielordners, in dem sich das Projekt nach dem Verschieben befindet. Der *destination_folder* ist **nvarchar(128)** . ## <a name="return-code-value"></a>Rückgabecodewert 0 (Erfolg) ## <a name="result-sets"></a>Resultsets None ## <a name="permissions"></a>Berechtigungen Diese gespeicherte Prozedur erfordert eine der folgenden Berechtigungen: - READ-Berechtigung und MODIFY-Berechtigung für das Projekt, das verschoben werden soll, und CREATE_OBJECTS-Berechtigung für den Zielordner - Mitgliedschaft in der Datenbankrolle **ssis_admin** - Mitgliedschaft in der Serverrolle **sysadmin** ## <a name="errors-and-warnings"></a>Fehler und Warnungen In der folgenden Liste werden Bedingungen beschrieben, die möglicherweise bewirken, dass diese gespeicherte Prozedur einen Fehler auslöst: - Das Projekt ist nicht vorhanden. - Der Quellordner nicht vorhanden. - Der Zielordner ist nicht vorhanden, oder der Zielordner enthält bereits ein Projekt mit dem gleichen Namen. - Der Benutzer verfügt nicht über die entsprechenden Berechtigungen. ## <a name="remarks"></a>Bemerkungen Wenn ein Projekt von einem Quellordner in einen Zielordner verschoben wird, werden das Projekt im Quellordner und entsprechende Umgebungsverweise gelöscht. Im Zielordner werden ein identisches Projekt und Umgebungsverweise erstellt. Relative Umgebungsverweise verweisen nach dem Verschieben auf einen anderen Ordner. Absolute Verweise verweisen nach dem Verschieben auf den gleichen Ordner. > [!NOTE] > Ein Projekt kann über relative oder absolute Umgebungsverweise verfügen. Relative Verweise verweisen mit dem Namen auf die Umgebung und erfordern, dass sich die Umgebung im gleichen Ordner wie das Projekt befindet. Absolute Verweise verweisen mit Name und Ordner auf die Umgebung, und sie verweisen auf Umgebungen, die sich in einem anderen Ordner als dem Ordner des Projekts befinden.
markdown
.news-card__wrapper { padding-bottom: 50px; } .news-card__title { font-weight: 700; font-size: 24px; text-transform: uppercase; margin: 15px 0px; } .news-card__store { font-weight: 500; font-size: 18px; color: #739C9E; text-decoration: underline; } .news-card__description { font-weight: 500; font-size: 20px; color: #515151; } /*# sourceMappingURL=NewsCard.css.map */
css
<filename>course_json/WGS372H5F20199.json {"id": "WGS372H5F20199", "code": "WGS372H5F", "name": "Theories of Sexuality", "description": "This course offers a critical overview of contemporary theories of sexuality, focusing on transnational discussions by feminists and queer theorists. [24L]", "division": "University of Toronto Mississauga", "department": "Historical Studies", "prerequisites": "", "exclusions": "WGS450H5; WSTD03H3", "level": 300, "campus": "UTM", "term": "2019 Fall", "breadths": [], "meeting_sections": [{"code": "L0101", "instructors": ["<NAME>"], "times": [{"day": "TUESDAY", "start": 46800, "end": 54000, "duration": 7200, "location": "IB 220"}], "size": 45, "enrolment": 0}]}
json
<reponame>gatortim50/ViaWest (function () { 'use strict'; angular.module('client') .controller('JobDetailController', JobDetailController); /** @ngInject */ function JobDetailController(alert, $stateParams, $state, JobsService) { var vm = this; console.log('JobDetailController params', $stateParams.jobId); console.log('JobDetailController state', $state); vm.id = $stateParams.jobId; var onComplete = function(data){ vm.job = data; vm.name = data[0].name; }; var onError = function(reason){ vm.error = reason; alert('warning', 'Unable to get product', vm.reason); }; JobsService.getJob(vm.id) .then(onComplete, onError); } })();
javascript
<reponame>ObaraEmmanuel/votingBooth import { CircularProgress } from "@material-ui/core"; import React from "react"; export const LoginProgressLoader = ({ message }) => { return ( <div className={"full-screen-loader-container"}> <CircularProgress /> <h4 data-testid={"loading-indicator"} className={"loading-indicator"}> {message} </h4> </div> ); };
typescript
package org.usfirst.frc6647.subsystems; import org.usfirst.lib6647.subsystem.SuperSubsystem; import org.usfirst.lib6647.subsystem.supercomponents.SuperCompressor; import org.usfirst.lib6647.subsystem.supercomponents.SuperSolenoid; import org.usfirst.lib6647.subsystem.supercomponents.SuperVictor; /** * Subsystem for the Intake. */ public class Intake extends SuperSubsystem implements SuperCompressor, SuperSolenoid, SuperVictor { private static Intake m_instance = null; /** * Creates static Intake instance. */ public static void createInstance() { m_instance = new Intake(); } /** * Gets static Intake instance. If there is none, creates one. * * @return static Intake instance */ public static Intake getInstance() { if (m_instance == null) createInstance(); return m_instance; } /** * Constructor for the subsystem. */ public Intake() { super("intake"); initCompressors(robotMap, getName()); initSolenoids(robotMap, getName()); initVictors(robotMap, getName()); } @Override protected void initDefaultCommand() { } }
java
<filename>packages/submitter-ui/src/shared/state/heartache-box-contract.reducer.ts import { AnyAction } from "redux"; import { HeartacheBoxContractState } from "./heartache-box-contract.state"; import INITIAL_APP_STATE from "./initial-app-state.const"; import { container } from "../container.const"; import { ContractInteractionService } from "../ethereum/contract-interaction.service"; import { createWeb3 } from "../ethereum/create-web3.const"; import { ActionType } from "../action-type.enum"; export const heartacheBoxContractReducer = ( prevState: HeartacheBoxContractState = INITIAL_APP_STATE.contract, action: AnyAction ): HeartacheBoxContractState => { let state = { ...prevState }; switch (action.type) { case ActionType.Reset: break; case ActionType.SetContractAddress: state.address = action.payload.contractAddress; break; case ActionType.SetIsContractAddressValid: state.isValidAddress = action.payload.isValidAddress; break; case ActionType.ApplyContract: setTimeout(() => container.get(ContractInteractionService).applyContract() ); break; case ActionType.ContractValidityChanged: state.isValid = action.payload.isValid; break; case ActionType.ContractValidityCheckFailed: state.isValid = false; state.validityCheckError = action.payload.error; break; case ActionType.SetContractInstance: state.instance = action.payload.instance; break; } return state; };
typescript
India has become one of the world’s largest smartphone markets. Each quarter we see millions of new smartphones shipped across the country. But what kind of smartphones are those? And what kind of people use them? A new study is shedding light on the matter. According to the latest data released by UC Web — a popular Chinese internet company best known for its mobile browser — about 65 percent of Indian users sport a phone that carries sub Rs 10,000 price tag. 38.2 percent of all such phones have a screen resolution of 800 x 480. The study also talks about the adoption of smartphones and internet usage in the country. And the numbers aren’t pleasing. The study says that more than 80 percent users accessing the internet in India reside in 6 states. These states include Delhi, Maharashtra, and West Bengal. It’s a displeasing figure because it proves that the internet penetration in the country has only taken off in limited regions. The company — whose browser has over 45 percent share among all mobile browsers — notes that 92 percent of all its customers are male. Of the total user base, about 80 percent users are of the age 25 or younger. We hope the ratio to change soon with Digital India, as well as Facebook’s Internet.org, helping bring internet accessibility to more users. The study also reveals that about 30 percent of users only install 10 or fewer apps on their mobile phones. We assume UCWeb is talking about third-party apps, as all GMS-enabled Android smartphones ship with over a dozen Google apps. Then we have smartphone manufacturers shipping their own partnered apps. Analyzing user’s internet pattern, UCWeb says that music apps are the most popular among Indian users. Furthermore, 79.3 percent of all downloaded media on their browser was found to be a music file.
english
<reponame>Viniciusalopes/mzphp { "repo_name": "vovo", "repo_url": "https://vovolinux.com.br/vovomazon/packages/var/lib/mzphp/unreleased/", "repo_dirlib": "/var/lib/mzphp/", "folder": "extra/", "name": "cheese", "version": "3.28.0-1", "maintainer": "<NAME>", "license": "GPL", "url": "https://gnome.org", "deps": "clutter_gst, clutter_gtkk, gnome_desktop, gnome_video_effects, gst_plugins_good, gst_plugins_bad, v4l_utils, itstool, libcanberra, libgudev, gobject_introspection, vala, libxslt, appstream_glib, nautilus_sendto", "file_mz": "cheese-3.28.0-1.mz", "file_desc": "cheese-3.28.0-1.mz.desc", "file_sha256": "cheese-3.28.0-1.mz.sha256", "file_json": "cheese-3.28.0-1.mz.json", "desc": "Cheese is used to take photos and videos with fun \ngraphical effects." }
json
<reponame>VarysDB/varys import * as NamespaceRoute from './NamespaceRoute'; export const relativePath = '/facts'; export const absolutePath = `${NamespaceRoute.absolutePath}${relativePath}`; export class Params extends NamespaceRoute.Params { }
typescript
When Salman Khan with all his arrogance was taking home around Rs 200 crores just from BigBoss Season 13. We found the below tweet from Sushant Singh Rajput.. Salman, who has been the host of Bigg season 4, is being paid Rs 13 crore per week (Rs 6.5 crore per episode). With the fee hike, his new remuneration will be Rs 8.5 crore per episode, and he will take home a hefty sum of more than Rs 200 crore for the entire season. It’s beyond our imagination the pain Shushant was going through....We have read and watched a lot by now on the influnce of K Jo, Salman & YRF in bollywood and how they bully and controls outsiders in film industry feeling no less thn God . Its time to fight for justice to show who really controls this Industry. Think Act Share. Thank you.
english
package adgroup import ( apiclient "github.com/equinor/radix-cicd-canary/generated-client/client/application" environmentclient "github.com/equinor/radix-cicd-canary/generated-client/client/environment" "github.com/equinor/radix-cicd-canary/generated-client/models" "github.com/equinor/radix-cicd-canary/scenarios/utils/config" "github.com/equinor/radix-cicd-canary/scenarios/utils/env" httpUtils "github.com/equinor/radix-cicd-canary/scenarios/utils/http" "github.com/equinor/radix-cicd-canary/scenarios/utils/test" "github.com/go-openapi/runtime" log "github.com/sirupsen/logrus" ) const ( pipelineName = "build" adGroupWithNoAccess = "12345678-9012-3456-7890-123456789012" ) var logger *log.Entry // Update Tests that updates to ad group locks down an application func Update(env env.Env, suiteName string) (bool, error) { logger = log.WithFields(log.Fields{"Suite": suiteName}) ok, _ := test.WaitForCheckFuncOrTimeout(env, hasAccess) if !ok { return false, nil } err := patchAdGroup(env, adGroupWithNoAccess) if err != nil { return false, err } ok, _ = test.WaitForCheckFuncOrTimeout(env, hasNoAccess) if !ok { return false, nil } err = patchAdGroup(env, env.GetImpersonateGroup()) if err != nil { return false, err } ok, _ = test.WaitForCheckFuncOrTimeout(env, hasAccess) if !ok { return false, err } return true, nil } func hasNoAccess(env env.Env) (bool, interface{}) { return hasProperAccess(env, false), nil } func hasAccess(env env.Env) (bool, interface{}) { return hasProperAccess(env, true), nil } func hasProperAccess(env env.Env, properAccess bool) bool { _, err := getApplication(env) accessToApplication := !givesAccessError(err) err = buildApp(env) accessToBuild := !givesAccessError(err) err = setSecret(env) accessToSecret := !givesAccessError(err) hasProperAccess := accessToApplication == properAccess && accessToBuild == properAccess && accessToSecret == properAccess if !hasProperAccess { logger.Info("Proper access hasn't been granted yet") } return hasProperAccess } func patchAdGroup(env env.Env, adGroup string) error { patchRequest := models.ApplicationPatchRequest{ AdGroups: []string{adGroup}, } params := apiclient.NewModifyRegistrationDetailsParams(). WithAppName(config.App2Name). WithPatchRequest(&patchRequest) clientBearerToken := httpUtils.GetClientBearerToken(env) client := httpUtils.GetApplicationClient(env) _, err := client.ModifyRegistrationDetails(params, clientBearerToken) if err != nil { return err } return nil } func getApplication(env env.Env) (*models.Application, error) { impersonateUser := env.GetImpersonateUser() impersonateGroup := env.GetImpersonateGroup() params := apiclient.NewGetApplicationParams(). WithImpersonateUser(&impersonateUser). WithImpersonateGroup(&impersonateGroup). WithAppName(config.App2Name) clientBearerToken := httpUtils.GetClientBearerToken(env) client := httpUtils.GetApplicationClient(env) application, err := client.GetApplication(params, clientBearerToken) if err != nil { return nil, err } return application.Payload, nil } func buildApp(env env.Env) error { impersonateUser := env.GetImpersonateUser() impersonateGroup := env.GetImpersonateGroup() bodyParameters := models.PipelineParameters{ PipelineParametersBuild: models.PipelineParametersBuild{ Branch: config.App2BranchToBuildFrom, }, } params := apiclient.NewTriggerPipelineBuildParams(). WithAppName(config.App2Name). WithPipelineParametersBuild(&bodyParameters.PipelineParametersBuild). WithImpersonateUser(&impersonateUser). WithImpersonateGroup(&impersonateGroup) clientBearerToken := httpUtils.GetClientBearerToken(env) client := httpUtils.GetApplicationClient(env) _, err := client.TriggerPipelineBuild(params, clientBearerToken) if err != nil { return err } return nil } func setSecret(env env.Env) error { impersonateUser := env.GetImpersonateUser() impersonateGroup := env.GetImpersonateGroup() params := environmentclient.NewChangeEnvironmentComponentSecretParams(). WithImpersonateUser(&impersonateUser). WithImpersonateGroup(&impersonateGroup). WithAppName(config.App2Name). WithEnvName(config.App2EnvironmentName). WithComponentName(config.App2Component2Name). WithSecretName(config.App2SecretName). WithComponentSecret( &models.SecretParameters{ SecretValue: stringPtr(config.App2SecretValue), }) clientBearerToken := httpUtils.GetClientBearerToken(env) client := httpUtils.GetEnvironmentClient(env) _, err := client.ChangeEnvironmentComponentSecret(params, clientBearerToken) if err != nil { logger.Errorf("Error calling ChangeEnvironmentComponentSecret for application %s: %v", config.App2Name, err) return err } return nil } func givesAccessError(err error) bool { const successStatusCode = 403 return err != nil && checkErrorResponse(err, successStatusCode) } func checkErrorResponse(err error, expectedStatusCode int) bool { apiError, ok := err.(*runtime.APIError) if ok { errorCode := apiError.Code if errorCode == expectedStatusCode { return true } } return false } func stringPtr(str string) *string { return &str }
go
<gh_stars>0 const size1 = 28; const pScale1 = 10; const chr = chroma.scale("viridis"); function cMap(val) { return PIXI.utils.rgb2hex([ chr(val)._rgb[0] / 255, chr(val)._rgb[1] / 255, chr(val)._rgb[2] / 255 ]); } const model = new KerasJS.Model({ filepaths: { model: "/data/sheep_model.json", weights: "/data/sheep_model_weights.buf", metadata: "/data/sheep_model_metadata.json" }, gpu: false }); function forwardPass(app, input, history) { app = app ? app : sheepApp; input = input ? input : currentNum; model .ready() .then(() => { // input data object keyed by names of the input layers // or `input` for Sequential models // values are the flattened Float32Array data // (input tensor shapes are specified in the model config) const inputData = { input: input }; // make predictions return model.predict(inputData); }) .then(outputData => { drawNet(app, outputData.output); if (history) { lastNum = currentNum; currentNum = outputData.output; } }) .catch(err => { // handle error }); } function drawNet(app, data) { for (i = 0; i < size1; i++) { for (j = 0; j < size1; j++) { if ( Math.sqrt( Math.pow(i + 0.5 - 14, 2) + Math.pow(j + 0.5 - 14, 2) ) < 14 ) { const val = data[i + size1 * j]; app.squares[i + size1 * j].tint = cMap(val); } } } }
javascript
/* IR_Black style (c) <NAME> <<EMAIL>> */ pre code { display: block; overflow-x: auto; padding: 0.5em; background: #000; color: #f8f8f8; -webkit-text-size-adjust: none; } pre .shebang, pre .comment, pre .javadoc { color: #7c7c7c; } pre .keyword, pre .tag, .tex pre .command, pre .request, pre .status, .clojure pre .attribute { color: #96cbfe; } pre .sub pre .keyword, .method, pre .list pre .title, .nginx pre .title { color: #ffffb6; } pre .string, pre .tag pre .value, pre .cdata, pre .filter pre .argument, pre .attr_selector, .apache pre .cbracket, pre .date, .coffeescript pre .attribute { color: #a8ff60; } pre .subst { color: #daefa3; } pre .regexp { color: #e9c062; } pre .title, pre .sub pre .identifier, pre .pi, pre .decorator, .tex pre .special, pre .type, pre .constant, .smalltalk pre .class, pre .javadoctag, pre .yardoctag, pre .phpdoc, pre .dartdoc, .nginx pre .built_in { color: #ffffb6; } pre .symbol, .ruby pre .symbol pre .string, pre .number, pre .variable, .vbscript, pre .literal { color: #c6c5fe; } .css pre .tag { color: #96cbfe; } .css pre .rules pre .property, .css pre .id { color: #ffffb6; } .css pre .class { color: #fff; } pre .hexcolor { color: #c6c5fe; } pre .number { color:#ff73fd; } .coffeescript .javascript, .javascript .xml, .tex pre .formula, .xml .javascript, .xml .vbscript, .xml .css, .xml pre .cdata { opacity: 0.7; }
css
Earlier, cancer-stricken former South African cricket captain had hailed the medical technology in India for giving him a second innings in life. “It’s almost like being taken out in a cricket match when you are the last batsman and lose with one run, only to discover that it was a bad ball bowled and you have another chance to win,” Rice told the Afrikaans daily Beeld. Rice was commenting on treatment he received in Bangalore for a brain tumour. “It went very well and I feel good. It went much better than I had expected. You cannot believe how fantastic the technology is (in India). I experienced no pain during the treatment and the fear that the cancer would spread to my left has also dissipated. I received CyberKnife treatment for three hours,” he said. “The only time I had some discomfort in India was when I was struck down by the notorious ‘Delhi Belly’ (food poisoning),” Rice said, as he shared his experience on social media for others who might be in the same condition. “We must be proactive in the fight against cancer,” Rice said, adding that while he was at the hospital in Bangalore, he would watch the ICC Cricket World Cup 2015 matches. In 2013, Rice wrote on his wall on the social networking website: “Just want to update you all on my tumour. Thought I had a pulled muscle in my thigh. There was a lump there and not what I thought was a pulled muscle. Had a MRI scan and it needed removal. Had it removed 3 weeks ago and have a cut about a foot long in my right thigh. They got the whole tumour out but it is classed as a grade 2 tumour so that means I need radiation in the area.” “They removed some muscle around the tumour to make sure of the removal. I am getting over the wound at the moment. This should be another 10 days and then I will build up the strength again. I do not need to bat or bowl again so it just needs to be strong enough to play golf, race cars and do sensible things. I am fine and once the radiation has been completed in September I will be back to normal with the cancer nailed. If any of you have a lump check it out quickly so if it is a tumour you nail it early. Don’t leave it. I have been lucky,” he added. Former India all-rounder Madan Lal responded to this by giving Rice a ‘get-well soon’ message. Lal wrote “Yes funny things happened in life. Tumour is not stronger than you.” Rice had also worked as a coach of Nottinghamshire and was influential in encouraging Kevin Pietersen to leave South Africa and play for England.
english
<filename>src/game/client/tf/vgui/panels/tf_notificationpanel.cpp #include "cbase.h" #include "tf_notificationpanel.h" #include "tf_mainmenupanel.h" #include "tf_mainmenu.h" // memdbgon must be the last include file in a .cpp file!!! #include "tier0/memdbgon.h" using namespace vgui; //----------------------------------------------------------------------------- // Purpose: Constructor //----------------------------------------------------------------------------- CTFNotificationPanel::CTFNotificationPanel( vgui::Panel* parent, const char *panelName ) : CTFMenuPanelBase( parent, panelName ) { Init(); m_pPrevButton = NULL; m_pNextButton = NULL; m_pMessageLabel = NULL; } //----------------------------------------------------------------------------- // Purpose: Destructor //----------------------------------------------------------------------------- CTFNotificationPanel::~CTFNotificationPanel() { } bool CTFNotificationPanel::Init( void ) { BaseClass::Init(); m_iCurrent = 0; m_iCount = 0; return true; } void CTFNotificationPanel::ApplySchemeSettings( vgui::IScheme *pScheme ) { BaseClass::ApplySchemeSettings( pScheme ); LoadControlSettings( "resource/UI/main_menu/NotificationPanel.res" ); m_pPrevButton = dynamic_cast<CTFAdvButton *>( FindChildByName( "PrevButton" ) ); m_pNextButton = dynamic_cast<CTFAdvButton *>( FindChildByName( "NextButton" ) ); m_pMessageLabel = dynamic_cast<CExLabel *>( FindChildByName( "MessageLabel" ) ); m_iMinHeight = GetTall(); UpdateLabels(); } void CTFNotificationPanel::PerformLayout() { BaseClass::PerformLayout(); }; void CTFNotificationPanel::OnNotificationUpdate() { m_iCount = GetNotificationManager()->GetNotificationsCount(); if ( !IsVisible() ) { for ( int i = 0; i < m_iCount; i++ ) { MessageNotification *pNotification = GetNotificationManager()->GetNotification( i ); if ( pNotification->bUnread ) { m_iCurrent = i; break; } } } UpdateLabels(); }; void CTFNotificationPanel::UpdateLabels() { m_iCount = GetNotificationManager()->GetNotificationsCount(); if ( m_iCount <= 0 ) { Hide(); return; } if ( m_iCurrent >= m_iCount ) m_iCurrent = m_iCount - 1; m_pNextButton->SetVisible( ( m_iCurrent < m_iCount - 1 ) ); m_pPrevButton->SetVisible( ( m_iCurrent > 0 ) ); char sCount[32]; Q_snprintf( sCount, sizeof( sCount ), "(%d/%d)", m_iCurrent + 1, m_iCount ); SetDialogVariable( "count", sCount ); MessageNotification *pNotification = GetNotificationManager()->GetNotification( m_iCurrent ); SetDialogVariable( "title", pNotification->wszTitle ); SetDialogVariable( "message", pNotification->wszMessage ); SetDialogVariable( "timestamp", pNotification->wszDate ); if ( IsVisible() ) { pNotification->bUnread = false; } } void CTFNotificationPanel::RemoveCurrent() { GetNotificationManager()->RemoveNotification( m_iCurrent ); UpdateLabels(); } void CTFNotificationPanel::Show() { BaseClass::Show(); UpdateLabels(); } void CTFNotificationPanel::Hide() { BaseClass::Hide(); } void CTFNotificationPanel::OnCommand( const char* command ) { if ( !Q_strcmp( command, "vguicancel" ) ) { Hide(); } else if ( !stricmp( command, "Ok" ) ) { Hide(); } else if ( !stricmp( command, "Next" ) ) { if ( m_iCurrent < m_iCount - 1 ) m_iCurrent++; UpdateLabels(); } else if ( !stricmp( command, "Prev" ) ) { if ( m_iCurrent > 0 ) m_iCurrent--; UpdateLabels(); } else if ( !stricmp( command, "Remove" ) ) { RemoveCurrent(); } else { BaseClass::OnCommand( command ); } } void CTFNotificationPanel::OnTick() { BaseClass::OnTick(); }; void CTFNotificationPanel::OnThink() { BaseClass::OnThink(); }; void CTFNotificationPanel::DefaultLayout() { BaseClass::DefaultLayout(); }; void CTFNotificationPanel::GameLayout() { BaseClass::GameLayout(); };
cpp
import {MissionDifficulty} from "./MissionDifficulty"; import Player from "../models/Player"; export type IMission = { generateRandomVariant(difficulty: MissionDifficulty): Promise<number>; areParamsMatchingVariant(variant: number, params: { [key: string]: any }): boolean; getVariantFormatVariable(variant: number, objective: number, language: string): Promise<string>; initialNumberDone(player: Player, variant: number): Promise<number>; }
typescript
After an absence of nearly three years, The Ultimate Fighter is set to return in 2021, airing for the first time on the ESPN+ network. It’s been confirmed that UFC featherweight champ Alexander Volkanovski and top contender Brian Ortega will serve as TUF coaches. But will they live up to some of the past pairings? Over the years, we’ve seen some major rivalries between TUF coaches that have often led to some genuinely hilarious and dramatic moments on screen. So with this in mind, in chronological order, here are the five best TUF coaching pairings to date. The first two seasons of TUF didn’t have much of a focus on their coaching pairings. The inaugural season showcased Randy Couture and Chuck Liddell – as professional rivalry as you’d find in the UFC. And TUF 2’s coaches Rich Franklin and Matt Hughes were actually good friends and training partners. That all changed when it came to 2006’s TUF 3. The coaches for that season were bitter rivals Ken Shamrock and Tito Ortiz, who’d arguably saved the UFC with their feud a few years prior when their fight at UFC 40 popped an abnormally large buyrate. And despite the two men shaking hands after that fight, it was clear that the hatchet was not buried by any means. The duo sniped at each other from the off during TUF 3, with Shamrock insisting he’d only lost the first fight due to a knee injury and Ortiz largely mocking his rival’s out-of-date ways. Things came to a head midway through the season, when Shamrock – whose team were being whitewashed by Ortiz’s – decided to get his fighters fired up by confronting ‘The Huntington Beach Bad Boy’. The whole deal was classic reality show fare, and after two slow-burning seasons, sent TUF into the stratosphere. And when the season was done, Shamrock and Ortiz faced off at UFC 61 – drawing what was then a UFC record pay-per-view buyrate in the process. Perhaps the bitterest coaching rivalry – on the US seasons of TUF at least – was showcased on 2009’s TUF 10. That season saw former UFC light-heavyweight champs Rashad Evans and Quinton ‘Rampage’ Jackson leading rival teams, and incredibly, their arguments made Ortiz and Shamrock’s look tame. The insults simply didn’t stop from day one, with Rampage claiming Rashad had a weak chin and making fun of his knockout loss to Lyoto Machida. Evans in turn mocked Rampage for quitting against Mauricio ‘Shogun’ Rua, and even suggested that he was an ‘Uncle Tom’, playing a street caricature for fans. There were numerous occasions during TUF 10 that the verbal sparring came close to getting physical, and the fighters were separated by their teams more than once. But more than that, the season acted as a turning point for Rampage, who came across less as a funny guy and more of a mean-spirited bully – particularly when his team went on a losing streak. As with Shamrock and Ortiz, the use of TUF to build to their fight worked perfectly. There was actually a five month delay when Rampage stepped away from the UFC to film The A Team, but that didn’t matter. The show they headlined – UFC 114 – ended up being one of the earliest UFC shows to break a million buys on pay-per-view. When the UFC began to produce TUF Brazil in 2012, watching the show was essentially like stepping into a time warp back to 2005. The first two TUF Brazil seasons followed the pattern of the first two US versions – largely friendly coaching rivalries with a focus on the way that the cast prepared for their fights and what they’d sacrificed to get there. But as TUF 3 changed the face of the show in the US, so TUF Brazil 3 would do the same with probably the most explosive coaching pairing of them all. At the time – 2014 – Chael Sonnen was despised in Brazil thanks to the somewhat xenophobic trash talk he’d aimed at Anderson Silva during their feud a couple of years prior. And once he’d finished with Anderson, Brazilian legend Wanderlei Silva ended up firmly in the sights of ‘The American Gangster’. The UFC reportedly took risks even getting Sonnen into Brazil, and at first, even his team of fighters didn’t trust him. However, as the season unfolded, something became clear. Sonnen was a genuinely good coach who cared about his fighters, and it was obvious that all of his anti-Brazil barbs were firmly tongue-in-cheek. The only problem? Silva didn’t get that at all. And so we were treated to constant confrontations between the two – with Silva almost always the aggressor. Eventually, we got the first outright physical fight between two TUF coaches, following a hilarious moment that saw Sonnen shove Silva away from him stating “I can’t let you get close!” The two were separated – but not until Sonnen had taken Silva down with a double leg as the two exchanged punches. Unfortunately, the UFC were never able to get the duo into the Octagon for a proper fight due to issues with drug tests, but it didn’t make their TUF coaching rivalry any less entertaining. Incredibly, these bitter rivals weren’t even initially supposed to coach against one another on TUF 18, but in the end, the UFC were probably glad they made it happen. The initial plan was for Ronda Rousey to coach against Cat Zingano, but when Zingano blew her knee out, the UFC flew out Rousey’s old StrikeForce rival Miesha Tate to take her spot. Sparks flew right away when bizarrely, Rousey assumed the UFC had brought Tate in to replace her. Quite why she thought that was the case is a mystery, but it was an early example of the chip that the UFC bantamweight champ carried on her shoulder at the time. So the rivalry went on throughout TUF 18, largely following a similar pattern: Tate and her coaches would antagonise the more emotionally-charged Rousey, who simply couldn’t help taking the bait. In the end, the majority of fans decided to side with Tate – despite her coming off like a schoolyard bully at times. But overall, the UFC had once again struck gold with their coaching choice. When Rousey and Tate had a staredown on the final TUF 18 episode, it was hard not to be sucked into the rivalry. It came as no surprise when UFC 178 – buoyed by the Chris Weidman/Anderson Silva rematch as well as Rousey vs. Tate – popped over 1m pay-per-view buys. By the end of 2015, the UFC recognised the kind of superstar they’d unearthed in the form of Conor McGregor, and were looking to ride the ‘Notorious’ train all the way to the bank. Despite McGregor training to face off with Jose Aldo for the UFC featherweight title, they also brought in the Irishman to coach against longtime fan favourite Urijah Faber on TUF 22. The show – which saw McGregor coaching a team of European fighters against Faber’s Americans – was a huge hit. McGregor and Faber didn’t really develop a nasty rivalry, and you could see the mutual respect between the two men. However, ‘The Notorious One’ definitely pushed a lot of buttons. He stirred the issue between Faber and his then-training partner TJ Dillashaw, and physically confronted Team Faber coach Cody Garbrandt in a classic TUF pull-apart. Overall, while there was no bitterness between the coaches on TUF 22, McGregor and Faber made for a memorable combination that ensured the show was one of the best iterations of the reality show.
english
package application.actions; import action.Action; import action.ActionContext; import application.MenuClass; import application.actionlist.ActionListAgenceBancaire; import banque.AgenceBancaire; public class ActionQuitterCeMenu implements Action { String message; String code; public ActionQuitterCeMenu() { this.message="Pour quitter ce menu"; this.code="0"; } @Override public String actionMessage() { return this.message; } @Override public String actionCode() { return this.code; } @Override public void execute(ActionContext<AgenceBancaire> ag) throws Exception { ActionListAgenceBancaire actionAB=new ActionListAgenceBancaire(); try { actionAB.execute(ag); } catch (Exception e) { e.printStackTrace(); } } }
java
<reponame>dwmaj/generator-dwm<filename>package.json { "name": "@dwmaj/generator-bootstrap", "version": "2.2.3", "description": "A DWMAJ generator to easily start a project", "publishConfig": { "access": "public" }, "homepage": "https://github.com/dwmaj/generator-bootstrap#readme", "files": [ "generators" ], "scripts": { "babel:compile": "babel src --out-dir generators --ignore templates", "babel:watch": "babel src --watch --out-dir generators --ignore templates", "build": "npm-run-all lint test clean copy babel:compile", "commit": "npx git-cz || exit 0", "commit-retry": "npx git-cz --retry || exit 0", "clean": "rimraf generators", "copy": "cp -r src/. generators/", "lint": "eslint src/**/*.js", "prepublishOnly": "npm-run-all clean test build", "semantic-release": "semantic-release", "start": "npm-run-all clean copy babel:watch", "test": "echo \"Error: no test specified\" && exit 0", "travis-deploy-once": "travis-deploy-once --pro" }, "husky": { "hooks": { "pre-commit": "lint-staged && npm test" } }, "lint-staged": { "__tests__/**/*.test.js": "eslint", "scss/*.scss": "sass-lint -v -q" }, "config": { "commitizen": { "path": "./node_modules/cz-ccgls" }, "cz-ccgls": { "useScopes": false } }, "release": { "verifyConditions": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ], "prepare": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ] }, "repository": { "type": "git", "url": "https://github.com/dwmaj/generator-bootstrap.git" }, "keywords": [ "yeoman-generator", "dwmaj" ], "author": { "name": "<NAME>", "email": "<EMAIL>", "url": "http://thierrymichel.net/" }, "license": "SEE LICENSE IN UNLICENSE", "bugs": { "url": "https://github.com/dwmaj/generator-bootstrap/issues" }, "dependencies": { "axios": "^0.18.0", "chalk": "^2.4.1", "dashify": "^1.0.0", "del": "^3.0.0", "download": "^7.1.0", "lodash": "^4.17.11", "simple-git": "^1.104.0", "unique-string": "^1.0.0", "xdg-basedir": "^3.0.0", "yeoman-generator": "^3.1.1" }, "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "@semantic-release/changelog": "^3.0.0", "@semantic-release/git": "^7.0.4", "@semantic-release/npm": "^5.0.4", "babel-eslint": "^10.0.1", "commitizen": "^3.0.2", "cz-ccgls": "^0.2.0", "eslint": "^5.6.1", "husky": "^1.1.1", "jest": "^23.6.0", "lint-staged": "^7.3.0", "npm-run-all": "^4.1.5", "rimraf": "^2.6.2", "semantic-release": "^15.9.17", "travis-deploy-once": "^5.0.9" } }
json
While the fashion world was still grappling with the loss of the iconic Alber Elbaz, who designed for Lanvin, Yves Saint Laurent, Geoffrey Beene and Guy Laroche in his epoch-defining career, the tragic news of Delhi based designers Ajit Kumar of label 5 X and Sadan Pande passed away succumbing to the deadly Covid has sent shockwaves back home. Ajit hailed from the old guard of designers who never did a runway show, but made their presence felt on different talent platforms - one of them being the Vogue Fashion Fund. A fashion design graduate from NIFT, Delhi,(2002 batch) his label denoted the five letters of the word crossed out to highlight the positive connotations, a designer’s continuous efforts to overcome constraints to realise an ideal. Uniquely crafted, through painstaking creative experimentation and sincere, thoughtful attention to every step of the creative process, 5X products have been the reflection of that fight to translate dreams into reality, communicating an evanescent feeling into a wearable expression. He retailed from some of the top brick and mortar and online stores of India and most of the Middle East buyers stocked his label and Anthropologie was also buying his offerings regularly. A friend of Ajit for 23 years and his NIFT batch mate designer Nitin Bal Chauhan went out of his way to help him as he battled Covid. “He was my best friend. Once we got to know he was Covid positive, we tried to give him all the support - from taking him to a hospital in Lajpat Nagar to providing him with him oxygen. Sadly he died of cardiac arrest. He was among the top 5 finalists in the Vogue Fashion Fund and he event went to Italy for a prestigious design competition equivalent edition of Woolmark Prize. However, he never did a runway show. All in all, he was a jovial person and no one had anything bad to say about him,” says Nitin.
english
<gh_stars>0 bgpos220001 { background-position: right top , right 15% bottom 15% , right 15% center } bgpos220002 { background-position: top , right 15% bottom 15% , right 15% center } bgpos220003 { background-position: left bottom , right 15% bottom 15px , right 15% center } bgpos220004 { background-position: left bottom 15% , right 15% bottom 15px , right 15% center } bgpos220005 { background-position: left bottom 15px , right 15% bottom 15px , right 15% center } bgpos220006 { background-position: left top , right 15% bottom 15px , right 15% center } bgpos220007 { background-position: left top 15% , right 15% bottom 15px , right 15% center } bgpos220008 { background-position: left top 15px , right 15% bottom 15px , right 15% center } bgpos220009 { background-position: left 15% bottom , right 15% bottom 15px , right 15% center } bgpos220010 { background-position: left 15% bottom 15% , right 15% bottom 15px , right 15% center } bgpos220011 { background-position: left 15% bottom 15px , right 15% bottom 15px , right 15% center } bgpos220012 { background-position: left 15% top , right 15% bottom 15px , right 15% center } bgpos220013 { background-position: left 15% top 15% , right 15% bottom 15px , right 15% center } bgpos220014 { background-position: left 15% top 15px , right 15% bottom 15px , right 15% center } bgpos220015 { background-position: left 15% center , right 15% bottom 15px , right 15% center } bgpos220016 { background-position: left 15px bottom , right 15% bottom 15px , right 15% center } bgpos220017 { background-position: left 15px bottom 15% , right 15% bottom 15px , right 15% center } bgpos220018 { background-position: left 15px bottom 15px , right 15% bottom 15px , right 15% center } bgpos220019 { background-position: left 15px top , right 15% bottom 15px , right 15% center } bgpos220020 { background-position: left 15px top 15% , right 15% bottom 15px , right 15% center } bgpos220021 { background-position: left 15px top 15px , right 15% bottom 15px , right 15% center } bgpos220022 { background-position: left 15px center , right 15% bottom 15px , right 15% center } bgpos220023 { background-position: left center , right 15% bottom 15px , right 15% center } bgpos220024 { background-position: right bottom , right 15% bottom 15px , right 15% center } bgpos220025 { background-position: right bottom 15% , right 15% bottom 15px , right 15% center } bgpos220026 { background-position: right bottom 15px , right 15% bottom 15px , right 15% center } bgpos220027 { background-position: right top , right 15% bottom 15px , right 15% center } bgpos220028 { background-position: right top 15% , right 15% bottom 15px , right 15% center } bgpos220029 { background-position: right top 15px , right 15% bottom 15px , right 15% center } bgpos220030 { background-position: right 15% bottom , right 15% bottom 15px , right 15% center } bgpos220031 { background-position: right 15% bottom 15% , right 15% bottom 15px , right 15% center } bgpos220032 { background-position: right 15% bottom 15px , right 15% bottom 15px , right 15% center } bgpos220033 { background-position: right 15% top , right 15% bottom 15px , right 15% center } bgpos220034 { background-position: right 15% top 15% , right 15% bottom 15px , right 15% center } bgpos220035 { background-position: right 15% top 15px , right 15% bottom 15px , right 15% center } bgpos220036 { background-position: right 15% center , right 15% bottom 15px , right 15% center } bgpos220037 { background-position: right 15px bottom , right 15% bottom 15px , right 15% center } bgpos220038 { background-position: right 15px bottom 15% , right 15% bottom 15px , right 15% center } bgpos220039 { background-position: right 15px bottom 15px , right 15% bottom 15px , right 15% center } bgpos220040 { background-position: right 15px top , right 15% bottom 15px , right 15% center } bgpos220041 { background-position: right 15px top 15% , right 15% bottom 15px , right 15% center } bgpos220042 { background-position: right 15px top 15px , right 15% bottom 15px , right 15% center } bgpos220043 { background-position: right 15px center , right 15% bottom 15px , right 15% center } bgpos220044 { background-position: right center , right 15% bottom 15px , right 15% center } bgpos220045 { background-position: 100px , right 15% bottom 15px , right 15% center } bgpos220046 { background-position: 100px 10% , right 15% bottom 15px , right 15% center } bgpos220047 { background-position: 100px 100px , right 15% bottom 15px , right 15% center } bgpos220048 { background-position: 100px bottom , right 15% bottom 15px , right 15% center } bgpos220049 { background-position: 100px center , right 15% bottom 15px , right 15% center } bgpos220050 { background-position: 100px top , right 15% bottom 15px , right 15% center } bgpos220051 { background-position: 50% , right 15% bottom 15px , right 15% center } bgpos220052 { background-position: 50% 10% , right 15% bottom 15px , right 15% center } bgpos220053 { background-position: 50% 100px , right 15% bottom 15px , right 15% center } bgpos220054 { background-position: 50% bottom , right 15% bottom 15px , right 15% center } bgpos220055 { background-position: 50% center , right 15% bottom 15px , right 15% center } bgpos220056 { background-position: 50% top , right 15% bottom 15px , right 15% center } bgpos220057 { background-position: bottom, right 15% bottom 15px , right 15% center } bgpos220058 { background-position: center , right 15% bottom 15px , right 15% center } bgpos220059 { background-position: center bottom , right 15% bottom 15px , right 15% center } bgpos220060 { background-position: center bottom 15% , right 15% bottom 15px , right 15% center } bgpos220061 { background-position: center bottom 15px , right 15% bottom 15px , right 15% center } bgpos220062 { background-position: center top , right 15% bottom 15px , right 15% center } bgpos220063 { background-position: center top 15% , right 15% bottom 15px , right 15% center } bgpos220064 { background-position: center top 15px , right 15% bottom 15px , right 15% center } bgpos220065 { background-position: center 10% , right 15% bottom 15px , right 15% center } bgpos220066 { background-position: center 100px , right 15% bottom 15px , right 15% center } bgpos220067 { background-position: center bottom , right 15% bottom 15px , right 15% center } bgpos220068 { background-position: center center , right 15% bottom 15px , right 15% center } bgpos220069 { background-position: center top , right 15% bottom 15px , right 15% center } bgpos220070 { background-position: left , right 15% bottom 15px , right 15% center } bgpos220071 { background-position: left 10% , right 15% bottom 15px , right 15% center } bgpos220072 { background-position: left 100px , right 15% bottom 15px , right 15% center } bgpos220073 { background-position: left bottom , right 15% bottom 15px , right 15% center } bgpos220074 { background-position: left center , right 15% bottom 15px , right 15% center } bgpos220075 { background-position: left top , right 15% bottom 15px , right 15% center } bgpos220076 { background-position: right , right 15% bottom 15px , right 15% center } bgpos220077 { background-position: right 10% , right 15% bottom 15px , right 15% center } bgpos220078 { background-position: right 100px , right 15% bottom 15px , right 15% center } bgpos220079 { background-position: right bottom , right 15% bottom 15px , right 15% center } bgpos220080 { background-position: right center , right 15% bottom 15px , right 15% center } bgpos220081 { background-position: right top , right 15% bottom 15px , right 15% center } bgpos220082 { background-position: top , right 15% bottom 15px , right 15% center } bgpos220083 { background-position: left bottom , right 15% top , right 15% center } bgpos220084 { background-position: left bottom 15% , right 15% top , right 15% center } bgpos220085 { background-position: left bottom 15px , right 15% top , right 15% center } bgpos220086 { background-position: left top , right 15% top , right 15% center } bgpos220087 { background-position: left top 15% , right 15% top , right 15% center } bgpos220088 { background-position: left top 15px , right 15% top , right 15% center } bgpos220089 { background-position: left 15% bottom , right 15% top , right 15% center } bgpos220090 { background-position: left 15% bottom 15% , right 15% top , right 15% center } bgpos220091 { background-position: left 15% bottom 15px , right 15% top , right 15% center } bgpos220092 { background-position: left 15% top , right 15% top , right 15% center } bgpos220093 { background-position: left 15% top 15% , right 15% top , right 15% center } bgpos220094 { background-position: left 15% top 15px , right 15% top , right 15% center } bgpos220095 { background-position: left 15% center , right 15% top , right 15% center } bgpos220096 { background-position: left 15px bottom , right 15% top , right 15% center } bgpos220097 { background-position: left 15px bottom 15% , right 15% top , right 15% center } bgpos220098 { background-position: left 15px bottom 15px , right 15% top , right 15% center } bgpos220099 { background-position: left 15px top , right 15% top , right 15% center } bgpos220100 { background-position: left 15px top 15% , right 15% top , right 15% center } bgpos220101 { background-position: left 15px top 15px , right 15% top , right 15% center } bgpos220102 { background-position: left 15px center , right 15% top , right 15% center } bgpos220103 { background-position: left center , right 15% top , right 15% center } bgpos220104 { background-position: right bottom , right 15% top , right 15% center } bgpos220105 { background-position: right bottom 15% , right 15% top , right 15% center } bgpos220106 { background-position: right bottom 15px , right 15% top , right 15% center } bgpos220107 { background-position: right top , right 15% top , right 15% center } bgpos220108 { background-position: right top 15% , right 15% top , right 15% center } bgpos220109 { background-position: right top 15px , right 15% top , right 15% center } bgpos220110 { background-position: right 15% bottom , right 15% top , right 15% center } bgpos220111 { background-position: right 15% bottom 15% , right 15% top , right 15% center } bgpos220112 { background-position: right 15% bottom 15px , right 15% top , right 15% center } bgpos220113 { background-position: right 15% top , right 15% top , right 15% center } bgpos220114 { background-position: right 15% top 15% , right 15% top , right 15% center } bgpos220115 { background-position: right 15% top 15px , right 15% top , right 15% center } bgpos220116 { background-position: right 15% center , right 15% top , right 15% center } bgpos220117 { background-position: right 15px bottom , right 15% top , right 15% center } bgpos220118 { background-position: right 15px bottom 15% , right 15% top , right 15% center } bgpos220119 { background-position: right 15px bottom 15px , right 15% top , right 15% center } bgpos220120 { background-position: right 15px top , right 15% top , right 15% center } bgpos220121 { background-position: right 15px top 15% , right 15% top , right 15% center } bgpos220122 { background-position: right 15px top 15px , right 15% top , right 15% center } bgpos220123 { background-position: right 15px center , right 15% top , right 15% center } bgpos220124 { background-position: right center , right 15% top , right 15% center } bgpos220125 { background-position: 100px , right 15% top , right 15% center } bgpos220126 { background-position: 100px 10% , right 15% top , right 15% center } bgpos220127 { background-position: 100px 100px , right 15% top , right 15% center } bgpos220128 { background-position: 100px bottom , right 15% top , right 15% center } bgpos220129 { background-position: 100px center , right 15% top , right 15% center } bgpos220130 { background-position: 100px top , right 15% top , right 15% center } bgpos220131 { background-position: 50% , right 15% top , right 15% center } bgpos220132 { background-position: 50% 10% , right 15% top , right 15% center } bgpos220133 { background-position: 50% 100px , right 15% top , right 15% center } bgpos220134 { background-position: 50% bottom , right 15% top , right 15% center } bgpos220135 { background-position: 50% center , right 15% top , right 15% center } bgpos220136 { background-position: 50% top , right 15% top , right 15% center } bgpos220137 { background-position: bottom, right 15% top , right 15% center } bgpos220138 { background-position: center , right 15% top , right 15% center } bgpos220139 { background-position: center bottom , right 15% top , right 15% center } bgpos220140 { background-position: center bottom 15% , right 15% top , right 15% center } bgpos220141 { background-position: center bottom 15px , right 15% top , right 15% center } bgpos220142 { background-position: center top , right 15% top , right 15% center } bgpos220143 { background-position: center top 15% , right 15% top , right 15% center } bgpos220144 { background-position: center top 15px , right 15% top , right 15% center } bgpos220145 { background-position: center 10% , right 15% top , right 15% center } bgpos220146 { background-position: center 100px , right 15% top , right 15% center } bgpos220147 { background-position: center bottom , right 15% top , right 15% center } bgpos220148 { background-position: center center , right 15% top , right 15% center } bgpos220149 { background-position: center top , right 15% top , right 15% center } bgpos220150 { background-position: left , right 15% top , right 15% center } bgpos220151 { background-position: left 10% , right 15% top , right 15% center } bgpos220152 { background-position: left 100px , right 15% top , right 15% center } bgpos220153 { background-position: left bottom , right 15% top , right 15% center } bgpos220154 { background-position: left center , right 15% top , right 15% center } bgpos220155 { background-position: left top , right 15% top , right 15% center } bgpos220156 { background-position: right , right 15% top , right 15% center } bgpos220157 { background-position: right 10% , right 15% top , right 15% center } bgpos220158 { background-position: right 100px , right 15% top , right 15% center } bgpos220159 { background-position: right bottom , right 15% top , right 15% center } bgpos220160 { background-position: right center , right 15% top , right 15% center } bgpos220161 { background-position: right top , right 15% top , right 15% center } bgpos220162 { background-position: top , right 15% top , right 15% center } bgpos220163 { background-position: left bottom , right 15% top 15% , right 15% center } bgpos220164 { background-position: left bottom 15% , right 15% top 15% , right 15% center } bgpos220165 { background-position: left bottom 15px , right 15% top 15% , right 15% center } bgpos220166 { background-position: left top , right 15% top 15% , right 15% center } bgpos220167 { background-position: left top 15% , right 15% top 15% , right 15% center } bgpos220168 { background-position: left top 15px , right 15% top 15% , right 15% center } bgpos220169 { background-position: left 15% bottom , right 15% top 15% , right 15% center } bgpos220170 { background-position: left 15% bottom 15% , right 15% top 15% , right 15% center } bgpos220171 { background-position: left 15% bottom 15px , right 15% top 15% , right 15% center } bgpos220172 { background-position: left 15% top , right 15% top 15% , right 15% center } bgpos220173 { background-position: left 15% top 15% , right 15% top 15% , right 15% center } bgpos220174 { background-position: left 15% top 15px , right 15% top 15% , right 15% center } bgpos220175 { background-position: left 15% center , right 15% top 15% , right 15% center } bgpos220176 { background-position: left 15px bottom , right 15% top 15% , right 15% center } bgpos220177 { background-position: left 15px bottom 15% , right 15% top 15% , right 15% center } bgpos220178 { background-position: left 15px bottom 15px , right 15% top 15% , right 15% center } bgpos220179 { background-position: left 15px top , right 15% top 15% , right 15% center } bgpos220180 { background-position: left 15px top 15% , right 15% top 15% , right 15% center } bgpos220181 { background-position: left 15px top 15px , right 15% top 15% , right 15% center } bgpos220182 { background-position: left 15px center , right 15% top 15% , right 15% center } bgpos220183 { background-position: left center , right 15% top 15% , right 15% center } bgpos220184 { background-position: right bottom , right 15% top 15% , right 15% center } bgpos220185 { background-position: right bottom 15% , right 15% top 15% , right 15% center } bgpos220186 { background-position: right bottom 15px , right 15% top 15% , right 15% center } bgpos220187 { background-position: right top , right 15% top 15% , right 15% center } bgpos220188 { background-position: right top 15% , right 15% top 15% , right 15% center } bgpos220189 { background-position: right top 15px , right 15% top 15% , right 15% center } bgpos220190 { background-position: right 15% bottom , right 15% top 15% , right 15% center } bgpos220191 { background-position: right 15% bottom 15% , right 15% top 15% , right 15% center } bgpos220192 { background-position: right 15% bottom 15px , right 15% top 15% , right 15% center } bgpos220193 { background-position: right 15% top , right 15% top 15% , right 15% center } bgpos220194 { background-position: right 15% top 15% , right 15% top 15% , right 15% center } bgpos220195 { background-position: right 15% top 15px , right 15% top 15% , right 15% center } bgpos220196 { background-position: right 15% center , right 15% top 15% , right 15% center } bgpos220197 { background-position: right 15px bottom , right 15% top 15% , right 15% center } bgpos220198 { background-position: right 15px bottom 15% , right 15% top 15% , right 15% center } bgpos220199 { background-position: right 15px bottom 15px , right 15% top 15% , right 15% center } bgpos220200 { background-position: right 15px top , right 15% top 15% , right 15% center } bgpos220201 { background-position: right 15px top 15% , right 15% top 15% , right 15% center } bgpos220202 { background-position: right 15px top 15px , right 15% top 15% , right 15% center } bgpos220203 { background-position: right 15px center , right 15% top 15% , right 15% center } bgpos220204 { background-position: right center , right 15% top 15% , right 15% center } bgpos220205 { background-position: 100px , right 15% top 15% , right 15% center } bgpos220206 { background-position: 100px 10% , right 15% top 15% , right 15% center } bgpos220207 { background-position: 100px 100px , right 15% top 15% , right 15% center } bgpos220208 { background-position: 100px bottom , right 15% top 15% , right 15% center } bgpos220209 { background-position: 100px center , right 15% top 15% , right 15% center } bgpos220210 { background-position: 100px top , right 15% top 15% , right 15% center } bgpos220211 { background-position: 50% , right 15% top 15% , right 15% center } bgpos220212 { background-position: 50% 10% , right 15% top 15% , right 15% center } bgpos220213 { background-position: 50% 100px , right 15% top 15% , right 15% center } bgpos220214 { background-position: 50% bottom , right 15% top 15% , right 15% center } bgpos220215 { background-position: 50% center , right 15% top 15% , right 15% center } bgpos220216 { background-position: 50% top , right 15% top 15% , right 15% center } bgpos220217 { background-position: bottom, right 15% top 15% , right 15% center } bgpos220218 { background-position: center , right 15% top 15% , right 15% center } bgpos220219 { background-position: center bottom , right 15% top 15% , right 15% center } bgpos220220 { background-position: center bottom 15% , right 15% top 15% , right 15% center } bgpos220221 { background-position: center bottom 15px , right 15% top 15% , right 15% center } bgpos220222 { background-position: center top , right 15% top 15% , right 15% center } bgpos220223 { background-position: center top 15% , right 15% top 15% , right 15% center } bgpos220224 { background-position: center top 15px , right 15% top 15% , right 15% center } bgpos220225 { background-position: center 10% , right 15% top 15% , right 15% center } bgpos220226 { background-position: center 100px , right 15% top 15% , right 15% center } bgpos220227 { background-position: center bottom , right 15% top 15% , right 15% center } bgpos220228 { background-position: center center , right 15% top 15% , right 15% center } bgpos220229 { background-position: center top , right 15% top 15% , right 15% center } bgpos220230 { background-position: left , right 15% top 15% , right 15% center } bgpos220231 { background-position: left 10% , right 15% top 15% , right 15% center } bgpos220232 { background-position: left 100px , right 15% top 15% , right 15% center } bgpos220233 { background-position: left bottom , right 15% top 15% , right 15% center } bgpos220234 { background-position: left center , right 15% top 15% , right 15% center } bgpos220235 { background-position: left top , right 15% top 15% , right 15% center } bgpos220236 { background-position: right , right 15% top 15% , right 15% center } bgpos220237 { background-position: right 10% , right 15% top 15% , right 15% center } bgpos220238 { background-position: right 100px , right 15% top 15% , right 15% center } bgpos220239 { background-position: right bottom , right 15% top 15% , right 15% center } bgpos220240 { background-position: right center , right 15% top 15% , right 15% center } bgpos220241 { background-position: right top , right 15% top 15% , right 15% center } bgpos220242 { background-position: top , right 15% top 15% , right 15% center } bgpos220243 { background-position: left bottom , right 15% top 15px , right 15% center } bgpos220244 { background-position: left bottom 15% , right 15% top 15px , right 15% center } bgpos220245 { background-position: left bottom 15px , right 15% top 15px , right 15% center } bgpos220246 { background-position: left top , right 15% top 15px , right 15% center } bgpos220247 { background-position: left top 15% , right 15% top 15px , right 15% center } bgpos220248 { background-position: left top 15px , right 15% top 15px , right 15% center } bgpos220249 { background-position: left 15% bottom , right 15% top 15px , right 15% center } bgpos220250 { background-position: left 15% bottom 15% , right 15% top 15px , right 15% center } bgpos220251 { background-position: left 15% bottom 15px , right 15% top 15px , right 15% center } bgpos220252 { background-position: left 15% top , right 15% top 15px , right 15% center } bgpos220253 { background-position: left 15% top 15% , right 15% top 15px , right 15% center } bgpos220254 { background-position: left 15% top 15px , right 15% top 15px , right 15% center } bgpos220255 { background-position: left 15% center , right 15% top 15px , right 15% center } bgpos220256 { background-position: left 15px bottom , right 15% top 15px , right 15% center } bgpos220257 { background-position: left 15px bottom 15% , right 15% top 15px , right 15% center } bgpos220258 { background-position: left 15px bottom 15px , right 15% top 15px , right 15% center } bgpos220259 { background-position: left 15px top , right 15% top 15px , right 15% center } bgpos220260 { background-position: left 15px top 15% , right 15% top 15px , right 15% center } bgpos220261 { background-position: left 15px top 15px , right 15% top 15px , right 15% center } bgpos220262 { background-position: left 15px center , right 15% top 15px , right 15% center } bgpos220263 { background-position: left center , right 15% top 15px , right 15% center } bgpos220264 { background-position: right bottom , right 15% top 15px , right 15% center } bgpos220265 { background-position: right bottom 15% , right 15% top 15px , right 15% center } bgpos220266 { background-position: right bottom 15px , right 15% top 15px , right 15% center } bgpos220267 { background-position: right top , right 15% top 15px , right 15% center } bgpos220268 { background-position: right top 15% , right 15% top 15px , right 15% center } bgpos220269 { background-position: right top 15px , right 15% top 15px , right 15% center } bgpos220270 { background-position: right 15% bottom , right 15% top 15px , right 15% center } bgpos220271 { background-position: right 15% bottom 15% , right 15% top 15px , right 15% center } bgpos220272 { background-position: right 15% bottom 15px , right 15% top 15px , right 15% center } bgpos220273 { background-position: right 15% top , right 15% top 15px , right 15% center } bgpos220274 { background-position: right 15% top 15% , right 15% top 15px , right 15% center } bgpos220275 { background-position: right 15% top 15px , right 15% top 15px , right 15% center } bgpos220276 { background-position: right 15% center , right 15% top 15px , right 15% center } bgpos220277 { background-position: right 15px bottom , right 15% top 15px , right 15% center } bgpos220278 { background-position: right 15px bottom 15% , right 15% top 15px , right 15% center } bgpos220279 { background-position: right 15px bottom 15px , right 15% top 15px , right 15% center } bgpos220280 { background-position: right 15px top , right 15% top 15px , right 15% center } bgpos220281 { background-position: right 15px top 15% , right 15% top 15px , right 15% center } bgpos220282 { background-position: right 15px top 15px , right 15% top 15px , right 15% center } bgpos220283 { background-position: right 15px center , right 15% top 15px , right 15% center } bgpos220284 { background-position: right center , right 15% top 15px , right 15% center } bgpos220285 { background-position: 100px , right 15% top 15px , right 15% center } bgpos220286 { background-position: 100px 10% , right 15% top 15px , right 15% center } bgpos220287 { background-position: 100px 100px , right 15% top 15px , right 15% center } bgpos220288 { background-position: 100px bottom , right 15% top 15px , right 15% center } bgpos220289 { background-position: 100px center , right 15% top 15px , right 15% center } bgpos220290 { background-position: 100px top , right 15% top 15px , right 15% center } bgpos220291 { background-position: 50% , right 15% top 15px , right 15% center } bgpos220292 { background-position: 50% 10% , right 15% top 15px , right 15% center } bgpos220293 { background-position: 50% 100px , right 15% top 15px , right 15% center } bgpos220294 { background-position: 50% bottom , right 15% top 15px , right 15% center } bgpos220295 { background-position: 50% center , right 15% top 15px , right 15% center } bgpos220296 { background-position: 50% top , right 15% top 15px , right 15% center } bgpos220297 { background-position: bottom, right 15% top 15px , right 15% center } bgpos220298 { background-position: center , right 15% top 15px , right 15% center } bgpos220299 { background-position: center bottom , right 15% top 15px , right 15% center } bgpos220300 { background-position: center bottom 15% , right 15% top 15px , right 15% center } bgpos220301 { background-position: center bottom 15px , right 15% top 15px , right 15% center } bgpos220302 { background-position: center top , right 15% top 15px , right 15% center } bgpos220303 { background-position: center top 15% , right 15% top 15px , right 15% center } bgpos220304 { background-position: center top 15px , right 15% top 15px , right 15% center } bgpos220305 { background-position: center 10% , right 15% top 15px , right 15% center } bgpos220306 { background-position: center 100px , right 15% top 15px , right 15% center } bgpos220307 { background-position: center bottom , right 15% top 15px , right 15% center } bgpos220308 { background-position: center center , right 15% top 15px , right 15% center } bgpos220309 { background-position: center top , right 15% top 15px , right 15% center } bgpos220310 { background-position: left , right 15% top 15px , right 15% center } bgpos220311 { background-position: left 10% , right 15% top 15px , right 15% center } bgpos220312 { background-position: left 100px , right 15% top 15px , right 15% center } bgpos220313 { background-position: left bottom , right 15% top 15px , right 15% center } bgpos220314 { background-position: left center , right 15% top 15px , right 15% center } bgpos220315 { background-position: left top , right 15% top 15px , right 15% center } bgpos220316 { background-position: right , right 15% top 15px , right 15% center } bgpos220317 { background-position: right 10% , right 15% top 15px , right 15% center } bgpos220318 { background-position: right 100px , right 15% top 15px , right 15% center } bgpos220319 { background-position: right bottom , right 15% top 15px , right 15% center } bgpos220320 { background-position: right center , right 15% top 15px , right 15% center } bgpos220321 { background-position: right top , right 15% top 15px , right 15% center } bgpos220322 { background-position: top , right 15% top 15px , right 15% center } bgpos220323 { background-position: left bottom , right 15% center , right 15% center } bgpos220324 { background-position: left bottom 15% , right 15% center , right 15% center } bgpos220325 { background-position: left bottom 15px , right 15% center , right 15% center } bgpos220326 { background-position: left top , right 15% center , right 15% center } bgpos220327 { background-position: left top 15% , right 15% center , right 15% center } bgpos220328 { background-position: left top 15px , right 15% center , right 15% center } bgpos220329 { background-position: left 15% bottom , right 15% center , right 15% center } bgpos220330 { background-position: left 15% bottom 15% , right 15% center , right 15% center } bgpos220331 { background-position: left 15% bottom 15px , right 15% center , right 15% center } bgpos220332 { background-position: left 15% top , right 15% center , right 15% center } bgpos220333 { background-position: left 15% top 15% , right 15% center , right 15% center } bgpos220334 { background-position: left 15% top 15px , right 15% center , right 15% center } bgpos220335 { background-position: left 15% center , right 15% center , right 15% center } bgpos220336 { background-position: left 15px bottom , right 15% center , right 15% center } bgpos220337 { background-position: left 15px bottom 15% , right 15% center , right 15% center } bgpos220338 { background-position: left 15px bottom 15px , right 15% center , right 15% center } bgpos220339 { background-position: left 15px top , right 15% center , right 15% center } bgpos220340 { background-position: left 15px top 15% , right 15% center , right 15% center } bgpos220341 { background-position: left 15px top 15px , right 15% center , right 15% center } bgpos220342 { background-position: left 15px center , right 15% center , right 15% center } bgpos220343 { background-position: left center , right 15% center , right 15% center } bgpos220344 { background-position: right bottom , right 15% center , right 15% center } bgpos220345 { background-position: right bottom 15% , right 15% center , right 15% center } bgpos220346 { background-position: right bottom 15px , right 15% center , right 15% center } bgpos220347 { background-position: right top , right 15% center , right 15% center } bgpos220348 { background-position: right top 15% , right 15% center , right 15% center } bgpos220349 { background-position: right top 15px , right 15% center , right 15% center } bgpos220350 { background-position: right 15% bottom , right 15% center , right 15% center } bgpos220351 { background-position: right 15% bottom 15% , right 15% center , right 15% center } bgpos220352 { background-position: right 15% bottom 15px , right 15% center , right 15% center } bgpos220353 { background-position: right 15% top , right 15% center , right 15% center } bgpos220354 { background-position: right 15% top 15% , right 15% center , right 15% center } bgpos220355 { background-position: right 15% top 15px , right 15% center , right 15% center } bgpos220356 { background-position: right 15% center , right 15% center , right 15% center } bgpos220357 { background-position: right 15px bottom , right 15% center , right 15% center } bgpos220358 { background-position: right 15px bottom 15% , right 15% center , right 15% center } bgpos220359 { background-position: right 15px bottom 15px , right 15% center , right 15% center } bgpos220360 { background-position: right 15px top , right 15% center , right 15% center } bgpos220361 { background-position: right 15px top 15% , right 15% center , right 15% center } bgpos220362 { background-position: right 15px top 15px , right 15% center , right 15% center } bgpos220363 { background-position: right 15px center , right 15% center , right 15% center } bgpos220364 { background-position: right center , right 15% center , right 15% center } bgpos220365 { background-position: 100px , right 15% center , right 15% center } bgpos220366 { background-position: 100px 10% , right 15% center , right 15% center } bgpos220367 { background-position: 100px 100px , right 15% center , right 15% center } bgpos220368 { background-position: 100px bottom , right 15% center , right 15% center } bgpos220369 { background-position: 100px center , right 15% center , right 15% center } bgpos220370 { background-position: 100px top , right 15% center , right 15% center } bgpos220371 { background-position: 50% , right 15% center , right 15% center } bgpos220372 { background-position: 50% 10% , right 15% center , right 15% center } bgpos220373 { background-position: 50% 100px , right 15% center , right 15% center } bgpos220374 { background-position: 50% bottom , right 15% center , right 15% center } bgpos220375 { background-position: 50% center , right 15% center , right 15% center } bgpos220376 { background-position: 50% top , right 15% center , right 15% center } bgpos220377 { background-position: bottom, right 15% center , right 15% center } bgpos220378 { background-position: center , right 15% center , right 15% center } bgpos220379 { background-position: center bottom , right 15% center , right 15% center } bgpos220380 { background-position: center bottom 15% , right 15% center , right 15% center } bgpos220381 { background-position: center bottom 15px , right 15% center , right 15% center } bgpos220382 { background-position: center top , right 15% center , right 15% center } bgpos220383 { background-position: center top 15% , right 15% center , right 15% center } bgpos220384 { background-position: center top 15px , right 15% center , right 15% center } bgpos220385 { background-position: center 10% , right 15% center , right 15% center } bgpos220386 { background-position: center 100px , right 15% center , right 15% center } bgpos220387 { background-position: center bottom , right 15% center , right 15% center } bgpos220388 { background-position: center center , right 15% center , right 15% center } bgpos220389 { background-position: center top , right 15% center , right 15% center } bgpos220390 { background-position: left , right 15% center , right 15% center } bgpos220391 { background-position: left 10% , right 15% center , right 15% center } bgpos220392 { background-position: left 100px , right 15% center , right 15% center } bgpos220393 { background-position: left bottom , right 15% center , right 15% center } bgpos220394 { background-position: left center , right 15% center , right 15% center } bgpos220395 { background-position: left top , right 15% center , right 15% center } bgpos220396 { background-position: right , right 15% center , right 15% center } bgpos220397 { background-position: right 10% , right 15% center , right 15% center } bgpos220398 { background-position: right 100px , right 15% center , right 15% center } bgpos220399 { background-position: right bottom , right 15% center , right 15% center } bgpos220400 { background-position: right center , right 15% center , right 15% center } bgpos220401 { background-position: right top , right 15% center , right 15% center } bgpos220402 { background-position: top , right 15% center , right 15% center } bgpos220403 { background-position: left bottom , right 15px bottom , right 15% center } bgpos220404 { background-position: left bottom 15% , right 15px bottom , right 15% center } bgpos220405 { background-position: left bottom 15px , right 15px bottom , right 15% center } bgpos220406 { background-position: left top , right 15px bottom , right 15% center } bgpos220407 { background-position: left top 15% , right 15px bottom , right 15% center } bgpos220408 { background-position: left top 15px , right 15px bottom , right 15% center } bgpos220409 { background-position: left 15% bottom , right 15px bottom , right 15% center } bgpos220410 { background-position: left 15% bottom 15% , right 15px bottom , right 15% center } bgpos220411 { background-position: left 15% bottom 15px , right 15px bottom , right 15% center } bgpos220412 { background-position: left 15% top , right 15px bottom , right 15% center } bgpos220413 { background-position: left 15% top 15% , right 15px bottom , right 15% center } bgpos220414 { background-position: left 15% top 15px , right 15px bottom , right 15% center } bgpos220415 { background-position: left 15% center , right 15px bottom , right 15% center } bgpos220416 { background-position: left 15px bottom , right 15px bottom , right 15% center } bgpos220417 { background-position: left 15px bottom 15% , right 15px bottom , right 15% center } bgpos220418 { background-position: left 15px bottom 15px , right 15px bottom , right 15% center } bgpos220419 { background-position: left 15px top , right 15px bottom , right 15% center } bgpos220420 { background-position: left 15px top 15% , right 15px bottom , right 15% center } bgpos220421 { background-position: left 15px top 15px , right 15px bottom , right 15% center } bgpos220422 { background-position: left 15px center , right 15px bottom , right 15% center } bgpos220423 { background-position: left center , right 15px bottom , right 15% center } bgpos220424 { background-position: right bottom , right 15px bottom , right 15% center } bgpos220425 { background-position: right bottom 15% , right 15px bottom , right 15% center } bgpos220426 { background-position: right bottom 15px , right 15px bottom , right 15% center } bgpos220427 { background-position: right top , right 15px bottom , right 15% center } bgpos220428 { background-position: right top 15% , right 15px bottom , right 15% center } bgpos220429 { background-position: right top 15px , right 15px bottom , right 15% center } bgpos220430 { background-position: right 15% bottom , right 15px bottom , right 15% center } bgpos220431 { background-position: right 15% bottom 15% , right 15px bottom , right 15% center } bgpos220432 { background-position: right 15% bottom 15px , right 15px bottom , right 15% center } bgpos220433 { background-position: right 15% top , right 15px bottom , right 15% center } bgpos220434 { background-position: right 15% top 15% , right 15px bottom , right 15% center } bgpos220435 { background-position: right 15% top 15px , right 15px bottom , right 15% center } bgpos220436 { background-position: right 15% center , right 15px bottom , right 15% center } bgpos220437 { background-position: right 15px bottom , right 15px bottom , right 15% center } bgpos220438 { background-position: right 15px bottom 15% , right 15px bottom , right 15% center } bgpos220439 { background-position: right 15px bottom 15px , right 15px bottom , right 15% center } bgpos220440 { background-position: right 15px top , right 15px bottom , right 15% center } bgpos220441 { background-position: right 15px top 15% , right 15px bottom , right 15% center } bgpos220442 { background-position: right 15px top 15px , right 15px bottom , right 15% center } bgpos220443 { background-position: right 15px center , right 15px bottom , right 15% center } bgpos220444 { background-position: right center , right 15px bottom , right 15% center } bgpos220445 { background-position: 100px , right 15px bottom , right 15% center } bgpos220446 { background-position: 100px 10% , right 15px bottom , right 15% center } bgpos220447 { background-position: 100px 100px , right 15px bottom , right 15% center } bgpos220448 { background-position: 100px bottom , right 15px bottom , right 15% center } bgpos220449 { background-position: 100px center , right 15px bottom , right 15% center } bgpos220450 { background-position: 100px top , right 15px bottom , right 15% center } bgpos220451 { background-position: 50% , right 15px bottom , right 15% center } bgpos220452 { background-position: 50% 10% , right 15px bottom , right 15% center } bgpos220453 { background-position: 50% 100px , right 15px bottom , right 15% center } bgpos220454 { background-position: 50% bottom , right 15px bottom , right 15% center } bgpos220455 { background-position: 50% center , right 15px bottom , right 15% center } bgpos220456 { background-position: 50% top , right 15px bottom , right 15% center } bgpos220457 { background-position: bottom, right 15px bottom , right 15% center } bgpos220458 { background-position: center , right 15px bottom , right 15% center } bgpos220459 { background-position: center bottom , right 15px bottom , right 15% center } bgpos220460 { background-position: center bottom 15% , right 15px bottom , right 15% center } bgpos220461 { background-position: center bottom 15px , right 15px bottom , right 15% center } bgpos220462 { background-position: center top , right 15px bottom , right 15% center } bgpos220463 { background-position: center top 15% , right 15px bottom , right 15% center } bgpos220464 { background-position: center top 15px , right 15px bottom , right 15% center } bgpos220465 { background-position: center 10% , right 15px bottom , right 15% center } bgpos220466 { background-position: center 100px , right 15px bottom , right 15% center } bgpos220467 { background-position: center bottom , right 15px bottom , right 15% center } bgpos220468 { background-position: center center , right 15px bottom , right 15% center } bgpos220469 { background-position: center top , right 15px bottom , right 15% center } bgpos220470 { background-position: left , right 15px bottom , right 15% center } bgpos220471 { background-position: left 10% , right 15px bottom , right 15% center } bgpos220472 { background-position: left 100px , right 15px bottom , right 15% center } bgpos220473 { background-position: left bottom , right 15px bottom , right 15% center } bgpos220474 { background-position: left center , right 15px bottom , right 15% center } bgpos220475 { background-position: left top , right 15px bottom , right 15% center } bgpos220476 { background-position: right , right 15px bottom , right 15% center } bgpos220477 { background-position: right 10% , right 15px bottom , right 15% center } bgpos220478 { background-position: right 100px , right 15px bottom , right 15% center } bgpos220479 { background-position: right bottom , right 15px bottom , right 15% center } bgpos220480 { background-position: right center , right 15px bottom , right 15% center } bgpos220481 { background-position: right top , right 15px bottom , right 15% center } bgpos220482 { background-position: top , right 15px bottom , right 15% center } bgpos220483 { background-position: left bottom , right 15px bottom 15% , right 15% center } bgpos220484 { background-position: left bottom 15% , right 15px bottom 15% , right 15% center } bgpos220485 { background-position: left bottom 15px , right 15px bottom 15% , right 15% center } bgpos220486 { background-position: left top , right 15px bottom 15% , right 15% center } bgpos220487 { background-position: left top 15% , right 15px bottom 15% , right 15% center } bgpos220488 { background-position: left top 15px , right 15px bottom 15% , right 15% center } bgpos220489 { background-position: left 15% bottom , right 15px bottom 15% , right 15% center } bgpos220490 { background-position: left 15% bottom 15% , right 15px bottom 15% , right 15% center } bgpos220491 { background-position: left 15% bottom 15px , right 15px bottom 15% , right 15% center } bgpos220492 { background-position: left 15% top , right 15px bottom 15% , right 15% center } bgpos220493 { background-position: left 15% top 15% , right 15px bottom 15% , right 15% center } bgpos220494 { background-position: left 15% top 15px , right 15px bottom 15% , right 15% center } bgpos220495 { background-position: left 15% center , right 15px bottom 15% , right 15% center } bgpos220496 { background-position: left 15px bottom , right 15px bottom 15% , right 15% center } bgpos220497 { background-position: left 15px bottom 15% , right 15px bottom 15% , right 15% center } bgpos220498 { background-position: left 15px bottom 15px , right 15px bottom 15% , right 15% center } bgpos220499 { background-position: left 15px top , right 15px bottom 15% , right 15% center } bgpos220500 { background-position: left 15px top 15% , right 15px bottom 15% , right 15% center } bgpos220501 { background-position: left 15px top 15px , right 15px bottom 15% , right 15% center } bgpos220502 { background-position: left 15px center , right 15px bottom 15% , right 15% center } bgpos220503 { background-position: left center , right 15px bottom 15% , right 15% center } bgpos220504 { background-position: right bottom , right 15px bottom 15% , right 15% center } bgpos220505 { background-position: right bottom 15% , right 15px bottom 15% , right 15% center } bgpos220506 { background-position: right bottom 15px , right 15px bottom 15% , right 15% center } bgpos220507 { background-position: right top , right 15px bottom 15% , right 15% center } bgpos220508 { background-position: right top 15% , right 15px bottom 15% , right 15% center } bgpos220509 { background-position: right top 15px , right 15px bottom 15% , right 15% center } bgpos220510 { background-position: right 15% bottom , right 15px bottom 15% , right 15% center } bgpos220511 { background-position: right 15% bottom 15% , right 15px bottom 15% , right 15% center } bgpos220512 { background-position: right 15% bottom 15px , right 15px bottom 15% , right 15% center } bgpos220513 { background-position: right 15% top , right 15px bottom 15% , right 15% center } bgpos220514 { background-position: right 15% top 15% , right 15px bottom 15% , right 15% center } bgpos220515 { background-position: right 15% top 15px , right 15px bottom 15% , right 15% center } bgpos220516 { background-position: right 15% center , right 15px bottom 15% , right 15% center } bgpos220517 { background-position: right 15px bottom , right 15px bottom 15% , right 15% center } bgpos220518 { background-position: right 15px bottom 15% , right 15px bottom 15% , right 15% center } bgpos220519 { background-position: right 15px bottom 15px , right 15px bottom 15% , right 15% center } bgpos220520 { background-position: right 15px top , right 15px bottom 15% , right 15% center } bgpos220521 { background-position: right 15px top 15% , right 15px bottom 15% , right 15% center } bgpos220522 { background-position: right 15px top 15px , right 15px bottom 15% , right 15% center } bgpos220523 { background-position: right 15px center , right 15px bottom 15% , right 15% center } bgpos220524 { background-position: right center , right 15px bottom 15% , right 15% center } bgpos220525 { background-position: 100px , right 15px bottom 15% , right 15% center } bgpos220526 { background-position: 100px 10% , right 15px bottom 15% , right 15% center } bgpos220527 { background-position: 100px 100px , right 15px bottom 15% , right 15% center } bgpos220528 { background-position: 100px bottom , right 15px bottom 15% , right 15% center } bgpos220529 { background-position: 100px center , right 15px bottom 15% , right 15% center } bgpos220530 { background-position: 100px top , right 15px bottom 15% , right 15% center } bgpos220531 { background-position: 50% , right 15px bottom 15% , right 15% center } bgpos220532 { background-position: 50% 10% , right 15px bottom 15% , right 15% center } bgpos220533 { background-position: 50% 100px , right 15px bottom 15% , right 15% center } bgpos220534 { background-position: 50% bottom , right 15px bottom 15% , right 15% center } bgpos220535 { background-position: 50% center , right 15px bottom 15% , right 15% center } bgpos220536 { background-position: 50% top , right 15px bottom 15% , right 15% center } bgpos220537 { background-position: bottom, right 15px bottom 15% , right 15% center } bgpos220538 { background-position: center , right 15px bottom 15% , right 15% center } bgpos220539 { background-position: center bottom , right 15px bottom 15% , right 15% center } bgpos220540 { background-position: center bottom 15% , right 15px bottom 15% , right 15% center } bgpos220541 { background-position: center bottom 15px , right 15px bottom 15% , right 15% center } bgpos220542 { background-position: center top , right 15px bottom 15% , right 15% center } bgpos220543 { background-position: center top 15% , right 15px bottom 15% , right 15% center } bgpos220544 { background-position: center top 15px , right 15px bottom 15% , right 15% center } bgpos220545 { background-position: center 10% , right 15px bottom 15% , right 15% center } bgpos220546 { background-position: center 100px , right 15px bottom 15% , right 15% center } bgpos220547 { background-position: center bottom , right 15px bottom 15% , right 15% center } bgpos220548 { background-position: center center , right 15px bottom 15% , right 15% center } bgpos220549 { background-position: center top , right 15px bottom 15% , right 15% center } bgpos220550 { background-position: left , right 15px bottom 15% , right 15% center } bgpos220551 { background-position: left 10% , right 15px bottom 15% , right 15% center } bgpos220552 { background-position: left 100px , right 15px bottom 15% , right 15% center } bgpos220553 { background-position: left bottom , right 15px bottom 15% , right 15% center } bgpos220554 { background-position: left center , right 15px bottom 15% , right 15% center } bgpos220555 { background-position: left top , right 15px bottom 15% , right 15% center } bgpos220556 { background-position: right , right 15px bottom 15% , right 15% center } bgpos220557 { background-position: right 10% , right 15px bottom 15% , right 15% center } bgpos220558 { background-position: right 100px , right 15px bottom 15% , right 15% center } bgpos220559 { background-position: right bottom , right 15px bottom 15% , right 15% center } bgpos220560 { background-position: right center , right 15px bottom 15% , right 15% center } bgpos220561 { background-position: right top , right 15px bottom 15% , right 15% center } bgpos220562 { background-position: top , right 15px bottom 15% , right 15% center } bgpos220563 { background-position: left bottom , right 15px bottom 15px , right 15% center } bgpos220564 { background-position: left bottom 15% , right 15px bottom 15px , right 15% center } bgpos220565 { background-position: left bottom 15px , right 15px bottom 15px , right 15% center } bgpos220566 { background-position: left top , right 15px bottom 15px , right 15% center } bgpos220567 { background-position: left top 15% , right 15px bottom 15px , right 15% center } bgpos220568 { background-position: left top 15px , right 15px bottom 15px , right 15% center } bgpos220569 { background-position: left 15% bottom , right 15px bottom 15px , right 15% center } bgpos220570 { background-position: left 15% bottom 15% , right 15px bottom 15px , right 15% center } bgpos220571 { background-position: left 15% bottom 15px , right 15px bottom 15px , right 15% center } bgpos220572 { background-position: left 15% top , right 15px bottom 15px , right 15% center } bgpos220573 { background-position: left 15% top 15% , right 15px bottom 15px , right 15% center } bgpos220574 { background-position: left 15% top 15px , right 15px bottom 15px , right 15% center } bgpos220575 { background-position: left 15% center , right 15px bottom 15px , right 15% center } bgpos220576 { background-position: left 15px bottom , right 15px bottom 15px , right 15% center } bgpos220577 { background-position: left 15px bottom 15% , right 15px bottom 15px , right 15% center } bgpos220578 { background-position: left 15px bottom 15px , right 15px bottom 15px , right 15% center } bgpos220579 { background-position: left 15px top , right 15px bottom 15px , right 15% center } bgpos220580 { background-position: left 15px top 15% , right 15px bottom 15px , right 15% center } bgpos220581 { background-position: left 15px top 15px , right 15px bottom 15px , right 15% center } bgpos220582 { background-position: left 15px center , right 15px bottom 15px , right 15% center } bgpos220583 { background-position: left center , right 15px bottom 15px , right 15% center } bgpos220584 { background-position: right bottom , right 15px bottom 15px , right 15% center } bgpos220585 { background-position: right bottom 15% , right 15px bottom 15px , right 15% center } bgpos220586 { background-position: right bottom 15px , right 15px bottom 15px , right 15% center } bgpos220587 { background-position: right top , right 15px bottom 15px , right 15% center } bgpos220588 { background-position: right top 15% , right 15px bottom 15px , right 15% center } bgpos220589 { background-position: right top 15px , right 15px bottom 15px , right 15% center } bgpos220590 { background-position: right 15% bottom , right 15px bottom 15px , right 15% center } bgpos220591 { background-position: right 15% bottom 15% , right 15px bottom 15px , right 15% center } bgpos220592 { background-position: right 15% bottom 15px , right 15px bottom 15px , right 15% center } bgpos220593 { background-position: right 15% top , right 15px bottom 15px , right 15% center } bgpos220594 { background-position: right 15% top 15% , right 15px bottom 15px , right 15% center } bgpos220595 { background-position: right 15% top 15px , right 15px bottom 15px , right 15% center } bgpos220596 { background-position: right 15% center , right 15px bottom 15px , right 15% center } bgpos220597 { background-position: right 15px bottom , right 15px bottom 15px , right 15% center } bgpos220598 { background-position: right 15px bottom 15% , right 15px bottom 15px , right 15% center } bgpos220599 { background-position: right 15px bottom 15px , right 15px bottom 15px , right 15% center } bgpos220600 { background-position: right 15px top , right 15px bottom 15px , right 15% center } bgpos220601 { background-position: right 15px top 15% , right 15px bottom 15px , right 15% center } bgpos220602 { background-position: right 15px top 15px , right 15px bottom 15px , right 15% center } bgpos220603 { background-position: right 15px center , right 15px bottom 15px , right 15% center } bgpos220604 { background-position: right center , right 15px bottom 15px , right 15% center } bgpos220605 { background-position: 100px , right 15px bottom 15px , right 15% center } bgpos220606 { background-position: 100px 10% , right 15px bottom 15px , right 15% center } bgpos220607 { background-position: 100px 100px , right 15px bottom 15px , right 15% center } bgpos220608 { background-position: 100px bottom , right 15px bottom 15px , right 15% center } bgpos220609 { background-position: 100px center , right 15px bottom 15px , right 15% center } bgpos220610 { background-position: 100px top , right 15px bottom 15px , right 15% center } bgpos220611 { background-position: 50% , right 15px bottom 15px , right 15% center } bgpos220612 { background-position: 50% 10% , right 15px bottom 15px , right 15% center } bgpos220613 { background-position: 50% 100px , right 15px bottom 15px , right 15% center } bgpos220614 { background-position: 50% bottom , right 15px bottom 15px , right 15% center } bgpos220615 { background-position: 50% center , right 15px bottom 15px , right 15% center } bgpos220616 { background-position: 50% top , right 15px bottom 15px , right 15% center } bgpos220617 { background-position: bottom, right 15px bottom 15px , right 15% center } bgpos220618 { background-position: center , right 15px bottom 15px , right 15% center } bgpos220619 { background-position: center bottom , right 15px bottom 15px , right 15% center } bgpos220620 { background-position: center bottom 15% , right 15px bottom 15px , right 15% center } bgpos220621 { background-position: center bottom 15px , right 15px bottom 15px , right 15% center } bgpos220622 { background-position: center top , right 15px bottom 15px , right 15% center } bgpos220623 { background-position: center top 15% , right 15px bottom 15px , right 15% center } bgpos220624 { background-position: center top 15px , right 15px bottom 15px , right 15% center } bgpos220625 { background-position: center 10% , right 15px bottom 15px , right 15% center } bgpos220626 { background-position: center 100px , right 15px bottom 15px , right 15% center } bgpos220627 { background-position: center bottom , right 15px bottom 15px , right 15% center } bgpos220628 { background-position: center center , right 15px bottom 15px , right 15% center } bgpos220629 { background-position: center top , right 15px bottom 15px , right 15% center } bgpos220630 { background-position: left , right 15px bottom 15px , right 15% center } bgpos220631 { background-position: left 10% , right 15px bottom 15px , right 15% center } bgpos220632 { background-position: left 100px , right 15px bottom 15px , right 15% center } bgpos220633 { background-position: left bottom , right 15px bottom 15px , right 15% center } bgpos220634 { background-position: left center , right 15px bottom 15px , right 15% center } bgpos220635 { background-position: left top , right 15px bottom 15px , right 15% center } bgpos220636 { background-position: right , right 15px bottom 15px , right 15% center } bgpos220637 { background-position: right 10% , right 15px bottom 15px , right 15% center } bgpos220638 { background-position: right 100px , right 15px bottom 15px , right 15% center } bgpos220639 { background-position: right bottom , right 15px bottom 15px , right 15% center } bgpos220640 { background-position: right center , right 15px bottom 15px , right 15% center } bgpos220641 { background-position: right top , right 15px bottom 15px , right 15% center } bgpos220642 { background-position: top , right 15px bottom 15px , right 15% center } bgpos220643 { background-position: left bottom , right 15px top , right 15% center } bgpos220644 { background-position: left bottom 15% , right 15px top , right 15% center } bgpos220645 { background-position: left bottom 15px , right 15px top , right 15% center } bgpos220646 { background-position: left top , right 15px top , right 15% center } bgpos220647 { background-position: left top 15% , right 15px top , right 15% center } bgpos220648 { background-position: left top 15px , right 15px top , right 15% center } bgpos220649 { background-position: left 15% bottom , right 15px top , right 15% center } bgpos220650 { background-position: left 15% bottom 15% , right 15px top , right 15% center } bgpos220651 { background-position: left 15% bottom 15px , right 15px top , right 15% center } bgpos220652 { background-position: left 15% top , right 15px top , right 15% center } bgpos220653 { background-position: left 15% top 15% , right 15px top , right 15% center } bgpos220654 { background-position: left 15% top 15px , right 15px top , right 15% center } bgpos220655 { background-position: left 15% center , right 15px top , right 15% center } bgpos220656 { background-position: left 15px bottom , right 15px top , right 15% center } bgpos220657 { background-position: left 15px bottom 15% , right 15px top , right 15% center } bgpos220658 { background-position: left 15px bottom 15px , right 15px top , right 15% center } bgpos220659 { background-position: left 15px top , right 15px top , right 15% center } bgpos220660 { background-position: left 15px top 15% , right 15px top , right 15% center } bgpos220661 { background-position: left 15px top 15px , right 15px top , right 15% center } bgpos220662 { background-position: left 15px center , right 15px top , right 15% center } bgpos220663 { background-position: left center , right 15px top , right 15% center } bgpos220664 { background-position: right bottom , right 15px top , right 15% center } bgpos220665 { background-position: right bottom 15% , right 15px top , right 15% center } bgpos220666 { background-position: right bottom 15px , right 15px top , right 15% center } bgpos220667 { background-position: right top , right 15px top , right 15% center } bgpos220668 { background-position: right top 15% , right 15px top , right 15% center } bgpos220669 { background-position: right top 15px , right 15px top , right 15% center } bgpos220670 { background-position: right 15% bottom , right 15px top , right 15% center } bgpos220671 { background-position: right 15% bottom 15% , right 15px top , right 15% center } bgpos220672 { background-position: right 15% bottom 15px , right 15px top , right 15% center } bgpos220673 { background-position: right 15% top , right 15px top , right 15% center } bgpos220674 { background-position: right 15% top 15% , right 15px top , right 15% center } bgpos220675 { background-position: right 15% top 15px , right 15px top , right 15% center } bgpos220676 { background-position: right 15% center , right 15px top , right 15% center } bgpos220677 { background-position: right 15px bottom , right 15px top , right 15% center } bgpos220678 { background-position: right 15px bottom 15% , right 15px top , right 15% center } bgpos220679 { background-position: right 15px bottom 15px , right 15px top , right 15% center } bgpos220680 { background-position: right 15px top , right 15px top , right 15% center } bgpos220681 { background-position: right 15px top 15% , right 15px top , right 15% center } bgpos220682 { background-position: right 15px top 15px , right 15px top , right 15% center } bgpos220683 { background-position: right 15px center , right 15px top , right 15% center } bgpos220684 { background-position: right center , right 15px top , right 15% center } bgpos220685 { background-position: 100px , right 15px top , right 15% center } bgpos220686 { background-position: 100px 10% , right 15px top , right 15% center } bgpos220687 { background-position: 100px 100px , right 15px top , right 15% center } bgpos220688 { background-position: 100px bottom , right 15px top , right 15% center } bgpos220689 { background-position: 100px center , right 15px top , right 15% center } bgpos220690 { background-position: 100px top , right 15px top , right 15% center } bgpos220691 { background-position: 50% , right 15px top , right 15% center } bgpos220692 { background-position: 50% 10% , right 15px top , right 15% center } bgpos220693 { background-position: 50% 100px , right 15px top , right 15% center } bgpos220694 { background-position: 50% bottom , right 15px top , right 15% center } bgpos220695 { background-position: 50% center , right 15px top , right 15% center } bgpos220696 { background-position: 50% top , right 15px top , right 15% center } bgpos220697 { background-position: bottom, right 15px top , right 15% center } bgpos220698 { background-position: center , right 15px top , right 15% center } bgpos220699 { background-position: center bottom , right 15px top , right 15% center } bgpos220700 { background-position: center bottom 15% , right 15px top , right 15% center } bgpos220701 { background-position: center bottom 15px , right 15px top , right 15% center } bgpos220702 { background-position: center top , right 15px top , right 15% center } bgpos220703 { background-position: center top 15% , right 15px top , right 15% center } bgpos220704 { background-position: center top 15px , right 15px top , right 15% center } bgpos220705 { background-position: center 10% , right 15px top , right 15% center } bgpos220706 { background-position: center 100px , right 15px top , right 15% center } bgpos220707 { background-position: center bottom , right 15px top , right 15% center } bgpos220708 { background-position: center center , right 15px top , right 15% center } bgpos220709 { background-position: center top , right 15px top , right 15% center } bgpos220710 { background-position: left , right 15px top , right 15% center } bgpos220711 { background-position: left 10% , right 15px top , right 15% center } bgpos220712 { background-position: left 100px , right 15px top , right 15% center } bgpos220713 { background-position: left bottom , right 15px top , right 15% center } bgpos220714 { background-position: left center , right 15px top , right 15% center } bgpos220715 { background-position: left top , right 15px top , right 15% center } bgpos220716 { background-position: right , right 15px top , right 15% center } bgpos220717 { background-position: right 10% , right 15px top , right 15% center } bgpos220718 { background-position: right 100px , right 15px top , right 15% center } bgpos220719 { background-position: right bottom , right 15px top , right 15% center } bgpos220720 { background-position: right center , right 15px top , right 15% center } bgpos220721 { background-position: right top , right 15px top , right 15% center } bgpos220722 { background-position: top , right 15px top , right 15% center } bgpos220723 { background-position: left bottom , right 15px top 15% , right 15% center } bgpos220724 { background-position: left bottom 15% , right 15px top 15% , right 15% center } bgpos220725 { background-position: left bottom 15px , right 15px top 15% , right 15% center } bgpos220726 { background-position: left top , right 15px top 15% , right 15% center } bgpos220727 { background-position: left top 15% , right 15px top 15% , right 15% center } bgpos220728 { background-position: left top 15px , right 15px top 15% , right 15% center } bgpos220729 { background-position: left 15% bottom , right 15px top 15% , right 15% center } bgpos220730 { background-position: left 15% bottom 15% , right 15px top 15% , right 15% center } bgpos220731 { background-position: left 15% bottom 15px , right 15px top 15% , right 15% center } bgpos220732 { background-position: left 15% top , right 15px top 15% , right 15% center } bgpos220733 { background-position: left 15% top 15% , right 15px top 15% , right 15% center } bgpos220734 { background-position: left 15% top 15px , right 15px top 15% , right 15% center } bgpos220735 { background-position: left 15% center , right 15px top 15% , right 15% center } bgpos220736 { background-position: left 15px bottom , right 15px top 15% , right 15% center } bgpos220737 { background-position: left 15px bottom 15% , right 15px top 15% , right 15% center } bgpos220738 { background-position: left 15px bottom 15px , right 15px top 15% , right 15% center } bgpos220739 { background-position: left 15px top , right 15px top 15% , right 15% center } bgpos220740 { background-position: left 15px top 15% , right 15px top 15% , right 15% center } bgpos220741 { background-position: left 15px top 15px , right 15px top 15% , right 15% center } bgpos220742 { background-position: left 15px center , right 15px top 15% , right 15% center } bgpos220743 { background-position: left center , right 15px top 15% , right 15% center } bgpos220744 { background-position: right bottom , right 15px top 15% , right 15% center } bgpos220745 { background-position: right bottom 15% , right 15px top 15% , right 15% center } bgpos220746 { background-position: right bottom 15px , right 15px top 15% , right 15% center } bgpos220747 { background-position: right top , right 15px top 15% , right 15% center } bgpos220748 { background-position: right top 15% , right 15px top 15% , right 15% center } bgpos220749 { background-position: right top 15px , right 15px top 15% , right 15% center } bgpos220750 { background-position: right 15% bottom , right 15px top 15% , right 15% center } bgpos220751 { background-position: right 15% bottom 15% , right 15px top 15% , right 15% center } bgpos220752 { background-position: right 15% bottom 15px , right 15px top 15% , right 15% center } bgpos220753 { background-position: right 15% top , right 15px top 15% , right 15% center } bgpos220754 { background-position: right 15% top 15% , right 15px top 15% , right 15% center } bgpos220755 { background-position: right 15% top 15px , right 15px top 15% , right 15% center } bgpos220756 { background-position: right 15% center , right 15px top 15% , right 15% center } bgpos220757 { background-position: right 15px bottom , right 15px top 15% , right 15% center } bgpos220758 { background-position: right 15px bottom 15% , right 15px top 15% , right 15% center } bgpos220759 { background-position: right 15px bottom 15px , right 15px top 15% , right 15% center } bgpos220760 { background-position: right 15px top , right 15px top 15% , right 15% center } bgpos220761 { background-position: right 15px top 15% , right 15px top 15% , right 15% center } bgpos220762 { background-position: right 15px top 15px , right 15px top 15% , right 15% center } bgpos220763 { background-position: right 15px center , right 15px top 15% , right 15% center } bgpos220764 { background-position: right center , right 15px top 15% , right 15% center } bgpos220765 { background-position: 100px , right 15px top 15% , right 15% center } bgpos220766 { background-position: 100px 10% , right 15px top 15% , right 15% center } bgpos220767 { background-position: 100px 100px , right 15px top 15% , right 15% center } bgpos220768 { background-position: 100px bottom , right 15px top 15% , right 15% center } bgpos220769 { background-position: 100px center , right 15px top 15% , right 15% center } bgpos220770 { background-position: 100px top , right 15px top 15% , right 15% center } bgpos220771 { background-position: 50% , right 15px top 15% , right 15% center } bgpos220772 { background-position: 50% 10% , right 15px top 15% , right 15% center } bgpos220773 { background-position: 50% 100px , right 15px top 15% , right 15% center } bgpos220774 { background-position: 50% bottom , right 15px top 15% , right 15% center } bgpos220775 { background-position: 50% center , right 15px top 15% , right 15% center } bgpos220776 { background-position: 50% top , right 15px top 15% , right 15% center } bgpos220777 { background-position: bottom, right 15px top 15% , right 15% center } bgpos220778 { background-position: center , right 15px top 15% , right 15% center } bgpos220779 { background-position: center bottom , right 15px top 15% , right 15% center } bgpos220780 { background-position: center bottom 15% , right 15px top 15% , right 15% center } bgpos220781 { background-position: center bottom 15px , right 15px top 15% , right 15% center } bgpos220782 { background-position: center top , right 15px top 15% , right 15% center } bgpos220783 { background-position: center top 15% , right 15px top 15% , right 15% center } bgpos220784 { background-position: center top 15px , right 15px top 15% , right 15% center } bgpos220785 { background-position: center 10% , right 15px top 15% , right 15% center } bgpos220786 { background-position: center 100px , right 15px top 15% , right 15% center } bgpos220787 { background-position: center bottom , right 15px top 15% , right 15% center } bgpos220788 { background-position: center center , right 15px top 15% , right 15% center } bgpos220789 { background-position: center top , right 15px top 15% , right 15% center } bgpos220790 { background-position: left , right 15px top 15% , right 15% center } bgpos220791 { background-position: left 10% , right 15px top 15% , right 15% center } bgpos220792 { background-position: left 100px , right 15px top 15% , right 15% center } bgpos220793 { background-position: left bottom , right 15px top 15% , right 15% center } bgpos220794 { background-position: left center , right 15px top 15% , right 15% center } bgpos220795 { background-position: left top , right 15px top 15% , right 15% center } bgpos220796 { background-position: right , right 15px top 15% , right 15% center } bgpos220797 { background-position: right 10% , right 15px top 15% , right 15% center } bgpos220798 { background-position: right 100px , right 15px top 15% , right 15% center } bgpos220799 { background-position: right bottom , right 15px top 15% , right 15% center } bgpos220800 { background-position: right center , right 15px top 15% , right 15% center } bgpos220801 { background-position: right top , right 15px top 15% , right 15% center } bgpos220802 { background-position: top , right 15px top 15% , right 15% center } bgpos220803 { background-position: left bottom , right 15px top 15px , right 15% center } bgpos220804 { background-position: left bottom 15% , right 15px top 15px , right 15% center } bgpos220805 { background-position: left bottom 15px , right 15px top 15px , right 15% center } bgpos220806 { background-position: left top , right 15px top 15px , right 15% center } bgpos220807 { background-position: left top 15% , right 15px top 15px , right 15% center } bgpos220808 { background-position: left top 15px , right 15px top 15px , right 15% center } bgpos220809 { background-position: left 15% bottom , right 15px top 15px , right 15% center } bgpos220810 { background-position: left 15% bottom 15% , right 15px top 15px , right 15% center } bgpos220811 { background-position: left 15% bottom 15px , right 15px top 15px , right 15% center } bgpos220812 { background-position: left 15% top , right 15px top 15px , right 15% center } bgpos220813 { background-position: left 15% top 15% , right 15px top 15px , right 15% center } bgpos220814 { background-position: left 15% top 15px , right 15px top 15px , right 15% center } bgpos220815 { background-position: left 15% center , right 15px top 15px , right 15% center } bgpos220816 { background-position: left 15px bottom , right 15px top 15px , right 15% center } bgpos220817 { background-position: left 15px bottom 15% , right 15px top 15px , right 15% center } bgpos220818 { background-position: left 15px bottom 15px , right 15px top 15px , right 15% center } bgpos220819 { background-position: left 15px top , right 15px top 15px , right 15% center } bgpos220820 { background-position: left 15px top 15% , right 15px top 15px , right 15% center } bgpos220821 { background-position: left 15px top 15px , right 15px top 15px , right 15% center } bgpos220822 { background-position: left 15px center , right 15px top 15px , right 15% center } bgpos220823 { background-position: left center , right 15px top 15px , right 15% center } bgpos220824 { background-position: right bottom , right 15px top 15px , right 15% center } bgpos220825 { background-position: right bottom 15% , right 15px top 15px , right 15% center } bgpos220826 { background-position: right bottom 15px , right 15px top 15px , right 15% center } bgpos220827 { background-position: right top , right 15px top 15px , right 15% center } bgpos220828 { background-position: right top 15% , right 15px top 15px , right 15% center } bgpos220829 { background-position: right top 15px , right 15px top 15px , right 15% center } bgpos220830 { background-position: right 15% bottom , right 15px top 15px , right 15% center } bgpos220831 { background-position: right 15% bottom 15% , right 15px top 15px , right 15% center } bgpos220832 { background-position: right 15% bottom 15px , right 15px top 15px , right 15% center } bgpos220833 { background-position: right 15% top , right 15px top 15px , right 15% center } bgpos220834 { background-position: right 15% top 15% , right 15px top 15px , right 15% center } bgpos220835 { background-position: right 15% top 15px , right 15px top 15px , right 15% center } bgpos220836 { background-position: right 15% center , right 15px top 15px , right 15% center } bgpos220837 { background-position: right 15px bottom , right 15px top 15px , right 15% center } bgpos220838 { background-position: right 15px bottom 15% , right 15px top 15px , right 15% center } bgpos220839 { background-position: right 15px bottom 15px , right 15px top 15px , right 15% center } bgpos220840 { background-position: right 15px top , right 15px top 15px , right 15% center } bgpos220841 { background-position: right 15px top 15% , right 15px top 15px , right 15% center } bgpos220842 { background-position: right 15px top 15px , right 15px top 15px , right 15% center } bgpos220843 { background-position: right 15px center , right 15px top 15px , right 15% center } bgpos220844 { background-position: right center , right 15px top 15px , right 15% center } bgpos220845 { background-position: 100px , right 15px top 15px , right 15% center } bgpos220846 { background-position: 100px 10% , right 15px top 15px , right 15% center } bgpos220847 { background-position: 100px 100px , right 15px top 15px , right 15% center } bgpos220848 { background-position: 100px bottom , right 15px top 15px , right 15% center } bgpos220849 { background-position: 100px center , right 15px top 15px , right 15% center } bgpos220850 { background-position: 100px top , right 15px top 15px , right 15% center } bgpos220851 { background-position: 50% , right 15px top 15px , right 15% center } bgpos220852 { background-position: 50% 10% , right 15px top 15px , right 15% center } bgpos220853 { background-position: 50% 100px , right 15px top 15px , right 15% center } bgpos220854 { background-position: 50% bottom , right 15px top 15px , right 15% center } bgpos220855 { background-position: 50% center , right 15px top 15px , right 15% center } bgpos220856 { background-position: 50% top , right 15px top 15px , right 15% center } bgpos220857 { background-position: bottom, right 15px top 15px , right 15% center } bgpos220858 { background-position: center , right 15px top 15px , right 15% center } bgpos220859 { background-position: center bottom , right 15px top 15px , right 15% center } bgpos220860 { background-position: center bottom 15% , right 15px top 15px , right 15% center } bgpos220861 { background-position: center bottom 15px , right 15px top 15px , right 15% center } bgpos220862 { background-position: center top , right 15px top 15px , right 15% center } bgpos220863 { background-position: center top 15% , right 15px top 15px , right 15% center } bgpos220864 { background-position: center top 15px , right 15px top 15px , right 15% center } bgpos220865 { background-position: center 10% , right 15px top 15px , right 15% center } bgpos220866 { background-position: center 100px , right 15px top 15px , right 15% center } bgpos220867 { background-position: center bottom , right 15px top 15px , right 15% center } bgpos220868 { background-position: center center , right 15px top 15px , right 15% center } bgpos220869 { background-position: center top , right 15px top 15px , right 15% center } bgpos220870 { background-position: left , right 15px top 15px , right 15% center } bgpos220871 { background-position: left 10% , right 15px top 15px , right 15% center } bgpos220872 { background-position: left 100px , right 15px top 15px , right 15% center } bgpos220873 { background-position: left bottom , right 15px top 15px , right 15% center } bgpos220874 { background-position: left center , right 15px top 15px , right 15% center } bgpos220875 { background-position: left top , right 15px top 15px , right 15% center } bgpos220876 { background-position: right , right 15px top 15px , right 15% center } bgpos220877 { background-position: right 10% , right 15px top 15px , right 15% center } bgpos220878 { background-position: right 100px , right 15px top 15px , right 15% center } bgpos220879 { background-position: right bottom , right 15px top 15px , right 15% center } bgpos220880 { background-position: right center , right 15px top 15px , right 15% center } bgpos220881 { background-position: right top , right 15px top 15px , right 15% center } bgpos220882 { background-position: top , right 15px top 15px , right 15% center } bgpos220883 { background-position: left bottom , right 15px center , right 15% center } bgpos220884 { background-position: left bottom 15% , right 15px center , right 15% center } bgpos220885 { background-position: left bottom 15px , right 15px center , right 15% center } bgpos220886 { background-position: left top , right 15px center , right 15% center } bgpos220887 { background-position: left top 15% , right 15px center , right 15% center } bgpos220888 { background-position: left top 15px , right 15px center , right 15% center } bgpos220889 { background-position: left 15% bottom , right 15px center , right 15% center } bgpos220890 { background-position: left 15% bottom 15% , right 15px center , right 15% center } bgpos220891 { background-position: left 15% bottom 15px , right 15px center , right 15% center } bgpos220892 { background-position: left 15% top , right 15px center , right 15% center } bgpos220893 { background-position: left 15% top 15% , right 15px center , right 15% center } bgpos220894 { background-position: left 15% top 15px , right 15px center , right 15% center } bgpos220895 { background-position: left 15% center , right 15px center , right 15% center } bgpos220896 { background-position: left 15px bottom , right 15px center , right 15% center } bgpos220897 { background-position: left 15px bottom 15% , right 15px center , right 15% center } bgpos220898 { background-position: left 15px bottom 15px , right 15px center , right 15% center } bgpos220899 { background-position: left 15px top , right 15px center , right 15% center } bgpos220900 { background-position: left 15px top 15% , right 15px center , right 15% center } bgpos220901 { background-position: left 15px top 15px , right 15px center , right 15% center } bgpos220902 { background-position: left 15px center , right 15px center , right 15% center } bgpos220903 { background-position: left center , right 15px center , right 15% center } bgpos220904 { background-position: right bottom , right 15px center , right 15% center } bgpos220905 { background-position: right bottom 15% , right 15px center , right 15% center } bgpos220906 { background-position: right bottom 15px , right 15px center , right 15% center } bgpos220907 { background-position: right top , right 15px center , right 15% center } bgpos220908 { background-position: right top 15% , right 15px center , right 15% center } bgpos220909 { background-position: right top 15px , right 15px center , right 15% center } bgpos220910 { background-position: right 15% bottom , right 15px center , right 15% center } bgpos220911 { background-position: right 15% bottom 15% , right 15px center , right 15% center } bgpos220912 { background-position: right 15% bottom 15px , right 15px center , right 15% center } bgpos220913 { background-position: right 15% top , right 15px center , right 15% center } bgpos220914 { background-position: right 15% top 15% , right 15px center , right 15% center } bgpos220915 { background-position: right 15% top 15px , right 15px center , right 15% center } bgpos220916 { background-position: right 15% center , right 15px center , right 15% center } bgpos220917 { background-position: right 15px bottom , right 15px center , right 15% center } bgpos220918 { background-position: right 15px bottom 15% , right 15px center , right 15% center } bgpos220919 { background-position: right 15px bottom 15px , right 15px center , right 15% center } bgpos220920 { background-position: right 15px top , right 15px center , right 15% center } bgpos220921 { background-position: right 15px top 15% , right 15px center , right 15% center } bgpos220922 { background-position: right 15px top 15px , right 15px center , right 15% center } bgpos220923 { background-position: right 15px center , right 15px center , right 15% center } bgpos220924 { background-position: right center , right 15px center , right 15% center } bgpos220925 { background-position: 100px , right 15px center , right 15% center } bgpos220926 { background-position: 100px 10% , right 15px center , right 15% center } bgpos220927 { background-position: 100px 100px , right 15px center , right 15% center } bgpos220928 { background-position: 100px bottom , right 15px center , right 15% center } bgpos220929 { background-position: 100px center , right 15px center , right 15% center } bgpos220930 { background-position: 100px top , right 15px center , right 15% center } bgpos220931 { background-position: 50% , right 15px center , right 15% center } bgpos220932 { background-position: 50% 10% , right 15px center , right 15% center } bgpos220933 { background-position: 50% 100px , right 15px center , right 15% center } bgpos220934 { background-position: 50% bottom , right 15px center , right 15% center } bgpos220935 { background-position: 50% center , right 15px center , right 15% center } bgpos220936 { background-position: 50% top , right 15px center , right 15% center } bgpos220937 { background-position: bottom, right 15px center , right 15% center } bgpos220938 { background-position: center , right 15px center , right 15% center } bgpos220939 { background-position: center bottom , right 15px center , right 15% center } bgpos220940 { background-position: center bottom 15% , right 15px center , right 15% center } bgpos220941 { background-position: center bottom 15px , right 15px center , right 15% center } bgpos220942 { background-position: center top , right 15px center , right 15% center } bgpos220943 { background-position: center top 15% , right 15px center , right 15% center } bgpos220944 { background-position: center top 15px , right 15px center , right 15% center } bgpos220945 { background-position: center 10% , right 15px center , right 15% center } bgpos220946 { background-position: center 100px , right 15px center , right 15% center } bgpos220947 { background-position: center bottom , right 15px center , right 15% center } bgpos220948 { background-position: center center , right 15px center , right 15% center } bgpos220949 { background-position: center top , right 15px center , right 15% center } bgpos220950 { background-position: left , right 15px center , right 15% center } bgpos220951 { background-position: left 10% , right 15px center , right 15% center } bgpos220952 { background-position: left 100px , right 15px center , right 15% center } bgpos220953 { background-position: left bottom , right 15px center , right 15% center } bgpos220954 { background-position: left center , right 15px center , right 15% center } bgpos220955 { background-position: left top , right 15px center , right 15% center } bgpos220956 { background-position: right , right 15px center , right 15% center } bgpos220957 { background-position: right 10% , right 15px center , right 15% center } bgpos220958 { background-position: right 100px , right 15px center , right 15% center } bgpos220959 { background-position: right bottom , right 15px center , right 15% center } bgpos220960 { background-position: right center , right 15px center , right 15% center } bgpos220961 { background-position: right top , right 15px center , right 15% center } bgpos220962 { background-position: top , right 15px center , right 15% center } bgpos220963 { background-position: left bottom , right center , right 15% center } bgpos220964 { background-position: left bottom 15% , right center , right 15% center } bgpos220965 { background-position: left bottom 15px , right center , right 15% center } bgpos220966 { background-position: left top , right center , right 15% center } bgpos220967 { background-position: left top 15% , right center , right 15% center } bgpos220968 { background-position: left top 15px , right center , right 15% center } bgpos220969 { background-position: left 15% bottom , right center , right 15% center } bgpos220970 { background-position: left 15% bottom 15% , right center , right 15% center } bgpos220971 { background-position: left 15% bottom 15px , right center , right 15% center } bgpos220972 { background-position: left 15% top , right center , right 15% center } bgpos220973 { background-position: left 15% top 15% , right center , right 15% center } bgpos220974 { background-position: left 15% top 15px , right center , right 15% center } bgpos220975 { background-position: left 15% center , right center , right 15% center } bgpos220976 { background-position: left 15px bottom , right center , right 15% center } bgpos220977 { background-position: left 15px bottom 15% , right center , right 15% center } bgpos220978 { background-position: left 15px bottom 15px , right center , right 15% center } bgpos220979 { background-position: left 15px top , right center , right 15% center } bgpos220980 { background-position: left 15px top 15% , right center , right 15% center } bgpos220981 { background-position: left 15px top 15px , right center , right 15% center } bgpos220982 { background-position: left 15px center , right center , right 15% center } bgpos220983 { background-position: left center , right center , right 15% center } bgpos220984 { background-position: right bottom , right center , right 15% center } bgpos220985 { background-position: right bottom 15% , right center , right 15% center } bgpos220986 { background-position: right bottom 15px , right center , right 15% center } bgpos220987 { background-position: right top , right center , right 15% center } bgpos220988 { background-position: right top 15% , right center , right 15% center } bgpos220989 { background-position: right top 15px , right center , right 15% center } bgpos220990 { background-position: right 15% bottom , right center , right 15% center } bgpos220991 { background-position: right 15% bottom 15% , right center , right 15% center } bgpos220992 { background-position: right 15% bottom 15px , right center , right 15% center } bgpos220993 { background-position: right 15% top , right center , right 15% center } bgpos220994 { background-position: right 15% top 15% , right center , right 15% center } bgpos220995 { background-position: right 15% top 15px , right center , right 15% center } bgpos220996 { background-position: right 15% center , right center , right 15% center } bgpos220997 { background-position: right 15px bottom , right center , right 15% center } bgpos220998 { background-position: right 15px bottom 15% , right center , right 15% center } bgpos220999 { background-position: right 15px bottom 15px , right center , right 15% center } bgpos221000 { background-position: right 15px top , right center , right 15% center } bgpos221001 { background-position: right 15px top 15% , right center , right 15% center } bgpos221002 { background-position: right 15px top 15px , right center , right 15% center } bgpos221003 { background-position: right 15px center , right center , right 15% center } bgpos221004 { background-position: right center , right center , right 15% center } bgpos221005 { background-position: 100px , right center , right 15% center } bgpos221006 { background-position: 100px 10% , right center , right 15% center } bgpos221007 { background-position: 100px 100px , right center , right 15% center } bgpos221008 { background-position: 100px bottom , right center , right 15% center } bgpos221009 { background-position: 100px center , right center , right 15% center } bgpos221010 { background-position: 100px top , right center , right 15% center } bgpos221011 { background-position: 50% , right center , right 15% center } bgpos221012 { background-position: 50% 10% , right center , right 15% center } bgpos221013 { background-position: 50% 100px , right center , right 15% center } bgpos221014 { background-position: 50% bottom , right center , right 15% center } bgpos221015 { background-position: 50% center , right center , right 15% center } bgpos221016 { background-position: 50% top , right center , right 15% center } bgpos221017 { background-position: bottom, right center , right 15% center } bgpos221018 { background-position: center , right center , right 15% center } bgpos221019 { background-position: center bottom , right center , right 15% center } bgpos221020 { background-position: center bottom 15% , right center , right 15% center } bgpos221021 { background-position: center bottom 15px , right center , right 15% center } bgpos221022 { background-position: center top , right center , right 15% center } bgpos221023 { background-position: center top 15% , right center , right 15% center } bgpos221024 { background-position: center top 15px , right center , right 15% center } bgpos221025 { background-position: center 10% , right center , right 15% center } bgpos221026 { background-position: center 100px , right center , right 15% center } bgpos221027 { background-position: center bottom , right center , right 15% center } bgpos221028 { background-position: center center , right center , right 15% center } bgpos221029 { background-position: center top , right center , right 15% center } bgpos221030 { background-position: left , right center , right 15% center } bgpos221031 { background-position: left 10% , right center , right 15% center } bgpos221032 { background-position: left 100px , right center , right 15% center } bgpos221033 { background-position: left bottom , right center , right 15% center } bgpos221034 { background-position: left center , right center , right 15% center } bgpos221035 { background-position: left top , right center , right 15% center } bgpos221036 { background-position: right , right center , right 15% center } bgpos221037 { background-position: right 10% , right center , right 15% center } bgpos221038 { background-position: right 100px , right center , right 15% center } bgpos221039 { background-position: right bottom , right center , right 15% center } bgpos221040 { background-position: right center , right center , right 15% center } bgpos221041 { background-position: right top , right center , right 15% center } bgpos221042 { background-position: top , right center , right 15% center } bgpos221043 { background-position: left bottom , 100px , right 15% center } bgpos221044 { background-position: left bottom 15% , 100px , right 15% center } bgpos221045 { background-position: left bottom 15px , 100px , right 15% center } bgpos221046 { background-position: left top , 100px , right 15% center } bgpos221047 { background-position: left top 15% , 100px , right 15% center } bgpos221048 { background-position: left top 15px , 100px , right 15% center } bgpos221049 { background-position: left 15% bottom , 100px , right 15% center } bgpos221050 { background-position: left 15% bottom 15% , 100px , right 15% center } bgpos221051 { background-position: left 15% bottom 15px , 100px , right 15% center } bgpos221052 { background-position: left 15% top , 100px , right 15% center } bgpos221053 { background-position: left 15% top 15% , 100px , right 15% center } bgpos221054 { background-position: left 15% top 15px , 100px , right 15% center } bgpos221055 { background-position: left 15% center , 100px , right 15% center } bgpos221056 { background-position: left 15px bottom , 100px , right 15% center } bgpos221057 { background-position: left 15px bottom 15% , 100px , right 15% center } bgpos221058 { background-position: left 15px bottom 15px , 100px , right 15% center } bgpos221059 { background-position: left 15px top , 100px , right 15% center } bgpos221060 { background-position: left 15px top 15% , 100px , right 15% center } bgpos221061 { background-position: left 15px top 15px , 100px , right 15% center } bgpos221062 { background-position: left 15px center , 100px , right 15% center } bgpos221063 { background-position: left center , 100px , right 15% center } bgpos221064 { background-position: right bottom , 100px , right 15% center } bgpos221065 { background-position: right bottom 15% , 100px , right 15% center } bgpos221066 { background-position: right bottom 15px , 100px , right 15% center } bgpos221067 { background-position: right top , 100px , right 15% center } bgpos221068 { background-position: right top 15% , 100px , right 15% center } bgpos221069 { background-position: right top 15px , 100px , right 15% center } bgpos221070 { background-position: right 15% bottom , 100px , right 15% center } bgpos221071 { background-position: right 15% bottom 15% , 100px , right 15% center } bgpos221072 { background-position: right 15% bottom 15px , 100px , right 15% center } bgpos221073 { background-position: right 15% top , 100px , right 15% center } bgpos221074 { background-position: right 15% top 15% , 100px , right 15% center } bgpos221075 { background-position: right 15% top 15px , 100px , right 15% center } bgpos221076 { background-position: right 15% center , 100px , right 15% center } bgpos221077 { background-position: right 15px bottom , 100px , right 15% center } bgpos221078 { background-position: right 15px bottom 15% , 100px , right 15% center } bgpos221079 { background-position: right 15px bottom 15px , 100px , right 15% center } bgpos221080 { background-position: right 15px top , 100px , right 15% center } bgpos221081 { background-position: right 15px top 15% , 100px , right 15% center } bgpos221082 { background-position: right 15px top 15px , 100px , right 15% center } bgpos221083 { background-position: right 15px center , 100px , right 15% center } bgpos221084 { background-position: right center , 100px , right 15% center } bgpos221085 { background-position: 100px , 100px , right 15% center } bgpos221086 { background-position: 100px 10% , 100px , right 15% center } bgpos221087 { background-position: 100px 100px , 100px , right 15% center } bgpos221088 { background-position: 100px bottom , 100px , right 15% center } bgpos221089 { background-position: 100px center , 100px , right 15% center } bgpos221090 { background-position: 100px top , 100px , right 15% center } bgpos221091 { background-position: 50% , 100px , right 15% center } bgpos221092 { background-position: 50% 10% , 100px , right 15% center } bgpos221093 { background-position: 50% 100px , 100px , right 15% center } bgpos221094 { background-position: 50% bottom , 100px , right 15% center } bgpos221095 { background-position: 50% center , 100px , right 15% center } bgpos221096 { background-position: 50% top , 100px , right 15% center } bgpos221097 { background-position: bottom, 100px , right 15% center } bgpos221098 { background-position: center , 100px , right 15% center } bgpos221099 { background-position: center bottom , 100px , right 15% center } bgpos221100 { background-position: center bottom 15% , 100px , right 15% center } bgpos221101 { background-position: center bottom 15px , 100px , right 15% center } bgpos221102 { background-position: center top , 100px , right 15% center } bgpos221103 { background-position: center top 15% , 100px , right 15% center } bgpos221104 { background-position: center top 15px , 100px , right 15% center } bgpos221105 { background-position: center 10% , 100px , right 15% center } bgpos221106 { background-position: center 100px , 100px , right 15% center } bgpos221107 { background-position: center bottom , 100px , right 15% center } bgpos221108 { background-position: center center , 100px , right 15% center } bgpos221109 { background-position: center top , 100px , right 15% center } bgpos221110 { background-position: left , 100px , right 15% center } bgpos221111 { background-position: left 10% , 100px , right 15% center } bgpos221112 { background-position: left 100px , 100px , right 15% center } bgpos221113 { background-position: left bottom , 100px , right 15% center } bgpos221114 { background-position: left center , 100px , right 15% center } bgpos221115 { background-position: left top , 100px , right 15% center } bgpos221116 { background-position: right , 100px , right 15% center } bgpos221117 { background-position: right 10% , 100px , right 15% center } bgpos221118 { background-position: right 100px , 100px , right 15% center } bgpos221119 { background-position: right bottom , 100px , right 15% center } bgpos221120 { background-position: right center , 100px , right 15% center } bgpos221121 { background-position: right top , 100px , right 15% center } bgpos221122 { background-position: top , 100px , right 15% center } bgpos221123 { background-position: left bottom , 100px 10% , right 15% center } bgpos221124 { background-position: left bottom 15% , 100px 10% , right 15% center } bgpos221125 { background-position: left bottom 15px , 100px 10% , right 15% center } bgpos221126 { background-position: left top , 100px 10% , right 15% center } bgpos221127 { background-position: left top 15% , 100px 10% , right 15% center } bgpos221128 { background-position: left top 15px , 100px 10% , right 15% center } bgpos221129 { background-position: left 15% bottom , 100px 10% , right 15% center } bgpos221130 { background-position: left 15% bottom 15% , 100px 10% , right 15% center } bgpos221131 { background-position: left 15% bottom 15px , 100px 10% , right 15% center } bgpos221132 { background-position: left 15% top , 100px 10% , right 15% center } bgpos221133 { background-position: left 15% top 15% , 100px 10% , right 15% center } bgpos221134 { background-position: left 15% top 15px , 100px 10% , right 15% center } bgpos221135 { background-position: left 15% center , 100px 10% , right 15% center } bgpos221136 { background-position: left 15px bottom , 100px 10% , right 15% center } bgpos221137 { background-position: left 15px bottom 15% , 100px 10% , right 15% center } bgpos221138 { background-position: left 15px bottom 15px , 100px 10% , right 15% center } bgpos221139 { background-position: left 15px top , 100px 10% , right 15% center } bgpos221140 { background-position: left 15px top 15% , 100px 10% , right 15% center } bgpos221141 { background-position: left 15px top 15px , 100px 10% , right 15% center } bgpos221142 { background-position: left 15px center , 100px 10% , right 15% center } bgpos221143 { background-position: left center , 100px 10% , right 15% center } bgpos221144 { background-position: right bottom , 100px 10% , right 15% center } bgpos221145 { background-position: right bottom 15% , 100px 10% , right 15% center } bgpos221146 { background-position: right bottom 15px , 100px 10% , right 15% center } bgpos221147 { background-position: right top , 100px 10% , right 15% center } bgpos221148 { background-position: right top 15% , 100px 10% , right 15% center } bgpos221149 { background-position: right top 15px , 100px 10% , right 15% center } bgpos221150 { background-position: right 15% bottom , 100px 10% , right 15% center } bgpos221151 { background-position: right 15% bottom 15% , 100px 10% , right 15% center } bgpos221152 { background-position: right 15% bottom 15px , 100px 10% , right 15% center } bgpos221153 { background-position: right 15% top , 100px 10% , right 15% center } bgpos221154 { background-position: right 15% top 15% , 100px 10% , right 15% center } bgpos221155 { background-position: right 15% top 15px , 100px 10% , right 15% center } bgpos221156 { background-position: right 15% center , 100px 10% , right 15% center } bgpos221157 { background-position: right 15px bottom , 100px 10% , right 15% center } bgpos221158 { background-position: right 15px bottom 15% , 100px 10% , right 15% center } bgpos221159 { background-position: right 15px bottom 15px , 100px 10% , right 15% center } bgpos221160 { background-position: right 15px top , 100px 10% , right 15% center } bgpos221161 { background-position: right 15px top 15% , 100px 10% , right 15% center } bgpos221162 { background-position: right 15px top 15px , 100px 10% , right 15% center } bgpos221163 { background-position: right 15px center , 100px 10% , right 15% center } bgpos221164 { background-position: right center , 100px 10% , right 15% center } bgpos221165 { background-position: 100px , 100px 10% , right 15% center } bgpos221166 { background-position: 100px 10% , 100px 10% , right 15% center } bgpos221167 { background-position: 100px 100px , 100px 10% , right 15% center } bgpos221168 { background-position: 100px bottom , 100px 10% , right 15% center } bgpos221169 { background-position: 100px center , 100px 10% , right 15% center } bgpos221170 { background-position: 100px top , 100px 10% , right 15% center } bgpos221171 { background-position: 50% , 100px 10% , right 15% center } bgpos221172 { background-position: 50% 10% , 100px 10% , right 15% center } bgpos221173 { background-position: 50% 100px , 100px 10% , right 15% center } bgpos221174 { background-position: 50% bottom , 100px 10% , right 15% center } bgpos221175 { background-position: 50% center , 100px 10% , right 15% center } bgpos221176 { background-position: 50% top , 100px 10% , right 15% center } bgpos221177 { background-position: bottom, 100px 10% , right 15% center } bgpos221178 { background-position: center , 100px 10% , right 15% center } bgpos221179 { background-position: center bottom , 100px 10% , right 15% center } bgpos221180 { background-position: center bottom 15% , 100px 10% , right 15% center } bgpos221181 { background-position: center bottom 15px , 100px 10% , right 15% center } bgpos221182 { background-position: center top , 100px 10% , right 15% center } bgpos221183 { background-position: center top 15% , 100px 10% , right 15% center } bgpos221184 { background-position: center top 15px , 100px 10% , right 15% center } bgpos221185 { background-position: center 10% , 100px 10% , right 15% center } bgpos221186 { background-position: center 100px , 100px 10% , right 15% center } bgpos221187 { background-position: center bottom , 100px 10% , right 15% center } bgpos221188 { background-position: center center , 100px 10% , right 15% center } bgpos221189 { background-position: center top , 100px 10% , right 15% center } bgpos221190 { background-position: left , 100px 10% , right 15% center } bgpos221191 { background-position: left 10% , 100px 10% , right 15% center } bgpos221192 { background-position: left 100px , 100px 10% , right 15% center } bgpos221193 { background-position: left bottom , 100px 10% , right 15% center } bgpos221194 { background-position: left center , 100px 10% , right 15% center } bgpos221195 { background-position: left top , 100px 10% , right 15% center } bgpos221196 { background-position: right , 100px 10% , right 15% center } bgpos221197 { background-position: right 10% , 100px 10% , right 15% center } bgpos221198 { background-position: right 100px , 100px 10% , right 15% center } bgpos221199 { background-position: right bottom , 100px 10% , right 15% center } bgpos221200 { background-position: right center , 100px 10% , right 15% center } bgpos221201 { background-position: right top , 100px 10% , right 15% center } bgpos221202 { background-position: top , 100px 10% , right 15% center } bgpos221203 { background-position: left bottom , 100px 100px , right 15% center } bgpos221204 { background-position: left bottom 15% , 100px 100px , right 15% center } bgpos221205 { background-position: left bottom 15px , 100px 100px , right 15% center } bgpos221206 { background-position: left top , 100px 100px , right 15% center } bgpos221207 { background-position: left top 15% , 100px 100px , right 15% center } bgpos221208 { background-position: left top 15px , 100px 100px , right 15% center } bgpos221209 { background-position: left 15% bottom , 100px 100px , right 15% center } bgpos221210 { background-position: left 15% bottom 15% , 100px 100px , right 15% center } bgpos221211 { background-position: left 15% bottom 15px , 100px 100px , right 15% center } bgpos221212 { background-position: left 15% top , 100px 100px , right 15% center } bgpos221213 { background-position: left 15% top 15% , 100px 100px , right 15% center } bgpos221214 { background-position: left 15% top 15px , 100px 100px , right 15% center } bgpos221215 { background-position: left 15% center , 100px 100px , right 15% center } bgpos221216 { background-position: left 15px bottom , 100px 100px , right 15% center } bgpos221217 { background-position: left 15px bottom 15% , 100px 100px , right 15% center } bgpos221218 { background-position: left 15px bottom 15px , 100px 100px , right 15% center } bgpos221219 { background-position: left 15px top , 100px 100px , right 15% center } bgpos221220 { background-position: left 15px top 15% , 100px 100px , right 15% center } bgpos221221 { background-position: left 15px top 15px , 100px 100px , right 15% center } bgpos221222 { background-position: left 15px center , 100px 100px , right 15% center } bgpos221223 { background-position: left center , 100px 100px , right 15% center } bgpos221224 { background-position: right bottom , 100px 100px , right 15% center } bgpos221225 { background-position: right bottom 15% , 100px 100px , right 15% center } bgpos221226 { background-position: right bottom 15px , 100px 100px , right 15% center } bgpos221227 { background-position: right top , 100px 100px , right 15% center } bgpos221228 { background-position: right top 15% , 100px 100px , right 15% center } bgpos221229 { background-position: right top 15px , 100px 100px , right 15% center } bgpos221230 { background-position: right 15% bottom , 100px 100px , right 15% center } bgpos221231 { background-position: right 15% bottom 15% , 100px 100px , right 15% center } bgpos221232 { background-position: right 15% bottom 15px , 100px 100px , right 15% center } bgpos221233 { background-position: right 15% top , 100px 100px , right 15% center } bgpos221234 { background-position: right 15% top 15% , 100px 100px , right 15% center } bgpos221235 { background-position: right 15% top 15px , 100px 100px , right 15% center } bgpos221236 { background-position: right 15% center , 100px 100px , right 15% center } bgpos221237 { background-position: right 15px bottom , 100px 100px , right 15% center } bgpos221238 { background-position: right 15px bottom 15% , 100px 100px , right 15% center } bgpos221239 { background-position: right 15px bottom 15px , 100px 100px , right 15% center } bgpos221240 { background-position: right 15px top , 100px 100px , right 15% center } bgpos221241 { background-position: right 15px top 15% , 100px 100px , right 15% center } bgpos221242 { background-position: right 15px top 15px , 100px 100px , right 15% center } bgpos221243 { background-position: right 15px center , 100px 100px , right 15% center } bgpos221244 { background-position: right center , 100px 100px , right 15% center } bgpos221245 { background-position: 100px , 100px 100px , right 15% center } bgpos221246 { background-position: 100px 10% , 100px 100px , right 15% center } bgpos221247 { background-position: 100px 100px , 100px 100px , right 15% center } bgpos221248 { background-position: 100px bottom , 100px 100px , right 15% center } bgpos221249 { background-position: 100px center , 100px 100px , right 15% center } bgpos221250 { background-position: 100px top , 100px 100px , right 15% center } bgpos221251 { background-position: 50% , 100px 100px , right 15% center } bgpos221252 { background-position: 50% 10% , 100px 100px , right 15% center } bgpos221253 { background-position: 50% 100px , 100px 100px , right 15% center } bgpos221254 { background-position: 50% bottom , 100px 100px , right 15% center } bgpos221255 { background-position: 50% center , 100px 100px , right 15% center } bgpos221256 { background-position: 50% top , 100px 100px , right 15% center } bgpos221257 { background-position: bottom, 100px 100px , right 15% center } bgpos221258 { background-position: center , 100px 100px , right 15% center } bgpos221259 { background-position: center bottom , 100px 100px , right 15% center } bgpos221260 { background-position: center bottom 15% , 100px 100px , right 15% center } bgpos221261 { background-position: center bottom 15px , 100px 100px , right 15% center } bgpos221262 { background-position: center top , 100px 100px , right 15% center } bgpos221263 { background-position: center top 15% , 100px 100px , right 15% center } bgpos221264 { background-position: center top 15px , 100px 100px , right 15% center } bgpos221265 { background-position: center 10% , 100px 100px , right 15% center } bgpos221266 { background-position: center 100px , 100px 100px , right 15% center } bgpos221267 { background-position: center bottom , 100px 100px , right 15% center } bgpos221268 { background-position: center center , 100px 100px , right 15% center } bgpos221269 { background-position: center top , 100px 100px , right 15% center } bgpos221270 { background-position: left , 100px 100px , right 15% center } bgpos221271 { background-position: left 10% , 100px 100px , right 15% center } bgpos221272 { background-position: left 100px , 100px 100px , right 15% center } bgpos221273 { background-position: left bottom , 100px 100px , right 15% center } bgpos221274 { background-position: left center , 100px 100px , right 15% center } bgpos221275 { background-position: left top , 100px 100px , right 15% center } bgpos221276 { background-position: right , 100px 100px , right 15% center } bgpos221277 { background-position: right 10% , 100px 100px , right 15% center } bgpos221278 { background-position: right 100px , 100px 100px , right 15% center } bgpos221279 { background-position: right bottom , 100px 100px , right 15% center } bgpos221280 { background-position: right center , 100px 100px , right 15% center } bgpos221281 { background-position: right top , 100px 100px , right 15% center } bgpos221282 { background-position: top , 100px 100px , right 15% center } bgpos221283 { background-position: left bottom , 100px bottom , right 15% center } bgpos221284 { background-position: left bottom 15% , 100px bottom , right 15% center } bgpos221285 { background-position: left bottom 15px , 100px bottom , right 15% center } bgpos221286 { background-position: left top , 100px bottom , right 15% center } bgpos221287 { background-position: left top 15% , 100px bottom , right 15% center } bgpos221288 { background-position: left top 15px , 100px bottom , right 15% center } bgpos221289 { background-position: left 15% bottom , 100px bottom , right 15% center } bgpos221290 { background-position: left 15% bottom 15% , 100px bottom , right 15% center } bgpos221291 { background-position: left 15% bottom 15px , 100px bottom , right 15% center } bgpos221292 { background-position: left 15% top , 100px bottom , right 15% center } bgpos221293 { background-position: left 15% top 15% , 100px bottom , right 15% center } bgpos221294 { background-position: left 15% top 15px , 100px bottom , right 15% center } bgpos221295 { background-position: left 15% center , 100px bottom , right 15% center } bgpos221296 { background-position: left 15px bottom , 100px bottom , right 15% center } bgpos221297 { background-position: left 15px bottom 15% , 100px bottom , right 15% center } bgpos221298 { background-position: left 15px bottom 15px , 100px bottom , right 15% center } bgpos221299 { background-position: left 15px top , 100px bottom , right 15% center } bgpos221300 { background-position: left 15px top 15% , 100px bottom , right 15% center } bgpos221301 { background-position: left 15px top 15px , 100px bottom , right 15% center } bgpos221302 { background-position: left 15px center , 100px bottom , right 15% center } bgpos221303 { background-position: left center , 100px bottom , right 15% center } bgpos221304 { background-position: right bottom , 100px bottom , right 15% center } bgpos221305 { background-position: right bottom 15% , 100px bottom , right 15% center } bgpos221306 { background-position: right bottom 15px , 100px bottom , right 15% center } bgpos221307 { background-position: right top , 100px bottom , right 15% center } bgpos221308 { background-position: right top 15% , 100px bottom , right 15% center } bgpos221309 { background-position: right top 15px , 100px bottom , right 15% center } bgpos221310 { background-position: right 15% bottom , 100px bottom , right 15% center } bgpos221311 { background-position: right 15% bottom 15% , 100px bottom , right 15% center } bgpos221312 { background-position: right 15% bottom 15px , 100px bottom , right 15% center } bgpos221313 { background-position: right 15% top , 100px bottom , right 15% center } bgpos221314 { background-position: right 15% top 15% , 100px bottom , right 15% center } bgpos221315 { background-position: right 15% top 15px , 100px bottom , right 15% center } bgpos221316 { background-position: right 15% center , 100px bottom , right 15% center } bgpos221317 { background-position: right 15px bottom , 100px bottom , right 15% center } bgpos221318 { background-position: right 15px bottom 15% , 100px bottom , right 15% center } bgpos221319 { background-position: right 15px bottom 15px , 100px bottom , right 15% center } bgpos221320 { background-position: right 15px top , 100px bottom , right 15% center } bgpos221321 { background-position: right 15px top 15% , 100px bottom , right 15% center } bgpos221322 { background-position: right 15px top 15px , 100px bottom , right 15% center } bgpos221323 { background-position: right 15px center , 100px bottom , right 15% center } bgpos221324 { background-position: right center , 100px bottom , right 15% center } bgpos221325 { background-position: 100px , 100px bottom , right 15% center } bgpos221326 { background-position: 100px 10% , 100px bottom , right 15% center } bgpos221327 { background-position: 100px 100px , 100px bottom , right 15% center } bgpos221328 { background-position: 100px bottom , 100px bottom , right 15% center } bgpos221329 { background-position: 100px center , 100px bottom , right 15% center } bgpos221330 { background-position: 100px top , 100px bottom , right 15% center } bgpos221331 { background-position: 50% , 100px bottom , right 15% center } bgpos221332 { background-position: 50% 10% , 100px bottom , right 15% center } bgpos221333 { background-position: 50% 100px , 100px bottom , right 15% center } bgpos221334 { background-position: 50% bottom , 100px bottom , right 15% center } bgpos221335 { background-position: 50% center , 100px bottom , right 15% center } bgpos221336 { background-position: 50% top , 100px bottom , right 15% center } bgpos221337 { background-position: bottom, 100px bottom , right 15% center } bgpos221338 { background-position: center , 100px bottom , right 15% center } bgpos221339 { background-position: center bottom , 100px bottom , right 15% center } bgpos221340 { background-position: center bottom 15% , 100px bottom , right 15% center } bgpos221341 { background-position: center bottom 15px , 100px bottom , right 15% center } bgpos221342 { background-position: center top , 100px bottom , right 15% center } bgpos221343 { background-position: center top 15% , 100px bottom , right 15% center } bgpos221344 { background-position: center top 15px , 100px bottom , right 15% center } bgpos221345 { background-position: center 10% , 100px bottom , right 15% center } bgpos221346 { background-position: center 100px , 100px bottom , right 15% center } bgpos221347 { background-position: center bottom , 100px bottom , right 15% center } bgpos221348 { background-position: center center , 100px bottom , right 15% center } bgpos221349 { background-position: center top , 100px bottom , right 15% center } bgpos221350 { background-position: left , 100px bottom , right 15% center } bgpos221351 { background-position: left 10% , 100px bottom , right 15% center } bgpos221352 { background-position: left 100px , 100px bottom , right 15% center } bgpos221353 { background-position: left bottom , 100px bottom , right 15% center } bgpos221354 { background-position: left center , 100px bottom , right 15% center } bgpos221355 { background-position: left top , 100px bottom , right 15% center } bgpos221356 { background-position: right , 100px bottom , right 15% center } bgpos221357 { background-position: right 10% , 100px bottom , right 15% center } bgpos221358 { background-position: right 100px , 100px bottom , right 15% center } bgpos221359 { background-position: right bottom , 100px bottom , right 15% center } bgpos221360 { background-position: right center , 100px bottom , right 15% center } bgpos221361 { background-position: right top , 100px bottom , right 15% center } bgpos221362 { background-position: top , 100px bottom , right 15% center } bgpos221363 { background-position: left bottom , 100px center , right 15% center } bgpos221364 { background-position: left bottom 15% , 100px center , right 15% center } bgpos221365 { background-position: left bottom 15px , 100px center , right 15% center } bgpos221366 { background-position: left top , 100px center , right 15% center } bgpos221367 { background-position: left top 15% , 100px center , right 15% center } bgpos221368 { background-position: left top 15px , 100px center , right 15% center } bgpos221369 { background-position: left 15% bottom , 100px center , right 15% center } bgpos221370 { background-position: left 15% bottom 15% , 100px center , right 15% center } bgpos221371 { background-position: left 15% bottom 15px , 100px center , right 15% center } bgpos221372 { background-position: left 15% top , 100px center , right 15% center } bgpos221373 { background-position: left 15% top 15% , 100px center , right 15% center } bgpos221374 { background-position: left 15% top 15px , 100px center , right 15% center } bgpos221375 { background-position: left 15% center , 100px center , right 15% center } bgpos221376 { background-position: left 15px bottom , 100px center , right 15% center } bgpos221377 { background-position: left 15px bottom 15% , 100px center , right 15% center } bgpos221378 { background-position: left 15px bottom 15px , 100px center , right 15% center } bgpos221379 { background-position: left 15px top , 100px center , right 15% center } bgpos221380 { background-position: left 15px top 15% , 100px center , right 15% center } bgpos221381 { background-position: left 15px top 15px , 100px center , right 15% center } bgpos221382 { background-position: left 15px center , 100px center , right 15% center } bgpos221383 { background-position: left center , 100px center , right 15% center } bgpos221384 { background-position: right bottom , 100px center , right 15% center } bgpos221385 { background-position: right bottom 15% , 100px center , right 15% center } bgpos221386 { background-position: right bottom 15px , 100px center , right 15% center } bgpos221387 { background-position: right top , 100px center , right 15% center } bgpos221388 { background-position: right top 15% , 100px center , right 15% center } bgpos221389 { background-position: right top 15px , 100px center , right 15% center } bgpos221390 { background-position: right 15% bottom , 100px center , right 15% center } bgpos221391 { background-position: right 15% bottom 15% , 100px center , right 15% center } bgpos221392 { background-position: right 15% bottom 15px , 100px center , right 15% center } bgpos221393 { background-position: right 15% top , 100px center , right 15% center } bgpos221394 { background-position: right 15% top 15% , 100px center , right 15% center } bgpos221395 { background-position: right 15% top 15px , 100px center , right 15% center } bgpos221396 { background-position: right 15% center , 100px center , right 15% center } bgpos221397 { background-position: right 15px bottom , 100px center , right 15% center } bgpos221398 { background-position: right 15px bottom 15% , 100px center , right 15% center } bgpos221399 { background-position: right 15px bottom 15px , 100px center , right 15% center } bgpos221400 { background-position: right 15px top , 100px center , right 15% center } bgpos221401 { background-position: right 15px top 15% , 100px center , right 15% center } bgpos221402 { background-position: right 15px top 15px , 100px center , right 15% center } bgpos221403 { background-position: right 15px center , 100px center , right 15% center } bgpos221404 { background-position: right center , 100px center , right 15% center } bgpos221405 { background-position: 100px , 100px center , right 15% center } bgpos221406 { background-position: 100px 10% , 100px center , right 15% center } bgpos221407 { background-position: 100px 100px , 100px center , right 15% center } bgpos221408 { background-position: 100px bottom , 100px center , right 15% center } bgpos221409 { background-position: 100px center , 100px center , right 15% center } bgpos221410 { background-position: 100px top , 100px center , right 15% center } bgpos221411 { background-position: 50% , 100px center , right 15% center } bgpos221412 { background-position: 50% 10% , 100px center , right 15% center } bgpos221413 { background-position: 50% 100px , 100px center , right 15% center } bgpos221414 { background-position: 50% bottom , 100px center , right 15% center } bgpos221415 { background-position: 50% center , 100px center , right 15% center } bgpos221416 { background-position: 50% top , 100px center , right 15% center } bgpos221417 { background-position: bottom, 100px center , right 15% center } bgpos221418 { background-position: center , 100px center , right 15% center } bgpos221419 { background-position: center bottom , 100px center , right 15% center } bgpos221420 { background-position: center bottom 15% , 100px center , right 15% center } bgpos221421 { background-position: center bottom 15px , 100px center , right 15% center } bgpos221422 { background-position: center top , 100px center , right 15% center } bgpos221423 { background-position: center top 15% , 100px center , right 15% center } bgpos221424 { background-position: center top 15px , 100px center , right 15% center } bgpos221425 { background-position: center 10% , 100px center , right 15% center } bgpos221426 { background-position: center 100px , 100px center , right 15% center } bgpos221427 { background-position: center bottom , 100px center , right 15% center } bgpos221428 { background-position: center center , 100px center , right 15% center } bgpos221429 { background-position: center top , 100px center , right 15% center } bgpos221430 { background-position: left , 100px center , right 15% center } bgpos221431 { background-position: left 10% , 100px center , right 15% center } bgpos221432 { background-position: left 100px , 100px center , right 15% center } bgpos221433 { background-position: left bottom , 100px center , right 15% center } bgpos221434 { background-position: left center , 100px center , right 15% center } bgpos221435 { background-position: left top , 100px center , right 15% center } bgpos221436 { background-position: right , 100px center , right 15% center } bgpos221437 { background-position: right 10% , 100px center , right 15% center } bgpos221438 { background-position: right 100px , 100px center , right 15% center } bgpos221439 { background-position: right bottom , 100px center , right 15% center } bgpos221440 { background-position: right center , 100px center , right 15% center } bgpos221441 { background-position: right top , 100px center , right 15% center } bgpos221442 { background-position: top , 100px center , right 15% center } bgpos221443 { background-position: left bottom , 100px top , right 15% center } bgpos221444 { background-position: left bottom 15% , 100px top , right 15% center } bgpos221445 { background-position: left bottom 15px , 100px top , right 15% center } bgpos221446 { background-position: left top , 100px top , right 15% center } bgpos221447 { background-position: left top 15% , 100px top , right 15% center } bgpos221448 { background-position: left top 15px , 100px top , right 15% center } bgpos221449 { background-position: left 15% bottom , 100px top , right 15% center } bgpos221450 { background-position: left 15% bottom 15% , 100px top , right 15% center } bgpos221451 { background-position: left 15% bottom 15px , 100px top , right 15% center } bgpos221452 { background-position: left 15% top , 100px top , right 15% center } bgpos221453 { background-position: left 15% top 15% , 100px top , right 15% center } bgpos221454 { background-position: left 15% top 15px , 100px top , right 15% center } bgpos221455 { background-position: left 15% center , 100px top , right 15% center } bgpos221456 { background-position: left 15px bottom , 100px top , right 15% center } bgpos221457 { background-position: left 15px bottom 15% , 100px top , right 15% center } bgpos221458 { background-position: left 15px bottom 15px , 100px top , right 15% center } bgpos221459 { background-position: left 15px top , 100px top , right 15% center } bgpos221460 { background-position: left 15px top 15% , 100px top , right 15% center } bgpos221461 { background-position: left 15px top 15px , 100px top , right 15% center } bgpos221462 { background-position: left 15px center , 100px top , right 15% center } bgpos221463 { background-position: left center , 100px top , right 15% center } bgpos221464 { background-position: right bottom , 100px top , right 15% center } bgpos221465 { background-position: right bottom 15% , 100px top , right 15% center } bgpos221466 { background-position: right bottom 15px , 100px top , right 15% center } bgpos221467 { background-position: right top , 100px top , right 15% center } bgpos221468 { background-position: right top 15% , 100px top , right 15% center } bgpos221469 { background-position: right top 15px , 100px top , right 15% center } bgpos221470 { background-position: right 15% bottom , 100px top , right 15% center } bgpos221471 { background-position: right 15% bottom 15% , 100px top , right 15% center } bgpos221472 { background-position: right 15% bottom 15px , 100px top , right 15% center } bgpos221473 { background-position: right 15% top , 100px top , right 15% center } bgpos221474 { background-position: right 15% top 15% , 100px top , right 15% center } bgpos221475 { background-position: right 15% top 15px , 100px top , right 15% center } bgpos221476 { background-position: right 15% center , 100px top , right 15% center } bgpos221477 { background-position: right 15px bottom , 100px top , right 15% center } bgpos221478 { background-position: right 15px bottom 15% , 100px top , right 15% center } bgpos221479 { background-position: right 15px bottom 15px , 100px top , right 15% center } bgpos221480 { background-position: right 15px top , 100px top , right 15% center } bgpos221481 { background-position: right 15px top 15% , 100px top , right 15% center } bgpos221482 { background-position: right 15px top 15px , 100px top , right 15% center } bgpos221483 { background-position: right 15px center , 100px top , right 15% center } bgpos221484 { background-position: right center , 100px top , right 15% center } bgpos221485 { background-position: 100px , 100px top , right 15% center } bgpos221486 { background-position: 100px 10% , 100px top , right 15% center } bgpos221487 { background-position: 100px 100px , 100px top , right 15% center } bgpos221488 { background-position: 100px bottom , 100px top , right 15% center } bgpos221489 { background-position: 100px center , 100px top , right 15% center } bgpos221490 { background-position: 100px top , 100px top , right 15% center } bgpos221491 { background-position: 50% , 100px top , right 15% center } bgpos221492 { background-position: 50% 10% , 100px top , right 15% center } bgpos221493 { background-position: 50% 100px , 100px top , right 15% center } bgpos221494 { background-position: 50% bottom , 100px top , right 15% center } bgpos221495 { background-position: 50% center , 100px top , right 15% center } bgpos221496 { background-position: 50% top , 100px top , right 15% center } bgpos221497 { background-position: bottom, 100px top , right 15% center } bgpos221498 { background-position: center , 100px top , right 15% center } bgpos221499 { background-position: center bottom , 100px top , right 15% center } bgpos221500 { background-position: center bottom 15% , 100px top , right 15% center } bgpos221501 { background-position: center bottom 15px , 100px top , right 15% center } bgpos221502 { background-position: center top , 100px top , right 15% center } bgpos221503 { background-position: center top 15% , 100px top , right 15% center } bgpos221504 { background-position: center top 15px , 100px top , right 15% center } bgpos221505 { background-position: center 10% , 100px top , right 15% center } bgpos221506 { background-position: center 100px , 100px top , right 15% center } bgpos221507 { background-position: center bottom , 100px top , right 15% center } bgpos221508 { background-position: center center , 100px top , right 15% center } bgpos221509 { background-position: center top , 100px top , right 15% center } bgpos221510 { background-position: left , 100px top , right 15% center } bgpos221511 { background-position: left 10% , 100px top , right 15% center } bgpos221512 { background-position: left 100px , 100px top , right 15% center } bgpos221513 { background-position: left bottom , 100px top , right 15% center } bgpos221514 { background-position: left center , 100px top , right 15% center } bgpos221515 { background-position: left top , 100px top , right 15% center } bgpos221516 { background-position: right , 100px top , right 15% center } bgpos221517 { background-position: right 10% , 100px top , right 15% center } bgpos221518 { background-position: right 100px , 100px top , right 15% center } bgpos221519 { background-position: right bottom , 100px top , right 15% center } bgpos221520 { background-position: right center , 100px top , right 15% center } bgpos221521 { background-position: right top , 100px top , right 15% center } bgpos221522 { background-position: top , 100px top , right 15% center } bgpos221523 { background-position: left bottom , 50% , right 15% center } bgpos221524 { background-position: left bottom 15% , 50% , right 15% center } bgpos221525 { background-position: left bottom 15px , 50% , right 15% center } bgpos221526 { background-position: left top , 50% , right 15% center } bgpos221527 { background-position: left top 15% , 50% , right 15% center } bgpos221528 { background-position: left top 15px , 50% , right 15% center } bgpos221529 { background-position: left 15% bottom , 50% , right 15% center } bgpos221530 { background-position: left 15% bottom 15% , 50% , right 15% center } bgpos221531 { background-position: left 15% bottom 15px , 50% , right 15% center } bgpos221532 { background-position: left 15% top , 50% , right 15% center } bgpos221533 { background-position: left 15% top 15% , 50% , right 15% center } bgpos221534 { background-position: left 15% top 15px , 50% , right 15% center } bgpos221535 { background-position: left 15% center , 50% , right 15% center } bgpos221536 { background-position: left 15px bottom , 50% , right 15% center } bgpos221537 { background-position: left 15px bottom 15% , 50% , right 15% center } bgpos221538 { background-position: left 15px bottom 15px , 50% , right 15% center } bgpos221539 { background-position: left 15px top , 50% , right 15% center } bgpos221540 { background-position: left 15px top 15% , 50% , right 15% center } bgpos221541 { background-position: left 15px top 15px , 50% , right 15% center } bgpos221542 { background-position: left 15px center , 50% , right 15% center } bgpos221543 { background-position: left center , 50% , right 15% center } bgpos221544 { background-position: right bottom , 50% , right 15% center } bgpos221545 { background-position: right bottom 15% , 50% , right 15% center } bgpos221546 { background-position: right bottom 15px , 50% , right 15% center } bgpos221547 { background-position: right top , 50% , right 15% center } bgpos221548 { background-position: right top 15% , 50% , right 15% center } bgpos221549 { background-position: right top 15px , 50% , right 15% center } bgpos221550 { background-position: right 15% bottom , 50% , right 15% center } bgpos221551 { background-position: right 15% bottom 15% , 50% , right 15% center } bgpos221552 { background-position: right 15% bottom 15px , 50% , right 15% center } bgpos221553 { background-position: right 15% top , 50% , right 15% center } bgpos221554 { background-position: right 15% top 15% , 50% , right 15% center } bgpos221555 { background-position: right 15% top 15px , 50% , right 15% center } bgpos221556 { background-position: right 15% center , 50% , right 15% center } bgpos221557 { background-position: right 15px bottom , 50% , right 15% center } bgpos221558 { background-position: right 15px bottom 15% , 50% , right 15% center } bgpos221559 { background-position: right 15px bottom 15px , 50% , right 15% center } bgpos221560 { background-position: right 15px top , 50% , right 15% center } bgpos221561 { background-position: right 15px top 15% , 50% , right 15% center } bgpos221562 { background-position: right 15px top 15px , 50% , right 15% center } bgpos221563 { background-position: right 15px center , 50% , right 15% center } bgpos221564 { background-position: right center , 50% , right 15% center } bgpos221565 { background-position: 100px , 50% , right 15% center } bgpos221566 { background-position: 100px 10% , 50% , right 15% center } bgpos221567 { background-position: 100px 100px , 50% , right 15% center } bgpos221568 { background-position: 100px bottom , 50% , right 15% center } bgpos221569 { background-position: 100px center , 50% , right 15% center } bgpos221570 { background-position: 100px top , 50% , right 15% center } bgpos221571 { background-position: 50% , 50% , right 15% center } bgpos221572 { background-position: 50% 10% , 50% , right 15% center } bgpos221573 { background-position: 50% 100px , 50% , right 15% center } bgpos221574 { background-position: 50% bottom , 50% , right 15% center } bgpos221575 { background-position: 50% center , 50% , right 15% center } bgpos221576 { background-position: 50% top , 50% , right 15% center } bgpos221577 { background-position: bottom, 50% , right 15% center } bgpos221578 { background-position: center , 50% , right 15% center } bgpos221579 { background-position: center bottom , 50% , right 15% center } bgpos221580 { background-position: center bottom 15% , 50% , right 15% center } bgpos221581 { background-position: center bottom 15px , 50% , right 15% center } bgpos221582 { background-position: center top , 50% , right 15% center } bgpos221583 { background-position: center top 15% , 50% , right 15% center } bgpos221584 { background-position: center top 15px , 50% , right 15% center } bgpos221585 { background-position: center 10% , 50% , right 15% center } bgpos221586 { background-position: center 100px , 50% , right 15% center } bgpos221587 { background-position: center bottom , 50% , right 15% center } bgpos221588 { background-position: center center , 50% , right 15% center } bgpos221589 { background-position: center top , 50% , right 15% center } bgpos221590 { background-position: left , 50% , right 15% center } bgpos221591 { background-position: left 10% , 50% , right 15% center } bgpos221592 { background-position: left 100px , 50% , right 15% center } bgpos221593 { background-position: left bottom , 50% , right 15% center } bgpos221594 { background-position: left center , 50% , right 15% center } bgpos221595 { background-position: left top , 50% , right 15% center } bgpos221596 { background-position: right , 50% , right 15% center } bgpos221597 { background-position: right 10% , 50% , right 15% center } bgpos221598 { background-position: right 100px , 50% , right 15% center } bgpos221599 { background-position: right bottom , 50% , right 15% center } bgpos221600 { background-position: right center , 50% , right 15% center } bgpos221601 { background-position: right top , 50% , right 15% center } bgpos221602 { background-position: top , 50% , right 15% center } bgpos221603 { background-position: left bottom , 50% 10% , right 15% center } bgpos221604 { background-position: left bottom 15% , 50% 10% , right 15% center } bgpos221605 { background-position: left bottom 15px , 50% 10% , right 15% center } bgpos221606 { background-position: left top , 50% 10% , right 15% center } bgpos221607 { background-position: left top 15% , 50% 10% , right 15% center } bgpos221608 { background-position: left top 15px , 50% 10% , right 15% center } bgpos221609 { background-position: left 15% bottom , 50% 10% , right 15% center } bgpos221610 { background-position: left 15% bottom 15% , 50% 10% , right 15% center } bgpos221611 { background-position: left 15% bottom 15px , 50% 10% , right 15% center } bgpos221612 { background-position: left 15% top , 50% 10% , right 15% center } bgpos221613 { background-position: left 15% top 15% , 50% 10% , right 15% center } bgpos221614 { background-position: left 15% top 15px , 50% 10% , right 15% center } bgpos221615 { background-position: left 15% center , 50% 10% , right 15% center } bgpos221616 { background-position: left 15px bottom , 50% 10% , right 15% center } bgpos221617 { background-position: left 15px bottom 15% , 50% 10% , right 15% center } bgpos221618 { background-position: left 15px bottom 15px , 50% 10% , right 15% center } bgpos221619 { background-position: left 15px top , 50% 10% , right 15% center } bgpos221620 { background-position: left 15px top 15% , 50% 10% , right 15% center } bgpos221621 { background-position: left 15px top 15px , 50% 10% , right 15% center } bgpos221622 { background-position: left 15px center , 50% 10% , right 15% center } bgpos221623 { background-position: left center , 50% 10% , right 15% center } bgpos221624 { background-position: right bottom , 50% 10% , right 15% center } bgpos221625 { background-position: right bottom 15% , 50% 10% , right 15% center } bgpos221626 { background-position: right bottom 15px , 50% 10% , right 15% center } bgpos221627 { background-position: right top , 50% 10% , right 15% center } bgpos221628 { background-position: right top 15% , 50% 10% , right 15% center } bgpos221629 { background-position: right top 15px , 50% 10% , right 15% center } bgpos221630 { background-position: right 15% bottom , 50% 10% , right 15% center } bgpos221631 { background-position: right 15% bottom 15% , 50% 10% , right 15% center } bgpos221632 { background-position: right 15% bottom 15px , 50% 10% , right 15% center } bgpos221633 { background-position: right 15% top , 50% 10% , right 15% center } bgpos221634 { background-position: right 15% top 15% , 50% 10% , right 15% center } bgpos221635 { background-position: right 15% top 15px , 50% 10% , right 15% center } bgpos221636 { background-position: right 15% center , 50% 10% , right 15% center } bgpos221637 { background-position: right 15px bottom , 50% 10% , right 15% center } bgpos221638 { background-position: right 15px bottom 15% , 50% 10% , right 15% center } bgpos221639 { background-position: right 15px bottom 15px , 50% 10% , right 15% center } bgpos221640 { background-position: right 15px top , 50% 10% , right 15% center } bgpos221641 { background-position: right 15px top 15% , 50% 10% , right 15% center } bgpos221642 { background-position: right 15px top 15px , 50% 10% , right 15% center } bgpos221643 { background-position: right 15px center , 50% 10% , right 15% center } bgpos221644 { background-position: right center , 50% 10% , right 15% center } bgpos221645 { background-position: 100px , 50% 10% , right 15% center } bgpos221646 { background-position: 100px 10% , 50% 10% , right 15% center } bgpos221647 { background-position: 100px 100px , 50% 10% , right 15% center } bgpos221648 { background-position: 100px bottom , 50% 10% , right 15% center } bgpos221649 { background-position: 100px center , 50% 10% , right 15% center } bgpos221650 { background-position: 100px top , 50% 10% , right 15% center } bgpos221651 { background-position: 50% , 50% 10% , right 15% center } bgpos221652 { background-position: 50% 10% , 50% 10% , right 15% center } bgpos221653 { background-position: 50% 100px , 50% 10% , right 15% center } bgpos221654 { background-position: 50% bottom , 50% 10% , right 15% center } bgpos221655 { background-position: 50% center , 50% 10% , right 15% center } bgpos221656 { background-position: 50% top , 50% 10% , right 15% center } bgpos221657 { background-position: bottom, 50% 10% , right 15% center } bgpos221658 { background-position: center , 50% 10% , right 15% center } bgpos221659 { background-position: center bottom , 50% 10% , right 15% center } bgpos221660 { background-position: center bottom 15% , 50% 10% , right 15% center } bgpos221661 { background-position: center bottom 15px , 50% 10% , right 15% center } bgpos221662 { background-position: center top , 50% 10% , right 15% center } bgpos221663 { background-position: center top 15% , 50% 10% , right 15% center } bgpos221664 { background-position: center top 15px , 50% 10% , right 15% center } bgpos221665 { background-position: center 10% , 50% 10% , right 15% center } bgpos221666 { background-position: center 100px , 50% 10% , right 15% center } bgpos221667 { background-position: center bottom , 50% 10% , right 15% center } bgpos221668 { background-position: center center , 50% 10% , right 15% center } bgpos221669 { background-position: center top , 50% 10% , right 15% center } bgpos221670 { background-position: left , 50% 10% , right 15% center } bgpos221671 { background-position: left 10% , 50% 10% , right 15% center } bgpos221672 { background-position: left 100px , 50% 10% , right 15% center } bgpos221673 { background-position: left bottom , 50% 10% , right 15% center } bgpos221674 { background-position: left center , 50% 10% , right 15% center } bgpos221675 { background-position: left top , 50% 10% , right 15% center } bgpos221676 { background-position: right , 50% 10% , right 15% center } bgpos221677 { background-position: right 10% , 50% 10% , right 15% center } bgpos221678 { background-position: right 100px , 50% 10% , right 15% center } bgpos221679 { background-position: right bottom , 50% 10% , right 15% center } bgpos221680 { background-position: right center , 50% 10% , right 15% center } bgpos221681 { background-position: right top , 50% 10% , right 15% center } bgpos221682 { background-position: top , 50% 10% , right 15% center } bgpos221683 { background-position: left bottom , 50% 100px , right 15% center } bgpos221684 { background-position: left bottom 15% , 50% 100px , right 15% center } bgpos221685 { background-position: left bottom 15px , 50% 100px , right 15% center } bgpos221686 { background-position: left top , 50% 100px , right 15% center } bgpos221687 { background-position: left top 15% , 50% 100px , right 15% center } bgpos221688 { background-position: left top 15px , 50% 100px , right 15% center } bgpos221689 { background-position: left 15% bottom , 50% 100px , right 15% center } bgpos221690 { background-position: left 15% bottom 15% , 50% 100px , right 15% center } bgpos221691 { background-position: left 15% bottom 15px , 50% 100px , right 15% center } bgpos221692 { background-position: left 15% top , 50% 100px , right 15% center } bgpos221693 { background-position: left 15% top 15% , 50% 100px , right 15% center } bgpos221694 { background-position: left 15% top 15px , 50% 100px , right 15% center } bgpos221695 { background-position: left 15% center , 50% 100px , right 15% center } bgpos221696 { background-position: left 15px bottom , 50% 100px , right 15% center } bgpos221697 { background-position: left 15px bottom 15% , 50% 100px , right 15% center } bgpos221698 { background-position: left 15px bottom 15px , 50% 100px , right 15% center } bgpos221699 { background-position: left 15px top , 50% 100px , right 15% center } bgpos221700 { background-position: left 15px top 15% , 50% 100px , right 15% center } bgpos221701 { background-position: left 15px top 15px , 50% 100px , right 15% center } bgpos221702 { background-position: left 15px center , 50% 100px , right 15% center } bgpos221703 { background-position: left center , 50% 100px , right 15% center } bgpos221704 { background-position: right bottom , 50% 100px , right 15% center } bgpos221705 { background-position: right bottom 15% , 50% 100px , right 15% center } bgpos221706 { background-position: right bottom 15px , 50% 100px , right 15% center } bgpos221707 { background-position: right top , 50% 100px , right 15% center } bgpos221708 { background-position: right top 15% , 50% 100px , right 15% center } bgpos221709 { background-position: right top 15px , 50% 100px , right 15% center } bgpos221710 { background-position: right 15% bottom , 50% 100px , right 15% center } bgpos221711 { background-position: right 15% bottom 15% , 50% 100px , right 15% center } bgpos221712 { background-position: right 15% bottom 15px , 50% 100px , right 15% center } bgpos221713 { background-position: right 15% top , 50% 100px , right 15% center } bgpos221714 { background-position: right 15% top 15% , 50% 100px , right 15% center } bgpos221715 { background-position: right 15% top 15px , 50% 100px , right 15% center } bgpos221716 { background-position: right 15% center , 50% 100px , right 15% center } bgpos221717 { background-position: right 15px bottom , 50% 100px , right 15% center } bgpos221718 { background-position: right 15px bottom 15% , 50% 100px , right 15% center } bgpos221719 { background-position: right 15px bottom 15px , 50% 100px , right 15% center } bgpos221720 { background-position: right 15px top , 50% 100px , right 15% center } bgpos221721 { background-position: right 15px top 15% , 50% 100px , right 15% center } bgpos221722 { background-position: right 15px top 15px , 50% 100px , right 15% center } bgpos221723 { background-position: right 15px center , 50% 100px , right 15% center } bgpos221724 { background-position: right center , 50% 100px , right 15% center } bgpos221725 { background-position: 100px , 50% 100px , right 15% center } bgpos221726 { background-position: 100px 10% , 50% 100px , right 15% center } bgpos221727 { background-position: 100px 100px , 50% 100px , right 15% center } bgpos221728 { background-position: 100px bottom , 50% 100px , right 15% center } bgpos221729 { background-position: 100px center , 50% 100px , right 15% center } bgpos221730 { background-position: 100px top , 50% 100px , right 15% center } bgpos221731 { background-position: 50% , 50% 100px , right 15% center } bgpos221732 { background-position: 50% 10% , 50% 100px , right 15% center } bgpos221733 { background-position: 50% 100px , 50% 100px , right 15% center } bgpos221734 { background-position: 50% bottom , 50% 100px , right 15% center } bgpos221735 { background-position: 50% center , 50% 100px , right 15% center } bgpos221736 { background-position: 50% top , 50% 100px , right 15% center } bgpos221737 { background-position: bottom, 50% 100px , right 15% center } bgpos221738 { background-position: center , 50% 100px , right 15% center } bgpos221739 { background-position: center bottom , 50% 100px , right 15% center } bgpos221740 { background-position: center bottom 15% , 50% 100px , right 15% center } bgpos221741 { background-position: center bottom 15px , 50% 100px , right 15% center } bgpos221742 { background-position: center top , 50% 100px , right 15% center } bgpos221743 { background-position: center top 15% , 50% 100px , right 15% center } bgpos221744 { background-position: center top 15px , 50% 100px , right 15% center } bgpos221745 { background-position: center 10% , 50% 100px , right 15% center } bgpos221746 { background-position: center 100px , 50% 100px , right 15% center } bgpos221747 { background-position: center bottom , 50% 100px , right 15% center } bgpos221748 { background-position: center center , 50% 100px , right 15% center } bgpos221749 { background-position: center top , 50% 100px , right 15% center } bgpos221750 { background-position: left , 50% 100px , right 15% center } bgpos221751 { background-position: left 10% , 50% 100px , right 15% center } bgpos221752 { background-position: left 100px , 50% 100px , right 15% center } bgpos221753 { background-position: left bottom , 50% 100px , right 15% center } bgpos221754 { background-position: left center , 50% 100px , right 15% center } bgpos221755 { background-position: left top , 50% 100px , right 15% center } bgpos221756 { background-position: right , 50% 100px , right 15% center } bgpos221757 { background-position: right 10% , 50% 100px , right 15% center } bgpos221758 { background-position: right 100px , 50% 100px , right 15% center } bgpos221759 { background-position: right bottom , 50% 100px , right 15% center } bgpos221760 { background-position: right center , 50% 100px , right 15% center } bgpos221761 { background-position: right top , 50% 100px , right 15% center } bgpos221762 { background-position: top , 50% 100px , right 15% center } bgpos221763 { background-position: left bottom , 50% bottom , right 15% center } bgpos221764 { background-position: left bottom 15% , 50% bottom , right 15% center } bgpos221765 { background-position: left bottom 15px , 50% bottom , right 15% center } bgpos221766 { background-position: left top , 50% bottom , right 15% center } bgpos221767 { background-position: left top 15% , 50% bottom , right 15% center } bgpos221768 { background-position: left top 15px , 50% bottom , right 15% center } bgpos221769 { background-position: left 15% bottom , 50% bottom , right 15% center } bgpos221770 { background-position: left 15% bottom 15% , 50% bottom , right 15% center } bgpos221771 { background-position: left 15% bottom 15px , 50% bottom , right 15% center } bgpos221772 { background-position: left 15% top , 50% bottom , right 15% center } bgpos221773 { background-position: left 15% top 15% , 50% bottom , right 15% center } bgpos221774 { background-position: left 15% top 15px , 50% bottom , right 15% center } bgpos221775 { background-position: left 15% center , 50% bottom , right 15% center } bgpos221776 { background-position: left 15px bottom , 50% bottom , right 15% center } bgpos221777 { background-position: left 15px bottom 15% , 50% bottom , right 15% center } bgpos221778 { background-position: left 15px bottom 15px , 50% bottom , right 15% center } bgpos221779 { background-position: left 15px top , 50% bottom , right 15% center } bgpos221780 { background-position: left 15px top 15% , 50% bottom , right 15% center } bgpos221781 { background-position: left 15px top 15px , 50% bottom , right 15% center } bgpos221782 { background-position: left 15px center , 50% bottom , right 15% center } bgpos221783 { background-position: left center , 50% bottom , right 15% center } bgpos221784 { background-position: right bottom , 50% bottom , right 15% center } bgpos221785 { background-position: right bottom 15% , 50% bottom , right 15% center } bgpos221786 { background-position: right bottom 15px , 50% bottom , right 15% center } bgpos221787 { background-position: right top , 50% bottom , right 15% center } bgpos221788 { background-position: right top 15% , 50% bottom , right 15% center } bgpos221789 { background-position: right top 15px , 50% bottom , right 15% center } bgpos221790 { background-position: right 15% bottom , 50% bottom , right 15% center } bgpos221791 { background-position: right 15% bottom 15% , 50% bottom , right 15% center } bgpos221792 { background-position: right 15% bottom 15px , 50% bottom , right 15% center } bgpos221793 { background-position: right 15% top , 50% bottom , right 15% center } bgpos221794 { background-position: right 15% top 15% , 50% bottom , right 15% center } bgpos221795 { background-position: right 15% top 15px , 50% bottom , right 15% center } bgpos221796 { background-position: right 15% center , 50% bottom , right 15% center } bgpos221797 { background-position: right 15px bottom , 50% bottom , right 15% center } bgpos221798 { background-position: right 15px bottom 15% , 50% bottom , right 15% center } bgpos221799 { background-position: right 15px bottom 15px , 50% bottom , right 15% center } bgpos221800 { background-position: right 15px top , 50% bottom , right 15% center } bgpos221801 { background-position: right 15px top 15% , 50% bottom , right 15% center } bgpos221802 { background-position: right 15px top 15px , 50% bottom , right 15% center } bgpos221803 { background-position: right 15px center , 50% bottom , right 15% center } bgpos221804 { background-position: right center , 50% bottom , right 15% center } bgpos221805 { background-position: 100px , 50% bottom , right 15% center } bgpos221806 { background-position: 100px 10% , 50% bottom , right 15% center } bgpos221807 { background-position: 100px 100px , 50% bottom , right 15% center } bgpos221808 { background-position: 100px bottom , 50% bottom , right 15% center } bgpos221809 { background-position: 100px center , 50% bottom , right 15% center } bgpos221810 { background-position: 100px top , 50% bottom , right 15% center } bgpos221811 { background-position: 50% , 50% bottom , right 15% center } bgpos221812 { background-position: 50% 10% , 50% bottom , right 15% center } bgpos221813 { background-position: 50% 100px , 50% bottom , right 15% center } bgpos221814 { background-position: 50% bottom , 50% bottom , right 15% center } bgpos221815 { background-position: 50% center , 50% bottom , right 15% center } bgpos221816 { background-position: 50% top , 50% bottom , right 15% center } bgpos221817 { background-position: bottom, 50% bottom , right 15% center } bgpos221818 { background-position: center , 50% bottom , right 15% center } bgpos221819 { background-position: center bottom , 50% bottom , right 15% center } bgpos221820 { background-position: center bottom 15% , 50% bottom , right 15% center } bgpos221821 { background-position: center bottom 15px , 50% bottom , right 15% center } bgpos221822 { background-position: center top , 50% bottom , right 15% center } bgpos221823 { background-position: center top 15% , 50% bottom , right 15% center } bgpos221824 { background-position: center top 15px , 50% bottom , right 15% center } bgpos221825 { background-position: center 10% , 50% bottom , right 15% center } bgpos221826 { background-position: center 100px , 50% bottom , right 15% center } bgpos221827 { background-position: center bottom , 50% bottom , right 15% center } bgpos221828 { background-position: center center , 50% bottom , right 15% center } bgpos221829 { background-position: center top , 50% bottom , right 15% center } bgpos221830 { background-position: left , 50% bottom , right 15% center } bgpos221831 { background-position: left 10% , 50% bottom , right 15% center } bgpos221832 { background-position: left 100px , 50% bottom , right 15% center } bgpos221833 { background-position: left bottom , 50% bottom , right 15% center } bgpos221834 { background-position: left center , 50% bottom , right 15% center } bgpos221835 { background-position: left top , 50% bottom , right 15% center } bgpos221836 { background-position: right , 50% bottom , right 15% center } bgpos221837 { background-position: right 10% , 50% bottom , right 15% center } bgpos221838 { background-position: right 100px , 50% bottom , right 15% center } bgpos221839 { background-position: right bottom , 50% bottom , right 15% center } bgpos221840 { background-position: right center , 50% bottom , right 15% center } bgpos221841 { background-position: right top , 50% bottom , right 15% center } bgpos221842 { background-position: top , 50% bottom , right 15% center } bgpos221843 { background-position: left bottom , 50% center , right 15% center } bgpos221844 { background-position: left bottom 15% , 50% center , right 15% center } bgpos221845 { background-position: left bottom 15px , 50% center , right 15% center } bgpos221846 { background-position: left top , 50% center , right 15% center } bgpos221847 { background-position: left top 15% , 50% center , right 15% center } bgpos221848 { background-position: left top 15px , 50% center , right 15% center } bgpos221849 { background-position: left 15% bottom , 50% center , right 15% center } bgpos221850 { background-position: left 15% bottom 15% , 50% center , right 15% center } bgpos221851 { background-position: left 15% bottom 15px , 50% center , right 15% center } bgpos221852 { background-position: left 15% top , 50% center , right 15% center } bgpos221853 { background-position: left 15% top 15% , 50% center , right 15% center } bgpos221854 { background-position: left 15% top 15px , 50% center , right 15% center } bgpos221855 { background-position: left 15% center , 50% center , right 15% center } bgpos221856 { background-position: left 15px bottom , 50% center , right 15% center } bgpos221857 { background-position: left 15px bottom 15% , 50% center , right 15% center } bgpos221858 { background-position: left 15px bottom 15px , 50% center , right 15% center } bgpos221859 { background-position: left 15px top , 50% center , right 15% center } bgpos221860 { background-position: left 15px top 15% , 50% center , right 15% center } bgpos221861 { background-position: left 15px top 15px , 50% center , right 15% center } bgpos221862 { background-position: left 15px center , 50% center , right 15% center } bgpos221863 { background-position: left center , 50% center , right 15% center } bgpos221864 { background-position: right bottom , 50% center , right 15% center } bgpos221865 { background-position: right bottom 15% , 50% center , right 15% center } bgpos221866 { background-position: right bottom 15px , 50% center , right 15% center } bgpos221867 { background-position: right top , 50% center , right 15% center } bgpos221868 { background-position: right top 15% , 50% center , right 15% center } bgpos221869 { background-position: right top 15px , 50% center , right 15% center } bgpos221870 { background-position: right 15% bottom , 50% center , right 15% center } bgpos221871 { background-position: right 15% bottom 15% , 50% center , right 15% center } bgpos221872 { background-position: right 15% bottom 15px , 50% center , right 15% center } bgpos221873 { background-position: right 15% top , 50% center , right 15% center } bgpos221874 { background-position: right 15% top 15% , 50% center , right 15% center } bgpos221875 { background-position: right 15% top 15px , 50% center , right 15% center } bgpos221876 { background-position: right 15% center , 50% center , right 15% center } bgpos221877 { background-position: right 15px bottom , 50% center , right 15% center } bgpos221878 { background-position: right 15px bottom 15% , 50% center , right 15% center } bgpos221879 { background-position: right 15px bottom 15px , 50% center , right 15% center } bgpos221880 { background-position: right 15px top , 50% center , right 15% center } bgpos221881 { background-position: right 15px top 15% , 50% center , right 15% center } bgpos221882 { background-position: right 15px top 15px , 50% center , right 15% center } bgpos221883 { background-position: right 15px center , 50% center , right 15% center } bgpos221884 { background-position: right center , 50% center , right 15% center } bgpos221885 { background-position: 100px , 50% center , right 15% center } bgpos221886 { background-position: 100px 10% , 50% center , right 15% center } bgpos221887 { background-position: 100px 100px , 50% center , right 15% center } bgpos221888 { background-position: 100px bottom , 50% center , right 15% center } bgpos221889 { background-position: 100px center , 50% center , right 15% center } bgpos221890 { background-position: 100px top , 50% center , right 15% center } bgpos221891 { background-position: 50% , 50% center , right 15% center } bgpos221892 { background-position: 50% 10% , 50% center , right 15% center } bgpos221893 { background-position: 50% 100px , 50% center , right 15% center } bgpos221894 { background-position: 50% bottom , 50% center , right 15% center } bgpos221895 { background-position: 50% center , 50% center , right 15% center } bgpos221896 { background-position: 50% top , 50% center , right 15% center } bgpos221897 { background-position: bottom, 50% center , right 15% center } bgpos221898 { background-position: center , 50% center , right 15% center } bgpos221899 { background-position: center bottom , 50% center , right 15% center } bgpos221900 { background-position: center bottom 15% , 50% center , right 15% center } bgpos221901 { background-position: center bottom 15px , 50% center , right 15% center } bgpos221902 { background-position: center top , 50% center , right 15% center } bgpos221903 { background-position: center top 15% , 50% center , right 15% center } bgpos221904 { background-position: center top 15px , 50% center , right 15% center } bgpos221905 { background-position: center 10% , 50% center , right 15% center } bgpos221906 { background-position: center 100px , 50% center , right 15% center } bgpos221907 { background-position: center bottom , 50% center , right 15% center } bgpos221908 { background-position: center center , 50% center , right 15% center } bgpos221909 { background-position: center top , 50% center , right 15% center } bgpos221910 { background-position: left , 50% center , right 15% center } bgpos221911 { background-position: left 10% , 50% center , right 15% center } bgpos221912 { background-position: left 100px , 50% center , right 15% center } bgpos221913 { background-position: left bottom , 50% center , right 15% center } bgpos221914 { background-position: left center , 50% center , right 15% center } bgpos221915 { background-position: left top , 50% center , right 15% center } bgpos221916 { background-position: right , 50% center , right 15% center } bgpos221917 { background-position: right 10% , 50% center , right 15% center } bgpos221918 { background-position: right 100px , 50% center , right 15% center } bgpos221919 { background-position: right bottom , 50% center , right 15% center } bgpos221920 { background-position: right center , 50% center , right 15% center } bgpos221921 { background-position: right top , 50% center , right 15% center } bgpos221922 { background-position: top , 50% center , right 15% center } bgpos221923 { background-position: left bottom , 50% top , right 15% center } bgpos221924 { background-position: left bottom 15% , 50% top , right 15% center } bgpos221925 { background-position: left bottom 15px , 50% top , right 15% center } bgpos221926 { background-position: left top , 50% top , right 15% center } bgpos221927 { background-position: left top 15% , 50% top , right 15% center } bgpos221928 { background-position: left top 15px , 50% top , right 15% center } bgpos221929 { background-position: left 15% bottom , 50% top , right 15% center } bgpos221930 { background-position: left 15% bottom 15% , 50% top , right 15% center } bgpos221931 { background-position: left 15% bottom 15px , 50% top , right 15% center } bgpos221932 { background-position: left 15% top , 50% top , right 15% center } bgpos221933 { background-position: left 15% top 15% , 50% top , right 15% center } bgpos221934 { background-position: left 15% top 15px , 50% top , right 15% center } bgpos221935 { background-position: left 15% center , 50% top , right 15% center } bgpos221936 { background-position: left 15px bottom , 50% top , right 15% center } bgpos221937 { background-position: left 15px bottom 15% , 50% top , right 15% center } bgpos221938 { background-position: left 15px bottom 15px , 50% top , right 15% center } bgpos221939 { background-position: left 15px top , 50% top , right 15% center } bgpos221940 { background-position: left 15px top 15% , 50% top , right 15% center } bgpos221941 { background-position: left 15px top 15px , 50% top , right 15% center } bgpos221942 { background-position: left 15px center , 50% top , right 15% center } bgpos221943 { background-position: left center , 50% top , right 15% center } bgpos221944 { background-position: right bottom , 50% top , right 15% center } bgpos221945 { background-position: right bottom 15% , 50% top , right 15% center } bgpos221946 { background-position: right bottom 15px , 50% top , right 15% center } bgpos221947 { background-position: right top , 50% top , right 15% center } bgpos221948 { background-position: right top 15% , 50% top , right 15% center } bgpos221949 { background-position: right top 15px , 50% top , right 15% center } bgpos221950 { background-position: right 15% bottom , 50% top , right 15% center } bgpos221951 { background-position: right 15% bottom 15% , 50% top , right 15% center } bgpos221952 { background-position: right 15% bottom 15px , 50% top , right 15% center } bgpos221953 { background-position: right 15% top , 50% top , right 15% center } bgpos221954 { background-position: right 15% top 15% , 50% top , right 15% center } bgpos221955 { background-position: right 15% top 15px , 50% top , right 15% center } bgpos221956 { background-position: right 15% center , 50% top , right 15% center } bgpos221957 { background-position: right 15px bottom , 50% top , right 15% center } bgpos221958 { background-position: right 15px bottom 15% , 50% top , right 15% center } bgpos221959 { background-position: right 15px bottom 15px , 50% top , right 15% center } bgpos221960 { background-position: right 15px top , 50% top , right 15% center } bgpos221961 { background-position: right 15px top 15% , 50% top , right 15% center } bgpos221962 { background-position: right 15px top 15px , 50% top , right 15% center } bgpos221963 { background-position: right 15px center , 50% top , right 15% center } bgpos221964 { background-position: right center , 50% top , right 15% center } bgpos221965 { background-position: 100px , 50% top , right 15% center } bgpos221966 { background-position: 100px 10% , 50% top , right 15% center } bgpos221967 { background-position: 100px 100px , 50% top , right 15% center } bgpos221968 { background-position: 100px bottom , 50% top , right 15% center } bgpos221969 { background-position: 100px center , 50% top , right 15% center } bgpos221970 { background-position: 100px top , 50% top , right 15% center } bgpos221971 { background-position: 50% , 50% top , right 15% center } bgpos221972 { background-position: 50% 10% , 50% top , right 15% center } bgpos221973 { background-position: 50% 100px , 50% top , right 15% center } bgpos221974 { background-position: 50% bottom , 50% top , right 15% center } bgpos221975 { background-position: 50% center , 50% top , right 15% center } bgpos221976 { background-position: 50% top , 50% top , right 15% center } bgpos221977 { background-position: bottom, 50% top , right 15% center } bgpos221978 { background-position: center , 50% top , right 15% center } bgpos221979 { background-position: center bottom , 50% top , right 15% center } bgpos221980 { background-position: center bottom 15% , 50% top , right 15% center } bgpos221981 { background-position: center bottom 15px , 50% top , right 15% center } bgpos221982 { background-position: center top , 50% top , right 15% center } bgpos221983 { background-position: center top 15% , 50% top , right 15% center } bgpos221984 { background-position: center top 15px , 50% top , right 15% center } bgpos221985 { background-position: center 10% , 50% top , right 15% center } bgpos221986 { background-position: center 100px , 50% top , right 15% center } bgpos221987 { background-position: center bottom , 50% top , right 15% center } bgpos221988 { background-position: center center , 50% top , right 15% center } bgpos221989 { background-position: center top , 50% top , right 15% center } bgpos221990 { background-position: left , 50% top , right 15% center } bgpos221991 { background-position: left 10% , 50% top , right 15% center } bgpos221992 { background-position: left 100px , 50% top , right 15% center } bgpos221993 { background-position: left bottom , 50% top , right 15% center } bgpos221994 { background-position: left center , 50% top , right 15% center } bgpos221995 { background-position: left top , 50% top , right 15% center } bgpos221996 { background-position: right , 50% top , right 15% center } bgpos221997 { background-position: right 10% , 50% top , right 15% center } bgpos221998 { background-position: right 100px , 50% top , right 15% center } bgpos221999 { background-position: right bottom , 50% top , right 15% center } bgpos222000 { background-position: right center , 50% top , right 15% center } bgpos222001 { background-position: right top , 50% top , right 15% center } bgpos222002 { background-position: top , 50% top , right 15% center } bgpos222003 { background-position: left bottom , bottom, right 15% center } bgpos222004 { background-position: left bottom 15% , bottom, right 15% center } bgpos222005 { background-position: left bottom 15px , bottom, right 15% center } bgpos222006 { background-position: left top , bottom, right 15% center } bgpos222007 { background-position: left top 15% , bottom, right 15% center } bgpos222008 { background-position: left top 15px , bottom, right 15% center } bgpos222009 { background-position: left 15% bottom , bottom, right 15% center } bgpos222010 { background-position: left 15% bottom 15% , bottom, right 15% center } bgpos222011 { background-position: left 15% bottom 15px , bottom, right 15% center } bgpos222012 { background-position: left 15% top , bottom, right 15% center } bgpos222013 { background-position: left 15% top 15% , bottom, right 15% center } bgpos222014 { background-position: left 15% top 15px , bottom, right 15% center } bgpos222015 { background-position: left 15% center , bottom, right 15% center } bgpos222016 { background-position: left 15px bottom , bottom, right 15% center } bgpos222017 { background-position: left 15px bottom 15% , bottom, right 15% center } bgpos222018 { background-position: left 15px bottom 15px , bottom, right 15% center } bgpos222019 { background-position: left 15px top , bottom, right 15% center } bgpos222020 { background-position: left 15px top 15% , bottom, right 15% center } bgpos222021 { background-position: left 15px top 15px , bottom, right 15% center } bgpos222022 { background-position: left 15px center , bottom, right 15% center } bgpos222023 { background-position: left center , bottom, right 15% center } bgpos222024 { background-position: right bottom , bottom, right 15% center } bgpos222025 { background-position: right bottom 15% , bottom, right 15% center } bgpos222026 { background-position: right bottom 15px , bottom, right 15% center } bgpos222027 { background-position: right top , bottom, right 15% center } bgpos222028 { background-position: right top 15% , bottom, right 15% center } bgpos222029 { background-position: right top 15px , bottom, right 15% center } bgpos222030 { background-position: right 15% bottom , bottom, right 15% center } bgpos222031 { background-position: right 15% bottom 15% , bottom, right 15% center } bgpos222032 { background-position: right 15% bottom 15px , bottom, right 15% center } bgpos222033 { background-position: right 15% top , bottom, right 15% center } bgpos222034 { background-position: right 15% top 15% , bottom, right 15% center } bgpos222035 { background-position: right 15% top 15px , bottom, right 15% center } bgpos222036 { background-position: right 15% center , bottom, right 15% center } bgpos222037 { background-position: right 15px bottom , bottom, right 15% center } bgpos222038 { background-position: right 15px bottom 15% , bottom, right 15% center } bgpos222039 { background-position: right 15px bottom 15px , bottom, right 15% center } bgpos222040 { background-position: right 15px top , bottom, right 15% center } bgpos222041 { background-position: right 15px top 15% , bottom, right 15% center } bgpos222042 { background-position: right 15px top 15px , bottom, right 15% center } bgpos222043 { background-position: right 15px center , bottom, right 15% center } bgpos222044 { background-position: right center , bottom, right 15% center } bgpos222045 { background-position: 100px , bottom, right 15% center } bgpos222046 { background-position: 100px 10% , bottom, right 15% center } bgpos222047 { background-position: 100px 100px , bottom, right 15% center } bgpos222048 { background-position: 100px bottom , bottom, right 15% center } bgpos222049 { background-position: 100px center , bottom, right 15% center } bgpos222050 { background-position: 100px top , bottom, right 15% center } bgpos222051 { background-position: 50% , bottom, right 15% center } bgpos222052 { background-position: 50% 10% , bottom, right 15% center } bgpos222053 { background-position: 50% 100px , bottom, right 15% center } bgpos222054 { background-position: 50% bottom , bottom, right 15% center } bgpos222055 { background-position: 50% center , bottom, right 15% center } bgpos222056 { background-position: 50% top , bottom, right 15% center } bgpos222057 { background-position: bottom, bottom, right 15% center } bgpos222058 { background-position: center , bottom, right 15% center } bgpos222059 { background-position: center bottom , bottom, right 15% center } bgpos222060 { background-position: center bottom 15% , bottom, right 15% center } bgpos222061 { background-position: center bottom 15px , bottom, right 15% center } bgpos222062 { background-position: center top , bottom, right 15% center } bgpos222063 { background-position: center top 15% , bottom, right 15% center } bgpos222064 { background-position: center top 15px , bottom, right 15% center } bgpos222065 { background-position: center 10% , bottom, right 15% center } bgpos222066 { background-position: center 100px , bottom, right 15% center } bgpos222067 { background-position: center bottom , bottom, right 15% center } bgpos222068 { background-position: center center , bottom, right 15% center } bgpos222069 { background-position: center top , bottom, right 15% center } bgpos222070 { background-position: left , bottom, right 15% center } bgpos222071 { background-position: left 10% , bottom, right 15% center } bgpos222072 { background-position: left 100px , bottom, right 15% center } bgpos222073 { background-position: left bottom , bottom, right 15% center } bgpos222074 { background-position: left center , bottom, right 15% center } bgpos222075 { background-position: left top , bottom, right 15% center } bgpos222076 { background-position: right , bottom, right 15% center } bgpos222077 { background-position: right 10% , bottom, right 15% center } bgpos222078 { background-position: right 100px , bottom, right 15% center } bgpos222079 { background-position: right bottom , bottom, right 15% center } bgpos222080 { background-position: right center , bottom, right 15% center } bgpos222081 { background-position: right top , bottom, right 15% center } bgpos222082 { background-position: top , bottom, right 15% center } bgpos222083 { background-position: left bottom , center , right 15% center } bgpos222084 { background-position: left bottom 15% , center , right 15% center } bgpos222085 { background-position: left bottom 15px , center , right 15% center } bgpos222086 { background-position: left top , center , right 15% center } bgpos222087 { background-position: left top 15% , center , right 15% center } bgpos222088 { background-position: left top 15px , center , right 15% center } bgpos222089 { background-position: left 15% bottom , center , right 15% center } bgpos222090 { background-position: left 15% bottom 15% , center , right 15% center } bgpos222091 { background-position: left 15% bottom 15px , center , right 15% center } bgpos222092 { background-position: left 15% top , center , right 15% center } bgpos222093 { background-position: left 15% top 15% , center , right 15% center } bgpos222094 { background-position: left 15% top 15px , center , right 15% center } bgpos222095 { background-position: left 15% center , center , right 15% center } bgpos222096 { background-position: left 15px bottom , center , right 15% center } bgpos222097 { background-position: left 15px bottom 15% , center , right 15% center } bgpos222098 { background-position: left 15px bottom 15px , center , right 15% center } bgpos222099 { background-position: left 15px top , center , right 15% center } bgpos222100 { background-position: left 15px top 15% , center , right 15% center } bgpos222101 { background-position: left 15px top 15px , center , right 15% center } bgpos222102 { background-position: left 15px center , center , right 15% center } bgpos222103 { background-position: left center , center , right 15% center } bgpos222104 { background-position: right bottom , center , right 15% center } bgpos222105 { background-position: right bottom 15% , center , right 15% center } bgpos222106 { background-position: right bottom 15px , center , right 15% center } bgpos222107 { background-position: right top , center , right 15% center } bgpos222108 { background-position: right top 15% , center , right 15% center } bgpos222109 { background-position: right top 15px , center , right 15% center } bgpos222110 { background-position: right 15% bottom , center , right 15% center } bgpos222111 { background-position: right 15% bottom 15% , center , right 15% center } bgpos222112 { background-position: right 15% bottom 15px , center , right 15% center } bgpos222113 { background-position: right 15% top , center , right 15% center } bgpos222114 { background-position: right 15% top 15% , center , right 15% center } bgpos222115 { background-position: right 15% top 15px , center , right 15% center } bgpos222116 { background-position: right 15% center , center , right 15% center } bgpos222117 { background-position: right 15px bottom , center , right 15% center } bgpos222118 { background-position: right 15px bottom 15% , center , right 15% center } bgpos222119 { background-position: right 15px bottom 15px , center , right 15% center } bgpos222120 { background-position: right 15px top , center , right 15% center } bgpos222121 { background-position: right 15px top 15% , center , right 15% center } bgpos222122 { background-position: right 15px top 15px , center , right 15% center } bgpos222123 { background-position: right 15px center , center , right 15% center } bgpos222124 { background-position: right center , center , right 15% center } bgpos222125 { background-position: 100px , center , right 15% center } bgpos222126 { background-position: 100px 10% , center , right 15% center } bgpos222127 { background-position: 100px 100px , center , right 15% center } bgpos222128 { background-position: 100px bottom , center , right 15% center } bgpos222129 { background-position: 100px center , center , right 15% center } bgpos222130 { background-position: 100px top , center , right 15% center } bgpos222131 { background-position: 50% , center , right 15% center } bgpos222132 { background-position: 50% 10% , center , right 15% center } bgpos222133 { background-position: 50% 100px , center , right 15% center } bgpos222134 { background-position: 50% bottom , center , right 15% center } bgpos222135 { background-position: 50% center , center , right 15% center } bgpos222136 { background-position: 50% top , center , right 15% center } bgpos222137 { background-position: bottom, center , right 15% center } bgpos222138 { background-position: center , center , right 15% center } bgpos222139 { background-position: center bottom , center , right 15% center } bgpos222140 { background-position: center bottom 15% , center , right 15% center } bgpos222141 { background-position: center bottom 15px , center , right 15% center } bgpos222142 { background-position: center top , center , right 15% center } bgpos222143 { background-position: center top 15% , center , right 15% center } bgpos222144 { background-position: center top 15px , center , right 15% center } bgpos222145 { background-position: center 10% , center , right 15% center } bgpos222146 { background-position: center 100px , center , right 15% center } bgpos222147 { background-position: center bottom , center , right 15% center } bgpos222148 { background-position: center center , center , right 15% center } bgpos222149 { background-position: center top , center , right 15% center } bgpos222150 { background-position: left , center , right 15% center } bgpos222151 { background-position: left 10% , center , right 15% center } bgpos222152 { background-position: left 100px , center , right 15% center } bgpos222153 { background-position: left bottom , center , right 15% center } bgpos222154 { background-position: left center , center , right 15% center } bgpos222155 { background-position: left top , center , right 15% center } bgpos222156 { background-position: right , center , right 15% center } bgpos222157 { background-position: right 10% , center , right 15% center } bgpos222158 { background-position: right 100px , center , right 15% center } bgpos222159 { background-position: right bottom , center , right 15% center } bgpos222160 { background-position: right center , center , right 15% center } bgpos222161 { background-position: right top , center , right 15% center } bgpos222162 { background-position: top , center , right 15% center } bgpos222163 { background-position: left bottom , center bottom , right 15% center } bgpos222164 { background-position: left bottom 15% , center bottom , right 15% center } bgpos222165 { background-position: left bottom 15px , center bottom , right 15% center } bgpos222166 { background-position: left top , center bottom , right 15% center } bgpos222167 { background-position: left top 15% , center bottom , right 15% center } bgpos222168 { background-position: left top 15px , center bottom , right 15% center } bgpos222169 { background-position: left 15% bottom , center bottom , right 15% center } bgpos222170 { background-position: left 15% bottom 15% , center bottom , right 15% center } bgpos222171 { background-position: left 15% bottom 15px , center bottom , right 15% center } bgpos222172 { background-position: left 15% top , center bottom , right 15% center } bgpos222173 { background-position: left 15% top 15% , center bottom , right 15% center } bgpos222174 { background-position: left 15% top 15px , center bottom , right 15% center } bgpos222175 { background-position: left 15% center , center bottom , right 15% center } bgpos222176 { background-position: left 15px bottom , center bottom , right 15% center } bgpos222177 { background-position: left 15px bottom 15% , center bottom , right 15% center } bgpos222178 { background-position: left 15px bottom 15px , center bottom , right 15% center } bgpos222179 { background-position: left 15px top , center bottom , right 15% center } bgpos222180 { background-position: left 15px top 15% , center bottom , right 15% center } bgpos222181 { background-position: left 15px top 15px , center bottom , right 15% center } bgpos222182 { background-position: left 15px center , center bottom , right 15% center } bgpos222183 { background-position: left center , center bottom , right 15% center } bgpos222184 { background-position: right bottom , center bottom , right 15% center } bgpos222185 { background-position: right bottom 15% , center bottom , right 15% center } bgpos222186 { background-position: right bottom 15px , center bottom , right 15% center } bgpos222187 { background-position: right top , center bottom , right 15% center } bgpos222188 { background-position: right top 15% , center bottom , right 15% center } bgpos222189 { background-position: right top 15px , center bottom , right 15% center } bgpos222190 { background-position: right 15% bottom , center bottom , right 15% center } bgpos222191 { background-position: right 15% bottom 15% , center bottom , right 15% center } bgpos222192 { background-position: right 15% bottom 15px , center bottom , right 15% center } bgpos222193 { background-position: right 15% top , center bottom , right 15% center } bgpos222194 { background-position: right 15% top 15% , center bottom , right 15% center } bgpos222195 { background-position: right 15% top 15px , center bottom , right 15% center } bgpos222196 { background-position: right 15% center , center bottom , right 15% center } bgpos222197 { background-position: right 15px bottom , center bottom , right 15% center } bgpos222198 { background-position: right 15px bottom 15% , center bottom , right 15% center } bgpos222199 { background-position: right 15px bottom 15px , center bottom , right 15% center } bgpos222200 { background-position: right 15px top , center bottom , right 15% center } bgpos222201 { background-position: right 15px top 15% , center bottom , right 15% center } bgpos222202 { background-position: right 15px top 15px , center bottom , right 15% center } bgpos222203 { background-position: right 15px center , center bottom , right 15% center } bgpos222204 { background-position: right center , center bottom , right 15% center } bgpos222205 { background-position: 100px , center bottom , right 15% center } bgpos222206 { background-position: 100px 10% , center bottom , right 15% center } bgpos222207 { background-position: 100px 100px , center bottom , right 15% center } bgpos222208 { background-position: 100px bottom , center bottom , right 15% center } bgpos222209 { background-position: 100px center , center bottom , right 15% center } bgpos222210 { background-position: 100px top , center bottom , right 15% center } bgpos222211 { background-position: 50% , center bottom , right 15% center } bgpos222212 { background-position: 50% 10% , center bottom , right 15% center } bgpos222213 { background-position: 50% 100px , center bottom , right 15% center } bgpos222214 { background-position: 50% bottom , center bottom , right 15% center } bgpos222215 { background-position: 50% center , center bottom , right 15% center } bgpos222216 { background-position: 50% top , center bottom , right 15% center } bgpos222217 { background-position: bottom, center bottom , right 15% center } bgpos222218 { background-position: center , center bottom , right 15% center } bgpos222219 { background-position: center bottom , center bottom , right 15% center } bgpos222220 { background-position: center bottom 15% , center bottom , right 15% center } bgpos222221 { background-position: center bottom 15px , center bottom , right 15% center } bgpos222222 { background-position: center top , center bottom , right 15% center } bgpos222223 { background-position: center top 15% , center bottom , right 15% center } bgpos222224 { background-position: center top 15px , center bottom , right 15% center } bgpos222225 { background-position: center 10% , center bottom , right 15% center } bgpos222226 { background-position: center 100px , center bottom , right 15% center } bgpos222227 { background-position: center bottom , center bottom , right 15% center } bgpos222228 { background-position: center center , center bottom , right 15% center } bgpos222229 { background-position: center top , center bottom , right 15% center } bgpos222230 { background-position: left , center bottom , right 15% center } bgpos222231 { background-position: left 10% , center bottom , right 15% center } bgpos222232 { background-position: left 100px , center bottom , right 15% center } bgpos222233 { background-position: left bottom , center bottom , right 15% center } bgpos222234 { background-position: left center , center bottom , right 15% center } bgpos222235 { background-position: left top , center bottom , right 15% center } bgpos222236 { background-position: right , center bottom , right 15% center } bgpos222237 { background-position: right 10% , center bottom , right 15% center } bgpos222238 { background-position: right 100px , center bottom , right 15% center } bgpos222239 { background-position: right bottom , center bottom , right 15% center } bgpos222240 { background-position: right center , center bottom , right 15% center } bgpos222241 { background-position: right top , center bottom , right 15% center } bgpos222242 { background-position: top , center bottom , right 15% center } bgpos222243 { background-position: left bottom , center bottom 15% , right 15% center } bgpos222244 { background-position: left bottom 15% , center bottom 15% , right 15% center } bgpos222245 { background-position: left bottom 15px , center bottom 15% , right 15% center } bgpos222246 { background-position: left top , center bottom 15% , right 15% center } bgpos222247 { background-position: left top 15% , center bottom 15% , right 15% center } bgpos222248 { background-position: left top 15px , center bottom 15% , right 15% center } bgpos222249 { background-position: left 15% bottom , center bottom 15% , right 15% center } bgpos222250 { background-position: left 15% bottom 15% , center bottom 15% , right 15% center } bgpos222251 { background-position: left 15% bottom 15px , center bottom 15% , right 15% center } bgpos222252 { background-position: left 15% top , center bottom 15% , right 15% center } bgpos222253 { background-position: left 15% top 15% , center bottom 15% , right 15% center } bgpos222254 { background-position: left 15% top 15px , center bottom 15% , right 15% center } bgpos222255 { background-position: left 15% center , center bottom 15% , right 15% center } bgpos222256 { background-position: left 15px bottom , center bottom 15% , right 15% center } bgpos222257 { background-position: left 15px bottom 15% , center bottom 15% , right 15% center } bgpos222258 { background-position: left 15px bottom 15px , center bottom 15% , right 15% center } bgpos222259 { background-position: left 15px top , center bottom 15% , right 15% center } bgpos222260 { background-position: left 15px top 15% , center bottom 15% , right 15% center } bgpos222261 { background-position: left 15px top 15px , center bottom 15% , right 15% center } bgpos222262 { background-position: left 15px center , center bottom 15% , right 15% center } bgpos222263 { background-position: left center , center bottom 15% , right 15% center } bgpos222264 { background-position: right bottom , center bottom 15% , right 15% center } bgpos222265 { background-position: right bottom 15% , center bottom 15% , right 15% center } bgpos222266 { background-position: right bottom 15px , center bottom 15% , right 15% center } bgpos222267 { background-position: right top , center bottom 15% , right 15% center } bgpos222268 { background-position: right top 15% , center bottom 15% , right 15% center } bgpos222269 { background-position: right top 15px , center bottom 15% , right 15% center } bgpos222270 { background-position: right 15% bottom , center bottom 15% , right 15% center } bgpos222271 { background-position: right 15% bottom 15% , center bottom 15% , right 15% center } bgpos222272 { background-position: right 15% bottom 15px , center bottom 15% , right 15% center } bgpos222273 { background-position: right 15% top , center bottom 15% , right 15% center } bgpos222274 { background-position: right 15% top 15% , center bottom 15% , right 15% center } bgpos222275 { background-position: right 15% top 15px , center bottom 15% , right 15% center } bgpos222276 { background-position: right 15% center , center bottom 15% , right 15% center } bgpos222277 { background-position: right 15px bottom , center bottom 15% , right 15% center } bgpos222278 { background-position: right 15px bottom 15% , center bottom 15% , right 15% center } bgpos222279 { background-position: right 15px bottom 15px , center bottom 15% , right 15% center } bgpos222280 { background-position: right 15px top , center bottom 15% , right 15% center } bgpos222281 { background-position: right 15px top 15% , center bottom 15% , right 15% center } bgpos222282 { background-position: right 15px top 15px , center bottom 15% , right 15% center } bgpos222283 { background-position: right 15px center , center bottom 15% , right 15% center } bgpos222284 { background-position: right center , center bottom 15% , right 15% center } bgpos222285 { background-position: 100px , center bottom 15% , right 15% center } bgpos222286 { background-position: 100px 10% , center bottom 15% , right 15% center } bgpos222287 { background-position: 100px 100px , center bottom 15% , right 15% center } bgpos222288 { background-position: 100px bottom , center bottom 15% , right 15% center } bgpos222289 { background-position: 100px center , center bottom 15% , right 15% center } bgpos222290 { background-position: 100px top , center bottom 15% , right 15% center } bgpos222291 { background-position: 50% , center bottom 15% , right 15% center } bgpos222292 { background-position: 50% 10% , center bottom 15% , right 15% center } bgpos222293 { background-position: 50% 100px , center bottom 15% , right 15% center } bgpos222294 { background-position: 50% bottom , center bottom 15% , right 15% center } bgpos222295 { background-position: 50% center , center bottom 15% , right 15% center } bgpos222296 { background-position: 50% top , center bottom 15% , right 15% center } bgpos222297 { background-position: bottom, center bottom 15% , right 15% center } bgpos222298 { background-position: center , center bottom 15% , right 15% center } bgpos222299 { background-position: center bottom , center bottom 15% , right 15% center } bgpos222300 { background-position: center bottom 15% , center bottom 15% , right 15% center } bgpos222301 { background-position: center bottom 15px , center bottom 15% , right 15% center } bgpos222302 { background-position: center top , center bottom 15% , right 15% center } bgpos222303 { background-position: center top 15% , center bottom 15% , right 15% center } bgpos222304 { background-position: center top 15px , center bottom 15% , right 15% center } bgpos222305 { background-position: center 10% , center bottom 15% , right 15% center } bgpos222306 { background-position: center 100px , center bottom 15% , right 15% center } bgpos222307 { background-position: center bottom , center bottom 15% , right 15% center } bgpos222308 { background-position: center center , center bottom 15% , right 15% center } bgpos222309 { background-position: center top , center bottom 15% , right 15% center } bgpos222310 { background-position: left , center bottom 15% , right 15% center } bgpos222311 { background-position: left 10% , center bottom 15% , right 15% center } bgpos222312 { background-position: left 100px , center bottom 15% , right 15% center } bgpos222313 { background-position: left bottom , center bottom 15% , right 15% center } bgpos222314 { background-position: left center , center bottom 15% , right 15% center } bgpos222315 { background-position: left top , center bottom 15% , right 15% center } bgpos222316 { background-position: right , center bottom 15% , right 15% center } bgpos222317 { background-position: right 10% , center bottom 15% , right 15% center } bgpos222318 { background-position: right 100px , center bottom 15% , right 15% center } bgpos222319 { background-position: right bottom , center bottom 15% , right 15% center } bgpos222320 { background-position: right center , center bottom 15% , right 15% center } bgpos222321 { background-position: right top , center bottom 15% , right 15% center } bgpos222322 { background-position: top , center bottom 15% , right 15% center } bgpos222323 { background-position: left bottom , center bottom 15px , right 15% center } bgpos222324 { background-position: left bottom 15% , center bottom 15px , right 15% center } bgpos222325 { background-position: left bottom 15px , center bottom 15px , right 15% center } bgpos222326 { background-position: left top , center bottom 15px , right 15% center } bgpos222327 { background-position: left top 15% , center bottom 15px , right 15% center } bgpos222328 { background-position: left top 15px , center bottom 15px , right 15% center } bgpos222329 { background-position: left 15% bottom , center bottom 15px , right 15% center } bgpos222330 { background-position: left 15% bottom 15% , center bottom 15px , right 15% center } bgpos222331 { background-position: left 15% bottom 15px , center bottom 15px , right 15% center } bgpos222332 { background-position: left 15% top , center bottom 15px , right 15% center } bgpos222333 { background-position: left 15% top 15% , center bottom 15px , right 15% center } bgpos222334 { background-position: left 15% top 15px , center bottom 15px , right 15% center } bgpos222335 { background-position: left 15% center , center bottom 15px , right 15% center } bgpos222336 { background-position: left 15px bottom , center bottom 15px , right 15% center } bgpos222337 { background-position: left 15px bottom 15% , center bottom 15px , right 15% center } bgpos222338 { background-position: left 15px bottom 15px , center bottom 15px , right 15% center } bgpos222339 { background-position: left 15px top , center bottom 15px , right 15% center } bgpos222340 { background-position: left 15px top 15% , center bottom 15px , right 15% center } bgpos222341 { background-position: left 15px top 15px , center bottom 15px , right 15% center } bgpos222342 { background-position: left 15px center , center bottom 15px , right 15% center } bgpos222343 { background-position: left center , center bottom 15px , right 15% center } bgpos222344 { background-position: right bottom , center bottom 15px , right 15% center } bgpos222345 { background-position: right bottom 15% , center bottom 15px , right 15% center } bgpos222346 { background-position: right bottom 15px , center bottom 15px , right 15% center } bgpos222347 { background-position: right top , center bottom 15px , right 15% center } bgpos222348 { background-position: right top 15% , center bottom 15px , right 15% center } bgpos222349 { background-position: right top 15px , center bottom 15px , right 15% center } bgpos222350 { background-position: right 15% bottom , center bottom 15px , right 15% center } bgpos222351 { background-position: right 15% bottom 15% , center bottom 15px , right 15% center } bgpos222352 { background-position: right 15% bottom 15px , center bottom 15px , right 15% center } bgpos222353 { background-position: right 15% top , center bottom 15px , right 15% center } bgpos222354 { background-position: right 15% top 15% , center bottom 15px , right 15% center } bgpos222355 { background-position: right 15% top 15px , center bottom 15px , right 15% center } bgpos222356 { background-position: right 15% center , center bottom 15px , right 15% center } bgpos222357 { background-position: right 15px bottom , center bottom 15px , right 15% center } bgpos222358 { background-position: right 15px bottom 15% , center bottom 15px , right 15% center } bgpos222359 { background-position: right 15px bottom 15px , center bottom 15px , right 15% center } bgpos222360 { background-position: right 15px top , center bottom 15px , right 15% center } bgpos222361 { background-position: right 15px top 15% , center bottom 15px , right 15% center } bgpos222362 { background-position: right 15px top 15px , center bottom 15px , right 15% center } bgpos222363 { background-position: right 15px center , center bottom 15px , right 15% center } bgpos222364 { background-position: right center , center bottom 15px , right 15% center } bgpos222365 { background-position: 100px , center bottom 15px , right 15% center } bgpos222366 { background-position: 100px 10% , center bottom 15px , right 15% center } bgpos222367 { background-position: 100px 100px , center bottom 15px , right 15% center } bgpos222368 { background-position: 100px bottom , center bottom 15px , right 15% center } bgpos222369 { background-position: 100px center , center bottom 15px , right 15% center } bgpos222370 { background-position: 100px top , center bottom 15px , right 15% center } bgpos222371 { background-position: 50% , center bottom 15px , right 15% center } bgpos222372 { background-position: 50% 10% , center bottom 15px , right 15% center } bgpos222373 { background-position: 50% 100px , center bottom 15px , right 15% center } bgpos222374 { background-position: 50% bottom , center bottom 15px , right 15% center } bgpos222375 { background-position: 50% center , center bottom 15px , right 15% center } bgpos222376 { background-position: 50% top , center bottom 15px , right 15% center } bgpos222377 { background-position: bottom, center bottom 15px , right 15% center } bgpos222378 { background-position: center , center bottom 15px , right 15% center } bgpos222379 { background-position: center bottom , center bottom 15px , right 15% center } bgpos222380 { background-position: center bottom 15% , center bottom 15px , right 15% center } bgpos222381 { background-position: center bottom 15px , center bottom 15px , right 15% center } bgpos222382 { background-position: center top , center bottom 15px , right 15% center } bgpos222383 { background-position: center top 15% , center bottom 15px , right 15% center } bgpos222384 { background-position: center top 15px , center bottom 15px , right 15% center } bgpos222385 { background-position: center 10% , center bottom 15px , right 15% center } bgpos222386 { background-position: center 100px , center bottom 15px , right 15% center } bgpos222387 { background-position: center bottom , center bottom 15px , right 15% center } bgpos222388 { background-position: center center , center bottom 15px , right 15% center } bgpos222389 { background-position: center top , center bottom 15px , right 15% center } bgpos222390 { background-position: left , center bottom 15px , right 15% center } bgpos222391 { background-position: left 10% , center bottom 15px , right 15% center } bgpos222392 { background-position: left 100px , center bottom 15px , right 15% center } bgpos222393 { background-position: left bottom , center bottom 15px , right 15% center } bgpos222394 { background-position: left center , center bottom 15px , right 15% center } bgpos222395 { background-position: left top , center bottom 15px , right 15% center } bgpos222396 { background-position: right , center bottom 15px , right 15% center } bgpos222397 { background-position: right 10% , center bottom 15px , right 15% center } bgpos222398 { background-position: right 100px , center bottom 15px , right 15% center } bgpos222399 { background-position: right bottom , center bottom 15px , right 15% center } bgpos222400 { background-position: right center , center bottom 15px , right 15% center } bgpos222401 { background-position: right top , center bottom 15px , right 15% center } bgpos222402 { background-position: top , center bottom 15px , right 15% center } bgpos222403 { background-position: left bottom , center top , right 15% center } bgpos222404 { background-position: left bottom 15% , center top , right 15% center } bgpos222405 { background-position: left bottom 15px , center top , right 15% center } bgpos222406 { background-position: left top , center top , right 15% center } bgpos222407 { background-position: left top 15% , center top , right 15% center } bgpos222408 { background-position: left top 15px , center top , right 15% center } bgpos222409 { background-position: left 15% bottom , center top , right 15% center } bgpos222410 { background-position: left 15% bottom 15% , center top , right 15% center } bgpos222411 { background-position: left 15% bottom 15px , center top , right 15% center } bgpos222412 { background-position: left 15% top , center top , right 15% center } bgpos222413 { background-position: left 15% top 15% , center top , right 15% center } bgpos222414 { background-position: left 15% top 15px , center top , right 15% center } bgpos222415 { background-position: left 15% center , center top , right 15% center } bgpos222416 { background-position: left 15px bottom , center top , right 15% center } bgpos222417 { background-position: left 15px bottom 15% , center top , right 15% center } bgpos222418 { background-position: left 15px bottom 15px , center top , right 15% center } bgpos222419 { background-position: left 15px top , center top , right 15% center } bgpos222420 { background-position: left 15px top 15% , center top , right 15% center } bgpos222421 { background-position: left 15px top 15px , center top , right 15% center } bgpos222422 { background-position: left 15px center , center top , right 15% center } bgpos222423 { background-position: left center , center top , right 15% center } bgpos222424 { background-position: right bottom , center top , right 15% center } bgpos222425 { background-position: right bottom 15% , center top , right 15% center } bgpos222426 { background-position: right bottom 15px , center top , right 15% center } bgpos222427 { background-position: right top , center top , right 15% center } bgpos222428 { background-position: right top 15% , center top , right 15% center } bgpos222429 { background-position: right top 15px , center top , right 15% center } bgpos222430 { background-position: right 15% bottom , center top , right 15% center } bgpos222431 { background-position: right 15% bottom 15% , center top , right 15% center } bgpos222432 { background-position: right 15% bottom 15px , center top , right 15% center } bgpos222433 { background-position: right 15% top , center top , right 15% center } bgpos222434 { background-position: right 15% top 15% , center top , right 15% center } bgpos222435 { background-position: right 15% top 15px , center top , right 15% center } bgpos222436 { background-position: right 15% center , center top , right 15% center } bgpos222437 { background-position: right 15px bottom , center top , right 15% center } bgpos222438 { background-position: right 15px bottom 15% , center top , right 15% center } bgpos222439 { background-position: right 15px bottom 15px , center top , right 15% center } bgpos222440 { background-position: right 15px top , center top , right 15% center } bgpos222441 { background-position: right 15px top 15% , center top , right 15% center } bgpos222442 { background-position: right 15px top 15px , center top , right 15% center } bgpos222443 { background-position: right 15px center , center top , right 15% center } bgpos222444 { background-position: right center , center top , right 15% center } bgpos222445 { background-position: 100px , center top , right 15% center } bgpos222446 { background-position: 100px 10% , center top , right 15% center } bgpos222447 { background-position: 100px 100px , center top , right 15% center } bgpos222448 { background-position: 100px bottom , center top , right 15% center } bgpos222449 { background-position: 100px center , center top , right 15% center } bgpos222450 { background-position: 100px top , center top , right 15% center } bgpos222451 { background-position: 50% , center top , right 15% center } bgpos222452 { background-position: 50% 10% , center top , right 15% center } bgpos222453 { background-position: 50% 100px , center top , right 15% center } bgpos222454 { background-position: 50% bottom , center top , right 15% center } bgpos222455 { background-position: 50% center , center top , right 15% center } bgpos222456 { background-position: 50% top , center top , right 15% center } bgpos222457 { background-position: bottom, center top , right 15% center } bgpos222458 { background-position: center , center top , right 15% center } bgpos222459 { background-position: center bottom , center top , right 15% center } bgpos222460 { background-position: center bottom 15% , center top , right 15% center } bgpos222461 { background-position: center bottom 15px , center top , right 15% center } bgpos222462 { background-position: center top , center top , right 15% center } bgpos222463 { background-position: center top 15% , center top , right 15% center } bgpos222464 { background-position: center top 15px , center top , right 15% center } bgpos222465 { background-position: center 10% , center top , right 15% center } bgpos222466 { background-position: center 100px , center top , right 15% center } bgpos222467 { background-position: center bottom , center top , right 15% center } bgpos222468 { background-position: center center , center top , right 15% center } bgpos222469 { background-position: center top , center top , right 15% center } bgpos222470 { background-position: left , center top , right 15% center } bgpos222471 { background-position: left 10% , center top , right 15% center } bgpos222472 { background-position: left 100px , center top , right 15% center } bgpos222473 { background-position: left bottom , center top , right 15% center } bgpos222474 { background-position: left center , center top , right 15% center } bgpos222475 { background-position: left top , center top , right 15% center } bgpos222476 { background-position: right , center top , right 15% center } bgpos222477 { background-position: right 10% , center top , right 15% center } bgpos222478 { background-position: right 100px , center top , right 15% center } bgpos222479 { background-position: right bottom , center top , right 15% center } bgpos222480 { background-position: right center , center top , right 15% center } bgpos222481 { background-position: right top , center top , right 15% center } bgpos222482 { background-position: top , center top , right 15% center } bgpos222483 { background-position: left bottom , center top 15% , right 15% center } bgpos222484 { background-position: left bottom 15% , center top 15% , right 15% center } bgpos222485 { background-position: left bottom 15px , center top 15% , right 15% center } bgpos222486 { background-position: left top , center top 15% , right 15% center } bgpos222487 { background-position: left top 15% , center top 15% , right 15% center } bgpos222488 { background-position: left top 15px , center top 15% , right 15% center } bgpos222489 { background-position: left 15% bottom , center top 15% , right 15% center } bgpos222490 { background-position: left 15% bottom 15% , center top 15% , right 15% center } bgpos222491 { background-position: left 15% bottom 15px , center top 15% , right 15% center } bgpos222492 { background-position: left 15% top , center top 15% , right 15% center } bgpos222493 { background-position: left 15% top 15% , center top 15% , right 15% center } bgpos222494 { background-position: left 15% top 15px , center top 15% , right 15% center } bgpos222495 { background-position: left 15% center , center top 15% , right 15% center } bgpos222496 { background-position: left 15px bottom , center top 15% , right 15% center } bgpos222497 { background-position: left 15px bottom 15% , center top 15% , right 15% center } bgpos222498 { background-position: left 15px bottom 15px , center top 15% , right 15% center } bgpos222499 { background-position: left 15px top , center top 15% , right 15% center } bgpos222500 { background-position: left 15px top 15% , center top 15% , right 15% center } bgpos222501 { background-position: left 15px top 15px , center top 15% , right 15% center } bgpos222502 { background-position: left 15px center , center top 15% , right 15% center } bgpos222503 { background-position: left center , center top 15% , right 15% center } bgpos222504 { background-position: right bottom , center top 15% , right 15% center } bgpos222505 { background-position: right bottom 15% , center top 15% , right 15% center } bgpos222506 { background-position: right bottom 15px , center top 15% , right 15% center } bgpos222507 { background-position: right top , center top 15% , right 15% center } bgpos222508 { background-position: right top 15% , center top 15% , right 15% center } bgpos222509 { background-position: right top 15px , center top 15% , right 15% center } bgpos222510 { background-position: right 15% bottom , center top 15% , right 15% center } bgpos222511 { background-position: right 15% bottom 15% , center top 15% , right 15% center } bgpos222512 { background-position: right 15% bottom 15px , center top 15% , right 15% center } bgpos222513 { background-position: right 15% top , center top 15% , right 15% center } bgpos222514 { background-position: right 15% top 15% , center top 15% , right 15% center } bgpos222515 { background-position: right 15% top 15px , center top 15% , right 15% center } bgpos222516 { background-position: right 15% center , center top 15% , right 15% center } bgpos222517 { background-position: right 15px bottom , center top 15% , right 15% center } bgpos222518 { background-position: right 15px bottom 15% , center top 15% , right 15% center } bgpos222519 { background-position: right 15px bottom 15px , center top 15% , right 15% center } bgpos222520 { background-position: right 15px top , center top 15% , right 15% center } bgpos222521 { background-position: right 15px top 15% , center top 15% , right 15% center } bgpos222522 { background-position: right 15px top 15px , center top 15% , right 15% center } bgpos222523 { background-position: right 15px center , center top 15% , right 15% center } bgpos222524 { background-position: right center , center top 15% , right 15% center } bgpos222525 { background-position: 100px , center top 15% , right 15% center } bgpos222526 { background-position: 100px 10% , center top 15% , right 15% center } bgpos222527 { background-position: 100px 100px , center top 15% , right 15% center } bgpos222528 { background-position: 100px bottom , center top 15% , right 15% center } bgpos222529 { background-position: 100px center , center top 15% , right 15% center } bgpos222530 { background-position: 100px top , center top 15% , right 15% center } bgpos222531 { background-position: 50% , center top 15% , right 15% center } bgpos222532 { background-position: 50% 10% , center top 15% , right 15% center } bgpos222533 { background-position: 50% 100px , center top 15% , right 15% center } bgpos222534 { background-position: 50% bottom , center top 15% , right 15% center } bgpos222535 { background-position: 50% center , center top 15% , right 15% center } bgpos222536 { background-position: 50% top , center top 15% , right 15% center } bgpos222537 { background-position: bottom, center top 15% , right 15% center } bgpos222538 { background-position: center , center top 15% , right 15% center } bgpos222539 { background-position: center bottom , center top 15% , right 15% center } bgpos222540 { background-position: center bottom 15% , center top 15% , right 15% center } bgpos222541 { background-position: center bottom 15px , center top 15% , right 15% center } bgpos222542 { background-position: center top , center top 15% , right 15% center } bgpos222543 { background-position: center top 15% , center top 15% , right 15% center } bgpos222544 { background-position: center top 15px , center top 15% , right 15% center } bgpos222545 { background-position: center 10% , center top 15% , right 15% center } bgpos222546 { background-position: center 100px , center top 15% , right 15% center } bgpos222547 { background-position: center bottom , center top 15% , right 15% center } bgpos222548 { background-position: center center , center top 15% , right 15% center } bgpos222549 { background-position: center top , center top 15% , right 15% center } bgpos222550 { background-position: left , center top 15% , right 15% center } bgpos222551 { background-position: left 10% , center top 15% , right 15% center } bgpos222552 { background-position: left 100px , center top 15% , right 15% center } bgpos222553 { background-position: left bottom , center top 15% , right 15% center } bgpos222554 { background-position: left center , center top 15% , right 15% center } bgpos222555 { background-position: left top , center top 15% , right 15% center } bgpos222556 { background-position: right , center top 15% , right 15% center } bgpos222557 { background-position: right 10% , center top 15% , right 15% center } bgpos222558 { background-position: right 100px , center top 15% , right 15% center } bgpos222559 { background-position: right bottom , center top 15% , right 15% center } bgpos222560 { background-position: right center , center top 15% , right 15% center } bgpos222561 { background-position: right top , center top 15% , right 15% center } bgpos222562 { background-position: top , center top 15% , right 15% center } bgpos222563 { background-position: left bottom , center top 15px , right 15% center } bgpos222564 { background-position: left bottom 15% , center top 15px , right 15% center } bgpos222565 { background-position: left bottom 15px , center top 15px , right 15% center } bgpos222566 { background-position: left top , center top 15px , right 15% center } bgpos222567 { background-position: left top 15% , center top 15px , right 15% center } bgpos222568 { background-position: left top 15px , center top 15px , right 15% center } bgpos222569 { background-position: left 15% bottom , center top 15px , right 15% center } bgpos222570 { background-position: left 15% bottom 15% , center top 15px , right 15% center } bgpos222571 { background-position: left 15% bottom 15px , center top 15px , right 15% center } bgpos222572 { background-position: left 15% top , center top 15px , right 15% center } bgpos222573 { background-position: left 15% top 15% , center top 15px , right 15% center } bgpos222574 { background-position: left 15% top 15px , center top 15px , right 15% center } bgpos222575 { background-position: left 15% center , center top 15px , right 15% center } bgpos222576 { background-position: left 15px bottom , center top 15px , right 15% center } bgpos222577 { background-position: left 15px bottom 15% , center top 15px , right 15% center } bgpos222578 { background-position: left 15px bottom 15px , center top 15px , right 15% center } bgpos222579 { background-position: left 15px top , center top 15px , right 15% center } bgpos222580 { background-position: left 15px top 15% , center top 15px , right 15% center } bgpos222581 { background-position: left 15px top 15px , center top 15px , right 15% center } bgpos222582 { background-position: left 15px center , center top 15px , right 15% center } bgpos222583 { background-position: left center , center top 15px , right 15% center } bgpos222584 { background-position: right bottom , center top 15px , right 15% center } bgpos222585 { background-position: right bottom 15% , center top 15px , right 15% center } bgpos222586 { background-position: right bottom 15px , center top 15px , right 15% center } bgpos222587 { background-position: right top , center top 15px , right 15% center } bgpos222588 { background-position: right top 15% , center top 15px , right 15% center } bgpos222589 { background-position: right top 15px , center top 15px , right 15% center } bgpos222590 { background-position: right 15% bottom , center top 15px , right 15% center } bgpos222591 { background-position: right 15% bottom 15% , center top 15px , right 15% center } bgpos222592 { background-position: right 15% bottom 15px , center top 15px , right 15% center } bgpos222593 { background-position: right 15% top , center top 15px , right 15% center } bgpos222594 { background-position: right 15% top 15% , center top 15px , right 15% center } bgpos222595 { background-position: right 15% top 15px , center top 15px , right 15% center } bgpos222596 { background-position: right 15% center , center top 15px , right 15% center } bgpos222597 { background-position: right 15px bottom , center top 15px , right 15% center } bgpos222598 { background-position: right 15px bottom 15% , center top 15px , right 15% center } bgpos222599 { background-position: right 15px bottom 15px , center top 15px , right 15% center } bgpos222600 { background-position: right 15px top , center top 15px , right 15% center } bgpos222601 { background-position: right 15px top 15% , center top 15px , right 15% center } bgpos222602 { background-position: right 15px top 15px , center top 15px , right 15% center } bgpos222603 { background-position: right 15px center , center top 15px , right 15% center } bgpos222604 { background-position: right center , center top 15px , right 15% center } bgpos222605 { background-position: 100px , center top 15px , right 15% center } bgpos222606 { background-position: 100px 10% , center top 15px , right 15% center } bgpos222607 { background-position: 100px 100px , center top 15px , right 15% center } bgpos222608 { background-position: 100px bottom , center top 15px , right 15% center } bgpos222609 { background-position: 100px center , center top 15px , right 15% center } bgpos222610 { background-position: 100px top , center top 15px , right 15% center } bgpos222611 { background-position: 50% , center top 15px , right 15% center } bgpos222612 { background-position: 50% 10% , center top 15px , right 15% center } bgpos222613 { background-position: 50% 100px , center top 15px , right 15% center } bgpos222614 { background-position: 50% bottom , center top 15px , right 15% center } bgpos222615 { background-position: 50% center , center top 15px , right 15% center } bgpos222616 { background-position: 50% top , center top 15px , right 15% center } bgpos222617 { background-position: bottom, center top 15px , right 15% center } bgpos222618 { background-position: center , center top 15px , right 15% center } bgpos222619 { background-position: center bottom , center top 15px , right 15% center } bgpos222620 { background-position: center bottom 15% , center top 15px , right 15% center } bgpos222621 { background-position: center bottom 15px , center top 15px , right 15% center } bgpos222622 { background-position: center top , center top 15px , right 15% center } bgpos222623 { background-position: center top 15% , center top 15px , right 15% center } bgpos222624 { background-position: center top 15px , center top 15px , right 15% center } bgpos222625 { background-position: center 10% , center top 15px , right 15% center } bgpos222626 { background-position: center 100px , center top 15px , right 15% center } bgpos222627 { background-position: center bottom , center top 15px , right 15% center } bgpos222628 { background-position: center center , center top 15px , right 15% center } bgpos222629 { background-position: center top , center top 15px , right 15% center } bgpos222630 { background-position: left , center top 15px , right 15% center } bgpos222631 { background-position: left 10% , center top 15px , right 15% center } bgpos222632 { background-position: left 100px , center top 15px , right 15% center } bgpos222633 { background-position: left bottom , center top 15px , right 15% center } bgpos222634 { background-position: left center , center top 15px , right 15% center } bgpos222635 { background-position: left top , center top 15px , right 15% center } bgpos222636 { background-position: right , center top 15px , right 15% center } bgpos222637 { background-position: right 10% , center top 15px , right 15% center } bgpos222638 { background-position: right 100px , center top 15px , right 15% center } bgpos222639 { background-position: right bottom , center top 15px , right 15% center } bgpos222640 { background-position: right center , center top 15px , right 15% center } bgpos222641 { background-position: right top , center top 15px , right 15% center } bgpos222642 { background-position: top , center top 15px , right 15% center } bgpos222643 { background-position: left bottom , center 10% , right 15% center } bgpos222644 { background-position: left bottom 15% , center 10% , right 15% center } bgpos222645 { background-position: left bottom 15px , center 10% , right 15% center } bgpos222646 { background-position: left top , center 10% , right 15% center } bgpos222647 { background-position: left top 15% , center 10% , right 15% center } bgpos222648 { background-position: left top 15px , center 10% , right 15% center } bgpos222649 { background-position: left 15% bottom , center 10% , right 15% center } bgpos222650 { background-position: left 15% bottom 15% , center 10% , right 15% center } bgpos222651 { background-position: left 15% bottom 15px , center 10% , right 15% center } bgpos222652 { background-position: left 15% top , center 10% , right 15% center } bgpos222653 { background-position: left 15% top 15% , center 10% , right 15% center } bgpos222654 { background-position: left 15% top 15px , center 10% , right 15% center } bgpos222655 { background-position: left 15% center , center 10% , right 15% center } bgpos222656 { background-position: left 15px bottom , center 10% , right 15% center } bgpos222657 { background-position: left 15px bottom 15% , center 10% , right 15% center } bgpos222658 { background-position: left 15px bottom 15px , center 10% , right 15% center } bgpos222659 { background-position: left 15px top , center 10% , right 15% center } bgpos222660 { background-position: left 15px top 15% , center 10% , right 15% center } bgpos222661 { background-position: left 15px top 15px , center 10% , right 15% center } bgpos222662 { background-position: left 15px center , center 10% , right 15% center } bgpos222663 { background-position: left center , center 10% , right 15% center } bgpos222664 { background-position: right bottom , center 10% , right 15% center } bgpos222665 { background-position: right bottom 15% , center 10% , right 15% center } bgpos222666 { background-position: right bottom 15px , center 10% , right 15% center } bgpos222667 { background-position: right top , center 10% , right 15% center } bgpos222668 { background-position: right top 15% , center 10% , right 15% center } bgpos222669 { background-position: right top 15px , center 10% , right 15% center } bgpos222670 { background-position: right 15% bottom , center 10% , right 15% center } bgpos222671 { background-position: right 15% bottom 15% , center 10% , right 15% center } bgpos222672 { background-position: right 15% bottom 15px , center 10% , right 15% center } bgpos222673 { background-position: right 15% top , center 10% , right 15% center } bgpos222674 { background-position: right 15% top 15% , center 10% , right 15% center } bgpos222675 { background-position: right 15% top 15px , center 10% , right 15% center } bgpos222676 { background-position: right 15% center , center 10% , right 15% center } bgpos222677 { background-position: right 15px bottom , center 10% , right 15% center } bgpos222678 { background-position: right 15px bottom 15% , center 10% , right 15% center } bgpos222679 { background-position: right 15px bottom 15px , center 10% , right 15% center } bgpos222680 { background-position: right 15px top , center 10% , right 15% center } bgpos222681 { background-position: right 15px top 15% , center 10% , right 15% center } bgpos222682 { background-position: right 15px top 15px , center 10% , right 15% center } bgpos222683 { background-position: right 15px center , center 10% , right 15% center } bgpos222684 { background-position: right center , center 10% , right 15% center } bgpos222685 { background-position: 100px , center 10% , right 15% center } bgpos222686 { background-position: 100px 10% , center 10% , right 15% center } bgpos222687 { background-position: 100px 100px , center 10% , right 15% center } bgpos222688 { background-position: 100px bottom , center 10% , right 15% center } bgpos222689 { background-position: 100px center , center 10% , right 15% center } bgpos222690 { background-position: 100px top , center 10% , right 15% center } bgpos222691 { background-position: 50% , center 10% , right 15% center } bgpos222692 { background-position: 50% 10% , center 10% , right 15% center } bgpos222693 { background-position: 50% 100px , center 10% , right 15% center } bgpos222694 { background-position: 50% bottom , center 10% , right 15% center } bgpos222695 { background-position: 50% center , center 10% , right 15% center } bgpos222696 { background-position: 50% top , center 10% , right 15% center } bgpos222697 { background-position: bottom, center 10% , right 15% center } bgpos222698 { background-position: center , center 10% , right 15% center } bgpos222699 { background-position: center bottom , center 10% , right 15% center } bgpos222700 { background-position: center bottom 15% , center 10% , right 15% center } bgpos222701 { background-position: center bottom 15px , center 10% , right 15% center } bgpos222702 { background-position: center top , center 10% , right 15% center } bgpos222703 { background-position: center top 15% , center 10% , right 15% center } bgpos222704 { background-position: center top 15px , center 10% , right 15% center } bgpos222705 { background-position: center 10% , center 10% , right 15% center } bgpos222706 { background-position: center 100px , center 10% , right 15% center } bgpos222707 { background-position: center bottom , center 10% , right 15% center } bgpos222708 { background-position: center center , center 10% , right 15% center } bgpos222709 { background-position: center top , center 10% , right 15% center } bgpos222710 { background-position: left , center 10% , right 15% center } bgpos222711 { background-position: left 10% , center 10% , right 15% center } bgpos222712 { background-position: left 100px , center 10% , right 15% center } bgpos222713 { background-position: left bottom , center 10% , right 15% center } bgpos222714 { background-position: left center , center 10% , right 15% center } bgpos222715 { background-position: left top , center 10% , right 15% center } bgpos222716 { background-position: right , center 10% , right 15% center } bgpos222717 { background-position: right 10% , center 10% , right 15% center } bgpos222718 { background-position: right 100px , center 10% , right 15% center } bgpos222719 { background-position: right bottom , center 10% , right 15% center } bgpos222720 { background-position: right center , center 10% , right 15% center } bgpos222721 { background-position: right top , center 10% , right 15% center } bgpos222722 { background-position: top , center 10% , right 15% center } bgpos222723 { background-position: left bottom , center 100px , right 15% center } bgpos222724 { background-position: left bottom 15% , center 100px , right 15% center } bgpos222725 { background-position: left bottom 15px , center 100px , right 15% center } bgpos222726 { background-position: left top , center 100px , right 15% center } bgpos222727 { background-position: left top 15% , center 100px , right 15% center } bgpos222728 { background-position: left top 15px , center 100px , right 15% center } bgpos222729 { background-position: left 15% bottom , center 100px , right 15% center } bgpos222730 { background-position: left 15% bottom 15% , center 100px , right 15% center } bgpos222731 { background-position: left 15% bottom 15px , center 100px , right 15% center } bgpos222732 { background-position: left 15% top , center 100px , right 15% center } bgpos222733 { background-position: left 15% top 15% , center 100px , right 15% center } bgpos222734 { background-position: left 15% top 15px , center 100px , right 15% center } bgpos222735 { background-position: left 15% center , center 100px , right 15% center } bgpos222736 { background-position: left 15px bottom , center 100px , right 15% center } bgpos222737 { background-position: left 15px bottom 15% , center 100px , right 15% center } bgpos222738 { background-position: left 15px bottom 15px , center 100px , right 15% center } bgpos222739 { background-position: left 15px top , center 100px , right 15% center } bgpos222740 { background-position: left 15px top 15% , center 100px , right 15% center } bgpos222741 { background-position: left 15px top 15px , center 100px , right 15% center } bgpos222742 { background-position: left 15px center , center 100px , right 15% center } bgpos222743 { background-position: left center , center 100px , right 15% center } bgpos222744 { background-position: right bottom , center 100px , right 15% center } bgpos222745 { background-position: right bottom 15% , center 100px , right 15% center } bgpos222746 { background-position: right bottom 15px , center 100px , right 15% center } bgpos222747 { background-position: right top , center 100px , right 15% center } bgpos222748 { background-position: right top 15% , center 100px , right 15% center } bgpos222749 { background-position: right top 15px , center 100px , right 15% center } bgpos222750 { background-position: right 15% bottom , center 100px , right 15% center } bgpos222751 { background-position: right 15% bottom 15% , center 100px , right 15% center } bgpos222752 { background-position: right 15% bottom 15px , center 100px , right 15% center } bgpos222753 { background-position: right 15% top , center 100px , right 15% center } bgpos222754 { background-position: right 15% top 15% , center 100px , right 15% center } bgpos222755 { background-position: right 15% top 15px , center 100px , right 15% center } bgpos222756 { background-position: right 15% center , center 100px , right 15% center } bgpos222757 { background-position: right 15px bottom , center 100px , right 15% center } bgpos222758 { background-position: right 15px bottom 15% , center 100px , right 15% center } bgpos222759 { background-position: right 15px bottom 15px , center 100px , right 15% center } bgpos222760 { background-position: right 15px top , center 100px , right 15% center } bgpos222761 { background-position: right 15px top 15% , center 100px , right 15% center } bgpos222762 { background-position: right 15px top 15px , center 100px , right 15% center } bgpos222763 { background-position: right 15px center , center 100px , right 15% center } bgpos222764 { background-position: right center , center 100px , right 15% center } bgpos222765 { background-position: 100px , center 100px , right 15% center } bgpos222766 { background-position: 100px 10% , center 100px , right 15% center } bgpos222767 { background-position: 100px 100px , center 100px , right 15% center } bgpos222768 { background-position: 100px bottom , center 100px , right 15% center } bgpos222769 { background-position: 100px center , center 100px , right 15% center } bgpos222770 { background-position: 100px top , center 100px , right 15% center } bgpos222771 { background-position: 50% , center 100px , right 15% center } bgpos222772 { background-position: 50% 10% , center 100px , right 15% center } bgpos222773 { background-position: 50% 100px , center 100px , right 15% center } bgpos222774 { background-position: 50% bottom , center 100px , right 15% center } bgpos222775 { background-position: 50% center , center 100px , right 15% center } bgpos222776 { background-position: 50% top , center 100px , right 15% center } bgpos222777 { background-position: bottom, center 100px , right 15% center } bgpos222778 { background-position: center , center 100px , right 15% center } bgpos222779 { background-position: center bottom , center 100px , right 15% center } bgpos222780 { background-position: center bottom 15% , center 100px , right 15% center } bgpos222781 { background-position: center bottom 15px , center 100px , right 15% center } bgpos222782 { background-position: center top , center 100px , right 15% center } bgpos222783 { background-position: center top 15% , center 100px , right 15% center } bgpos222784 { background-position: center top 15px , center 100px , right 15% center } bgpos222785 { background-position: center 10% , center 100px , right 15% center } bgpos222786 { background-position: center 100px , center 100px , right 15% center } bgpos222787 { background-position: center bottom , center 100px , right 15% center } bgpos222788 { background-position: center center , center 100px , right 15% center } bgpos222789 { background-position: center top , center 100px , right 15% center } bgpos222790 { background-position: left , center 100px , right 15% center } bgpos222791 { background-position: left 10% , center 100px , right 15% center } bgpos222792 { background-position: left 100px , center 100px , right 15% center } bgpos222793 { background-position: left bottom , center 100px , right 15% center } bgpos222794 { background-position: left center , center 100px , right 15% center } bgpos222795 { background-position: left top , center 100px , right 15% center } bgpos222796 { background-position: right , center 100px , right 15% center } bgpos222797 { background-position: right 10% , center 100px , right 15% center } bgpos222798 { background-position: right 100px , center 100px , right 15% center } bgpos222799 { background-position: right bottom , center 100px , right 15% center } bgpos222800 { background-position: right center , center 100px , right 15% center } bgpos222801 { background-position: right top , center 100px , right 15% center } bgpos222802 { background-position: top , center 100px , right 15% center } bgpos222803 { background-position: left bottom , center bottom , right 15% center } bgpos222804 { background-position: left bottom 15% , center bottom , right 15% center } bgpos222805 { background-position: left bottom 15px , center bottom , right 15% center } bgpos222806 { background-position: left top , center bottom , right 15% center } bgpos222807 { background-position: left top 15% , center bottom , right 15% center } bgpos222808 { background-position: left top 15px , center bottom , right 15% center } bgpos222809 { background-position: left 15% bottom , center bottom , right 15% center } bgpos222810 { background-position: left 15% bottom 15% , center bottom , right 15% center } bgpos222811 { background-position: left 15% bottom 15px , center bottom , right 15% center } bgpos222812 { background-position: left 15% top , center bottom , right 15% center } bgpos222813 { background-position: left 15% top 15% , center bottom , right 15% center } bgpos222814 { background-position: left 15% top 15px , center bottom , right 15% center } bgpos222815 { background-position: left 15% center , center bottom , right 15% center } bgpos222816 { background-position: left 15px bottom , center bottom , right 15% center } bgpos222817 { background-position: left 15px bottom 15% , center bottom , right 15% center } bgpos222818 { background-position: left 15px bottom 15px , center bottom , right 15% center } bgpos222819 { background-position: left 15px top , center bottom , right 15% center } bgpos222820 { background-position: left 15px top 15% , center bottom , right 15% center } bgpos222821 { background-position: left 15px top 15px , center bottom , right 15% center } bgpos222822 { background-position: left 15px center , center bottom , right 15% center } bgpos222823 { background-position: left center , center bottom , right 15% center } bgpos222824 { background-position: right bottom , center bottom , right 15% center } bgpos222825 { background-position: right bottom 15% , center bottom , right 15% center } bgpos222826 { background-position: right bottom 15px , center bottom , right 15% center } bgpos222827 { background-position: right top , center bottom , right 15% center } bgpos222828 { background-position: right top 15% , center bottom , right 15% center } bgpos222829 { background-position: right top 15px , center bottom , right 15% center } bgpos222830 { background-position: right 15% bottom , center bottom , right 15% center } bgpos222831 { background-position: right 15% bottom 15% , center bottom , right 15% center } bgpos222832 { background-position: right 15% bottom 15px , center bottom , right 15% center } bgpos222833 { background-position: right 15% top , center bottom , right 15% center } bgpos222834 { background-position: right 15% top 15% , center bottom , right 15% center } bgpos222835 { background-position: right 15% top 15px , center bottom , right 15% center } bgpos222836 { background-position: right 15% center , center bottom , right 15% center } bgpos222837 { background-position: right 15px bottom , center bottom , right 15% center } bgpos222838 { background-position: right 15px bottom 15% , center bottom , right 15% center } bgpos222839 { background-position: right 15px bottom 15px , center bottom , right 15% center } bgpos222840 { background-position: right 15px top , center bottom , right 15% center } bgpos222841 { background-position: right 15px top 15% , center bottom , right 15% center } bgpos222842 { background-position: right 15px top 15px , center bottom , right 15% center } bgpos222843 { background-position: right 15px center , center bottom , right 15% center } bgpos222844 { background-position: right center , center bottom , right 15% center } bgpos222845 { background-position: 100px , center bottom , right 15% center } bgpos222846 { background-position: 100px 10% , center bottom , right 15% center } bgpos222847 { background-position: 100px 100px , center bottom , right 15% center } bgpos222848 { background-position: 100px bottom , center bottom , right 15% center } bgpos222849 { background-position: 100px center , center bottom , right 15% center } bgpos222850 { background-position: 100px top , center bottom , right 15% center } bgpos222851 { background-position: 50% , center bottom , right 15% center } bgpos222852 { background-position: 50% 10% , center bottom , right 15% center } bgpos222853 { background-position: 50% 100px , center bottom , right 15% center } bgpos222854 { background-position: 50% bottom , center bottom , right 15% center } bgpos222855 { background-position: 50% center , center bottom , right 15% center } bgpos222856 { background-position: 50% top , center bottom , right 15% center } bgpos222857 { background-position: bottom, center bottom , right 15% center } bgpos222858 { background-position: center , center bottom , right 15% center } bgpos222859 { background-position: center bottom , center bottom , right 15% center } bgpos222860 { background-position: center bottom 15% , center bottom , right 15% center } bgpos222861 { background-position: center bottom 15px , center bottom , right 15% center } bgpos222862 { background-position: center top , center bottom , right 15% center } bgpos222863 { background-position: center top 15% , center bottom , right 15% center } bgpos222864 { background-position: center top 15px , center bottom , right 15% center } bgpos222865 { background-position: center 10% , center bottom , right 15% center } bgpos222866 { background-position: center 100px , center bottom , right 15% center } bgpos222867 { background-position: center bottom , center bottom , right 15% center } bgpos222868 { background-position: center center , center bottom , right 15% center } bgpos222869 { background-position: center top , center bottom , right 15% center } bgpos222870 { background-position: left , center bottom , right 15% center } bgpos222871 { background-position: left 10% , center bottom , right 15% center } bgpos222872 { background-position: left 100px , center bottom , right 15% center } bgpos222873 { background-position: left bottom , center bottom , right 15% center } bgpos222874 { background-position: left center , center bottom , right 15% center } bgpos222875 { background-position: left top , center bottom , right 15% center } bgpos222876 { background-position: right , center bottom , right 15% center } bgpos222877 { background-position: right 10% , center bottom , right 15% center } bgpos222878 { background-position: right 100px , center bottom , right 15% center } bgpos222879 { background-position: right bottom , center bottom , right 15% center } bgpos222880 { background-position: right center , center bottom , right 15% center } bgpos222881 { background-position: right top , center bottom , right 15% center } bgpos222882 { background-position: top , center bottom , right 15% center } bgpos222883 { background-position: left bottom , center center , right 15% center } bgpos222884 { background-position: left bottom 15% , center center , right 15% center } bgpos222885 { background-position: left bottom 15px , center center , right 15% center } bgpos222886 { background-position: left top , center center , right 15% center } bgpos222887 { background-position: left top 15% , center center , right 15% center } bgpos222888 { background-position: left top 15px , center center , right 15% center } bgpos222889 { background-position: left 15% bottom , center center , right 15% center } bgpos222890 { background-position: left 15% bottom 15% , center center , right 15% center } bgpos222891 { background-position: left 15% bottom 15px , center center , right 15% center } bgpos222892 { background-position: left 15% top , center center , right 15% center } bgpos222893 { background-position: left 15% top 15% , center center , right 15% center } bgpos222894 { background-position: left 15% top 15px , center center , right 15% center } bgpos222895 { background-position: left 15% center , center center , right 15% center } bgpos222896 { background-position: left 15px bottom , center center , right 15% center } bgpos222897 { background-position: left 15px bottom 15% , center center , right 15% center } bgpos222898 { background-position: left 15px bottom 15px , center center , right 15% center } bgpos222899 { background-position: left 15px top , center center , right 15% center } bgpos222900 { background-position: left 15px top 15% , center center , right 15% center } bgpos222901 { background-position: left 15px top 15px , center center , right 15% center } bgpos222902 { background-position: left 15px center , center center , right 15% center } bgpos222903 { background-position: left center , center center , right 15% center } bgpos222904 { background-position: right bottom , center center , right 15% center } bgpos222905 { background-position: right bottom 15% , center center , right 15% center } bgpos222906 { background-position: right bottom 15px , center center , right 15% center } bgpos222907 { background-position: right top , center center , right 15% center } bgpos222908 { background-position: right top 15% , center center , right 15% center } bgpos222909 { background-position: right top 15px , center center , right 15% center } bgpos222910 { background-position: right 15% bottom , center center , right 15% center } bgpos222911 { background-position: right 15% bottom 15% , center center , right 15% center } bgpos222912 { background-position: right 15% bottom 15px , center center , right 15% center } bgpos222913 { background-position: right 15% top , center center , right 15% center } bgpos222914 { background-position: right 15% top 15% , center center , right 15% center } bgpos222915 { background-position: right 15% top 15px , center center , right 15% center } bgpos222916 { background-position: right 15% center , center center , right 15% center } bgpos222917 { background-position: right 15px bottom , center center , right 15% center } bgpos222918 { background-position: right 15px bottom 15% , center center , right 15% center } bgpos222919 { background-position: right 15px bottom 15px , center center , right 15% center } bgpos222920 { background-position: right 15px top , center center , right 15% center } bgpos222921 { background-position: right 15px top 15% , center center , right 15% center } bgpos222922 { background-position: right 15px top 15px , center center , right 15% center } bgpos222923 { background-position: right 15px center , center center , right 15% center } bgpos222924 { background-position: right center , center center , right 15% center } bgpos222925 { background-position: 100px , center center , right 15% center } bgpos222926 { background-position: 100px 10% , center center , right 15% center } bgpos222927 { background-position: 100px 100px , center center , right 15% center } bgpos222928 { background-position: 100px bottom , center center , right 15% center } bgpos222929 { background-position: 100px center , center center , right 15% center } bgpos222930 { background-position: 100px top , center center , right 15% center } bgpos222931 { background-position: 50% , center center , right 15% center } bgpos222932 { background-position: 50% 10% , center center , right 15% center } bgpos222933 { background-position: 50% 100px , center center , right 15% center } bgpos222934 { background-position: 50% bottom , center center , right 15% center } bgpos222935 { background-position: 50% center , center center , right 15% center } bgpos222936 { background-position: 50% top , center center , right 15% center } bgpos222937 { background-position: bottom, center center , right 15% center } bgpos222938 { background-position: center , center center , right 15% center } bgpos222939 { background-position: center bottom , center center , right 15% center } bgpos222940 { background-position: center bottom 15% , center center , right 15% center } bgpos222941 { background-position: center bottom 15px , center center , right 15% center } bgpos222942 { background-position: center top , center center , right 15% center } bgpos222943 { background-position: center top 15% , center center , right 15% center } bgpos222944 { background-position: center top 15px , center center , right 15% center } bgpos222945 { background-position: center 10% , center center , right 15% center } bgpos222946 { background-position: center 100px , center center , right 15% center } bgpos222947 { background-position: center bottom , center center , right 15% center } bgpos222948 { background-position: center center , center center , right 15% center } bgpos222949 { background-position: center top , center center , right 15% center } bgpos222950 { background-position: left , center center , right 15% center } bgpos222951 { background-position: left 10% , center center , right 15% center } bgpos222952 { background-position: left 100px , center center , right 15% center } bgpos222953 { background-position: left bottom , center center , right 15% center } bgpos222954 { background-position: left center , center center , right 15% center } bgpos222955 { background-position: left top , center center , right 15% center } bgpos222956 { background-position: right , center center , right 15% center } bgpos222957 { background-position: right 10% , center center , right 15% center } bgpos222958 { background-position: right 100px , center center , right 15% center } bgpos222959 { background-position: right bottom , center center , right 15% center } bgpos222960 { background-position: right center , center center , right 15% center } bgpos222961 { background-position: right top , center center , right 15% center } bgpos222962 { background-position: top , center center , right 15% center } bgpos222963 { background-position: left bottom , center top , right 15% center } bgpos222964 { background-position: left bottom 15% , center top , right 15% center } bgpos222965 { background-position: left bottom 15px , center top , right 15% center } bgpos222966 { background-position: left top , center top , right 15% center } bgpos222967 { background-position: left top 15% , center top , right 15% center } bgpos222968 { background-position: left top 15px , center top , right 15% center } bgpos222969 { background-position: left 15% bottom , center top , right 15% center } bgpos222970 { background-position: left 15% bottom 15% , center top , right 15% center } bgpos222971 { background-position: left 15% bottom 15px , center top , right 15% center } bgpos222972 { background-position: left 15% top , center top , right 15% center } bgpos222973 { background-position: left 15% top 15% , center top , right 15% center } bgpos222974 { background-position: left 15% top 15px , center top , right 15% center } bgpos222975 { background-position: left 15% center , center top , right 15% center } bgpos222976 { background-position: left 15px bottom , center top , right 15% center } bgpos222977 { background-position: left 15px bottom 15% , center top , right 15% center } bgpos222978 { background-position: left 15px bottom 15px , center top , right 15% center } bgpos222979 { background-position: left 15px top , center top , right 15% center } bgpos222980 { background-position: left 15px top 15% , center top , right 15% center } bgpos222981 { background-position: left 15px top 15px , center top , right 15% center } bgpos222982 { background-position: left 15px center , center top , right 15% center } bgpos222983 { background-position: left center , center top , right 15% center } bgpos222984 { background-position: right bottom , center top , right 15% center } bgpos222985 { background-position: right bottom 15% , center top , right 15% center } bgpos222986 { background-position: right bottom 15px , center top , right 15% center } bgpos222987 { background-position: right top , center top , right 15% center } bgpos222988 { background-position: right top 15% , center top , right 15% center } bgpos222989 { background-position: right top 15px , center top , right 15% center } bgpos222990 { background-position: right 15% bottom , center top , right 15% center } bgpos222991 { background-position: right 15% bottom 15% , center top , right 15% center } bgpos222992 { background-position: right 15% bottom 15px , center top , right 15% center } bgpos222993 { background-position: right 15% top , center top , right 15% center } bgpos222994 { background-position: right 15% top 15% , center top , right 15% center } bgpos222995 { background-position: right 15% top 15px , center top , right 15% center } bgpos222996 { background-position: right 15% center , center top , right 15% center } bgpos222997 { background-position: right 15px bottom , center top , right 15% center } bgpos222998 { background-position: right 15px bottom 15% , center top , right 15% center } bgpos222999 { background-position: right 15px bottom 15px , center top , right 15% center } bgpos223000 { background-position: right 15px top , center top , right 15% center } bgpos223001 { background-position: right 15px top 15% , center top , right 15% center } bgpos223002 { background-position: right 15px top 15px , center top , right 15% center } bgpos223003 { background-position: right 15px center , center top , right 15% center } bgpos223004 { background-position: right center , center top , right 15% center } bgpos223005 { background-position: 100px , center top , right 15% center } bgpos223006 { background-position: 100px 10% , center top , right 15% center } bgpos223007 { background-position: 100px 100px , center top , right 15% center } bgpos223008 { background-position: 100px bottom , center top , right 15% center } bgpos223009 { background-position: 100px center , center top , right 15% center } bgpos223010 { background-position: 100px top , center top , right 15% center } bgpos223011 { background-position: 50% , center top , right 15% center } bgpos223012 { background-position: 50% 10% , center top , right 15% center } bgpos223013 { background-position: 50% 100px , center top , right 15% center } bgpos223014 { background-position: 50% bottom , center top , right 15% center } bgpos223015 { background-position: 50% center , center top , right 15% center } bgpos223016 { background-position: 50% top , center top , right 15% center } bgpos223017 { background-position: bottom, center top , right 15% center } bgpos223018 { background-position: center , center top , right 15% center } bgpos223019 { background-position: center bottom , center top , right 15% center } bgpos223020 { background-position: center bottom 15% , center top , right 15% center } bgpos223021 { background-position: center bottom 15px , center top , right 15% center } bgpos223022 { background-position: center top , center top , right 15% center } bgpos223023 { background-position: center top 15% , center top , right 15% center } bgpos223024 { background-position: center top 15px , center top , right 15% center } bgpos223025 { background-position: center 10% , center top , right 15% center } bgpos223026 { background-position: center 100px , center top , right 15% center } bgpos223027 { background-position: center bottom , center top , right 15% center } bgpos223028 { background-position: center center , center top , right 15% center } bgpos223029 { background-position: center top , center top , right 15% center } bgpos223030 { background-position: left , center top , right 15% center } bgpos223031 { background-position: left 10% , center top , right 15% center } bgpos223032 { background-position: left 100px , center top , right 15% center } bgpos223033 { background-position: left bottom , center top , right 15% center } bgpos223034 { background-position: left center , center top , right 15% center } bgpos223035 { background-position: left top , center top , right 15% center } bgpos223036 { background-position: right , center top , right 15% center } bgpos223037 { background-position: right 10% , center top , right 15% center } bgpos223038 { background-position: right 100px , center top , right 15% center } bgpos223039 { background-position: right bottom , center top , right 15% center } bgpos223040 { background-position: right center , center top , right 15% center } bgpos223041 { background-position: right top , center top , right 15% center } bgpos223042 { background-position: top , center top , right 15% center } bgpos223043 { background-position: left bottom , left , right 15% center } bgpos223044 { background-position: left bottom 15% , left , right 15% center } bgpos223045 { background-position: left bottom 15px , left , right 15% center } bgpos223046 { background-position: left top , left , right 15% center } bgpos223047 { background-position: left top 15% , left , right 15% center } bgpos223048 { background-position: left top 15px , left , right 15% center } bgpos223049 { background-position: left 15% bottom , left , right 15% center } bgpos223050 { background-position: left 15% bottom 15% , left , right 15% center } bgpos223051 { background-position: left 15% bottom 15px , left , right 15% center } bgpos223052 { background-position: left 15% top , left , right 15% center } bgpos223053 { background-position: left 15% top 15% , left , right 15% center } bgpos223054 { background-position: left 15% top 15px , left , right 15% center } bgpos223055 { background-position: left 15% center , left , right 15% center } bgpos223056 { background-position: left 15px bottom , left , right 15% center } bgpos223057 { background-position: left 15px bottom 15% , left , right 15% center } bgpos223058 { background-position: left 15px bottom 15px , left , right 15% center } bgpos223059 { background-position: left 15px top , left , right 15% center } bgpos223060 { background-position: left 15px top 15% , left , right 15% center } bgpos223061 { background-position: left 15px top 15px , left , right 15% center } bgpos223062 { background-position: left 15px center , left , right 15% center } bgpos223063 { background-position: left center , left , right 15% center } bgpos223064 { background-position: right bottom , left , right 15% center } bgpos223065 { background-position: right bottom 15% , left , right 15% center } bgpos223066 { background-position: right bottom 15px , left , right 15% center } bgpos223067 { background-position: right top , left , right 15% center } bgpos223068 { background-position: right top 15% , left , right 15% center } bgpos223069 { background-position: right top 15px , left , right 15% center } bgpos223070 { background-position: right 15% bottom , left , right 15% center } bgpos223071 { background-position: right 15% bottom 15% , left , right 15% center } bgpos223072 { background-position: right 15% bottom 15px , left , right 15% center } bgpos223073 { background-position: right 15% top , left , right 15% center } bgpos223074 { background-position: right 15% top 15% , left , right 15% center } bgpos223075 { background-position: right 15% top 15px , left , right 15% center } bgpos223076 { background-position: right 15% center , left , right 15% center } bgpos223077 { background-position: right 15px bottom , left , right 15% center } bgpos223078 { background-position: right 15px bottom 15% , left , right 15% center } bgpos223079 { background-position: right 15px bottom 15px , left , right 15% center } bgpos223080 { background-position: right 15px top , left , right 15% center } bgpos223081 { background-position: right 15px top 15% , left , right 15% center } bgpos223082 { background-position: right 15px top 15px , left , right 15% center } bgpos223083 { background-position: right 15px center , left , right 15% center } bgpos223084 { background-position: right center , left , right 15% center } bgpos223085 { background-position: 100px , left , right 15% center } bgpos223086 { background-position: 100px 10% , left , right 15% center } bgpos223087 { background-position: 100px 100px , left , right 15% center } bgpos223088 { background-position: 100px bottom , left , right 15% center } bgpos223089 { background-position: 100px center , left , right 15% center } bgpos223090 { background-position: 100px top , left , right 15% center } bgpos223091 { background-position: 50% , left , right 15% center } bgpos223092 { background-position: 50% 10% , left , right 15% center } bgpos223093 { background-position: 50% 100px , left , right 15% center } bgpos223094 { background-position: 50% bottom , left , right 15% center } bgpos223095 { background-position: 50% center , left , right 15% center } bgpos223096 { background-position: 50% top , left , right 15% center } bgpos223097 { background-position: bottom, left , right 15% center } bgpos223098 { background-position: center , left , right 15% center } bgpos223099 { background-position: center bottom , left , right 15% center } bgpos223100 { background-position: center bottom 15% , left , right 15% center } bgpos223101 { background-position: center bottom 15px , left , right 15% center } bgpos223102 { background-position: center top , left , right 15% center } bgpos223103 { background-position: center top 15% , left , right 15% center } bgpos223104 { background-position: center top 15px , left , right 15% center } bgpos223105 { background-position: center 10% , left , right 15% center } bgpos223106 { background-position: center 100px , left , right 15% center } bgpos223107 { background-position: center bottom , left , right 15% center } bgpos223108 { background-position: center center , left , right 15% center } bgpos223109 { background-position: center top , left , right 15% center } bgpos223110 { background-position: left , left , right 15% center } bgpos223111 { background-position: left 10% , left , right 15% center } bgpos223112 { background-position: left 100px , left , right 15% center } bgpos223113 { background-position: left bottom , left , right 15% center } bgpos223114 { background-position: left center , left , right 15% center } bgpos223115 { background-position: left top , left , right 15% center } bgpos223116 { background-position: right , left , right 15% center } bgpos223117 { background-position: right 10% , left , right 15% center } bgpos223118 { background-position: right 100px , left , right 15% center } bgpos223119 { background-position: right bottom , left , right 15% center } bgpos223120 { background-position: right center , left , right 15% center } bgpos223121 { background-position: right top , left , right 15% center } bgpos223122 { background-position: top , left , right 15% center } bgpos223123 { background-position: left bottom , left 10% , right 15% center } bgpos223124 { background-position: left bottom 15% , left 10% , right 15% center } bgpos223125 { background-position: left bottom 15px , left 10% , right 15% center } bgpos223126 { background-position: left top , left 10% , right 15% center } bgpos223127 { background-position: left top 15% , left 10% , right 15% center } bgpos223128 { background-position: left top 15px , left 10% , right 15% center } bgpos223129 { background-position: left 15% bottom , left 10% , right 15% center } bgpos223130 { background-position: left 15% bottom 15% , left 10% , right 15% center } bgpos223131 { background-position: left 15% bottom 15px , left 10% , right 15% center } bgpos223132 { background-position: left 15% top , left 10% , right 15% center } bgpos223133 { background-position: left 15% top 15% , left 10% , right 15% center } bgpos223134 { background-position: left 15% top 15px , left 10% , right 15% center } bgpos223135 { background-position: left 15% center , left 10% , right 15% center } bgpos223136 { background-position: left 15px bottom , left 10% , right 15% center } bgpos223137 { background-position: left 15px bottom 15% , left 10% , right 15% center } bgpos223138 { background-position: left 15px bottom 15px , left 10% , right 15% center } bgpos223139 { background-position: left 15px top , left 10% , right 15% center } bgpos223140 { background-position: left 15px top 15% , left 10% , right 15% center } bgpos223141 { background-position: left 15px top 15px , left 10% , right 15% center } bgpos223142 { background-position: left 15px center , left 10% , right 15% center } bgpos223143 { background-position: left center , left 10% , right 15% center } bgpos223144 { background-position: right bottom , left 10% , right 15% center } bgpos223145 { background-position: right bottom 15% , left 10% , right 15% center } bgpos223146 { background-position: right bottom 15px , left 10% , right 15% center } bgpos223147 { background-position: right top , left 10% , right 15% center } bgpos223148 { background-position: right top 15% , left 10% , right 15% center } bgpos223149 { background-position: right top 15px , left 10% , right 15% center } bgpos223150 { background-position: right 15% bottom , left 10% , right 15% center } bgpos223151 { background-position: right 15% bottom 15% , left 10% , right 15% center } bgpos223152 { background-position: right 15% bottom 15px , left 10% , right 15% center } bgpos223153 { background-position: right 15% top , left 10% , right 15% center } bgpos223154 { background-position: right 15% top 15% , left 10% , right 15% center } bgpos223155 { background-position: right 15% top 15px , left 10% , right 15% center } bgpos223156 { background-position: right 15% center , left 10% , right 15% center } bgpos223157 { background-position: right 15px bottom , left 10% , right 15% center } bgpos223158 { background-position: right 15px bottom 15% , left 10% , right 15% center } bgpos223159 { background-position: right 15px bottom 15px , left 10% , right 15% center } bgpos223160 { background-position: right 15px top , left 10% , right 15% center } bgpos223161 { background-position: right 15px top 15% , left 10% , right 15% center } bgpos223162 { background-position: right 15px top 15px , left 10% , right 15% center } bgpos223163 { background-position: right 15px center , left 10% , right 15% center } bgpos223164 { background-position: right center , left 10% , right 15% center } bgpos223165 { background-position: 100px , left 10% , right 15% center } bgpos223166 { background-position: 100px 10% , left 10% , right 15% center } bgpos223167 { background-position: 100px 100px , left 10% , right 15% center } bgpos223168 { background-position: 100px bottom , left 10% , right 15% center } bgpos223169 { background-position: 100px center , left 10% , right 15% center } bgpos223170 { background-position: 100px top , left 10% , right 15% center } bgpos223171 { background-position: 50% , left 10% , right 15% center } bgpos223172 { background-position: 50% 10% , left 10% , right 15% center } bgpos223173 { background-position: 50% 100px , left 10% , right 15% center } bgpos223174 { background-position: 50% bottom , left 10% , right 15% center } bgpos223175 { background-position: 50% center , left 10% , right 15% center } bgpos223176 { background-position: 50% top , left 10% , right 15% center } bgpos223177 { background-position: bottom, left 10% , right 15% center } bgpos223178 { background-position: center , left 10% , right 15% center } bgpos223179 { background-position: center bottom , left 10% , right 15% center } bgpos223180 { background-position: center bottom 15% , left 10% , right 15% center } bgpos223181 { background-position: center bottom 15px , left 10% , right 15% center } bgpos223182 { background-position: center top , left 10% , right 15% center } bgpos223183 { background-position: center top 15% , left 10% , right 15% center } bgpos223184 { background-position: center top 15px , left 10% , right 15% center } bgpos223185 { background-position: center 10% , left 10% , right 15% center } bgpos223186 { background-position: center 100px , left 10% , right 15% center } bgpos223187 { background-position: center bottom , left 10% , right 15% center } bgpos223188 { background-position: center center , left 10% , right 15% center } bgpos223189 { background-position: center top , left 10% , right 15% center } bgpos223190 { background-position: left , left 10% , right 15% center } bgpos223191 { background-position: left 10% , left 10% , right 15% center } bgpos223192 { background-position: left 100px , left 10% , right 15% center } bgpos223193 { background-position: left bottom , left 10% , right 15% center } bgpos223194 { background-position: left center , left 10% , right 15% center } bgpos223195 { background-position: left top , left 10% , right 15% center } bgpos223196 { background-position: right , left 10% , right 15% center } bgpos223197 { background-position: right 10% , left 10% , right 15% center } bgpos223198 { background-position: right 100px , left 10% , right 15% center } bgpos223199 { background-position: right bottom , left 10% , right 15% center } bgpos223200 { background-position: right center , left 10% , right 15% center } bgpos223201 { background-position: right top , left 10% , right 15% center } bgpos223202 { background-position: top , left 10% , right 15% center } bgpos223203 { background-position: left bottom , left 100px , right 15% center } bgpos223204 { background-position: left bottom 15% , left 100px , right 15% center } bgpos223205 { background-position: left bottom 15px , left 100px , right 15% center } bgpos223206 { background-position: left top , left 100px , right 15% center } bgpos223207 { background-position: left top 15% , left 100px , right 15% center } bgpos223208 { background-position: left top 15px , left 100px , right 15% center } bgpos223209 { background-position: left 15% bottom , left 100px , right 15% center } bgpos223210 { background-position: left 15% bottom 15% , left 100px , right 15% center } bgpos223211 { background-position: left 15% bottom 15px , left 100px , right 15% center } bgpos223212 { background-position: left 15% top , left 100px , right 15% center } bgpos223213 { background-position: left 15% top 15% , left 100px , right 15% center } bgpos223214 { background-position: left 15% top 15px , left 100px , right 15% center } bgpos223215 { background-position: left 15% center , left 100px , right 15% center } bgpos223216 { background-position: left 15px bottom , left 100px , right 15% center } bgpos223217 { background-position: left 15px bottom 15% , left 100px , right 15% center } bgpos223218 { background-position: left 15px bottom 15px , left 100px , right 15% center } bgpos223219 { background-position: left 15px top , left 100px , right 15% center } bgpos223220 { background-position: left 15px top 15% , left 100px , right 15% center } bgpos223221 { background-position: left 15px top 15px , left 100px , right 15% center } bgpos223222 { background-position: left 15px center , left 100px , right 15% center } bgpos223223 { background-position: left center , left 100px , right 15% center } bgpos223224 { background-position: right bottom , left 100px , right 15% center } bgpos223225 { background-position: right bottom 15% , left 100px , right 15% center } bgpos223226 { background-position: right bottom 15px , left 100px , right 15% center } bgpos223227 { background-position: right top , left 100px , right 15% center } bgpos223228 { background-position: right top 15% , left 100px , right 15% center } bgpos223229 { background-position: right top 15px , left 100px , right 15% center } bgpos223230 { background-position: right 15% bottom , left 100px , right 15% center } bgpos223231 { background-position: right 15% bottom 15% , left 100px , right 15% center } bgpos223232 { background-position: right 15% bottom 15px , left 100px , right 15% center } bgpos223233 { background-position: right 15% top , left 100px , right 15% center } bgpos223234 { background-position: right 15% top 15% , left 100px , right 15% center } bgpos223235 { background-position: right 15% top 15px , left 100px , right 15% center } bgpos223236 { background-position: right 15% center , left 100px , right 15% center } bgpos223237 { background-position: right 15px bottom , left 100px , right 15% center } bgpos223238 { background-position: right 15px bottom 15% , left 100px , right 15% center } bgpos223239 { background-position: right 15px bottom 15px , left 100px , right 15% center } bgpos223240 { background-position: right 15px top , left 100px , right 15% center } bgpos223241 { background-position: right 15px top 15% , left 100px , right 15% center } bgpos223242 { background-position: right 15px top 15px , left 100px , right 15% center } bgpos223243 { background-position: right 15px center , left 100px , right 15% center } bgpos223244 { background-position: right center , left 100px , right 15% center } bgpos223245 { background-position: 100px , left 100px , right 15% center } bgpos223246 { background-position: 100px 10% , left 100px , right 15% center } bgpos223247 { background-position: 100px 100px , left 100px , right 15% center } bgpos223248 { background-position: 100px bottom , left 100px , right 15% center } bgpos223249 { background-position: 100px center , left 100px , right 15% center } bgpos223250 { background-position: 100px top , left 100px , right 15% center } bgpos223251 { background-position: 50% , left 100px , right 15% center } bgpos223252 { background-position: 50% 10% , left 100px , right 15% center } bgpos223253 { background-position: 50% 100px , left 100px , right 15% center } bgpos223254 { background-position: 50% bottom , left 100px , right 15% center } bgpos223255 { background-position: 50% center , left 100px , right 15% center } bgpos223256 { background-position: 50% top , left 100px , right 15% center } bgpos223257 { background-position: bottom, left 100px , right 15% center } bgpos223258 { background-position: center , left 100px , right 15% center } bgpos223259 { background-position: center bottom , left 100px , right 15% center } bgpos223260 { background-position: center bottom 15% , left 100px , right 15% center } bgpos223261 { background-position: center bottom 15px , left 100px , right 15% center } bgpos223262 { background-position: center top , left 100px , right 15% center } bgpos223263 { background-position: center top 15% , left 100px , right 15% center } bgpos223264 { background-position: center top 15px , left 100px , right 15% center } bgpos223265 { background-position: center 10% , left 100px , right 15% center } bgpos223266 { background-position: center 100px , left 100px , right 15% center } bgpos223267 { background-position: center bottom , left 100px , right 15% center } bgpos223268 { background-position: center center , left 100px , right 15% center } bgpos223269 { background-position: center top , left 100px , right 15% center } bgpos223270 { background-position: left , left 100px , right 15% center } bgpos223271 { background-position: left 10% , left 100px , right 15% center } bgpos223272 { background-position: left 100px , left 100px , right 15% center } bgpos223273 { background-position: left bottom , left 100px , right 15% center } bgpos223274 { background-position: left center , left 100px , right 15% center } bgpos223275 { background-position: left top , left 100px , right 15% center } bgpos223276 { background-position: right , left 100px , right 15% center } bgpos223277 { background-position: right 10% , left 100px , right 15% center } bgpos223278 { background-position: right 100px , left 100px , right 15% center } bgpos223279 { background-position: right bottom , left 100px , right 15% center } bgpos223280 { background-position: right center , left 100px , right 15% center } bgpos223281 { background-position: right top , left 100px , right 15% center } bgpos223282 { background-position: top , left 100px , right 15% center } bgpos223283 { background-position: left bottom , left bottom , right 15% center } bgpos223284 { background-position: left bottom 15% , left bottom , right 15% center } bgpos223285 { background-position: left bottom 15px , left bottom , right 15% center } bgpos223286 { background-position: left top , left bottom , right 15% center } bgpos223287 { background-position: left top 15% , left bottom , right 15% center } bgpos223288 { background-position: left top 15px , left bottom , right 15% center } bgpos223289 { background-position: left 15% bottom , left bottom , right 15% center } bgpos223290 { background-position: left 15% bottom 15% , left bottom , right 15% center } bgpos223291 { background-position: left 15% bottom 15px , left bottom , right 15% center } bgpos223292 { background-position: left 15% top , left bottom , right 15% center } bgpos223293 { background-position: left 15% top 15% , left bottom , right 15% center } bgpos223294 { background-position: left 15% top 15px , left bottom , right 15% center } bgpos223295 { background-position: left 15% center , left bottom , right 15% center } bgpos223296 { background-position: left 15px bottom , left bottom , right 15% center } bgpos223297 { background-position: left 15px bottom 15% , left bottom , right 15% center } bgpos223298 { background-position: left 15px bottom 15px , left bottom , right 15% center } bgpos223299 { background-position: left 15px top , left bottom , right 15% center } bgpos223300 { background-position: left 15px top 15% , left bottom , right 15% center } bgpos223301 { background-position: left 15px top 15px , left bottom , right 15% center } bgpos223302 { background-position: left 15px center , left bottom , right 15% center } bgpos223303 { background-position: left center , left bottom , right 15% center } bgpos223304 { background-position: right bottom , left bottom , right 15% center } bgpos223305 { background-position: right bottom 15% , left bottom , right 15% center } bgpos223306 { background-position: right bottom 15px , left bottom , right 15% center } bgpos223307 { background-position: right top , left bottom , right 15% center } bgpos223308 { background-position: right top 15% , left bottom , right 15% center } bgpos223309 { background-position: right top 15px , left bottom , right 15% center } bgpos223310 { background-position: right 15% bottom , left bottom , right 15% center } bgpos223311 { background-position: right 15% bottom 15% , left bottom , right 15% center } bgpos223312 { background-position: right 15% bottom 15px , left bottom , right 15% center } bgpos223313 { background-position: right 15% top , left bottom , right 15% center } bgpos223314 { background-position: right 15% top 15% , left bottom , right 15% center } bgpos223315 { background-position: right 15% top 15px , left bottom , right 15% center } bgpos223316 { background-position: right 15% center , left bottom , right 15% center } bgpos223317 { background-position: right 15px bottom , left bottom , right 15% center } bgpos223318 { background-position: right 15px bottom 15% , left bottom , right 15% center } bgpos223319 { background-position: right 15px bottom 15px , left bottom , right 15% center } bgpos223320 { background-position: right 15px top , left bottom , right 15% center } bgpos223321 { background-position: right 15px top 15% , left bottom , right 15% center } bgpos223322 { background-position: right 15px top 15px , left bottom , right 15% center } bgpos223323 { background-position: right 15px center , left bottom , right 15% center } bgpos223324 { background-position: right center , left bottom , right 15% center } bgpos223325 { background-position: 100px , left bottom , right 15% center } bgpos223326 { background-position: 100px 10% , left bottom , right 15% center } bgpos223327 { background-position: 100px 100px , left bottom , right 15% center } bgpos223328 { background-position: 100px bottom , left bottom , right 15% center } bgpos223329 { background-position: 100px center , left bottom , right 15% center } bgpos223330 { background-position: 100px top , left bottom , right 15% center } bgpos223331 { background-position: 50% , left bottom , right 15% center } bgpos223332 { background-position: 50% 10% , left bottom , right 15% center } bgpos223333 { background-position: 50% 100px , left bottom , right 15% center } bgpos223334 { background-position: 50% bottom , left bottom , right 15% center } bgpos223335 { background-position: 50% center , left bottom , right 15% center } bgpos223336 { background-position: 50% top , left bottom , right 15% center } bgpos223337 { background-position: bottom, left bottom , right 15% center } bgpos223338 { background-position: center , left bottom , right 15% center } bgpos223339 { background-position: center bottom , left bottom , right 15% center } bgpos223340 { background-position: center bottom 15% , left bottom , right 15% center } bgpos223341 { background-position: center bottom 15px , left bottom , right 15% center } bgpos223342 { background-position: center top , left bottom , right 15% center } bgpos223343 { background-position: center top 15% , left bottom , right 15% center } bgpos223344 { background-position: center top 15px , left bottom , right 15% center } bgpos223345 { background-position: center 10% , left bottom , right 15% center } bgpos223346 { background-position: center 100px , left bottom , right 15% center } bgpos223347 { background-position: center bottom , left bottom , right 15% center } bgpos223348 { background-position: center center , left bottom , right 15% center } bgpos223349 { background-position: center top , left bottom , right 15% center } bgpos223350 { background-position: left , left bottom , right 15% center } bgpos223351 { background-position: left 10% , left bottom , right 15% center } bgpos223352 { background-position: left 100px , left bottom , right 15% center } bgpos223353 { background-position: left bottom , left bottom , right 15% center } bgpos223354 { background-position: left center , left bottom , right 15% center } bgpos223355 { background-position: left top , left bottom , right 15% center } bgpos223356 { background-position: right , left bottom , right 15% center } bgpos223357 { background-position: right 10% , left bottom , right 15% center } bgpos223358 { background-position: right 100px , left bottom , right 15% center } bgpos223359 { background-position: right bottom , left bottom , right 15% center } bgpos223360 { background-position: right center , left bottom , right 15% center } bgpos223361 { background-position: right top , left bottom , right 15% center } bgpos223362 { background-position: top , left bottom , right 15% center } bgpos223363 { background-position: left bottom , left center , right 15% center } bgpos223364 { background-position: left bottom 15% , left center , right 15% center } bgpos223365 { background-position: left bottom 15px , left center , right 15% center } bgpos223366 { background-position: left top , left center , right 15% center } bgpos223367 { background-position: left top 15% , left center , right 15% center } bgpos223368 { background-position: left top 15px , left center , right 15% center } bgpos223369 { background-position: left 15% bottom , left center , right 15% center } bgpos223370 { background-position: left 15% bottom 15% , left center , right 15% center } bgpos223371 { background-position: left 15% bottom 15px , left center , right 15% center } bgpos223372 { background-position: left 15% top , left center , right 15% center } bgpos223373 { background-position: left 15% top 15% , left center , right 15% center } bgpos223374 { background-position: left 15% top 15px , left center , right 15% center } bgpos223375 { background-position: left 15% center , left center , right 15% center } bgpos223376 { background-position: left 15px bottom , left center , right 15% center } bgpos223377 { background-position: left 15px bottom 15% , left center , right 15% center } bgpos223378 { background-position: left 15px bottom 15px , left center , right 15% center } bgpos223379 { background-position: left 15px top , left center , right 15% center } bgpos223380 { background-position: left 15px top 15% , left center , right 15% center } bgpos223381 { background-position: left 15px top 15px , left center , right 15% center } bgpos223382 { background-position: left 15px center , left center , right 15% center } bgpos223383 { background-position: left center , left center , right 15% center } bgpos223384 { background-position: right bottom , left center , right 15% center } bgpos223385 { background-position: right bottom 15% , left center , right 15% center } bgpos223386 { background-position: right bottom 15px , left center , right 15% center } bgpos223387 { background-position: right top , left center , right 15% center } bgpos223388 { background-position: right top 15% , left center , right 15% center } bgpos223389 { background-position: right top 15px , left center , right 15% center } bgpos223390 { background-position: right 15% bottom , left center , right 15% center } bgpos223391 { background-position: right 15% bottom 15% , left center , right 15% center } bgpos223392 { background-position: right 15% bottom 15px , left center , right 15% center } bgpos223393 { background-position: right 15% top , left center , right 15% center } bgpos223394 { background-position: right 15% top 15% , left center , right 15% center } bgpos223395 { background-position: right 15% top 15px , left center , right 15% center } bgpos223396 { background-position: right 15% center , left center , right 15% center } bgpos223397 { background-position: right 15px bottom , left center , right 15% center } bgpos223398 { background-position: right 15px bottom 15% , left center , right 15% center } bgpos223399 { background-position: right 15px bottom 15px , left center , right 15% center } bgpos223400 { background-position: right 15px top , left center , right 15% center } bgpos223401 { background-position: right 15px top 15% , left center , right 15% center } bgpos223402 { background-position: right 15px top 15px , left center , right 15% center } bgpos223403 { background-position: right 15px center , left center , right 15% center } bgpos223404 { background-position: right center , left center , right 15% center } bgpos223405 { background-position: 100px , left center , right 15% center } bgpos223406 { background-position: 100px 10% , left center , right 15% center } bgpos223407 { background-position: 100px 100px , left center , right 15% center } bgpos223408 { background-position: 100px bottom , left center , right 15% center } bgpos223409 { background-position: 100px center , left center , right 15% center } bgpos223410 { background-position: 100px top , left center , right 15% center } bgpos223411 { background-position: 50% , left center , right 15% center } bgpos223412 { background-position: 50% 10% , left center , right 15% center } bgpos223413 { background-position: 50% 100px , left center , right 15% center } bgpos223414 { background-position: 50% bottom , left center , right 15% center } bgpos223415 { background-position: 50% center , left center , right 15% center } bgpos223416 { background-position: 50% top , left center , right 15% center } bgpos223417 { background-position: bottom, left center , right 15% center } bgpos223418 { background-position: center , left center , right 15% center } bgpos223419 { background-position: center bottom , left center , right 15% center } bgpos223420 { background-position: center bottom 15% , left center , right 15% center } bgpos223421 { background-position: center bottom 15px , left center , right 15% center } bgpos223422 { background-position: center top , left center , right 15% center } bgpos223423 { background-position: center top 15% , left center , right 15% center } bgpos223424 { background-position: center top 15px , left center , right 15% center } bgpos223425 { background-position: center 10% , left center , right 15% center } bgpos223426 { background-position: center 100px , left center , right 15% center } bgpos223427 { background-position: center bottom , left center , right 15% center } bgpos223428 { background-position: center center , left center , right 15% center } bgpos223429 { background-position: center top , left center , right 15% center } bgpos223430 { background-position: left , left center , right 15% center } bgpos223431 { background-position: left 10% , left center , right 15% center } bgpos223432 { background-position: left 100px , left center , right 15% center } bgpos223433 { background-position: left bottom , left center , right 15% center } bgpos223434 { background-position: left center , left center , right 15% center } bgpos223435 { background-position: left top , left center , right 15% center } bgpos223436 { background-position: right , left center , right 15% center } bgpos223437 { background-position: right 10% , left center , right 15% center } bgpos223438 { background-position: right 100px , left center , right 15% center } bgpos223439 { background-position: right bottom , left center , right 15% center } bgpos223440 { background-position: right center , left center , right 15% center } bgpos223441 { background-position: right top , left center , right 15% center } bgpos223442 { background-position: top , left center , right 15% center } bgpos223443 { background-position: left bottom , left top , right 15% center } bgpos223444 { background-position: left bottom 15% , left top , right 15% center } bgpos223445 { background-position: left bottom 15px , left top , right 15% center } bgpos223446 { background-position: left top , left top , right 15% center } bgpos223447 { background-position: left top 15% , left top , right 15% center } bgpos223448 { background-position: left top 15px , left top , right 15% center } bgpos223449 { background-position: left 15% bottom , left top , right 15% center } bgpos223450 { background-position: left 15% bottom 15% , left top , right 15% center } bgpos223451 { background-position: left 15% bottom 15px , left top , right 15% center } bgpos223452 { background-position: left 15% top , left top , right 15% center } bgpos223453 { background-position: left 15% top 15% , left top , right 15% center } bgpos223454 { background-position: left 15% top 15px , left top , right 15% center } bgpos223455 { background-position: left 15% center , left top , right 15% center } bgpos223456 { background-position: left 15px bottom , left top , right 15% center } bgpos223457 { background-position: left 15px bottom 15% , left top , right 15% center } bgpos223458 { background-position: left 15px bottom 15px , left top , right 15% center } bgpos223459 { background-position: left 15px top , left top , right 15% center } bgpos223460 { background-position: left 15px top 15% , left top , right 15% center } bgpos223461 { background-position: left 15px top 15px , left top , right 15% center } bgpos223462 { background-position: left 15px center , left top , right 15% center } bgpos223463 { background-position: left center , left top , right 15% center } bgpos223464 { background-position: right bottom , left top , right 15% center } bgpos223465 { background-position: right bottom 15% , left top , right 15% center } bgpos223466 { background-position: right bottom 15px , left top , right 15% center } bgpos223467 { background-position: right top , left top , right 15% center } bgpos223468 { background-position: right top 15% , left top , right 15% center } bgpos223469 { background-position: right top 15px , left top , right 15% center } bgpos223470 { background-position: right 15% bottom , left top , right 15% center } bgpos223471 { background-position: right 15% bottom 15% , left top , right 15% center } bgpos223472 { background-position: right 15% bottom 15px , left top , right 15% center } bgpos223473 { background-position: right 15% top , left top , right 15% center } bgpos223474 { background-position: right 15% top 15% , left top , right 15% center } bgpos223475 { background-position: right 15% top 15px , left top , right 15% center } bgpos223476 { background-position: right 15% center , left top , right 15% center } bgpos223477 { background-position: right 15px bottom , left top , right 15% center } bgpos223478 { background-position: right 15px bottom 15% , left top , right 15% center } bgpos223479 { background-position: right 15px bottom 15px , left top , right 15% center } bgpos223480 { background-position: right 15px top , left top , right 15% center } bgpos223481 { background-position: right 15px top 15% , left top , right 15% center } bgpos223482 { background-position: right 15px top 15px , left top , right 15% center } bgpos223483 { background-position: right 15px center , left top , right 15% center } bgpos223484 { background-position: right center , left top , right 15% center } bgpos223485 { background-position: 100px , left top , right 15% center } bgpos223486 { background-position: 100px 10% , left top , right 15% center } bgpos223487 { background-position: 100px 100px , left top , right 15% center } bgpos223488 { background-position: 100px bottom , left top , right 15% center } bgpos223489 { background-position: 100px center , left top , right 15% center } bgpos223490 { background-position: 100px top , left top , right 15% center } bgpos223491 { background-position: 50% , left top , right 15% center } bgpos223492 { background-position: 50% 10% , left top , right 15% center } bgpos223493 { background-position: 50% 100px , left top , right 15% center } bgpos223494 { background-position: 50% bottom , left top , right 15% center } bgpos223495 { background-position: 50% center , left top , right 15% center } bgpos223496 { background-position: 50% top , left top , right 15% center } bgpos223497 { background-position: bottom, left top , right 15% center } bgpos223498 { background-position: center , left top , right 15% center } bgpos223499 { background-position: center bottom , left top , right 15% center } bgpos223500 { background-position: center bottom 15% , left top , right 15% center } bgpos223501 { background-position: center bottom 15px , left top , right 15% center } bgpos223502 { background-position: center top , left top , right 15% center } bgpos223503 { background-position: center top 15% , left top , right 15% center } bgpos223504 { background-position: center top 15px , left top , right 15% center } bgpos223505 { background-position: center 10% , left top , right 15% center } bgpos223506 { background-position: center 100px , left top , right 15% center } bgpos223507 { background-position: center bottom , left top , right 15% center } bgpos223508 { background-position: center center , left top , right 15% center } bgpos223509 { background-position: center top , left top , right 15% center } bgpos223510 { background-position: left , left top , right 15% center } bgpos223511 { background-position: left 10% , left top , right 15% center } bgpos223512 { background-position: left 100px , left top , right 15% center } bgpos223513 { background-position: left bottom , left top , right 15% center } bgpos223514 { background-position: left center , left top , right 15% center } bgpos223515 { background-position: left top , left top , right 15% center } bgpos223516 { background-position: right , left top , right 15% center } bgpos223517 { background-position: right 10% , left top , right 15% center } bgpos223518 { background-position: right 100px , left top , right 15% center } bgpos223519 { background-position: right bottom , left top , right 15% center } bgpos223520 { background-position: right center , left top , right 15% center } bgpos223521 { background-position: right top , left top , right 15% center } bgpos223522 { background-position: top , left top , right 15% center } bgpos223523 { background-position: left bottom , right , right 15% center } bgpos223524 { background-position: left bottom 15% , right , right 15% center } bgpos223525 { background-position: left bottom 15px , right , right 15% center } bgpos223526 { background-position: left top , right , right 15% center } bgpos223527 { background-position: left top 15% , right , right 15% center } bgpos223528 { background-position: left top 15px , right , right 15% center } bgpos223529 { background-position: left 15% bottom , right , right 15% center } bgpos223530 { background-position: left 15% bottom 15% , right , right 15% center } bgpos223531 { background-position: left 15% bottom 15px , right , right 15% center } bgpos223532 { background-position: left 15% top , right , right 15% center } bgpos223533 { background-position: left 15% top 15% , right , right 15% center } bgpos223534 { background-position: left 15% top 15px , right , right 15% center } bgpos223535 { background-position: left 15% center , right , right 15% center } bgpos223536 { background-position: left 15px bottom , right , right 15% center } bgpos223537 { background-position: left 15px bottom 15% , right , right 15% center } bgpos223538 { background-position: left 15px bottom 15px , right , right 15% center } bgpos223539 { background-position: left 15px top , right , right 15% center } bgpos223540 { background-position: left 15px top 15% , right , right 15% center } bgpos223541 { background-position: left 15px top 15px , right , right 15% center } bgpos223542 { background-position: left 15px center , right , right 15% center } bgpos223543 { background-position: left center , right , right 15% center } bgpos223544 { background-position: right bottom , right , right 15% center } bgpos223545 { background-position: right bottom 15% , right , right 15% center } bgpos223546 { background-position: right bottom 15px , right , right 15% center } bgpos223547 { background-position: right top , right , right 15% center } bgpos223548 { background-position: right top 15% , right , right 15% center } bgpos223549 { background-position: right top 15px , right , right 15% center } bgpos223550 { background-position: right 15% bottom , right , right 15% center } bgpos223551 { background-position: right 15% bottom 15% , right , right 15% center } bgpos223552 { background-position: right 15% bottom 15px , right , right 15% center } bgpos223553 { background-position: right 15% top , right , right 15% center } bgpos223554 { background-position: right 15% top 15% , right , right 15% center } bgpos223555 { background-position: right 15% top 15px , right , right 15% center } bgpos223556 { background-position: right 15% center , right , right 15% center } bgpos223557 { background-position: right 15px bottom , right , right 15% center } bgpos223558 { background-position: right 15px bottom 15% , right , right 15% center } bgpos223559 { background-position: right 15px bottom 15px , right , right 15% center } bgpos223560 { background-position: right 15px top , right , right 15% center } bgpos223561 { background-position: right 15px top 15% , right , right 15% center } bgpos223562 { background-position: right 15px top 15px , right , right 15% center } bgpos223563 { background-position: right 15px center , right , right 15% center } bgpos223564 { background-position: right center , right , right 15% center } bgpos223565 { background-position: 100px , right , right 15% center } bgpos223566 { background-position: 100px 10% , right , right 15% center } bgpos223567 { background-position: 100px 100px , right , right 15% center } bgpos223568 { background-position: 100px bottom , right , right 15% center } bgpos223569 { background-position: 100px center , right , right 15% center } bgpos223570 { background-position: 100px top , right , right 15% center } bgpos223571 { background-position: 50% , right , right 15% center } bgpos223572 { background-position: 50% 10% , right , right 15% center } bgpos223573 { background-position: 50% 100px , right , right 15% center } bgpos223574 { background-position: 50% bottom , right , right 15% center } bgpos223575 { background-position: 50% center , right , right 15% center } bgpos223576 { background-position: 50% top , right , right 15% center } bgpos223577 { background-position: bottom, right , right 15% center } bgpos223578 { background-position: center , right , right 15% center } bgpos223579 { background-position: center bottom , right , right 15% center } bgpos223580 { background-position: center bottom 15% , right , right 15% center } bgpos223581 { background-position: center bottom 15px , right , right 15% center } bgpos223582 { background-position: center top , right , right 15% center } bgpos223583 { background-position: center top 15% , right , right 15% center } bgpos223584 { background-position: center top 15px , right , right 15% center } bgpos223585 { background-position: center 10% , right , right 15% center } bgpos223586 { background-position: center 100px , right , right 15% center } bgpos223587 { background-position: center bottom , right , right 15% center } bgpos223588 { background-position: center center , right , right 15% center } bgpos223589 { background-position: center top , right , right 15% center } bgpos223590 { background-position: left , right , right 15% center } bgpos223591 { background-position: left 10% , right , right 15% center } bgpos223592 { background-position: left 100px , right , right 15% center } bgpos223593 { background-position: left bottom , right , right 15% center } bgpos223594 { background-position: left center , right , right 15% center } bgpos223595 { background-position: left top , right , right 15% center } bgpos223596 { background-position: right , right , right 15% center } bgpos223597 { background-position: right 10% , right , right 15% center } bgpos223598 { background-position: right 100px , right , right 15% center } bgpos223599 { background-position: right bottom , right , right 15% center } bgpos223600 { background-position: right center , right , right 15% center } bgpos223601 { background-position: right top , right , right 15% center } bgpos223602 { background-position: top , right , right 15% center } bgpos223603 { background-position: left bottom , right 10% , right 15% center } bgpos223604 { background-position: left bottom 15% , right 10% , right 15% center } bgpos223605 { background-position: left bottom 15px , right 10% , right 15% center } bgpos223606 { background-position: left top , right 10% , right 15% center } bgpos223607 { background-position: left top 15% , right 10% , right 15% center } bgpos223608 { background-position: left top 15px , right 10% , right 15% center } bgpos223609 { background-position: left 15% bottom , right 10% , right 15% center } bgpos223610 { background-position: left 15% bottom 15% , right 10% , right 15% center } bgpos223611 { background-position: left 15% bottom 15px , right 10% , right 15% center } bgpos223612 { background-position: left 15% top , right 10% , right 15% center } bgpos223613 { background-position: left 15% top 15% , right 10% , right 15% center } bgpos223614 { background-position: left 15% top 15px , right 10% , right 15% center } bgpos223615 { background-position: left 15% center , right 10% , right 15% center } bgpos223616 { background-position: left 15px bottom , right 10% , right 15% center } bgpos223617 { background-position: left 15px bottom 15% , right 10% , right 15% center } bgpos223618 { background-position: left 15px bottom 15px , right 10% , right 15% center } bgpos223619 { background-position: left 15px top , right 10% , right 15% center } bgpos223620 { background-position: left 15px top 15% , right 10% , right 15% center } bgpos223621 { background-position: left 15px top 15px , right 10% , right 15% center } bgpos223622 { background-position: left 15px center , right 10% , right 15% center } bgpos223623 { background-position: left center , right 10% , right 15% center } bgpos223624 { background-position: right bottom , right 10% , right 15% center } bgpos223625 { background-position: right bottom 15% , right 10% , right 15% center } bgpos223626 { background-position: right bottom 15px , right 10% , right 15% center } bgpos223627 { background-position: right top , right 10% , right 15% center } bgpos223628 { background-position: right top 15% , right 10% , right 15% center } bgpos223629 { background-position: right top 15px , right 10% , right 15% center } bgpos223630 { background-position: right 15% bottom , right 10% , right 15% center } bgpos223631 { background-position: right 15% bottom 15% , right 10% , right 15% center } bgpos223632 { background-position: right 15% bottom 15px , right 10% , right 15% center } bgpos223633 { background-position: right 15% top , right 10% , right 15% center } bgpos223634 { background-position: right 15% top 15% , right 10% , right 15% center } bgpos223635 { background-position: right 15% top 15px , right 10% , right 15% center } bgpos223636 { background-position: right 15% center , right 10% , right 15% center } bgpos223637 { background-position: right 15px bottom , right 10% , right 15% center } bgpos223638 { background-position: right 15px bottom 15% , right 10% , right 15% center } bgpos223639 { background-position: right 15px bottom 15px , right 10% , right 15% center } bgpos223640 { background-position: right 15px top , right 10% , right 15% center } bgpos223641 { background-position: right 15px top 15% , right 10% , right 15% center } bgpos223642 { background-position: right 15px top 15px , right 10% , right 15% center } bgpos223643 { background-position: right 15px center , right 10% , right 15% center } bgpos223644 { background-position: right center , right 10% , right 15% center } bgpos223645 { background-position: 100px , right 10% , right 15% center } bgpos223646 { background-position: 100px 10% , right 10% , right 15% center } bgpos223647 { background-position: 100px 100px , right 10% , right 15% center } bgpos223648 { background-position: 100px bottom , right 10% , right 15% center } bgpos223649 { background-position: 100px center , right 10% , right 15% center } bgpos223650 { background-position: 100px top , right 10% , right 15% center } bgpos223651 { background-position: 50% , right 10% , right 15% center } bgpos223652 { background-position: 50% 10% , right 10% , right 15% center } bgpos223653 { background-position: 50% 100px , right 10% , right 15% center } bgpos223654 { background-position: 50% bottom , right 10% , right 15% center } bgpos223655 { background-position: 50% center , right 10% , right 15% center } bgpos223656 { background-position: 50% top , right 10% , right 15% center } bgpos223657 { background-position: bottom, right 10% , right 15% center } bgpos223658 { background-position: center , right 10% , right 15% center } bgpos223659 { background-position: center bottom , right 10% , right 15% center } bgpos223660 { background-position: center bottom 15% , right 10% , right 15% center } bgpos223661 { background-position: center bottom 15px , right 10% , right 15% center } bgpos223662 { background-position: center top , right 10% , right 15% center } bgpos223663 { background-position: center top 15% , right 10% , right 15% center } bgpos223664 { background-position: center top 15px , right 10% , right 15% center } bgpos223665 { background-position: center 10% , right 10% , right 15% center } bgpos223666 { background-position: center 100px , right 10% , right 15% center } bgpos223667 { background-position: center bottom , right 10% , right 15% center } bgpos223668 { background-position: center center , right 10% , right 15% center } bgpos223669 { background-position: center top , right 10% , right 15% center } bgpos223670 { background-position: left , right 10% , right 15% center } bgpos223671 { background-position: left 10% , right 10% , right 15% center } bgpos223672 { background-position: left 100px , right 10% , right 15% center } bgpos223673 { background-position: left bottom , right 10% , right 15% center } bgpos223674 { background-position: left center , right 10% , right 15% center } bgpos223675 { background-position: left top , right 10% , right 15% center } bgpos223676 { background-position: right , right 10% , right 15% center } bgpos223677 { background-position: right 10% , right 10% , right 15% center } bgpos223678 { background-position: right 100px , right 10% , right 15% center } bgpos223679 { background-position: right bottom , right 10% , right 15% center } bgpos223680 { background-position: right center , right 10% , right 15% center } bgpos223681 { background-position: right top , right 10% , right 15% center } bgpos223682 { background-position: top , right 10% , right 15% center } bgpos223683 { background-position: left bottom , right 100px , right 15% center } bgpos223684 { background-position: left bottom 15% , right 100px , right 15% center } bgpos223685 { background-position: left bottom 15px , right 100px , right 15% center } bgpos223686 { background-position: left top , right 100px , right 15% center } bgpos223687 { background-position: left top 15% , right 100px , right 15% center } bgpos223688 { background-position: left top 15px , right 100px , right 15% center } bgpos223689 { background-position: left 15% bottom , right 100px , right 15% center } bgpos223690 { background-position: left 15% bottom 15% , right 100px , right 15% center } bgpos223691 { background-position: left 15% bottom 15px , right 100px , right 15% center } bgpos223692 { background-position: left 15% top , right 100px , right 15% center } bgpos223693 { background-position: left 15% top 15% , right 100px , right 15% center } bgpos223694 { background-position: left 15% top 15px , right 100px , right 15% center } bgpos223695 { background-position: left 15% center , right 100px , right 15% center } bgpos223696 { background-position: left 15px bottom , right 100px , right 15% center } bgpos223697 { background-position: left 15px bottom 15% , right 100px , right 15% center } bgpos223698 { background-position: left 15px bottom 15px , right 100px , right 15% center } bgpos223699 { background-position: left 15px top , right 100px , right 15% center } bgpos223700 { background-position: left 15px top 15% , right 100px , right 15% center } bgpos223701 { background-position: left 15px top 15px , right 100px , right 15% center } bgpos223702 { background-position: left 15px center , right 100px , right 15% center } bgpos223703 { background-position: left center , right 100px , right 15% center } bgpos223704 { background-position: right bottom , right 100px , right 15% center } bgpos223705 { background-position: right bottom 15% , right 100px , right 15% center } bgpos223706 { background-position: right bottom 15px , right 100px , right 15% center } bgpos223707 { background-position: right top , right 100px , right 15% center } bgpos223708 { background-position: right top 15% , right 100px , right 15% center } bgpos223709 { background-position: right top 15px , right 100px , right 15% center } bgpos223710 { background-position: right 15% bottom , right 100px , right 15% center } bgpos223711 { background-position: right 15% bottom 15% , right 100px , right 15% center } bgpos223712 { background-position: right 15% bottom 15px , right 100px , right 15% center } bgpos223713 { background-position: right 15% top , right 100px , right 15% center } bgpos223714 { background-position: right 15% top 15% , right 100px , right 15% center } bgpos223715 { background-position: right 15% top 15px , right 100px , right 15% center } bgpos223716 { background-position: right 15% center , right 100px , right 15% center } bgpos223717 { background-position: right 15px bottom , right 100px , right 15% center } bgpos223718 { background-position: right 15px bottom 15% , right 100px , right 15% center } bgpos223719 { background-position: right 15px bottom 15px , right 100px , right 15% center } bgpos223720 { background-position: right 15px top , right 100px , right 15% center } bgpos223721 { background-position: right 15px top 15% , right 100px , right 15% center } bgpos223722 { background-position: right 15px top 15px , right 100px , right 15% center } bgpos223723 { background-position: right 15px center , right 100px , right 15% center } bgpos223724 { background-position: right center , right 100px , right 15% center } bgpos223725 { background-position: 100px , right 100px , right 15% center } bgpos223726 { background-position: 100px 10% , right 100px , right 15% center } bgpos223727 { background-position: 100px 100px , right 100px , right 15% center } bgpos223728 { background-position: 100px bottom , right 100px , right 15% center } bgpos223729 { background-position: 100px center , right 100px , right 15% center } bgpos223730 { background-position: 100px top , right 100px , right 15% center } bgpos223731 { background-position: 50% , right 100px , right 15% center } bgpos223732 { background-position: 50% 10% , right 100px , right 15% center } bgpos223733 { background-position: 50% 100px , right 100px , right 15% center } bgpos223734 { background-position: 50% bottom , right 100px , right 15% center } bgpos223735 { background-position: 50% center , right 100px , right 15% center } bgpos223736 { background-position: 50% top , right 100px , right 15% center } bgpos223737 { background-position: bottom, right 100px , right 15% center } bgpos223738 { background-position: center , right 100px , right 15% center } bgpos223739 { background-position: center bottom , right 100px , right 15% center } bgpos223740 { background-position: center bottom 15% , right 100px , right 15% center } bgpos223741 { background-position: center bottom 15px , right 100px , right 15% center } bgpos223742 { background-position: center top , right 100px , right 15% center } bgpos223743 { background-position: center top 15% , right 100px , right 15% center } bgpos223744 { background-position: center top 15px , right 100px , right 15% center } bgpos223745 { background-position: center 10% , right 100px , right 15% center } bgpos223746 { background-position: center 100px , right 100px , right 15% center } bgpos223747 { background-position: center bottom , right 100px , right 15% center } bgpos223748 { background-position: center center , right 100px , right 15% center } bgpos223749 { background-position: center top , right 100px , right 15% center } bgpos223750 { background-position: left , right 100px , right 15% center } bgpos223751 { background-position: left 10% , right 100px , right 15% center } bgpos223752 { background-position: left 100px , right 100px , right 15% center } bgpos223753 { background-position: left bottom , right 100px , right 15% center } bgpos223754 { background-position: left center , right 100px , right 15% center } bgpos223755 { background-position: left top , right 100px , right 15% center } bgpos223756 { background-position: right , right 100px , right 15% center } bgpos223757 { background-position: right 10% , right 100px , right 15% center } bgpos223758 { background-position: right 100px , right 100px , right 15% center } bgpos223759 { background-position: right bottom , right 100px , right 15% center } bgpos223760 { background-position: right center , right 100px , right 15% center } bgpos223761 { background-position: right top , right 100px , right 15% center } bgpos223762 { background-position: top , right 100px , right 15% center } bgpos223763 { background-position: left bottom , right bottom , right 15% center } bgpos223764 { background-position: left bottom 15% , right bottom , right 15% center } bgpos223765 { background-position: left bottom 15px , right bottom , right 15% center } bgpos223766 { background-position: left top , right bottom , right 15% center } bgpos223767 { background-position: left top 15% , right bottom , right 15% center } bgpos223768 { background-position: left top 15px , right bottom , right 15% center } bgpos223769 { background-position: left 15% bottom , right bottom , right 15% center } bgpos223770 { background-position: left 15% bottom 15% , right bottom , right 15% center } bgpos223771 { background-position: left 15% bottom 15px , right bottom , right 15% center } bgpos223772 { background-position: left 15% top , right bottom , right 15% center } bgpos223773 { background-position: left 15% top 15% , right bottom , right 15% center } bgpos223774 { background-position: left 15% top 15px , right bottom , right 15% center } bgpos223775 { background-position: left 15% center , right bottom , right 15% center } bgpos223776 { background-position: left 15px bottom , right bottom , right 15% center } bgpos223777 { background-position: left 15px bottom 15% , right bottom , right 15% center } bgpos223778 { background-position: left 15px bottom 15px , right bottom , right 15% center } bgpos223779 { background-position: left 15px top , right bottom , right 15% center } bgpos223780 { background-position: left 15px top 15% , right bottom , right 15% center } bgpos223781 { background-position: left 15px top 15px , right bottom , right 15% center } bgpos223782 { background-position: left 15px center , right bottom , right 15% center } bgpos223783 { background-position: left center , right bottom , right 15% center } bgpos223784 { background-position: right bottom , right bottom , right 15% center } bgpos223785 { background-position: right bottom 15% , right bottom , right 15% center } bgpos223786 { background-position: right bottom 15px , right bottom , right 15% center } bgpos223787 { background-position: right top , right bottom , right 15% center } bgpos223788 { background-position: right top 15% , right bottom , right 15% center } bgpos223789 { background-position: right top 15px , right bottom , right 15% center } bgpos223790 { background-position: right 15% bottom , right bottom , right 15% center } bgpos223791 { background-position: right 15% bottom 15% , right bottom , right 15% center } bgpos223792 { background-position: right 15% bottom 15px , right bottom , right 15% center } bgpos223793 { background-position: right 15% top , right bottom , right 15% center } bgpos223794 { background-position: right 15% top 15% , right bottom , right 15% center } bgpos223795 { background-position: right 15% top 15px , right bottom , right 15% center } bgpos223796 { background-position: right 15% center , right bottom , right 15% center } bgpos223797 { background-position: right 15px bottom , right bottom , right 15% center } bgpos223798 { background-position: right 15px bottom 15% , right bottom , right 15% center } bgpos223799 { background-position: right 15px bottom 15px , right bottom , right 15% center } bgpos223800 { background-position: right 15px top , right bottom , right 15% center } bgpos223801 { background-position: right 15px top 15% , right bottom , right 15% center } bgpos223802 { background-position: right 15px top 15px , right bottom , right 15% center } bgpos223803 { background-position: right 15px center , right bottom , right 15% center } bgpos223804 { background-position: right center , right bottom , right 15% center } bgpos223805 { background-position: 100px , right bottom , right 15% center } bgpos223806 { background-position: 100px 10% , right bottom , right 15% center } bgpos223807 { background-position: 100px 100px , right bottom , right 15% center } bgpos223808 { background-position: 100px bottom , right bottom , right 15% center } bgpos223809 { background-position: 100px center , right bottom , right 15% center } bgpos223810 { background-position: 100px top , right bottom , right 15% center } bgpos223811 { background-position: 50% , right bottom , right 15% center } bgpos223812 { background-position: 50% 10% , right bottom , right 15% center } bgpos223813 { background-position: 50% 100px , right bottom , right 15% center } bgpos223814 { background-position: 50% bottom , right bottom , right 15% center } bgpos223815 { background-position: 50% center , right bottom , right 15% center } bgpos223816 { background-position: 50% top , right bottom , right 15% center } bgpos223817 { background-position: bottom, right bottom , right 15% center } bgpos223818 { background-position: center , right bottom , right 15% center } bgpos223819 { background-position: center bottom , right bottom , right 15% center } bgpos223820 { background-position: center bottom 15% , right bottom , right 15% center } bgpos223821 { background-position: center bottom 15px , right bottom , right 15% center } bgpos223822 { background-position: center top , right bottom , right 15% center } bgpos223823 { background-position: center top 15% , right bottom , right 15% center } bgpos223824 { background-position: center top 15px , right bottom , right 15% center } bgpos223825 { background-position: center 10% , right bottom , right 15% center } bgpos223826 { background-position: center 100px , right bottom , right 15% center } bgpos223827 { background-position: center bottom , right bottom , right 15% center } bgpos223828 { background-position: center center , right bottom , right 15% center } bgpos223829 { background-position: center top , right bottom , right 15% center } bgpos223830 { background-position: left , right bottom , right 15% center } bgpos223831 { background-position: left 10% , right bottom , right 15% center } bgpos223832 { background-position: left 100px , right bottom , right 15% center } bgpos223833 { background-position: left bottom , right bottom , right 15% center } bgpos223834 { background-position: left center , right bottom , right 15% center } bgpos223835 { background-position: left top , right bottom , right 15% center } bgpos223836 { background-position: right , right bottom , right 15% center } bgpos223837 { background-position: right 10% , right bottom , right 15% center } bgpos223838 { background-position: right 100px , right bottom , right 15% center } bgpos223839 { background-position: right bottom , right bottom , right 15% center } bgpos223840 { background-position: right center , right bottom , right 15% center } bgpos223841 { background-position: right top , right bottom , right 15% center } bgpos223842 { background-position: top , right bottom , right 15% center } bgpos223843 { background-position: left bottom , right center , right 15% center } bgpos223844 { background-position: left bottom 15% , right center , right 15% center } bgpos223845 { background-position: left bottom 15px , right center , right 15% center } bgpos223846 { background-position: left top , right center , right 15% center } bgpos223847 { background-position: left top 15% , right center , right 15% center } bgpos223848 { background-position: left top 15px , right center , right 15% center } bgpos223849 { background-position: left 15% bottom , right center , right 15% center } bgpos223850 { background-position: left 15% bottom 15% , right center , right 15% center } bgpos223851 { background-position: left 15% bottom 15px , right center , right 15% center } bgpos223852 { background-position: left 15% top , right center , right 15% center } bgpos223853 { background-position: left 15% top 15% , right center , right 15% center } bgpos223854 { background-position: left 15% top 15px , right center , right 15% center } bgpos223855 { background-position: left 15% center , right center , right 15% center } bgpos223856 { background-position: left 15px bottom , right center , right 15% center } bgpos223857 { background-position: left 15px bottom 15% , right center , right 15% center } bgpos223858 { background-position: left 15px bottom 15px , right center , right 15% center } bgpos223859 { background-position: left 15px top , right center , right 15% center } bgpos223860 { background-position: left 15px top 15% , right center , right 15% center } bgpos223861 { background-position: left 15px top 15px , right center , right 15% center } bgpos223862 { background-position: left 15px center , right center , right 15% center } bgpos223863 { background-position: left center , right center , right 15% center } bgpos223864 { background-position: right bottom , right center , right 15% center } bgpos223865 { background-position: right bottom 15% , right center , right 15% center } bgpos223866 { background-position: right bottom 15px , right center , right 15% center } bgpos223867 { background-position: right top , right center , right 15% center } bgpos223868 { background-position: right top 15% , right center , right 15% center } bgpos223869 { background-position: right top 15px , right center , right 15% center } bgpos223870 { background-position: right 15% bottom , right center , right 15% center } bgpos223871 { background-position: right 15% bottom 15% , right center , right 15% center } bgpos223872 { background-position: right 15% bottom 15px , right center , right 15% center } bgpos223873 { background-position: right 15% top , right center , right 15% center } bgpos223874 { background-position: right 15% top 15% , right center , right 15% center } bgpos223875 { background-position: right 15% top 15px , right center , right 15% center } bgpos223876 { background-position: right 15% center , right center , right 15% center } bgpos223877 { background-position: right 15px bottom , right center , right 15% center } bgpos223878 { background-position: right 15px bottom 15% , right center , right 15% center } bgpos223879 { background-position: right 15px bottom 15px , right center , right 15% center } bgpos223880 { background-position: right 15px top , right center , right 15% center } bgpos223881 { background-position: right 15px top 15% , right center , right 15% center } bgpos223882 { background-position: right 15px top 15px , right center , right 15% center } bgpos223883 { background-position: right 15px center , right center , right 15% center } bgpos223884 { background-position: right center , right center , right 15% center } bgpos223885 { background-position: 100px , right center , right 15% center } bgpos223886 { background-position: 100px 10% , right center , right 15% center } bgpos223887 { background-position: 100px 100px , right center , right 15% center } bgpos223888 { background-position: 100px bottom , right center , right 15% center } bgpos223889 { background-position: 100px center , right center , right 15% center } bgpos223890 { background-position: 100px top , right center , right 15% center } bgpos223891 { background-position: 50% , right center , right 15% center } bgpos223892 { background-position: 50% 10% , right center , right 15% center } bgpos223893 { background-position: 50% 100px , right center , right 15% center } bgpos223894 { background-position: 50% bottom , right center , right 15% center } bgpos223895 { background-position: 50% center , right center , right 15% center } bgpos223896 { background-position: 50% top , right center , right 15% center } bgpos223897 { background-position: bottom, right center , right 15% center } bgpos223898 { background-position: center , right center , right 15% center } bgpos223899 { background-position: center bottom , right center , right 15% center } bgpos223900 { background-position: center bottom 15% , right center , right 15% center } bgpos223901 { background-position: center bottom 15px , right center , right 15% center } bgpos223902 { background-position: center top , right center , right 15% center } bgpos223903 { background-position: center top 15% , right center , right 15% center } bgpos223904 { background-position: center top 15px , right center , right 15% center } bgpos223905 { background-position: center 10% , right center , right 15% center } bgpos223906 { background-position: center 100px , right center , right 15% center } bgpos223907 { background-position: center bottom , right center , right 15% center } bgpos223908 { background-position: center center , right center , right 15% center } bgpos223909 { background-position: center top , right center , right 15% center } bgpos223910 { background-position: left , right center , right 15% center } bgpos223911 { background-position: left 10% , right center , right 15% center } bgpos223912 { background-position: left 100px , right center , right 15% center } bgpos223913 { background-position: left bottom , right center , right 15% center } bgpos223914 { background-position: left center , right center , right 15% center } bgpos223915 { background-position: left top , right center , right 15% center } bgpos223916 { background-position: right , right center , right 15% center } bgpos223917 { background-position: right 10% , right center , right 15% center } bgpos223918 { background-position: right 100px , right center , right 15% center } bgpos223919 { background-position: right bottom , right center , right 15% center } bgpos223920 { background-position: right center , right center , right 15% center } bgpos223921 { background-position: right top , right center , right 15% center } bgpos223922 { background-position: top , right center , right 15% center } bgpos223923 { background-position: left bottom , right top , right 15% center } bgpos223924 { background-position: left bottom 15% , right top , right 15% center } bgpos223925 { background-position: left bottom 15px , right top , right 15% center } bgpos223926 { background-position: left top , right top , right 15% center } bgpos223927 { background-position: left top 15% , right top , right 15% center } bgpos223928 { background-position: left top 15px , right top , right 15% center } bgpos223929 { background-position: left 15% bottom , right top , right 15% center } bgpos223930 { background-position: left 15% bottom 15% , right top , right 15% center } bgpos223931 { background-position: left 15% bottom 15px , right top , right 15% center } bgpos223932 { background-position: left 15% top , right top , right 15% center } bgpos223933 { background-position: left 15% top 15% , right top , right 15% center } bgpos223934 { background-position: left 15% top 15px , right top , right 15% center } bgpos223935 { background-position: left 15% center , right top , right 15% center } bgpos223936 { background-position: left 15px bottom , right top , right 15% center } bgpos223937 { background-position: left 15px bottom 15% , right top , right 15% center } bgpos223938 { background-position: left 15px bottom 15px , right top , right 15% center } bgpos223939 { background-position: left 15px top , right top , right 15% center } bgpos223940 { background-position: left 15px top 15% , right top , right 15% center } bgpos223941 { background-position: left 15px top 15px , right top , right 15% center } bgpos223942 { background-position: left 15px center , right top , right 15% center } bgpos223943 { background-position: left center , right top , right 15% center } bgpos223944 { background-position: right bottom , right top , right 15% center } bgpos223945 { background-position: right bottom 15% , right top , right 15% center } bgpos223946 { background-position: right bottom 15px , right top , right 15% center } bgpos223947 { background-position: right top , right top , right 15% center } bgpos223948 { background-position: right top 15% , right top , right 15% center } bgpos223949 { background-position: right top 15px , right top , right 15% center } bgpos223950 { background-position: right 15% bottom , right top , right 15% center } bgpos223951 { background-position: right 15% bottom 15% , right top , right 15% center } bgpos223952 { background-position: right 15% bottom 15px , right top , right 15% center } bgpos223953 { background-position: right 15% top , right top , right 15% center } bgpos223954 { background-position: right 15% top 15% , right top , right 15% center } bgpos223955 { background-position: right 15% top 15px , right top , right 15% center } bgpos223956 { background-position: right 15% center , right top , right 15% center } bgpos223957 { background-position: right 15px bottom , right top , right 15% center } bgpos223958 { background-position: right 15px bottom 15% , right top , right 15% center } bgpos223959 { background-position: right 15px bottom 15px , right top , right 15% center } bgpos223960 { background-position: right 15px top , right top , right 15% center } bgpos223961 { background-position: right 15px top 15% , right top , right 15% center } bgpos223962 { background-position: right 15px top 15px , right top , right 15% center } bgpos223963 { background-position: right 15px center , right top , right 15% center } bgpos223964 { background-position: right center , right top , right 15% center } bgpos223965 { background-position: 100px , right top , right 15% center } bgpos223966 { background-position: 100px 10% , right top , right 15% center } bgpos223967 { background-position: 100px 100px , right top , right 15% center } bgpos223968 { background-position: 100px bottom , right top , right 15% center } bgpos223969 { background-position: 100px center , right top , right 15% center } bgpos223970 { background-position: 100px top , right top , right 15% center } bgpos223971 { background-position: 50% , right top , right 15% center } bgpos223972 { background-position: 50% 10% , right top , right 15% center } bgpos223973 { background-position: 50% 100px , right top , right 15% center } bgpos223974 { background-position: 50% bottom , right top , right 15% center } bgpos223975 { background-position: 50% center , right top , right 15% center } bgpos223976 { background-position: 50% top , right top , right 15% center } bgpos223977 { background-position: bottom, right top , right 15% center } bgpos223978 { background-position: center , right top , right 15% center } bgpos223979 { background-position: center bottom , right top , right 15% center } bgpos223980 { background-position: center bottom 15% , right top , right 15% center } bgpos223981 { background-position: center bottom 15px , right top , right 15% center } bgpos223982 { background-position: center top , right top , right 15% center } bgpos223983 { background-position: center top 15% , right top , right 15% center } bgpos223984 { background-position: center top 15px , right top , right 15% center } bgpos223985 { background-position: center 10% , right top , right 15% center } bgpos223986 { background-position: center 100px , right top , right 15% center } bgpos223987 { background-position: center bottom , right top , right 15% center } bgpos223988 { background-position: center center , right top , right 15% center } bgpos223989 { background-position: center top , right top , right 15% center } bgpos223990 { background-position: left , right top , right 15% center } bgpos223991 { background-position: left 10% , right top , right 15% center } bgpos223992 { background-position: left 100px , right top , right 15% center } bgpos223993 { background-position: left bottom , right top , right 15% center } bgpos223994 { background-position: left center , right top , right 15% center } bgpos223995 { background-position: left top , right top , right 15% center } bgpos223996 { background-position: right , right top , right 15% center } bgpos223997 { background-position: right 10% , right top , right 15% center } bgpos223998 { background-position: right 100px , right top , right 15% center } bgpos223999 { background-position: right bottom , right top , right 15% center } bgpos224000 { background-position: right center , right top , right 15% center } bgpos224001 { background-position: right top , right top , right 15% center } bgpos224002 { background-position: top , right top , right 15% center } bgpos224003 { background-position: left bottom , top , right 15% center } bgpos224004 { background-position: left bottom 15% , top , right 15% center } bgpos224005 { background-position: left bottom 15px , top , right 15% center } bgpos224006 { background-position: left top , top , right 15% center } bgpos224007 { background-position: left top 15% , top , right 15% center } bgpos224008 { background-position: left top 15px , top , right 15% center } bgpos224009 { background-position: left 15% bottom , top , right 15% center } bgpos224010 { background-position: left 15% bottom 15% , top , right 15% center } bgpos224011 { background-position: left 15% bottom 15px , top , right 15% center } bgpos224012 { background-position: left 15% top , top , right 15% center } bgpos224013 { background-position: left 15% top 15% , top , right 15% center } bgpos224014 { background-position: left 15% top 15px , top , right 15% center } bgpos224015 { background-position: left 15% center , top , right 15% center } bgpos224016 { background-position: left 15px bottom , top , right 15% center } bgpos224017 { background-position: left 15px bottom 15% , top , right 15% center } bgpos224018 { background-position: left 15px bottom 15px , top , right 15% center } bgpos224019 { background-position: left 15px top , top , right 15% center } bgpos224020 { background-position: left 15px top 15% , top , right 15% center } bgpos224021 { background-position: left 15px top 15px , top , right 15% center } bgpos224022 { background-position: left 15px center , top , right 15% center } bgpos224023 { background-position: left center , top , right 15% center } bgpos224024 { background-position: right bottom , top , right 15% center } bgpos224025 { background-position: right bottom 15% , top , right 15% center } bgpos224026 { background-position: right bottom 15px , top , right 15% center } bgpos224027 { background-position: right top , top , right 15% center } bgpos224028 { background-position: right top 15% , top , right 15% center } bgpos224029 { background-position: right top 15px , top , right 15% center } bgpos224030 { background-position: right 15% bottom , top , right 15% center } bgpos224031 { background-position: right 15% bottom 15% , top , right 15% center } bgpos224032 { background-position: right 15% bottom 15px , top , right 15% center } bgpos224033 { background-position: right 15% top , top , right 15% center } bgpos224034 { background-position: right 15% top 15% , top , right 15% center } bgpos224035 { background-position: right 15% top 15px , top , right 15% center } bgpos224036 { background-position: right 15% center , top , right 15% center } bgpos224037 { background-position: right 15px bottom , top , right 15% center } bgpos224038 { background-position: right 15px bottom 15% , top , right 15% center } bgpos224039 { background-position: right 15px bottom 15px , top , right 15% center } bgpos224040 { background-position: right 15px top , top , right 15% center } bgpos224041 { background-position: right 15px top 15% , top , right 15% center } bgpos224042 { background-position: right 15px top 15px , top , right 15% center } bgpos224043 { background-position: right 15px center , top , right 15% center } bgpos224044 { background-position: right center , top , right 15% center } bgpos224045 { background-position: 100px , top , right 15% center } bgpos224046 { background-position: 100px 10% , top , right 15% center } bgpos224047 { background-position: 100px 100px , top , right 15% center } bgpos224048 { background-position: 100px bottom , top , right 15% center } bgpos224049 { background-position: 100px center , top , right 15% center } bgpos224050 { background-position: 100px top , top , right 15% center } bgpos224051 { background-position: 50% , top , right 15% center } bgpos224052 { background-position: 50% 10% , top , right 15% center } bgpos224053 { background-position: 50% 100px , top , right 15% center } bgpos224054 { background-position: 50% bottom , top , right 15% center } bgpos224055 { background-position: 50% center , top , right 15% center } bgpos224056 { background-position: 50% top , top , right 15% center } bgpos224057 { background-position: bottom, top , right 15% center } bgpos224058 { background-position: center , top , right 15% center } bgpos224059 { background-position: center bottom , top , right 15% center } bgpos224060 { background-position: center bottom 15% , top , right 15% center } bgpos224061 { background-position: center bottom 15px , top , right 15% center } bgpos224062 { background-position: center top , top , right 15% center } bgpos224063 { background-position: center top 15% , top , right 15% center } bgpos224064 { background-position: center top 15px , top , right 15% center } bgpos224065 { background-position: center 10% , top , right 15% center } bgpos224066 { background-position: center 100px , top , right 15% center } bgpos224067 { background-position: center bottom , top , right 15% center } bgpos224068 { background-position: center center , top , right 15% center } bgpos224069 { background-position: center top , top , right 15% center } bgpos224070 { background-position: left , top , right 15% center } bgpos224071 { background-position: left 10% , top , right 15% center } bgpos224072 { background-position: left 100px , top , right 15% center } bgpos224073 { background-position: left bottom , top , right 15% center } bgpos224074 { background-position: left center , top , right 15% center } bgpos224075 { background-position: left top , top , right 15% center } bgpos224076 { background-position: right , top , right 15% center } bgpos224077 { background-position: right 10% , top , right 15% center } bgpos224078 { background-position: right 100px , top , right 15% center } bgpos224079 { background-position: right bottom , top , right 15% center } bgpos224080 { background-position: right center , top , right 15% center } bgpos224081 { background-position: right top , top , right 15% center } bgpos224082 { background-position: top , top , right 15% center } bgpos224083 { background-position: left bottom , left bottom , right 15px bottom } bgpos224084 { background-position: left bottom 15% , left bottom , right 15px bottom } bgpos224085 { background-position: left bottom 15px , left bottom , right 15px bottom } bgpos224086 { background-position: left top , left bottom , right 15px bottom } bgpos224087 { background-position: left top 15% , left bottom , right 15px bottom } bgpos224088 { background-position: left top 15px , left bottom , right 15px bottom } bgpos224089 { background-position: left 15% bottom , left bottom , right 15px bottom } bgpos224090 { background-position: left 15% bottom 15% , left bottom , right 15px bottom } bgpos224091 { background-position: left 15% bottom 15px , left bottom , right 15px bottom } bgpos224092 { background-position: left 15% top , left bottom , right 15px bottom } bgpos224093 { background-position: left 15% top 15% , left bottom , right 15px bottom } bgpos224094 { background-position: left 15% top 15px , left bottom , right 15px bottom } bgpos224095 { background-position: left 15% center , left bottom , right 15px bottom } bgpos224096 { background-position: left 15px bottom , left bottom , right 15px bottom } bgpos224097 { background-position: left 15px bottom 15% , left bottom , right 15px bottom } bgpos224098 { background-position: left 15px bottom 15px , left bottom , right 15px bottom } bgpos224099 { background-position: left 15px top , left bottom , right 15px bottom } bgpos224100 { background-position: left 15px top 15% , left bottom , right 15px bottom } bgpos224101 { background-position: left 15px top 15px , left bottom , right 15px bottom } bgpos224102 { background-position: left 15px center , left bottom , right 15px bottom } bgpos224103 { background-position: left center , left bottom , right 15px bottom } bgpos224104 { background-position: right bottom , left bottom , right 15px bottom } bgpos224105 { background-position: right bottom 15% , left bottom , right 15px bottom } bgpos224106 { background-position: right bottom 15px , left bottom , right 15px bottom } bgpos224107 { background-position: right top , left bottom , right 15px bottom } bgpos224108 { background-position: right top 15% , left bottom , right 15px bottom } bgpos224109 { background-position: right top 15px , left bottom , right 15px bottom } bgpos224110 { background-position: right 15% bottom , left bottom , right 15px bottom } bgpos224111 { background-position: right 15% bottom 15% , left bottom , right 15px bottom } bgpos224112 { background-position: right 15% bottom 15px , left bottom , right 15px bottom } bgpos224113 { background-position: right 15% top , left bottom , right 15px bottom } bgpos224114 { background-position: right 15% top 15% , left bottom , right 15px bottom } bgpos224115 { background-position: right 15% top 15px , left bottom , right 15px bottom } bgpos224116 { background-position: right 15% center , left bottom , right 15px bottom } bgpos224117 { background-position: right 15px bottom , left bottom , right 15px bottom } bgpos224118 { background-position: right 15px bottom 15% , left bottom , right 15px bottom } bgpos224119 { background-position: right 15px bottom 15px , left bottom , right 15px bottom } bgpos224120 { background-position: right 15px top , left bottom , right 15px bottom } bgpos224121 { background-position: right 15px top 15% , left bottom , right 15px bottom } bgpos224122 { background-position: right 15px top 15px , left bottom , right 15px bottom } bgpos224123 { background-position: right 15px center , left bottom , right 15px bottom } bgpos224124 { background-position: right center , left bottom , right 15px bottom } bgpos224125 { background-position: 100px , left bottom , right 15px bottom } bgpos224126 { background-position: 100px 10% , left bottom , right 15px bottom } bgpos224127 { background-position: 100px 100px , left bottom , right 15px bottom } bgpos224128 { background-position: 100px bottom , left bottom , right 15px bottom } bgpos224129 { background-position: 100px center , left bottom , right 15px bottom } bgpos224130 { background-position: 100px top , left bottom , right 15px bottom } bgpos224131 { background-position: 50% , left bottom , right 15px bottom } bgpos224132 { background-position: 50% 10% , left bottom , right 15px bottom } bgpos224133 { background-position: 50% 100px , left bottom , right 15px bottom } bgpos224134 { background-position: 50% bottom , left bottom , right 15px bottom } bgpos224135 { background-position: 50% center , left bottom , right 15px bottom } bgpos224136 { background-position: 50% top , left bottom , right 15px bottom } bgpos224137 { background-position: bottom, left bottom , right 15px bottom } bgpos224138 { background-position: center , left bottom , right 15px bottom } bgpos224139 { background-position: center bottom , left bottom , right 15px bottom } bgpos224140 { background-position: center bottom 15% , left bottom , right 15px bottom } bgpos224141 { background-position: center bottom 15px , left bottom , right 15px bottom } bgpos224142 { background-position: center top , left bottom , right 15px bottom } bgpos224143 { background-position: center top 15% , left bottom , right 15px bottom } bgpos224144 { background-position: center top 15px , left bottom , right 15px bottom } bgpos224145 { background-position: center 10% , left bottom , right 15px bottom } bgpos224146 { background-position: center 100px , left bottom , right 15px bottom } bgpos224147 { background-position: center bottom , left bottom , right 15px bottom } bgpos224148 { background-position: center center , left bottom , right 15px bottom } bgpos224149 { background-position: center top , left bottom , right 15px bottom } bgpos224150 { background-position: left , left bottom , right 15px bottom } bgpos224151 { background-position: left 10% , left bottom , right 15px bottom } bgpos224152 { background-position: left 100px , left bottom , right 15px bottom } bgpos224153 { background-position: left bottom , left bottom , right 15px bottom } bgpos224154 { background-position: left center , left bottom , right 15px bottom } bgpos224155 { background-position: left top , left bottom , right 15px bottom } bgpos224156 { background-position: right , left bottom , right 15px bottom } bgpos224157 { background-position: right 10% , left bottom , right 15px bottom } bgpos224158 { background-position: right 100px , left bottom , right 15px bottom } bgpos224159 { background-position: right bottom , left bottom , right 15px bottom } bgpos224160 { background-position: right center , left bottom , right 15px bottom } bgpos224161 { background-position: right top , left bottom , right 15px bottom } bgpos224162 { background-position: top , left bottom , right 15px bottom } bgpos224163 { background-position: left bottom , left bottom 15% , right 15px bottom } bgpos224164 { background-position: left bottom 15% , left bottom 15% , right 15px bottom } bgpos224165 { background-position: left bottom 15px , left bottom 15% , right 15px bottom } bgpos224166 { background-position: left top , left bottom 15% , right 15px bottom } bgpos224167 { background-position: left top 15% , left bottom 15% , right 15px bottom } bgpos224168 { background-position: left top 15px , left bottom 15% , right 15px bottom } bgpos224169 { background-position: left 15% bottom , left bottom 15% , right 15px bottom } bgpos224170 { background-position: left 15% bottom 15% , left bottom 15% , right 15px bottom } bgpos224171 { background-position: left 15% bottom 15px , left bottom 15% , right 15px bottom } bgpos224172 { background-position: left 15% top , left bottom 15% , right 15px bottom } bgpos224173 { background-position: left 15% top 15% , left bottom 15% , right 15px bottom } bgpos224174 { background-position: left 15% top 15px , left bottom 15% , right 15px bottom } bgpos224175 { background-position: left 15% center , left bottom 15% , right 15px bottom } bgpos224176 { background-position: left 15px bottom , left bottom 15% , right 15px bottom } bgpos224177 { background-position: left 15px bottom 15% , left bottom 15% , right 15px bottom } bgpos224178 { background-position: left 15px bottom 15px , left bottom 15% , right 15px bottom } bgpos224179 { background-position: left 15px top , left bottom 15% , right 15px bottom } bgpos224180 { background-position: left 15px top 15% , left bottom 15% , right 15px bottom } bgpos224181 { background-position: left 15px top 15px , left bottom 15% , right 15px bottom } bgpos224182 { background-position: left 15px center , left bottom 15% , right 15px bottom } bgpos224183 { background-position: left center , left bottom 15% , right 15px bottom } bgpos224184 { background-position: right bottom , left bottom 15% , right 15px bottom } bgpos224185 { background-position: right bottom 15% , left bottom 15% , right 15px bottom } bgpos224186 { background-position: right bottom 15px , left bottom 15% , right 15px bottom } bgpos224187 { background-position: right top , left bottom 15% , right 15px bottom } bgpos224188 { background-position: right top 15% , left bottom 15% , right 15px bottom } bgpos224189 { background-position: right top 15px , left bottom 15% , right 15px bottom } bgpos224190 { background-position: right 15% bottom , left bottom 15% , right 15px bottom } bgpos224191 { background-position: right 15% bottom 15% , left bottom 15% , right 15px bottom } bgpos224192 { background-position: right 15% bottom 15px , left bottom 15% , right 15px bottom } bgpos224193 { background-position: right 15% top , left bottom 15% , right 15px bottom } bgpos224194 { background-position: right 15% top 15% , left bottom 15% , right 15px bottom } bgpos224195 { background-position: right 15% top 15px , left bottom 15% , right 15px bottom } bgpos224196 { background-position: right 15% center , left bottom 15% , right 15px bottom } bgpos224197 { background-position: right 15px bottom , left bottom 15% , right 15px bottom } bgpos224198 { background-position: right 15px bottom 15% , left bottom 15% , right 15px bottom } bgpos224199 { background-position: right 15px bottom 15px , left bottom 15% , right 15px bottom } bgpos224200 { background-position: right 15px top , left bottom 15% , right 15px bottom } bgpos224201 { background-position: right 15px top 15% , left bottom 15% , right 15px bottom } bgpos224202 { background-position: right 15px top 15px , left bottom 15% , right 15px bottom } bgpos224203 { background-position: right 15px center , left bottom 15% , right 15px bottom } bgpos224204 { background-position: right center , left bottom 15% , right 15px bottom } bgpos224205 { background-position: 100px , left bottom 15% , right 15px bottom } bgpos224206 { background-position: 100px 10% , left bottom 15% , right 15px bottom } bgpos224207 { background-position: 100px 100px , left bottom 15% , right 15px bottom } bgpos224208 { background-position: 100px bottom , left bottom 15% , right 15px bottom } bgpos224209 { background-position: 100px center , left bottom 15% , right 15px bottom } bgpos224210 { background-position: 100px top , left bottom 15% , right 15px bottom } bgpos224211 { background-position: 50% , left bottom 15% , right 15px bottom } bgpos224212 { background-position: 50% 10% , left bottom 15% , right 15px bottom } bgpos224213 { background-position: 50% 100px , left bottom 15% , right 15px bottom } bgpos224214 { background-position: 50% bottom , left bottom 15% , right 15px bottom } bgpos224215 { background-position: 50% center , left bottom 15% , right 15px bottom } bgpos224216 { background-position: 50% top , left bottom 15% , right 15px bottom } bgpos224217 { background-position: bottom, left bottom 15% , right 15px bottom } bgpos224218 { background-position: center , left bottom 15% , right 15px bottom } bgpos224219 { background-position: center bottom , left bottom 15% , right 15px bottom } bgpos224220 { background-position: center bottom 15% , left bottom 15% , right 15px bottom } bgpos224221 { background-position: center bottom 15px , left bottom 15% , right 15px bottom } bgpos224222 { background-position: center top , left bottom 15% , right 15px bottom } bgpos224223 { background-position: center top 15% , left bottom 15% , right 15px bottom } bgpos224224 { background-position: center top 15px , left bottom 15% , right 15px bottom } bgpos224225 { background-position: center 10% , left bottom 15% , right 15px bottom } bgpos224226 { background-position: center 100px , left bottom 15% , right 15px bottom } bgpos224227 { background-position: center bottom , left bottom 15% , right 15px bottom } bgpos224228 { background-position: center center , left bottom 15% , right 15px bottom } bgpos224229 { background-position: center top , left bottom 15% , right 15px bottom } bgpos224230 { background-position: left , left bottom 15% , right 15px bottom } bgpos224231 { background-position: left 10% , left bottom 15% , right 15px bottom } bgpos224232 { background-position: left 100px , left bottom 15% , right 15px bottom } bgpos224233 { background-position: left bottom , left bottom 15% , right 15px bottom } bgpos224234 { background-position: left center , left bottom 15% , right 15px bottom } bgpos224235 { background-position: left top , left bottom 15% , right 15px bottom } bgpos224236 { background-position: right , left bottom 15% , right 15px bottom } bgpos224237 { background-position: right 10% , left bottom 15% , right 15px bottom } bgpos224238 { background-position: right 100px , left bottom 15% , right 15px bottom } bgpos224239 { background-position: right bottom , left bottom 15% , right 15px bottom } bgpos224240 { background-position: right center , left bottom 15% , right 15px bottom } bgpos224241 { background-position: right top , left bottom 15% , right 15px bottom } bgpos224242 { background-position: top , left bottom 15% , right 15px bottom } bgpos224243 { background-position: left bottom , left bottom 15px , right 15px bottom } bgpos224244 { background-position: left bottom 15% , left bottom 15px , right 15px bottom } bgpos224245 { background-position: left bottom 15px , left bottom 15px , right 15px bottom } bgpos224246 { background-position: left top , left bottom 15px , right 15px bottom } bgpos224247 { background-position: left top 15% , left bottom 15px , right 15px bottom } bgpos224248 { background-position: left top 15px , left bottom 15px , right 15px bottom } bgpos224249 { background-position: left 15% bottom , left bottom 15px , right 15px bottom } bgpos224250 { background-position: left 15% bottom 15% , left bottom 15px , right 15px bottom } bgpos224251 { background-position: left 15% bottom 15px , left bottom 15px , right 15px bottom } bgpos224252 { background-position: left 15% top , left bottom 15px , right 15px bottom } bgpos224253 { background-position: left 15% top 15% , left bottom 15px , right 15px bottom } bgpos224254 { background-position: left 15% top 15px , left bottom 15px , right 15px bottom } bgpos224255 { background-position: left 15% center , left bottom 15px , right 15px bottom } bgpos224256 { background-position: left 15px bottom , left bottom 15px , right 15px bottom } bgpos224257 { background-position: left 15px bottom 15% , left bottom 15px , right 15px bottom } bgpos224258 { background-position: left 15px bottom 15px , left bottom 15px , right 15px bottom } bgpos224259 { background-position: left 15px top , left bottom 15px , right 15px bottom } bgpos224260 { background-position: left 15px top 15% , left bottom 15px , right 15px bottom } bgpos224261 { background-position: left 15px top 15px , left bottom 15px , right 15px bottom } bgpos224262 { background-position: left 15px center , left bottom 15px , right 15px bottom } bgpos224263 { background-position: left center , left bottom 15px , right 15px bottom } bgpos224264 { background-position: right bottom , left bottom 15px , right 15px bottom } bgpos224265 { background-position: right bottom 15% , left bottom 15px , right 15px bottom } bgpos224266 { background-position: right bottom 15px , left bottom 15px , right 15px bottom } bgpos224267 { background-position: right top , left bottom 15px , right 15px bottom } bgpos224268 { background-position: right top 15% , left bottom 15px , right 15px bottom } bgpos224269 { background-position: right top 15px , left bottom 15px , right 15px bottom } bgpos224270 { background-position: right 15% bottom , left bottom 15px , right 15px bottom } bgpos224271 { background-position: right 15% bottom 15% , left bottom 15px , right 15px bottom } bgpos224272 { background-position: right 15% bottom 15px , left bottom 15px , right 15px bottom } bgpos224273 { background-position: right 15% top , left bottom 15px , right 15px bottom } bgpos224274 { background-position: right 15% top 15% , left bottom 15px , right 15px bottom } bgpos224275 { background-position: right 15% top 15px , left bottom 15px , right 15px bottom } bgpos224276 { background-position: right 15% center , left bottom 15px , right 15px bottom } bgpos224277 { background-position: right 15px bottom , left bottom 15px , right 15px bottom } bgpos224278 { background-position: right 15px bottom 15% , left bottom 15px , right 15px bottom } bgpos224279 { background-position: right 15px bottom 15px , left bottom 15px , right 15px bottom } bgpos224280 { background-position: right 15px top , left bottom 15px , right 15px bottom } bgpos224281 { background-position: right 15px top 15% , left bottom 15px , right 15px bottom } bgpos224282 { background-position: right 15px top 15px , left bottom 15px , right 15px bottom } bgpos224283 { background-position: right 15px center , left bottom 15px , right 15px bottom } bgpos224284 { background-position: right center , left bottom 15px , right 15px bottom } bgpos224285 { background-position: 100px , left bottom 15px , right 15px bottom } bgpos224286 { background-position: 100px 10% , left bottom 15px , right 15px bottom } bgpos224287 { background-position: 100px 100px , left bottom 15px , right 15px bottom } bgpos224288 { background-position: 100px bottom , left bottom 15px , right 15px bottom } bgpos224289 { background-position: 100px center , left bottom 15px , right 15px bottom } bgpos224290 { background-position: 100px top , left bottom 15px , right 15px bottom } bgpos224291 { background-position: 50% , left bottom 15px , right 15px bottom } bgpos224292 { background-position: 50% 10% , left bottom 15px , right 15px bottom } bgpos224293 { background-position: 50% 100px , left bottom 15px , right 15px bottom } bgpos224294 { background-position: 50% bottom , left bottom 15px , right 15px bottom } bgpos224295 { background-position: 50% center , left bottom 15px , right 15px bottom } bgpos224296 { background-position: 50% top , left bottom 15px , right 15px bottom } bgpos224297 { background-position: bottom, left bottom 15px , right 15px bottom } bgpos224298 { background-position: center , left bottom 15px , right 15px bottom } bgpos224299 { background-position: center bottom , left bottom 15px , right 15px bottom } bgpos224300 { background-position: center bottom 15% , left bottom 15px , right 15px bottom } bgpos224301 { background-position: center bottom 15px , left bottom 15px , right 15px bottom } bgpos224302 { background-position: center top , left bottom 15px , right 15px bottom } bgpos224303 { background-position: center top 15% , left bottom 15px , right 15px bottom } bgpos224304 { background-position: center top 15px , left bottom 15px , right 15px bottom } bgpos224305 { background-position: center 10% , left bottom 15px , right 15px bottom } bgpos224306 { background-position: center 100px , left bottom 15px , right 15px bottom } bgpos224307 { background-position: center bottom , left bottom 15px , right 15px bottom } bgpos224308 { background-position: center center , left bottom 15px , right 15px bottom } bgpos224309 { background-position: center top , left bottom 15px , right 15px bottom } bgpos224310 { background-position: left , left bottom 15px , right 15px bottom } bgpos224311 { background-position: left 10% , left bottom 15px , right 15px bottom } bgpos224312 { background-position: left 100px , left bottom 15px , right 15px bottom } bgpos224313 { background-position: left bottom , left bottom 15px , right 15px bottom } bgpos224314 { background-position: left center , left bottom 15px , right 15px bottom } bgpos224315 { background-position: left top , left bottom 15px , right 15px bottom } bgpos224316 { background-position: right , left bottom 15px , right 15px bottom } bgpos224317 { background-position: right 10% , left bottom 15px , right 15px bottom } bgpos224318 { background-position: right 100px , left bottom 15px , right 15px bottom } bgpos224319 { background-position: right bottom , left bottom 15px , right 15px bottom } bgpos224320 { background-position: right center , left bottom 15px , right 15px bottom } bgpos224321 { background-position: right top , left bottom 15px , right 15px bottom } bgpos224322 { background-position: top , left bottom 15px , right 15px bottom } bgpos224323 { background-position: left bottom , left top , right 15px bottom } bgpos224324 { background-position: left bottom 15% , left top , right 15px bottom } bgpos224325 { background-position: left bottom 15px , left top , right 15px bottom } bgpos224326 { background-position: left top , left top , right 15px bottom } bgpos224327 { background-position: left top 15% , left top , right 15px bottom } bgpos224328 { background-position: left top 15px , left top , right 15px bottom } bgpos224329 { background-position: left 15% bottom , left top , right 15px bottom } bgpos224330 { background-position: left 15% bottom 15% , left top , right 15px bottom } bgpos224331 { background-position: left 15% bottom 15px , left top , right 15px bottom } bgpos224332 { background-position: left 15% top , left top , right 15px bottom } bgpos224333 { background-position: left 15% top 15% , left top , right 15px bottom } bgpos224334 { background-position: left 15% top 15px , left top , right 15px bottom } bgpos224335 { background-position: left 15% center , left top , right 15px bottom } bgpos224336 { background-position: left 15px bottom , left top , right 15px bottom } bgpos224337 { background-position: left 15px bottom 15% , left top , right 15px bottom } bgpos224338 { background-position: left 15px bottom 15px , left top , right 15px bottom } bgpos224339 { background-position: left 15px top , left top , right 15px bottom } bgpos224340 { background-position: left 15px top 15% , left top , right 15px bottom } bgpos224341 { background-position: left 15px top 15px , left top , right 15px bottom } bgpos224342 { background-position: left 15px center , left top , right 15px bottom } bgpos224343 { background-position: left center , left top , right 15px bottom } bgpos224344 { background-position: right bottom , left top , right 15px bottom } bgpos224345 { background-position: right bottom 15% , left top , right 15px bottom } bgpos224346 { background-position: right bottom 15px , left top , right 15px bottom } bgpos224347 { background-position: right top , left top , right 15px bottom } bgpos224348 { background-position: right top 15% , left top , right 15px bottom } bgpos224349 { background-position: right top 15px , left top , right 15px bottom } bgpos224350 { background-position: right 15% bottom , left top , right 15px bottom } bgpos224351 { background-position: right 15% bottom 15% , left top , right 15px bottom } bgpos224352 { background-position: right 15% bottom 15px , left top , right 15px bottom } bgpos224353 { background-position: right 15% top , left top , right 15px bottom } bgpos224354 { background-position: right 15% top 15% , left top , right 15px bottom } bgpos224355 { background-position: right 15% top 15px , left top , right 15px bottom } bgpos224356 { background-position: right 15% center , left top , right 15px bottom } bgpos224357 { background-position: right 15px bottom , left top , right 15px bottom } bgpos224358 { background-position: right 15px bottom 15% , left top , right 15px bottom } bgpos224359 { background-position: right 15px bottom 15px , left top , right 15px bottom } bgpos224360 { background-position: right 15px top , left top , right 15px bottom } bgpos224361 { background-position: right 15px top 15% , left top , right 15px bottom } bgpos224362 { background-position: right 15px top 15px , left top , right 15px bottom } bgpos224363 { background-position: right 15px center , left top , right 15px bottom } bgpos224364 { background-position: right center , left top , right 15px bottom } bgpos224365 { background-position: 100px , left top , right 15px bottom } bgpos224366 { background-position: 100px 10% , left top , right 15px bottom } bgpos224367 { background-position: 100px 100px , left top , right 15px bottom } bgpos224368 { background-position: 100px bottom , left top , right 15px bottom } bgpos224369 { background-position: 100px center , left top , right 15px bottom } bgpos224370 { background-position: 100px top , left top , right 15px bottom } bgpos224371 { background-position: 50% , left top , right 15px bottom } bgpos224372 { background-position: 50% 10% , left top , right 15px bottom } bgpos224373 { background-position: 50% 100px , left top , right 15px bottom } bgpos224374 { background-position: 50% bottom , left top , right 15px bottom } bgpos224375 { background-position: 50% center , left top , right 15px bottom } bgpos224376 { background-position: 50% top , left top , right 15px bottom } bgpos224377 { background-position: bottom, left top , right 15px bottom } bgpos224378 { background-position: center , left top , right 15px bottom } bgpos224379 { background-position: center bottom , left top , right 15px bottom } bgpos224380 { background-position: center bottom 15% , left top , right 15px bottom } bgpos224381 { background-position: center bottom 15px , left top , right 15px bottom } bgpos224382 { background-position: center top , left top , right 15px bottom } bgpos224383 { background-position: center top 15% , left top , right 15px bottom } bgpos224384 { background-position: center top 15px , left top , right 15px bottom } bgpos224385 { background-position: center 10% , left top , right 15px bottom } bgpos224386 { background-position: center 100px , left top , right 15px bottom } bgpos224387 { background-position: center bottom , left top , right 15px bottom } bgpos224388 { background-position: center center , left top , right 15px bottom } bgpos224389 { background-position: center top , left top , right 15px bottom } bgpos224390 { background-position: left , left top , right 15px bottom } bgpos224391 { background-position: left 10% , left top , right 15px bottom } bgpos224392 { background-position: left 100px , left top , right 15px bottom } bgpos224393 { background-position: left bottom , left top , right 15px bottom } bgpos224394 { background-position: left center , left top , right 15px bottom } bgpos224395 { background-position: left top , left top , right 15px bottom } bgpos224396 { background-position: right , left top , right 15px bottom } bgpos224397 { background-position: right 10% , left top , right 15px bottom } bgpos224398 { background-position: right 100px , left top , right 15px bottom } bgpos224399 { background-position: right bottom , left top , right 15px bottom } bgpos224400 { background-position: right center , left top , right 15px bottom } bgpos224401 { background-position: right top , left top , right 15px bottom } bgpos224402 { background-position: top , left top , right 15px bottom } bgpos224403 { background-position: left bottom , left top 15% , right 15px bottom } bgpos224404 { background-position: left bottom 15% , left top 15% , right 15px bottom } bgpos224405 { background-position: left bottom 15px , left top 15% , right 15px bottom } bgpos224406 { background-position: left top , left top 15% , right 15px bottom } bgpos224407 { background-position: left top 15% , left top 15% , right 15px bottom } bgpos224408 { background-position: left top 15px , left top 15% , right 15px bottom } bgpos224409 { background-position: left 15% bottom , left top 15% , right 15px bottom } bgpos224410 { background-position: left 15% bottom 15% , left top 15% , right 15px bottom } bgpos224411 { background-position: left 15% bottom 15px , left top 15% , right 15px bottom } bgpos224412 { background-position: left 15% top , left top 15% , right 15px bottom } bgpos224413 { background-position: left 15% top 15% , left top 15% , right 15px bottom } bgpos224414 { background-position: left 15% top 15px , left top 15% , right 15px bottom } bgpos224415 { background-position: left 15% center , left top 15% , right 15px bottom } bgpos224416 { background-position: left 15px bottom , left top 15% , right 15px bottom } bgpos224417 { background-position: left 15px bottom 15% , left top 15% , right 15px bottom } bgpos224418 { background-position: left 15px bottom 15px , left top 15% , right 15px bottom } bgpos224419 { background-position: left 15px top , left top 15% , right 15px bottom } bgpos224420 { background-position: left 15px top 15% , left top 15% , right 15px bottom } bgpos224421 { background-position: left 15px top 15px , left top 15% , right 15px bottom } bgpos224422 { background-position: left 15px center , left top 15% , right 15px bottom } bgpos224423 { background-position: left center , left top 15% , right 15px bottom } bgpos224424 { background-position: right bottom , left top 15% , right 15px bottom } bgpos224425 { background-position: right bottom 15% , left top 15% , right 15px bottom } bgpos224426 { background-position: right bottom 15px , left top 15% , right 15px bottom } bgpos224427 { background-position: right top , left top 15% , right 15px bottom } bgpos224428 { background-position: right top 15% , left top 15% , right 15px bottom } bgpos224429 { background-position: right top 15px , left top 15% , right 15px bottom } bgpos224430 { background-position: right 15% bottom , left top 15% , right 15px bottom } bgpos224431 { background-position: right 15% bottom 15% , left top 15% , right 15px bottom } bgpos224432 { background-position: right 15% bottom 15px , left top 15% , right 15px bottom } bgpos224433 { background-position: right 15% top , left top 15% , right 15px bottom } bgpos224434 { background-position: right 15% top 15% , left top 15% , right 15px bottom } bgpos224435 { background-position: right 15% top 15px , left top 15% , right 15px bottom } bgpos224436 { background-position: right 15% center , left top 15% , right 15px bottom } bgpos224437 { background-position: right 15px bottom , left top 15% , right 15px bottom } bgpos224438 { background-position: right 15px bottom 15% , left top 15% , right 15px bottom } bgpos224439 { background-position: right 15px bottom 15px , left top 15% , right 15px bottom } bgpos224440 { background-position: right 15px top , left top 15% , right 15px bottom } bgpos224441 { background-position: right 15px top 15% , left top 15% , right 15px bottom } bgpos224442 { background-position: right 15px top 15px , left top 15% , right 15px bottom } bgpos224443 { background-position: right 15px center , left top 15% , right 15px bottom } bgpos224444 { background-position: right center , left top 15% , right 15px bottom } bgpos224445 { background-position: 100px , left top 15% , right 15px bottom } bgpos224446 { background-position: 100px 10% , left top 15% , right 15px bottom } bgpos224447 { background-position: 100px 100px , left top 15% , right 15px bottom } bgpos224448 { background-position: 100px bottom , left top 15% , right 15px bottom } bgpos224449 { background-position: 100px center , left top 15% , right 15px bottom } bgpos224450 { background-position: 100px top , left top 15% , right 15px bottom } bgpos224451 { background-position: 50% , left top 15% , right 15px bottom } bgpos224452 { background-position: 50% 10% , left top 15% , right 15px bottom } bgpos224453 { background-position: 50% 100px , left top 15% , right 15px bottom } bgpos224454 { background-position: 50% bottom , left top 15% , right 15px bottom } bgpos224455 { background-position: 50% center , left top 15% , right 15px bottom } bgpos224456 { background-position: 50% top , left top 15% , right 15px bottom } bgpos224457 { background-position: bottom, left top 15% , right 15px bottom } bgpos224458 { background-position: center , left top 15% , right 15px bottom } bgpos224459 { background-position: center bottom , left top 15% , right 15px bottom } bgpos224460 { background-position: center bottom 15% , left top 15% , right 15px bottom } bgpos224461 { background-position: center bottom 15px , left top 15% , right 15px bottom } bgpos224462 { background-position: center top , left top 15% , right 15px bottom } bgpos224463 { background-position: center top 15% , left top 15% , right 15px bottom } bgpos224464 { background-position: center top 15px , left top 15% , right 15px bottom } bgpos224465 { background-position: center 10% , left top 15% , right 15px bottom } bgpos224466 { background-position: center 100px , left top 15% , right 15px bottom } bgpos224467 { background-position: center bottom , left top 15% , right 15px bottom } bgpos224468 { background-position: center center , left top 15% , right 15px bottom } bgpos224469 { background-position: center top , left top 15% , right 15px bottom } bgpos224470 { background-position: left , left top 15% , right 15px bottom } bgpos224471 { background-position: left 10% , left top 15% , right 15px bottom } bgpos224472 { background-position: left 100px , left top 15% , right 15px bottom } bgpos224473 { background-position: left bottom , left top 15% , right 15px bottom } bgpos224474 { background-position: left center , left top 15% , right 15px bottom } bgpos224475 { background-position: left top , left top 15% , right 15px bottom } bgpos224476 { background-position: right , left top 15% , right 15px bottom } bgpos224477 { background-position: right 10% , left top 15% , right 15px bottom } bgpos224478 { background-position: right 100px , left top 15% , right 15px bottom } bgpos224479 { background-position: right bottom , left top 15% , right 15px bottom } bgpos224480 { background-position: right center , left top 15% , right 15px bottom } bgpos224481 { background-position: right top , left top 15% , right 15px bottom } bgpos224482 { background-position: top , left top 15% , right 15px bottom } bgpos224483 { background-position: left bottom , left top 15px , right 15px bottom } bgpos224484 { background-position: left bottom 15% , left top 15px , right 15px bottom } bgpos224485 { background-position: left bottom 15px , left top 15px , right 15px bottom } bgpos224486 { background-position: left top , left top 15px , right 15px bottom } bgpos224487 { background-position: left top 15% , left top 15px , right 15px bottom } bgpos224488 { background-position: left top 15px , left top 15px , right 15px bottom } bgpos224489 { background-position: left 15% bottom , left top 15px , right 15px bottom } bgpos224490 { background-position: left 15% bottom 15% , left top 15px , right 15px bottom } bgpos224491 { background-position: left 15% bottom 15px , left top 15px , right 15px bottom } bgpos224492 { background-position: left 15% top , left top 15px , right 15px bottom } bgpos224493 { background-position: left 15% top 15% , left top 15px , right 15px bottom } bgpos224494 { background-position: left 15% top 15px , left top 15px , right 15px bottom } bgpos224495 { background-position: left 15% center , left top 15px , right 15px bottom } bgpos224496 { background-position: left 15px bottom , left top 15px , right 15px bottom } bgpos224497 { background-position: left 15px bottom 15% , left top 15px , right 15px bottom } bgpos224498 { background-position: left 15px bottom 15px , left top 15px , right 15px bottom } bgpos224499 { background-position: left 15px top , left top 15px , right 15px bottom } bgpos224500 { background-position: left 15px top 15% , left top 15px , right 15px bottom } bgpos224501 { background-position: left 15px top 15px , left top 15px , right 15px bottom } bgpos224502 { background-position: left 15px center , left top 15px , right 15px bottom } bgpos224503 { background-position: left center , left top 15px , right 15px bottom } bgpos224504 { background-position: right bottom , left top 15px , right 15px bottom } bgpos224505 { background-position: right bottom 15% , left top 15px , right 15px bottom } bgpos224506 { background-position: right bottom 15px , left top 15px , right 15px bottom } bgpos224507 { background-position: right top , left top 15px , right 15px bottom } bgpos224508 { background-position: right top 15% , left top 15px , right 15px bottom } bgpos224509 { background-position: right top 15px , left top 15px , right 15px bottom } bgpos224510 { background-position: right 15% bottom , left top 15px , right 15px bottom } bgpos224511 { background-position: right 15% bottom 15% , left top 15px , right 15px bottom } bgpos224512 { background-position: right 15% bottom 15px , left top 15px , right 15px bottom } bgpos224513 { background-position: right 15% top , left top 15px , right 15px bottom } bgpos224514 { background-position: right 15% top 15% , left top 15px , right 15px bottom } bgpos224515 { background-position: right 15% top 15px , left top 15px , right 15px bottom } bgpos224516 { background-position: right 15% center , left top 15px , right 15px bottom } bgpos224517 { background-position: right 15px bottom , left top 15px , right 15px bottom } bgpos224518 { background-position: right 15px bottom 15% , left top 15px , right 15px bottom } bgpos224519 { background-position: right 15px bottom 15px , left top 15px , right 15px bottom } bgpos224520 { background-position: right 15px top , left top 15px , right 15px bottom } bgpos224521 { background-position: right 15px top 15% , left top 15px , right 15px bottom } bgpos224522 { background-position: right 15px top 15px , left top 15px , right 15px bottom } bgpos224523 { background-position: right 15px center , left top 15px , right 15px bottom } bgpos224524 { background-position: right center , left top 15px , right 15px bottom } bgpos224525 { background-position: 100px , left top 15px , right 15px bottom } bgpos224526 { background-position: 100px 10% , left top 15px , right 15px bottom } bgpos224527 { background-position: 100px 100px , left top 15px , right 15px bottom } bgpos224528 { background-position: 100px bottom , left top 15px , right 15px bottom } bgpos224529 { background-position: 100px center , left top 15px , right 15px bottom } bgpos224530 { background-position: 100px top , left top 15px , right 15px bottom } bgpos224531 { background-position: 50% , left top 15px , right 15px bottom } bgpos224532 { background-position: 50% 10% , left top 15px , right 15px bottom } bgpos224533 { background-position: 50% 100px , left top 15px , right 15px bottom } bgpos224534 { background-position: 50% bottom , left top 15px , right 15px bottom } bgpos224535 { background-position: 50% center , left top 15px , right 15px bottom } bgpos224536 { background-position: 50% top , left top 15px , right 15px bottom } bgpos224537 { background-position: bottom, left top 15px , right 15px bottom } bgpos224538 { background-position: center , left top 15px , right 15px bottom } bgpos224539 { background-position: center bottom , left top 15px , right 15px bottom } bgpos224540 { background-position: center bottom 15% , left top 15px , right 15px bottom } bgpos224541 { background-position: center bottom 15px , left top 15px , right 15px bottom } bgpos224542 { background-position: center top , left top 15px , right 15px bottom } bgpos224543 { background-position: center top 15% , left top 15px , right 15px bottom } bgpos224544 { background-position: center top 15px , left top 15px , right 15px bottom } bgpos224545 { background-position: center 10% , left top 15px , right 15px bottom } bgpos224546 { background-position: center 100px , left top 15px , right 15px bottom } bgpos224547 { background-position: center bottom , left top 15px , right 15px bottom } bgpos224548 { background-position: center center , left top 15px , right 15px bottom } bgpos224549 { background-position: center top , left top 15px , right 15px bottom } bgpos224550 { background-position: left , left top 15px , right 15px bottom } bgpos224551 { background-position: left 10% , left top 15px , right 15px bottom } bgpos224552 { background-position: left 100px , left top 15px , right 15px bottom } bgpos224553 { background-position: left bottom , left top 15px , right 15px bottom } bgpos224554 { background-position: left center , left top 15px , right 15px bottom } bgpos224555 { background-position: left top , left top 15px , right 15px bottom } bgpos224556 { background-position: right , left top 15px , right 15px bottom } bgpos224557 { background-position: right 10% , left top 15px , right 15px bottom } bgpos224558 { background-position: right 100px , left top 15px , right 15px bottom } bgpos224559 { background-position: right bottom , left top 15px , right 15px bottom } bgpos224560 { background-position: right center , left top 15px , right 15px bottom } bgpos224561 { background-position: right top , left top 15px , right 15px bottom } bgpos224562 { background-position: top , left top 15px , right 15px bottom } bgpos224563 { background-position: left bottom , left 15% bottom , right 15px bottom } bgpos224564 { background-position: left bottom 15% , left 15% bottom , right 15px bottom } bgpos224565 { background-position: left bottom 15px , left 15% bottom , right 15px bottom } bgpos224566 { background-position: left top , left 15% bottom , right 15px bottom } bgpos224567 { background-position: left top 15% , left 15% bottom , right 15px bottom } bgpos224568 { background-position: left top 15px , left 15% bottom , right 15px bottom } bgpos224569 { background-position: left 15% bottom , left 15% bottom , right 15px bottom } bgpos224570 { background-position: left 15% bottom 15% , left 15% bottom , right 15px bottom } bgpos224571 { background-position: left 15% bottom 15px , left 15% bottom , right 15px bottom } bgpos224572 { background-position: left 15% top , left 15% bottom , right 15px bottom } bgpos224573 { background-position: left 15% top 15% , left 15% bottom , right 15px bottom } bgpos224574 { background-position: left 15% top 15px , left 15% bottom , right 15px bottom } bgpos224575 { background-position: left 15% center , left 15% bottom , right 15px bottom } bgpos224576 { background-position: left 15px bottom , left 15% bottom , right 15px bottom } bgpos224577 { background-position: left 15px bottom 15% , left 15% bottom , right 15px bottom } bgpos224578 { background-position: left 15px bottom 15px , left 15% bottom , right 15px bottom } bgpos224579 { background-position: left 15px top , left 15% bottom , right 15px bottom } bgpos224580 { background-position: left 15px top 15% , left 15% bottom , right 15px bottom } bgpos224581 { background-position: left 15px top 15px , left 15% bottom , right 15px bottom } bgpos224582 { background-position: left 15px center , left 15% bottom , right 15px bottom } bgpos224583 { background-position: left center , left 15% bottom , right 15px bottom } bgpos224584 { background-position: right bottom , left 15% bottom , right 15px bottom } bgpos224585 { background-position: right bottom 15% , left 15% bottom , right 15px bottom } bgpos224586 { background-position: right bottom 15px , left 15% bottom , right 15px bottom } bgpos224587 { background-position: right top , left 15% bottom , right 15px bottom } bgpos224588 { background-position: right top 15% , left 15% bottom , right 15px bottom } bgpos224589 { background-position: right top 15px , left 15% bottom , right 15px bottom } bgpos224590 { background-position: right 15% bottom , left 15% bottom , right 15px bottom } bgpos224591 { background-position: right 15% bottom 15% , left 15% bottom , right 15px bottom } bgpos224592 { background-position: right 15% bottom 15px , left 15% bottom , right 15px bottom } bgpos224593 { background-position: right 15% top , left 15% bottom , right 15px bottom } bgpos224594 { background-position: right 15% top 15% , left 15% bottom , right 15px bottom } bgpos224595 { background-position: right 15% top 15px , left 15% bottom , right 15px bottom } bgpos224596 { background-position: right 15% center , left 15% bottom , right 15px bottom } bgpos224597 { background-position: right 15px bottom , left 15% bottom , right 15px bottom } bgpos224598 { background-position: right 15px bottom 15% , left 15% bottom , right 15px bottom } bgpos224599 { background-position: right 15px bottom 15px , left 15% bottom , right 15px bottom } bgpos224600 { background-position: right 15px top , left 15% bottom , right 15px bottom } bgpos224601 { background-position: right 15px top 15% , left 15% bottom , right 15px bottom } bgpos224602 { background-position: right 15px top 15px , left 15% bottom , right 15px bottom } bgpos224603 { background-position: right 15px center , left 15% bottom , right 15px bottom } bgpos224604 { background-position: right center , left 15% bottom , right 15px bottom } bgpos224605 { background-position: 100px , left 15% bottom , right 15px bottom } bgpos224606 { background-position: 100px 10% , left 15% bottom , right 15px bottom } bgpos224607 { background-position: 100px 100px , left 15% bottom , right 15px bottom } bgpos224608 { background-position: 100px bottom , left 15% bottom , right 15px bottom } bgpos224609 { background-position: 100px center , left 15% bottom , right 15px bottom } bgpos224610 { background-position: 100px top , left 15% bottom , right 15px bottom } bgpos224611 { background-position: 50% , left 15% bottom , right 15px bottom } bgpos224612 { background-position: 50% 10% , left 15% bottom , right 15px bottom } bgpos224613 { background-position: 50% 100px , left 15% bottom , right 15px bottom } bgpos224614 { background-position: 50% bottom , left 15% bottom , right 15px bottom } bgpos224615 { background-position: 50% center , left 15% bottom , right 15px bottom } bgpos224616 { background-position: 50% top , left 15% bottom , right 15px bottom } bgpos224617 { background-position: bottom, left 15% bottom , right 15px bottom } bgpos224618 { background-position: center , left 15% bottom , right 15px bottom } bgpos224619 { background-position: center bottom , left 15% bottom , right 15px bottom } bgpos224620 { background-position: center bottom 15% , left 15% bottom , right 15px bottom } bgpos224621 { background-position: center bottom 15px , left 15% bottom , right 15px bottom } bgpos224622 { background-position: center top , left 15% bottom , right 15px bottom } bgpos224623 { background-position: center top 15% , left 15% bottom , right 15px bottom } bgpos224624 { background-position: center top 15px , left 15% bottom , right 15px bottom } bgpos224625 { background-position: center 10% , left 15% bottom , right 15px bottom } bgpos224626 { background-position: center 100px , left 15% bottom , right 15px bottom } bgpos224627 { background-position: center bottom , left 15% bottom , right 15px bottom } bgpos224628 { background-position: center center , left 15% bottom , right 15px bottom } bgpos224629 { background-position: center top , left 15% bottom , right 15px bottom } bgpos224630 { background-position: left , left 15% bottom , right 15px bottom } bgpos224631 { background-position: left 10% , left 15% bottom , right 15px bottom } bgpos224632 { background-position: left 100px , left 15% bottom , right 15px bottom } bgpos224633 { background-position: left bottom , left 15% bottom , right 15px bottom } bgpos224634 { background-position: left center , left 15% bottom , right 15px bottom } bgpos224635 { background-position: left top , left 15% bottom , right 15px bottom } bgpos224636 { background-position: right , left 15% bottom , right 15px bottom } bgpos224637 { background-position: right 10% , left 15% bottom , right 15px bottom } bgpos224638 { background-position: right 100px , left 15% bottom , right 15px bottom } bgpos224639 { background-position: right bottom , left 15% bottom , right 15px bottom } bgpos224640 { background-position: right center , left 15% bottom , right 15px bottom } bgpos224641 { background-position: right top , left 15% bottom , right 15px bottom } bgpos224642 { background-position: top , left 15% bottom , right 15px bottom } bgpos224643 { background-position: left bottom , left 15% bottom 15% , right 15px bottom } bgpos224644 { background-position: left bottom 15% , left 15% bottom 15% , right 15px bottom } bgpos224645 { background-position: left bottom 15px , left 15% bottom 15% , right 15px bottom } bgpos224646 { background-position: left top , left 15% bottom 15% , right 15px bottom } bgpos224647 { background-position: left top 15% , left 15% bottom 15% , right 15px bottom } bgpos224648 { background-position: left top 15px , left 15% bottom 15% , right 15px bottom } bgpos224649 { background-position: left 15% bottom , left 15% bottom 15% , right 15px bottom } bgpos224650 { background-position: left 15% bottom 15% , left 15% bottom 15% , right 15px bottom } bgpos224651 { background-position: left 15% bottom 15px , left 15% bottom 15% , right 15px bottom } bgpos224652 { background-position: left 15% top , left 15% bottom 15% , right 15px bottom } bgpos224653 { background-position: left 15% top 15% , left 15% bottom 15% , right 15px bottom } bgpos224654 { background-position: left 15% top 15px , left 15% bottom 15% , right 15px bottom } bgpos224655 { background-position: left 15% center , left 15% bottom 15% , right 15px bottom } bgpos224656 { background-position: left 15px bottom , left 15% bottom 15% , right 15px bottom } bgpos224657 { background-position: left 15px bottom 15% , left 15% bottom 15% , right 15px bottom } bgpos224658 { background-position: left 15px bottom 15px , left 15% bottom 15% , right 15px bottom } bgpos224659 { background-position: left 15px top , left 15% bottom 15% , right 15px bottom } bgpos224660 { background-position: left 15px top 15% , left 15% bottom 15% , right 15px bottom } bgpos224661 { background-position: left 15px top 15px , left 15% bottom 15% , right 15px bottom } bgpos224662 { background-position: left 15px center , left 15% bottom 15% , right 15px bottom } bgpos224663 { background-position: left center , left 15% bottom 15% , right 15px bottom } bgpos224664 { background-position: right bottom , left 15% bottom 15% , right 15px bottom } bgpos224665 { background-position: right bottom 15% , left 15% bottom 15% , right 15px bottom } bgpos224666 { background-position: right bottom 15px , left 15% bottom 15% , right 15px bottom } bgpos224667 { background-position: right top , left 15% bottom 15% , right 15px bottom } bgpos224668 { background-position: right top 15% , left 15% bottom 15% , right 15px bottom } bgpos224669 { background-position: right top 15px , left 15% bottom 15% , right 15px bottom } bgpos224670 { background-position: right 15% bottom , left 15% bottom 15% , right 15px bottom } bgpos224671 { background-position: right 15% bottom 15% , left 15% bottom 15% , right 15px bottom } bgpos224672 { background-position: right 15% bottom 15px , left 15% bottom 15% , right 15px bottom } bgpos224673 { background-position: right 15% top , left 15% bottom 15% , right 15px bottom } bgpos224674 { background-position: right 15% top 15% , left 15% bottom 15% , right 15px bottom } bgpos224675 { background-position: right 15% top 15px , left 15% bottom 15% , right 15px bottom } bgpos224676 { background-position: right 15% center , left 15% bottom 15% , right 15px bottom } bgpos224677 { background-position: right 15px bottom , left 15% bottom 15% , right 15px bottom } bgpos224678 { background-position: right 15px bottom 15% , left 15% bottom 15% , right 15px bottom } bgpos224679 { background-position: right 15px bottom 15px , left 15% bottom 15% , right 15px bottom } bgpos224680 { background-position: right 15px top , left 15% bottom 15% , right 15px bottom } bgpos224681 { background-position: right 15px top 15% , left 15% bottom 15% , right 15px bottom } bgpos224682 { background-position: right 15px top 15px , left 15% bottom 15% , right 15px bottom } bgpos224683 { background-position: right 15px center , left 15% bottom 15% , right 15px bottom } bgpos224684 { background-position: right center , left 15% bottom 15% , right 15px bottom } bgpos224685 { background-position: 100px , left 15% bottom 15% , right 15px bottom } bgpos224686 { background-position: 100px 10% , left 15% bottom 15% , right 15px bottom } bgpos224687 { background-position: 100px 100px , left 15% bottom 15% , right 15px bottom } bgpos224688 { background-position: 100px bottom , left 15% bottom 15% , right 15px bottom } bgpos224689 { background-position: 100px center , left 15% bottom 15% , right 15px bottom } bgpos224690 { background-position: 100px top , left 15% bottom 15% , right 15px bottom } bgpos224691 { background-position: 50% , left 15% bottom 15% , right 15px bottom } bgpos224692 { background-position: 50% 10% , left 15% bottom 15% , right 15px bottom } bgpos224693 { background-position: 50% 100px , left 15% bottom 15% , right 15px bottom } bgpos224694 { background-position: 50% bottom , left 15% bottom 15% , right 15px bottom } bgpos224695 { background-position: 50% center , left 15% bottom 15% , right 15px bottom } bgpos224696 { background-position: 50% top , left 15% bottom 15% , right 15px bottom } bgpos224697 { background-position: bottom, left 15% bottom 15% , right 15px bottom } bgpos224698 { background-position: center , left 15% bottom 15% , right 15px bottom } bgpos224699 { background-position: center bottom , left 15% bottom 15% , right 15px bottom } bgpos224700 { background-position: center bottom 15% , left 15% bottom 15% , right 15px bottom } bgpos224701 { background-position: center bottom 15px , left 15% bottom 15% , right 15px bottom } bgpos224702 { background-position: center top , left 15% bottom 15% , right 15px bottom } bgpos224703 { background-position: center top 15% , left 15% bottom 15% , right 15px bottom } bgpos224704 { background-position: center top 15px , left 15% bottom 15% , right 15px bottom } bgpos224705 { background-position: center 10% , left 15% bottom 15% , right 15px bottom } bgpos224706 { background-position: center 100px , left 15% bottom 15% , right 15px bottom } bgpos224707 { background-position: center bottom , left 15% bottom 15% , right 15px bottom } bgpos224708 { background-position: center center , left 15% bottom 15% , right 15px bottom } bgpos224709 { background-position: center top , left 15% bottom 15% , right 15px bottom } bgpos224710 { background-position: left , left 15% bottom 15% , right 15px bottom } bgpos224711 { background-position: left 10% , left 15% bottom 15% , right 15px bottom } bgpos224712 { background-position: left 100px , left 15% bottom 15% , right 15px bottom } bgpos224713 { background-position: left bottom , left 15% bottom 15% , right 15px bottom } bgpos224714 { background-position: left center , left 15% bottom 15% , right 15px bottom } bgpos224715 { background-position: left top , left 15% bottom 15% , right 15px bottom } bgpos224716 { background-position: right , left 15% bottom 15% , right 15px bottom } bgpos224717 { background-position: right 10% , left 15% bottom 15% , right 15px bottom } bgpos224718 { background-position: right 100px , left 15% bottom 15% , right 15px bottom } bgpos224719 { background-position: right bottom , left 15% bottom 15% , right 15px bottom } bgpos224720 { background-position: right center , left 15% bottom 15% , right 15px bottom } bgpos224721 { background-position: right top , left 15% bottom 15% , right 15px bottom } bgpos224722 { background-position: top , left 15% bottom 15% , right 15px bottom } bgpos224723 { background-position: left bottom , left 15% bottom 15px , right 15px bottom } bgpos224724 { background-position: left bottom 15% , left 15% bottom 15px , right 15px bottom } bgpos224725 { background-position: left bottom 15px , left 15% bottom 15px , right 15px bottom } bgpos224726 { background-position: left top , left 15% bottom 15px , right 15px bottom } bgpos224727 { background-position: left top 15% , left 15% bottom 15px , right 15px bottom } bgpos224728 { background-position: left top 15px , left 15% bottom 15px , right 15px bottom } bgpos224729 { background-position: left 15% bottom , left 15% bottom 15px , right 15px bottom } bgpos224730 { background-position: left 15% bottom 15% , left 15% bottom 15px , right 15px bottom } bgpos224731 { background-position: left 15% bottom 15px , left 15% bottom 15px , right 15px bottom } bgpos224732 { background-position: left 15% top , left 15% bottom 15px , right 15px bottom } bgpos224733 { background-position: left 15% top 15% , left 15% bottom 15px , right 15px bottom } bgpos224734 { background-position: left 15% top 15px , left 15% bottom 15px , right 15px bottom } bgpos224735 { background-position: left 15% center , left 15% bottom 15px , right 15px bottom } bgpos224736 { background-position: left 15px bottom , left 15% bottom 15px , right 15px bottom } bgpos224737 { background-position: left 15px bottom 15% , left 15% bottom 15px , right 15px bottom } bgpos224738 { background-position: left 15px bottom 15px , left 15% bottom 15px , right 15px bottom } bgpos224739 { background-position: left 15px top , left 15% bottom 15px , right 15px bottom } bgpos224740 { background-position: left 15px top 15% , left 15% bottom 15px , right 15px bottom } bgpos224741 { background-position: left 15px top 15px , left 15% bottom 15px , right 15px bottom } bgpos224742 { background-position: left 15px center , left 15% bottom 15px , right 15px bottom } bgpos224743 { background-position: left center , left 15% bottom 15px , right 15px bottom } bgpos224744 { background-position: right bottom , left 15% bottom 15px , right 15px bottom } bgpos224745 { background-position: right bottom 15% , left 15% bottom 15px , right 15px bottom } bgpos224746 { background-position: right bottom 15px , left 15% bottom 15px , right 15px bottom } bgpos224747 { background-position: right top , left 15% bottom 15px , right 15px bottom } bgpos224748 { background-position: right top 15% , left 15% bottom 15px , right 15px bottom } bgpos224749 { background-position: right top 15px , left 15% bottom 15px , right 15px bottom } bgpos224750 { background-position: right 15% bottom , left 15% bottom 15px , right 15px bottom } bgpos224751 { background-position: right 15% bottom 15% , left 15% bottom 15px , right 15px bottom } bgpos224752 { background-position: right 15% bottom 15px , left 15% bottom 15px , right 15px bottom } bgpos224753 { background-position: right 15% top , left 15% bottom 15px , right 15px bottom } bgpos224754 { background-position: right 15% top 15% , left 15% bottom 15px , right 15px bottom } bgpos224755 { background-position: right 15% top 15px , left 15% bottom 15px , right 15px bottom } bgpos224756 { background-position: right 15% center , left 15% bottom 15px , right 15px bottom } bgpos224757 { background-position: right 15px bottom , left 15% bottom 15px , right 15px bottom } bgpos224758 { background-position: right 15px bottom 15% , left 15% bottom 15px , right 15px bottom } bgpos224759 { background-position: right 15px bottom 15px , left 15% bottom 15px , right 15px bottom } bgpos224760 { background-position: right 15px top , left 15% bottom 15px , right 15px bottom } bgpos224761 { background-position: right 15px top 15% , left 15% bottom 15px , right 15px bottom } bgpos224762 { background-position: right 15px top 15px , left 15% bottom 15px , right 15px bottom } bgpos224763 { background-position: right 15px center , left 15% bottom 15px , right 15px bottom } bgpos224764 { background-position: right center , left 15% bottom 15px , right 15px bottom } bgpos224765 { background-position: 100px , left 15% bottom 15px , right 15px bottom } bgpos224766 { background-position: 100px 10% , left 15% bottom 15px , right 15px bottom } bgpos224767 { background-position: 100px 100px , left 15% bottom 15px , right 15px bottom } bgpos224768 { background-position: 100px bottom , left 15% bottom 15px , right 15px bottom } bgpos224769 { background-position: 100px center , left 15% bottom 15px , right 15px bottom } bgpos224770 { background-position: 100px top , left 15% bottom 15px , right 15px bottom } bgpos224771 { background-position: 50% , left 15% bottom 15px , right 15px bottom } bgpos224772 { background-position: 50% 10% , left 15% bottom 15px , right 15px bottom } bgpos224773 { background-position: 50% 100px , left 15% bottom 15px , right 15px bottom } bgpos224774 { background-position: 50% bottom , left 15% bottom 15px , right 15px bottom } bgpos224775 { background-position: 50% center , left 15% bottom 15px , right 15px bottom } bgpos224776 { background-position: 50% top , left 15% bottom 15px , right 15px bottom } bgpos224777 { background-position: bottom, left 15% bottom 15px , right 15px bottom } bgpos224778 { background-position: center , left 15% bottom 15px , right 15px bottom } bgpos224779 { background-position: center bottom , left 15% bottom 15px , right 15px bottom } bgpos224780 { background-position: center bottom 15% , left 15% bottom 15px , right 15px bottom } bgpos224781 { background-position: center bottom 15px , left 15% bottom 15px , right 15px bottom } bgpos224782 { background-position: center top , left 15% bottom 15px , right 15px bottom } bgpos224783 { background-position: center top 15% , left 15% bottom 15px , right 15px bottom } bgpos224784 { background-position: center top 15px , left 15% bottom 15px , right 15px bottom } bgpos224785 { background-position: center 10% , left 15% bottom 15px , right 15px bottom } bgpos224786 { background-position: center 100px , left 15% bottom 15px , right 15px bottom } bgpos224787 { background-position: center bottom , left 15% bottom 15px , right 15px bottom } bgpos224788 { background-position: center center , left 15% bottom 15px , right 15px bottom } bgpos224789 { background-position: center top , left 15% bottom 15px , right 15px bottom } bgpos224790 { background-position: left , left 15% bottom 15px , right 15px bottom } bgpos224791 { background-position: left 10% , left 15% bottom 15px , right 15px bottom } bgpos224792 { background-position: left 100px , left 15% bottom 15px , right 15px bottom } bgpos224793 { background-position: left bottom , left 15% bottom 15px , right 15px bottom } bgpos224794 { background-position: left center , left 15% bottom 15px , right 15px bottom } bgpos224795 { background-position: left top , left 15% bottom 15px , right 15px bottom } bgpos224796 { background-position: right , left 15% bottom 15px , right 15px bottom } bgpos224797 { background-position: right 10% , left 15% bottom 15px , right 15px bottom } bgpos224798 { background-position: right 100px , left 15% bottom 15px , right 15px bottom } bgpos224799 { background-position: right bottom , left 15% bottom 15px , right 15px bottom } bgpos224800 { background-position: right center , left 15% bottom 15px , right 15px bottom } bgpos224801 { background-position: right top , left 15% bottom 15px , right 15px bottom } bgpos224802 { background-position: top , left 15% bottom 15px , right 15px bottom } bgpos224803 { background-position: left bottom , left 15% top , right 15px bottom } bgpos224804 { background-position: left bottom 15% , left 15% top , right 15px bottom } bgpos224805 { background-position: left bottom 15px , left 15% top , right 15px bottom } bgpos224806 { background-position: left top , left 15% top , right 15px bottom } bgpos224807 { background-position: left top 15% , left 15% top , right 15px bottom } bgpos224808 { background-position: left top 15px , left 15% top , right 15px bottom } bgpos224809 { background-position: left 15% bottom , left 15% top , right 15px bottom } bgpos224810 { background-position: left 15% bottom 15% , left 15% top , right 15px bottom } bgpos224811 { background-position: left 15% bottom 15px , left 15% top , right 15px bottom } bgpos224812 { background-position: left 15% top , left 15% top , right 15px bottom } bgpos224813 { background-position: left 15% top 15% , left 15% top , right 15px bottom } bgpos224814 { background-position: left 15% top 15px , left 15% top , right 15px bottom } bgpos224815 { background-position: left 15% center , left 15% top , right 15px bottom } bgpos224816 { background-position: left 15px bottom , left 15% top , right 15px bottom } bgpos224817 { background-position: left 15px bottom 15% , left 15% top , right 15px bottom } bgpos224818 { background-position: left 15px bottom 15px , left 15% top , right 15px bottom } bgpos224819 { background-position: left 15px top , left 15% top , right 15px bottom } bgpos224820 { background-position: left 15px top 15% , left 15% top , right 15px bottom } bgpos224821 { background-position: left 15px top 15px , left 15% top , right 15px bottom } bgpos224822 { background-position: left 15px center , left 15% top , right 15px bottom } bgpos224823 { background-position: left center , left 15% top , right 15px bottom } bgpos224824 { background-position: right bottom , left 15% top , right 15px bottom } bgpos224825 { background-position: right bottom 15% , left 15% top , right 15px bottom } bgpos224826 { background-position: right bottom 15px , left 15% top , right 15px bottom } bgpos224827 { background-position: right top , left 15% top , right 15px bottom } bgpos224828 { background-position: right top 15% , left 15% top , right 15px bottom } bgpos224829 { background-position: right top 15px , left 15% top , right 15px bottom } bgpos224830 { background-position: right 15% bottom , left 15% top , right 15px bottom } bgpos224831 { background-position: right 15% bottom 15% , left 15% top , right 15px bottom } bgpos224832 { background-position: right 15% bottom 15px , left 15% top , right 15px bottom } bgpos224833 { background-position: right 15% top , left 15% top , right 15px bottom } bgpos224834 { background-position: right 15% top 15% , left 15% top , right 15px bottom } bgpos224835 { background-position: right 15% top 15px , left 15% top , right 15px bottom } bgpos224836 { background-position: right 15% center , left 15% top , right 15px bottom } bgpos224837 { background-position: right 15px bottom , left 15% top , right 15px bottom } bgpos224838 { background-position: right 15px bottom 15% , left 15% top , right 15px bottom } bgpos224839 { background-position: right 15px bottom 15px , left 15% top , right 15px bottom } bgpos224840 { background-position: right 15px top , left 15% top , right 15px bottom } bgpos224841 { background-position: right 15px top 15% , left 15% top , right 15px bottom } bgpos224842 { background-position: right 15px top 15px , left 15% top , right 15px bottom } bgpos224843 { background-position: right 15px center , left 15% top , right 15px bottom } bgpos224844 { background-position: right center , left 15% top , right 15px bottom } bgpos224845 { background-position: 100px , left 15% top , right 15px bottom } bgpos224846 { background-position: 100px 10% , left 15% top , right 15px bottom } bgpos224847 { background-position: 100px 100px , left 15% top , right 15px bottom } bgpos224848 { background-position: 100px bottom , left 15% top , right 15px bottom } bgpos224849 { background-position: 100px center , left 15% top , right 15px bottom } bgpos224850 { background-position: 100px top , left 15% top , right 15px bottom } bgpos224851 { background-position: 50% , left 15% top , right 15px bottom } bgpos224852 { background-position: 50% 10% , left 15% top , right 15px bottom } bgpos224853 { background-position: 50% 100px , left 15% top , right 15px bottom } bgpos224854 { background-position: 50% bottom , left 15% top , right 15px bottom } bgpos224855 { background-position: 50% center , left 15% top , right 15px bottom } bgpos224856 { background-position: 50% top , left 15% top , right 15px bottom } bgpos224857 { background-position: bottom, left 15% top , right 15px bottom } bgpos224858 { background-position: center , left 15% top , right 15px bottom } bgpos224859 { background-position: center bottom , left 15% top , right 15px bottom } bgpos224860 { background-position: center bottom 15% , left 15% top , right 15px bottom } bgpos224861 { background-position: center bottom 15px , left 15% top , right 15px bottom } bgpos224862 { background-position: center top , left 15% top , right 15px bottom } bgpos224863 { background-position: center top 15% , left 15% top , right 15px bottom } bgpos224864 { background-position: center top 15px , left 15% top , right 15px bottom } bgpos224865 { background-position: center 10% , left 15% top , right 15px bottom } bgpos224866 { background-position: center 100px , left 15% top , right 15px bottom } bgpos224867 { background-position: center bottom , left 15% top , right 15px bottom } bgpos224868 { background-position: center center , left 15% top , right 15px bottom } bgpos224869 { background-position: center top , left 15% top , right 15px bottom } bgpos224870 { background-position: left , left 15% top , right 15px bottom } bgpos224871 { background-position: left 10% , left 15% top , right 15px bottom } bgpos224872 { background-position: left 100px , left 15% top , right 15px bottom } bgpos224873 { background-position: left bottom , left 15% top , right 15px bottom } bgpos224874 { background-position: left center , left 15% top , right 15px bottom } bgpos224875 { background-position: left top , left 15% top , right 15px bottom } bgpos224876 { background-position: right , left 15% top , right 15px bottom } bgpos224877 { background-position: right 10% , left 15% top , right 15px bottom } bgpos224878 { background-position: right 100px , left 15% top , right 15px bottom } bgpos224879 { background-position: right bottom , left 15% top , right 15px bottom } bgpos224880 { background-position: right center , left 15% top , right 15px bottom } bgpos224881 { background-position: right top , left 15% top , right 15px bottom } bgpos224882 { background-position: top , left 15% top , right 15px bottom } bgpos224883 { background-position: left bottom , left 15% top 15% , right 15px bottom } bgpos224884 { background-position: left bottom 15% , left 15% top 15% , right 15px bottom } bgpos224885 { background-position: left bottom 15px , left 15% top 15% , right 15px bottom } bgpos224886 { background-position: left top , left 15% top 15% , right 15px bottom } bgpos224887 { background-position: left top 15% , left 15% top 15% , right 15px bottom } bgpos224888 { background-position: left top 15px , left 15% top 15% , right 15px bottom } bgpos224889 { background-position: left 15% bottom , left 15% top 15% , right 15px bottom } bgpos224890 { background-position: left 15% bottom 15% , left 15% top 15% , right 15px bottom } bgpos224891 { background-position: left 15% bottom 15px , left 15% top 15% , right 15px bottom } bgpos224892 { background-position: left 15% top , left 15% top 15% , right 15px bottom } bgpos224893 { background-position: left 15% top 15% , left 15% top 15% , right 15px bottom } bgpos224894 { background-position: left 15% top 15px , left 15% top 15% , right 15px bottom } bgpos224895 { background-position: left 15% center , left 15% top 15% , right 15px bottom } bgpos224896 { background-position: left 15px bottom , left 15% top 15% , right 15px bottom } bgpos224897 { background-position: left 15px bottom 15% , left 15% top 15% , right 15px bottom } bgpos224898 { background-position: left 15px bottom 15px , left 15% top 15% , right 15px bottom } bgpos224899 { background-position: left 15px top , left 15% top 15% , right 15px bottom } bgpos224900 { background-position: left 15px top 15% , left 15% top 15% , right 15px bottom } bgpos224901 { background-position: left 15px top 15px , left 15% top 15% , right 15px bottom } bgpos224902 { background-position: left 15px center , left 15% top 15% , right 15px bottom } bgpos224903 { background-position: left center , left 15% top 15% , right 15px bottom } bgpos224904 { background-position: right bottom , left 15% top 15% , right 15px bottom } bgpos224905 { background-position: right bottom 15% , left 15% top 15% , right 15px bottom } bgpos224906 { background-position: right bottom 15px , left 15% top 15% , right 15px bottom } bgpos224907 { background-position: right top , left 15% top 15% , right 15px bottom } bgpos224908 { background-position: right top 15% , left 15% top 15% , right 15px bottom } bgpos224909 { background-position: right top 15px , left 15% top 15% , right 15px bottom } bgpos224910 { background-position: right 15% bottom , left 15% top 15% , right 15px bottom } bgpos224911 { background-position: right 15% bottom 15% , left 15% top 15% , right 15px bottom } bgpos224912 { background-position: right 15% bottom 15px , left 15% top 15% , right 15px bottom } bgpos224913 { background-position: right 15% top , left 15% top 15% , right 15px bottom } bgpos224914 { background-position: right 15% top 15% , left 15% top 15% , right 15px bottom } bgpos224915 { background-position: right 15% top 15px , left 15% top 15% , right 15px bottom } bgpos224916 { background-position: right 15% center , left 15% top 15% , right 15px bottom } bgpos224917 { background-position: right 15px bottom , left 15% top 15% , right 15px bottom } bgpos224918 { background-position: right 15px bottom 15% , left 15% top 15% , right 15px bottom } bgpos224919 { background-position: right 15px bottom 15px , left 15% top 15% , right 15px bottom } bgpos224920 { background-position: right 15px top , left 15% top 15% , right 15px bottom } bgpos224921 { background-position: right 15px top 15% , left 15% top 15% , right 15px bottom } bgpos224922 { background-position: right 15px top 15px , left 15% top 15% , right 15px bottom } bgpos224923 { background-position: right 15px center , left 15% top 15% , right 15px bottom } bgpos224924 { background-position: right center , left 15% top 15% , right 15px bottom } bgpos224925 { background-position: 100px , left 15% top 15% , right 15px bottom } bgpos224926 { background-position: 100px 10% , left 15% top 15% , right 15px bottom } bgpos224927 { background-position: 100px 100px , left 15% top 15% , right 15px bottom } bgpos224928 { background-position: 100px bottom , left 15% top 15% , right 15px bottom } bgpos224929 { background-position: 100px center , left 15% top 15% , right 15px bottom } bgpos224930 { background-position: 100px top , left 15% top 15% , right 15px bottom } bgpos224931 { background-position: 50% , left 15% top 15% , right 15px bottom } bgpos224932 { background-position: 50% 10% , left 15% top 15% , right 15px bottom } bgpos224933 { background-position: 50% 100px , left 15% top 15% , right 15px bottom } bgpos224934 { background-position: 50% bottom , left 15% top 15% , right 15px bottom } bgpos224935 { background-position: 50% center , left 15% top 15% , right 15px bottom } bgpos224936 { background-position: 50% top , left 15% top 15% , right 15px bottom } bgpos224937 { background-position: bottom, left 15% top 15% , right 15px bottom } bgpos224938 { background-position: center , left 15% top 15% , right 15px bottom } bgpos224939 { background-position: center bottom , left 15% top 15% , right 15px bottom } bgpos224940 { background-position: center bottom 15% , left 15% top 15% , right 15px bottom } bgpos224941 { background-position: center bottom 15px , left 15% top 15% , right 15px bottom } bgpos224942 { background-position: center top , left 15% top 15% , right 15px bottom } bgpos224943 { background-position: center top 15% , left 15% top 15% , right 15px bottom } bgpos224944 { background-position: center top 15px , left 15% top 15% , right 15px bottom } bgpos224945 { background-position: center 10% , left 15% top 15% , right 15px bottom } bgpos224946 { background-position: center 100px , left 15% top 15% , right 15px bottom } bgpos224947 { background-position: center bottom , left 15% top 15% , right 15px bottom } bgpos224948 { background-position: center center , left 15% top 15% , right 15px bottom } bgpos224949 { background-position: center top , left 15% top 15% , right 15px bottom } bgpos224950 { background-position: left , left 15% top 15% , right 15px bottom } bgpos224951 { background-position: left 10% , left 15% top 15% , right 15px bottom } bgpos224952 { background-position: left 100px , left 15% top 15% , right 15px bottom } bgpos224953 { background-position: left bottom , left 15% top 15% , right 15px bottom } bgpos224954 { background-position: left center , left 15% top 15% , right 15px bottom } bgpos224955 { background-position: left top , left 15% top 15% , right 15px bottom } bgpos224956 { background-position: right , left 15% top 15% , right 15px bottom } bgpos224957 { background-position: right 10% , left 15% top 15% , right 15px bottom } bgpos224958 { background-position: right 100px , left 15% top 15% , right 15px bottom } bgpos224959 { background-position: right bottom , left 15% top 15% , right 15px bottom } bgpos224960 { background-position: right center , left 15% top 15% , right 15px bottom } bgpos224961 { background-position: right top , left 15% top 15% , right 15px bottom } bgpos224962 { background-position: top , left 15% top 15% , right 15px bottom } bgpos224963 { background-position: left bottom , left 15% top 15px , right 15px bottom } bgpos224964 { background-position: left bottom 15% , left 15% top 15px , right 15px bottom } bgpos224965 { background-position: left bottom 15px , left 15% top 15px , right 15px bottom } bgpos224966 { background-position: left top , left 15% top 15px , right 15px bottom } bgpos224967 { background-position: left top 15% , left 15% top 15px , right 15px bottom } bgpos224968 { background-position: left top 15px , left 15% top 15px , right 15px bottom } bgpos224969 { background-position: left 15% bottom , left 15% top 15px , right 15px bottom } bgpos224970 { background-position: left 15% bottom 15% , left 15% top 15px , right 15px bottom } bgpos224971 { background-position: left 15% bottom 15px , left 15% top 15px , right 15px bottom } bgpos224972 { background-position: left 15% top , left 15% top 15px , right 15px bottom } bgpos224973 { background-position: left 15% top 15% , left 15% top 15px , right 15px bottom } bgpos224974 { background-position: left 15% top 15px , left 15% top 15px , right 15px bottom } bgpos224975 { background-position: left 15% center , left 15% top 15px , right 15px bottom } bgpos224976 { background-position: left 15px bottom , left 15% top 15px , right 15px bottom } bgpos224977 { background-position: left 15px bottom 15% , left 15% top 15px , right 15px bottom } bgpos224978 { background-position: left 15px bottom 15px , left 15% top 15px , right 15px bottom } bgpos224979 { background-position: left 15px top , left 15% top 15px , right 15px bottom } bgpos224980 { background-position: left 15px top 15% , left 15% top 15px , right 15px bottom } bgpos224981 { background-position: left 15px top 15px , left 15% top 15px , right 15px bottom } bgpos224982 { background-position: left 15px center , left 15% top 15px , right 15px bottom } bgpos224983 { background-position: left center , left 15% top 15px , right 15px bottom } bgpos224984 { background-position: right bottom , left 15% top 15px , right 15px bottom } bgpos224985 { background-position: right bottom 15% , left 15% top 15px , right 15px bottom } bgpos224986 { background-position: right bottom 15px , left 15% top 15px , right 15px bottom } bgpos224987 { background-position: right top , left 15% top 15px , right 15px bottom } bgpos224988 { background-position: right top 15% , left 15% top 15px , right 15px bottom } bgpos224989 { background-position: right top 15px , left 15% top 15px , right 15px bottom } bgpos224990 { background-position: right 15% bottom , left 15% top 15px , right 15px bottom } bgpos224991 { background-position: right 15% bottom 15% , left 15% top 15px , right 15px bottom } bgpos224992 { background-position: right 15% bottom 15px , left 15% top 15px , right 15px bottom } bgpos224993 { background-position: right 15% top , left 15% top 15px , right 15px bottom } bgpos224994 { background-position: right 15% top 15% , left 15% top 15px , right 15px bottom } bgpos224995 { background-position: right 15% top 15px , left 15% top 15px , right 15px bottom } bgpos224996 { background-position: right 15% center , left 15% top 15px , right 15px bottom } bgpos224997 { background-position: right 15px bottom , left 15% top 15px , right 15px bottom } bgpos224998 { background-position: right 15px bottom 15% , left 15% top 15px , right 15px bottom } bgpos224999 { background-position: right 15px bottom 15px , left 15% top 15px , right 15px bottom } bgpos225000 { background-position: right 15px top , left 15% top 15px , right 15px bottom } bgpos225001 { background-position: right 15px top 15% , left 15% top 15px , right 15px bottom } bgpos225002 { background-position: right 15px top 15px , left 15% top 15px , right 15px bottom } bgpos225003 { background-position: right 15px center , left 15% top 15px , right 15px bottom } bgpos225004 { background-position: right center , left 15% top 15px , right 15px bottom } bgpos225005 { background-position: 100px , left 15% top 15px , right 15px bottom } bgpos225006 { background-position: 100px 10% , left 15% top 15px , right 15px bottom } bgpos225007 { background-position: 100px 100px , left 15% top 15px , right 15px bottom } bgpos225008 { background-position: 100px bottom , left 15% top 15px , right 15px bottom } bgpos225009 { background-position: 100px center , left 15% top 15px , right 15px bottom } bgpos225010 { background-position: 100px top , left 15% top 15px , right 15px bottom } bgpos225011 { background-position: 50% , left 15% top 15px , right 15px bottom } bgpos225012 { background-position: 50% 10% , left 15% top 15px , right 15px bottom } bgpos225013 { background-position: 50% 100px , left 15% top 15px , right 15px bottom } bgpos225014 { background-position: 50% bottom , left 15% top 15px , right 15px bottom } bgpos225015 { background-position: 50% center , left 15% top 15px , right 15px bottom } bgpos225016 { background-position: 50% top , left 15% top 15px , right 15px bottom } bgpos225017 { background-position: bottom, left 15% top 15px , right 15px bottom } bgpos225018 { background-position: center , left 15% top 15px , right 15px bottom } bgpos225019 { background-position: center bottom , left 15% top 15px , right 15px bottom } bgpos225020 { background-position: center bottom 15% , left 15% top 15px , right 15px bottom } bgpos225021 { background-position: center bottom 15px , left 15% top 15px , right 15px bottom } bgpos225022 { background-position: center top , left 15% top 15px , right 15px bottom } bgpos225023 { background-position: center top 15% , left 15% top 15px , right 15px bottom } bgpos225024 { background-position: center top 15px , left 15% top 15px , right 15px bottom } bgpos225025 { background-position: center 10% , left 15% top 15px , right 15px bottom } bgpos225026 { background-position: center 100px , left 15% top 15px , right 15px bottom } bgpos225027 { background-position: center bottom , left 15% top 15px , right 15px bottom } bgpos225028 { background-position: center center , left 15% top 15px , right 15px bottom } bgpos225029 { background-position: center top , left 15% top 15px , right 15px bottom } bgpos225030 { background-position: left , left 15% top 15px , right 15px bottom } bgpos225031 { background-position: left 10% , left 15% top 15px , right 15px bottom } bgpos225032 { background-position: left 100px , left 15% top 15px , right 15px bottom } bgpos225033 { background-position: left bottom , left 15% top 15px , right 15px bottom } bgpos225034 { background-position: left center , left 15% top 15px , right 15px bottom } bgpos225035 { background-position: left top , left 15% top 15px , right 15px bottom } bgpos225036 { background-position: right , left 15% top 15px , right 15px bottom } bgpos225037 { background-position: right 10% , left 15% top 15px , right 15px bottom } bgpos225038 { background-position: right 100px , left 15% top 15px , right 15px bottom } bgpos225039 { background-position: right bottom , left 15% top 15px , right 15px bottom } bgpos225040 { background-position: right center , left 15% top 15px , right 15px bottom } bgpos225041 { background-position: right top , left 15% top 15px , right 15px bottom } bgpos225042 { background-position: top , left 15% top 15px , right 15px bottom } bgpos225043 { background-position: left bottom , left 15% center , right 15px bottom } bgpos225044 { background-position: left bottom 15% , left 15% center , right 15px bottom } bgpos225045 { background-position: left bottom 15px , left 15% center , right 15px bottom } bgpos225046 { background-position: left top , left 15% center , right 15px bottom } bgpos225047 { background-position: left top 15% , left 15% center , right 15px bottom } bgpos225048 { background-position: left top 15px , left 15% center , right 15px bottom } bgpos225049 { background-position: left 15% bottom , left 15% center , right 15px bottom } bgpos225050 { background-position: left 15% bottom 15% , left 15% center , right 15px bottom } bgpos225051 { background-position: left 15% bottom 15px , left 15% center , right 15px bottom } bgpos225052 { background-position: left 15% top , left 15% center , right 15px bottom } bgpos225053 { background-position: left 15% top 15% , left 15% center , right 15px bottom } bgpos225054 { background-position: left 15% top 15px , left 15% center , right 15px bottom } bgpos225055 { background-position: left 15% center , left 15% center , right 15px bottom } bgpos225056 { background-position: left 15px bottom , left 15% center , right 15px bottom } bgpos225057 { background-position: left 15px bottom 15% , left 15% center , right 15px bottom } bgpos225058 { background-position: left 15px bottom 15px , left 15% center , right 15px bottom } bgpos225059 { background-position: left 15px top , left 15% center , right 15px bottom } bgpos225060 { background-position: left 15px top 15% , left 15% center , right 15px bottom } bgpos225061 { background-position: left 15px top 15px , left 15% center , right 15px bottom } bgpos225062 { background-position: left 15px center , left 15% center , right 15px bottom } bgpos225063 { background-position: left center , left 15% center , right 15px bottom } bgpos225064 { background-position: right bottom , left 15% center , right 15px bottom } bgpos225065 { background-position: right bottom 15% , left 15% center , right 15px bottom } bgpos225066 { background-position: right bottom 15px , left 15% center , right 15px bottom } bgpos225067 { background-position: right top , left 15% center , right 15px bottom } bgpos225068 { background-position: right top 15% , left 15% center , right 15px bottom } bgpos225069 { background-position: right top 15px , left 15% center , right 15px bottom } bgpos225070 { background-position: right 15% bottom , left 15% center , right 15px bottom } bgpos225071 { background-position: right 15% bottom 15% , left 15% center , right 15px bottom } bgpos225072 { background-position: right 15% bottom 15px , left 15% center , right 15px bottom } bgpos225073 { background-position: right 15% top , left 15% center , right 15px bottom } bgpos225074 { background-position: right 15% top 15% , left 15% center , right 15px bottom } bgpos225075 { background-position: right 15% top 15px , left 15% center , right 15px bottom } bgpos225076 { background-position: right 15% center , left 15% center , right 15px bottom } bgpos225077 { background-position: right 15px bottom , left 15% center , right 15px bottom } bgpos225078 { background-position: right 15px bottom 15% , left 15% center , right 15px bottom } bgpos225079 { background-position: right 15px bottom 15px , left 15% center , right 15px bottom } bgpos225080 { background-position: right 15px top , left 15% center , right 15px bottom } bgpos225081 { background-position: right 15px top 15% , left 15% center , right 15px bottom } bgpos225082 { background-position: right 15px top 15px , left 15% center , right 15px bottom } bgpos225083 { background-position: right 15px center , left 15% center , right 15px bottom } bgpos225084 { background-position: right center , left 15% center , right 15px bottom } bgpos225085 { background-position: 100px , left 15% center , right 15px bottom } bgpos225086 { background-position: 100px 10% , left 15% center , right 15px bottom } bgpos225087 { background-position: 100px 100px , left 15% center , right 15px bottom } bgpos225088 { background-position: 100px bottom , left 15% center , right 15px bottom } bgpos225089 { background-position: 100px center , left 15% center , right 15px bottom } bgpos225090 { background-position: 100px top , left 15% center , right 15px bottom } bgpos225091 { background-position: 50% , left 15% center , right 15px bottom } bgpos225092 { background-position: 50% 10% , left 15% center , right 15px bottom } bgpos225093 { background-position: 50% 100px , left 15% center , right 15px bottom } bgpos225094 { background-position: 50% bottom , left 15% center , right 15px bottom } bgpos225095 { background-position: 50% center , left 15% center , right 15px bottom } bgpos225096 { background-position: 50% top , left 15% center , right 15px bottom } bgpos225097 { background-position: bottom, left 15% center , right 15px bottom } bgpos225098 { background-position: center , left 15% center , right 15px bottom } bgpos225099 { background-position: center bottom , left 15% center , right 15px bottom } bgpos225100 { background-position: center bottom 15% , left 15% center , right 15px bottom } bgpos225101 { background-position: center bottom 15px , left 15% center , right 15px bottom } bgpos225102 { background-position: center top , left 15% center , right 15px bottom } bgpos225103 { background-position: center top 15% , left 15% center , right 15px bottom } bgpos225104 { background-position: center top 15px , left 15% center , right 15px bottom } bgpos225105 { background-position: center 10% , left 15% center , right 15px bottom } bgpos225106 { background-position: center 100px , left 15% center , right 15px bottom } bgpos225107 { background-position: center bottom , left 15% center , right 15px bottom } bgpos225108 { background-position: center center , left 15% center , right 15px bottom } bgpos225109 { background-position: center top , left 15% center , right 15px bottom } bgpos225110 { background-position: left , left 15% center , right 15px bottom } bgpos225111 { background-position: left 10% , left 15% center , right 15px bottom } bgpos225112 { background-position: left 100px , left 15% center , right 15px bottom } bgpos225113 { background-position: left bottom , left 15% center , right 15px bottom } bgpos225114 { background-position: left center , left 15% center , right 15px bottom } bgpos225115 { background-position: left top , left 15% center , right 15px bottom } bgpos225116 { background-position: right , left 15% center , right 15px bottom } bgpos225117 { background-position: right 10% , left 15% center , right 15px bottom } bgpos225118 { background-position: right 100px , left 15% center , right 15px bottom } bgpos225119 { background-position: right bottom , left 15% center , right 15px bottom } bgpos225120 { background-position: right center , left 15% center , right 15px bottom } bgpos225121 { background-position: right top , left 15% center , right 15px bottom } bgpos225122 { background-position: top , left 15% center , right 15px bottom } bgpos225123 { background-position: left bottom , left 15px bottom , right 15px bottom } bgpos225124 { background-position: left bottom 15% , left 15px bottom , right 15px bottom } bgpos225125 { background-position: left bottom 15px , left 15px bottom , right 15px bottom } bgpos225126 { background-position: left top , left 15px bottom , right 15px bottom } bgpos225127 { background-position: left top 15% , left 15px bottom , right 15px bottom } bgpos225128 { background-position: left top 15px , left 15px bottom , right 15px bottom } bgpos225129 { background-position: left 15% bottom , left 15px bottom , right 15px bottom } bgpos225130 { background-position: left 15% bottom 15% , left 15px bottom , right 15px bottom } bgpos225131 { background-position: left 15% bottom 15px , left 15px bottom , right 15px bottom } bgpos225132 { background-position: left 15% top , left 15px bottom , right 15px bottom } bgpos225133 { background-position: left 15% top 15% , left 15px bottom , right 15px bottom } bgpos225134 { background-position: left 15% top 15px , left 15px bottom , right 15px bottom } bgpos225135 { background-position: left 15% center , left 15px bottom , right 15px bottom } bgpos225136 { background-position: left 15px bottom , left 15px bottom , right 15px bottom } bgpos225137 { background-position: left 15px bottom 15% , left 15px bottom , right 15px bottom } bgpos225138 { background-position: left 15px bottom 15px , left 15px bottom , right 15px bottom } bgpos225139 { background-position: left 15px top , left 15px bottom , right 15px bottom } bgpos225140 { background-position: left 15px top 15% , left 15px bottom , right 15px bottom } bgpos225141 { background-position: left 15px top 15px , left 15px bottom , right 15px bottom } bgpos225142 { background-position: left 15px center , left 15px bottom , right 15px bottom } bgpos225143 { background-position: left center , left 15px bottom , right 15px bottom } bgpos225144 { background-position: right bottom , left 15px bottom , right 15px bottom } bgpos225145 { background-position: right bottom 15% , left 15px bottom , right 15px bottom } bgpos225146 { background-position: right bottom 15px , left 15px bottom , right 15px bottom } bgpos225147 { background-position: right top , left 15px bottom , right 15px bottom } bgpos225148 { background-position: right top 15% , left 15px bottom , right 15px bottom } bgpos225149 { background-position: right top 15px , left 15px bottom , right 15px bottom } bgpos225150 { background-position: right 15% bottom , left 15px bottom , right 15px bottom } bgpos225151 { background-position: right 15% bottom 15% , left 15px bottom , right 15px bottom } bgpos225152 { background-position: right 15% bottom 15px , left 15px bottom , right 15px bottom } bgpos225153 { background-position: right 15% top , left 15px bottom , right 15px bottom } bgpos225154 { background-position: right 15% top 15% , left 15px bottom , right 15px bottom } bgpos225155 { background-position: right 15% top 15px , left 15px bottom , right 15px bottom } bgpos225156 { background-position: right 15% center , left 15px bottom , right 15px bottom } bgpos225157 { background-position: right 15px bottom , left 15px bottom , right 15px bottom } bgpos225158 { background-position: right 15px bottom 15% , left 15px bottom , right 15px bottom } bgpos225159 { background-position: right 15px bottom 15px , left 15px bottom , right 15px bottom } bgpos225160 { background-position: right 15px top , left 15px bottom , right 15px bottom } bgpos225161 { background-position: right 15px top 15% , left 15px bottom , right 15px bottom } bgpos225162 { background-position: right 15px top 15px , left 15px bottom , right 15px bottom } bgpos225163 { background-position: right 15px center , left 15px bottom , right 15px bottom } bgpos225164 { background-position: right center , left 15px bottom , right 15px bottom } bgpos225165 { background-position: 100px , left 15px bottom , right 15px bottom } bgpos225166 { background-position: 100px 10% , left 15px bottom , right 15px bottom } bgpos225167 { background-position: 100px 100px , left 15px bottom , right 15px bottom } bgpos225168 { background-position: 100px bottom , left 15px bottom , right 15px bottom } bgpos225169 { background-position: 100px center , left 15px bottom , right 15px bottom } bgpos225170 { background-position: 100px top , left 15px bottom , right 15px bottom } bgpos225171 { background-position: 50% , left 15px bottom , right 15px bottom } bgpos225172 { background-position: 50% 10% , left 15px bottom , right 15px bottom } bgpos225173 { background-position: 50% 100px , left 15px bottom , right 15px bottom } bgpos225174 { background-position: 50% bottom , left 15px bottom , right 15px bottom } bgpos225175 { background-position: 50% center , left 15px bottom , right 15px bottom } bgpos225176 { background-position: 50% top , left 15px bottom , right 15px bottom } bgpos225177 { background-position: bottom, left 15px bottom , right 15px bottom } bgpos225178 { background-position: center , left 15px bottom , right 15px bottom } bgpos225179 { background-position: center bottom , left 15px bottom , right 15px bottom } bgpos225180 { background-position: center bottom 15% , left 15px bottom , right 15px bottom } bgpos225181 { background-position: center bottom 15px , left 15px bottom , right 15px bottom } bgpos225182 { background-position: center top , left 15px bottom , right 15px bottom } bgpos225183 { background-position: center top 15% , left 15px bottom , right 15px bottom } bgpos225184 { background-position: center top 15px , left 15px bottom , right 15px bottom } bgpos225185 { background-position: center 10% , left 15px bottom , right 15px bottom } bgpos225186 { background-position: center 100px , left 15px bottom , right 15px bottom } bgpos225187 { background-position: center bottom , left 15px bottom , right 15px bottom } bgpos225188 { background-position: center center , left 15px bottom , right 15px bottom } bgpos225189 { background-position: center top , left 15px bottom , right 15px bottom } bgpos225190 { background-position: left , left 15px bottom , right 15px bottom } bgpos225191 { background-position: left 10% , left 15px bottom , right 15px bottom } bgpos225192 { background-position: left 100px , left 15px bottom , right 15px bottom } bgpos225193 { background-position: left bottom , left 15px bottom , right 15px bottom } bgpos225194 { background-position: left center , left 15px bottom , right 15px bottom } bgpos225195 { background-position: left top , left 15px bottom , right 15px bottom } bgpos225196 { background-position: right , left 15px bottom , right 15px bottom } bgpos225197 { background-position: right 10% , left 15px bottom , right 15px bottom } bgpos225198 { background-position: right 100px , left 15px bottom , right 15px bottom } bgpos225199 { background-position: right bottom , left 15px bottom , right 15px bottom } bgpos225200 { background-position: right center , left 15px bottom , right 15px bottom } bgpos225201 { background-position: right top , left 15px bottom , right 15px bottom } bgpos225202 { background-position: top , left 15px bottom , right 15px bottom } bgpos225203 { background-position: left bottom , left 15px bottom 15% , right 15px bottom } bgpos225204 { background-position: left bottom 15% , left 15px bottom 15% , right 15px bottom } bgpos225205 { background-position: left bottom 15px , left 15px bottom 15% , right 15px bottom } bgpos225206 { background-position: left top , left 15px bottom 15% , right 15px bottom } bgpos225207 { background-position: left top 15% , left 15px bottom 15% , right 15px bottom } bgpos225208 { background-position: left top 15px , left 15px bottom 15% , right 15px bottom } bgpos225209 { background-position: left 15% bottom , left 15px bottom 15% , right 15px bottom } bgpos225210 { background-position: left 15% bottom 15% , left 15px bottom 15% , right 15px bottom } bgpos225211 { background-position: left 15% bottom 15px , left 15px bottom 15% , right 15px bottom } bgpos225212 { background-position: left 15% top , left 15px bottom 15% , right 15px bottom } bgpos225213 { background-position: left 15% top 15% , left 15px bottom 15% , right 15px bottom } bgpos225214 { background-position: left 15% top 15px , left 15px bottom 15% , right 15px bottom } bgpos225215 { background-position: left 15% center , left 15px bottom 15% , right 15px bottom } bgpos225216 { background-position: left 15px bottom , left 15px bottom 15% , right 15px bottom } bgpos225217 { background-position: left 15px bottom 15% , left 15px bottom 15% , right 15px bottom } bgpos225218 { background-position: left 15px bottom 15px , left 15px bottom 15% , right 15px bottom } bgpos225219 { background-position: left 15px top , left 15px bottom 15% , right 15px bottom } bgpos225220 { background-position: left 15px top 15% , left 15px bottom 15% , right 15px bottom } bgpos225221 { background-position: left 15px top 15px , left 15px bottom 15% , right 15px bottom } bgpos225222 { background-position: left 15px center , left 15px bottom 15% , right 15px bottom } bgpos225223 { background-position: left center , left 15px bottom 15% , right 15px bottom } bgpos225224 { background-position: right bottom , left 15px bottom 15% , right 15px bottom } bgpos225225 { background-position: right bottom 15% , left 15px bottom 15% , right 15px bottom } bgpos225226 { background-position: right bottom 15px , left 15px bottom 15% , right 15px bottom } bgpos225227 { background-position: right top , left 15px bottom 15% , right 15px bottom } bgpos225228 { background-position: right top 15% , left 15px bottom 15% , right 15px bottom } bgpos225229 { background-position: right top 15px , left 15px bottom 15% , right 15px bottom } bgpos225230 { background-position: right 15% bottom , left 15px bottom 15% , right 15px bottom } bgpos225231 { background-position: right 15% bottom 15% , left 15px bottom 15% , right 15px bottom } bgpos225232 { background-position: right 15% bottom 15px , left 15px bottom 15% , right 15px bottom } bgpos225233 { background-position: right 15% top , left 15px bottom 15% , right 15px bottom } bgpos225234 { background-position: right 15% top 15% , left 15px bottom 15% , right 15px bottom } bgpos225235 { background-position: right 15% top 15px , left 15px bottom 15% , right 15px bottom } bgpos225236 { background-position: right 15% center , left 15px bottom 15% , right 15px bottom } bgpos225237 { background-position: right 15px bottom , left 15px bottom 15% , right 15px bottom } bgpos225238 { background-position: right 15px bottom 15% , left 15px bottom 15% , right 15px bottom } bgpos225239 { background-position: right 15px bottom 15px , left 15px bottom 15% , right 15px bottom } bgpos225240 { background-position: right 15px top , left 15px bottom 15% , right 15px bottom } bgpos225241 { background-position: right 15px top 15% , left 15px bottom 15% , right 15px bottom } bgpos225242 { background-position: right 15px top 15px , left 15px bottom 15% , right 15px bottom } bgpos225243 { background-position: right 15px center , left 15px bottom 15% , right 15px bottom } bgpos225244 { background-position: right center , left 15px bottom 15% , right 15px bottom } bgpos225245 { background-position: 100px , left 15px bottom 15% , right 15px bottom } bgpos225246 { background-position: 100px 10% , left 15px bottom 15% , right 15px bottom } bgpos225247 { background-position: 100px 100px , left 15px bottom 15% , right 15px bottom } bgpos225248 { background-position: 100px bottom , left 15px bottom 15% , right 15px bottom } bgpos225249 { background-position: 100px center , left 15px bottom 15% , right 15px bottom } bgpos225250 { background-position: 100px top , left 15px bottom 15% , right 15px bottom } bgpos225251 { background-position: 50% , left 15px bottom 15% , right 15px bottom } bgpos225252 { background-position: 50% 10% , left 15px bottom 15% , right 15px bottom } bgpos225253 { background-position: 50% 100px , left 15px bottom 15% , right 15px bottom } bgpos225254 { background-position: 50% bottom , left 15px bottom 15% , right 15px bottom } bgpos225255 { background-position: 50% center , left 15px bottom 15% , right 15px bottom } bgpos225256 { background-position: 50% top , left 15px bottom 15% , right 15px bottom } bgpos225257 { background-position: bottom, left 15px bottom 15% , right 15px bottom } bgpos225258 { background-position: center , left 15px bottom 15% , right 15px bottom } bgpos225259 { background-position: center bottom , left 15px bottom 15% , right 15px bottom } bgpos225260 { background-position: center bottom 15% , left 15px bottom 15% , right 15px bottom } bgpos225261 { background-position: center bottom 15px , left 15px bottom 15% , right 15px bottom } bgpos225262 { background-position: center top , left 15px bottom 15% , right 15px bottom } bgpos225263 { background-position: center top 15% , left 15px bottom 15% , right 15px bottom } bgpos225264 { background-position: center top 15px , left 15px bottom 15% , right 15px bottom } bgpos225265 { background-position: center 10% , left 15px bottom 15% , right 15px bottom } bgpos225266 { background-position: center 100px , left 15px bottom 15% , right 15px bottom } bgpos225267 { background-position: center bottom , left 15px bottom 15% , right 15px bottom } bgpos225268 { background-position: center center , left 15px bottom 15% , right 15px bottom } bgpos225269 { background-position: center top , left 15px bottom 15% , right 15px bottom } bgpos225270 { background-position: left , left 15px bottom 15% , right 15px bottom } bgpos225271 { background-position: left 10% , left 15px bottom 15% , right 15px bottom } bgpos225272 { background-position: left 100px , left 15px bottom 15% , right 15px bottom } bgpos225273 { background-position: left bottom , left 15px bottom 15% , right 15px bottom } bgpos225274 { background-position: left center , left 15px bottom 15% , right 15px bottom } bgpos225275 { background-position: left top , left 15px bottom 15% , right 15px bottom } bgpos225276 { background-position: right , left 15px bottom 15% , right 15px bottom } bgpos225277 { background-position: right 10% , left 15px bottom 15% , right 15px bottom } bgpos225278 { background-position: right 100px , left 15px bottom 15% , right 15px bottom } bgpos225279 { background-position: right bottom , left 15px bottom 15% , right 15px bottom } bgpos225280 { background-position: right center , left 15px bottom 15% , right 15px bottom } bgpos225281 { background-position: right top , left 15px bottom 15% , right 15px bottom } bgpos225282 { background-position: top , left 15px bottom 15% , right 15px bottom } bgpos225283 { background-position: left bottom , left 15px bottom 15px , right 15px bottom } bgpos225284 { background-position: left bottom 15% , left 15px bottom 15px , right 15px bottom } bgpos225285 { background-position: left bottom 15px , left 15px bottom 15px , right 15px bottom } bgpos225286 { background-position: left top , left 15px bottom 15px , right 15px bottom } bgpos225287 { background-position: left top 15% , left 15px bottom 15px , right 15px bottom } bgpos225288 { background-position: left top 15px , left 15px bottom 15px , right 15px bottom } bgpos225289 { background-position: left 15% bottom , left 15px bottom 15px , right 15px bottom } bgpos225290 { background-position: left 15% bottom 15% , left 15px bottom 15px , right 15px bottom } bgpos225291 { background-position: left 15% bottom 15px , left 15px bottom 15px , right 15px bottom } bgpos225292 { background-position: left 15% top , left 15px bottom 15px , right 15px bottom } bgpos225293 { background-position: left 15% top 15% , left 15px bottom 15px , right 15px bottom } bgpos225294 { background-position: left 15% top 15px , left 15px bottom 15px , right 15px bottom } bgpos225295 { background-position: left 15% center , left 15px bottom 15px , right 15px bottom } bgpos225296 { background-position: left 15px bottom , left 15px bottom 15px , right 15px bottom } bgpos225297 { background-position: left 15px bottom 15% , left 15px bottom 15px , right 15px bottom } bgpos225298 { background-position: left 15px bottom 15px , left 15px bottom 15px , right 15px bottom } bgpos225299 { background-position: left 15px top , left 15px bottom 15px , right 15px bottom } bgpos225300 { background-position: left 15px top 15% , left 15px bottom 15px , right 15px bottom } bgpos225301 { background-position: left 15px top 15px , left 15px bottom 15px , right 15px bottom } bgpos225302 { background-position: left 15px center , left 15px bottom 15px , right 15px bottom } bgpos225303 { background-position: left center , left 15px bottom 15px , right 15px bottom } bgpos225304 { background-position: right bottom , left 15px bottom 15px , right 15px bottom } bgpos225305 { background-position: right bottom 15% , left 15px bottom 15px , right 15px bottom } bgpos225306 { background-position: right bottom 15px , left 15px bottom 15px , right 15px bottom } bgpos225307 { background-position: right top , left 15px bottom 15px , right 15px bottom } bgpos225308 { background-position: right top 15% , left 15px bottom 15px , right 15px bottom } bgpos225309 { background-position: right top 15px , left 15px bottom 15px , right 15px bottom } bgpos225310 { background-position: right 15% bottom , left 15px bottom 15px , right 15px bottom } bgpos225311 { background-position: right 15% bottom 15% , left 15px bottom 15px , right 15px bottom } bgpos225312 { background-position: right 15% bottom 15px , left 15px bottom 15px , right 15px bottom } bgpos225313 { background-position: right 15% top , left 15px bottom 15px , right 15px bottom } bgpos225314 { background-position: right 15% top 15% , left 15px bottom 15px , right 15px bottom } bgpos225315 { background-position: right 15% top 15px , left 15px bottom 15px , right 15px bottom } bgpos225316 { background-position: right 15% center , left 15px bottom 15px , right 15px bottom } bgpos225317 { background-position: right 15px bottom , left 15px bottom 15px , right 15px bottom } bgpos225318 { background-position: right 15px bottom 15% , left 15px bottom 15px , right 15px bottom } bgpos225319 { background-position: right 15px bottom 15px , left 15px bottom 15px , right 15px bottom } bgpos225320 { background-position: right 15px top , left 15px bottom 15px , right 15px bottom } bgpos225321 { background-position: right 15px top 15% , left 15px bottom 15px , right 15px bottom } bgpos225322 { background-position: right 15px top 15px , left 15px bottom 15px , right 15px bottom } bgpos225323 { background-position: right 15px center , left 15px bottom 15px , right 15px bottom } bgpos225324 { background-position: right center , left 15px bottom 15px , right 15px bottom } bgpos225325 { background-position: 100px , left 15px bottom 15px , right 15px bottom } bgpos225326 { background-position: 100px 10% , left 15px bottom 15px , right 15px bottom } bgpos225327 { background-position: 100px 100px , left 15px bottom 15px , right 15px bottom } bgpos225328 { background-position: 100px bottom , left 15px bottom 15px , right 15px bottom } bgpos225329 { background-position: 100px center , left 15px bottom 15px , right 15px bottom } bgpos225330 { background-position: 100px top , left 15px bottom 15px , right 15px bottom } bgpos225331 { background-position: 50% , left 15px bottom 15px , right 15px bottom } bgpos225332 { background-position: 50% 10% , left 15px bottom 15px , right 15px bottom } bgpos225333 { background-position: 50% 100px , left 15px bottom 15px , right 15px bottom } bgpos225334 { background-position: 50% bottom , left 15px bottom 15px , right 15px bottom } bgpos225335 { background-position: 50% center , left 15px bottom 15px , right 15px bottom } bgpos225336 { background-position: 50% top , left 15px bottom 15px , right 15px bottom } bgpos225337 { background-position: bottom, left 15px bottom 15px , right 15px bottom } bgpos225338 { background-position: center , left 15px bottom 15px , right 15px bottom } bgpos225339 { background-position: center bottom , left 15px bottom 15px , right 15px bottom } bgpos225340 { background-position: center bottom 15% , left 15px bottom 15px , right 15px bottom } bgpos225341 { background-position: center bottom 15px , left 15px bottom 15px , right 15px bottom } bgpos225342 { background-position: center top , left 15px bottom 15px , right 15px bottom } bgpos225343 { background-position: center top 15% , left 15px bottom 15px , right 15px bottom } bgpos225344 { background-position: center top 15px , left 15px bottom 15px , right 15px bottom } bgpos225345 { background-position: center 10% , left 15px bottom 15px , right 15px bottom } bgpos225346 { background-position: center 100px , left 15px bottom 15px , right 15px bottom } bgpos225347 { background-position: center bottom , left 15px bottom 15px , right 15px bottom } bgpos225348 { background-position: center center , left 15px bottom 15px , right 15px bottom } bgpos225349 { background-position: center top , left 15px bottom 15px , right 15px bottom } bgpos225350 { background-position: left , left 15px bottom 15px , right 15px bottom } bgpos225351 { background-position: left 10% , left 15px bottom 15px , right 15px bottom } bgpos225352 { background-position: left 100px , left 15px bottom 15px , right 15px bottom } bgpos225353 { background-position: left bottom , left 15px bottom 15px , right 15px bottom } bgpos225354 { background-position: left center , left 15px bottom 15px , right 15px bottom } bgpos225355 { background-position: left top , left 15px bottom 15px , right 15px bottom } bgpos225356 { background-position: right , left 15px bottom 15px , right 15px bottom } bgpos225357 { background-position: right 10% , left 15px bottom 15px , right 15px bottom } bgpos225358 { background-position: right 100px , left 15px bottom 15px , right 15px bottom } bgpos225359 { background-position: right bottom , left 15px bottom 15px , right 15px bottom } bgpos225360 { background-position: right center , left 15px bottom 15px , right 15px bottom } bgpos225361 { background-position: right top , left 15px bottom 15px , right 15px bottom } bgpos225362 { background-position: top , left 15px bottom 15px , right 15px bottom } bgpos225363 { background-position: left bottom , left 15px top , right 15px bottom } bgpos225364 { background-position: left bottom 15% , left 15px top , right 15px bottom } bgpos225365 { background-position: left bottom 15px , left 15px top , right 15px bottom } bgpos225366 { background-position: left top , left 15px top , right 15px bottom } bgpos225367 { background-position: left top 15% , left 15px top , right 15px bottom } bgpos225368 { background-position: left top 15px , left 15px top , right 15px bottom } bgpos225369 { background-position: left 15% bottom , left 15px top , right 15px bottom } bgpos225370 { background-position: left 15% bottom 15% , left 15px top , right 15px bottom } bgpos225371 { background-position: left 15% bottom 15px , left 15px top , right 15px bottom } bgpos225372 { background-position: left 15% top , left 15px top , right 15px bottom } bgpos225373 { background-position: left 15% top 15% , left 15px top , right 15px bottom } bgpos225374 { background-position: left 15% top 15px , left 15px top , right 15px bottom } bgpos225375 { background-position: left 15% center , left 15px top , right 15px bottom } bgpos225376 { background-position: left 15px bottom , left 15px top , right 15px bottom } bgpos225377 { background-position: left 15px bottom 15% , left 15px top , right 15px bottom } bgpos225378 { background-position: left 15px bottom 15px , left 15px top , right 15px bottom } bgpos225379 { background-position: left 15px top , left 15px top , right 15px bottom } bgpos225380 { background-position: left 15px top 15% , left 15px top , right 15px bottom } bgpos225381 { background-position: left 15px top 15px , left 15px top , right 15px bottom } bgpos225382 { background-position: left 15px center , left 15px top , right 15px bottom } bgpos225383 { background-position: left center , left 15px top , right 15px bottom } bgpos225384 { background-position: right bottom , left 15px top , right 15px bottom } bgpos225385 { background-position: right bottom 15% , left 15px top , right 15px bottom } bgpos225386 { background-position: right bottom 15px , left 15px top , right 15px bottom } bgpos225387 { background-position: right top , left 15px top , right 15px bottom } bgpos225388 { background-position: right top 15% , left 15px top , right 15px bottom } bgpos225389 { background-position: right top 15px , left 15px top , right 15px bottom } bgpos225390 { background-position: right 15% bottom , left 15px top , right 15px bottom } bgpos225391 { background-position: right 15% bottom 15% , left 15px top , right 15px bottom } bgpos225392 { background-position: right 15% bottom 15px , left 15px top , right 15px bottom } bgpos225393 { background-position: right 15% top , left 15px top , right 15px bottom } bgpos225394 { background-position: right 15% top 15% , left 15px top , right 15px bottom } bgpos225395 { background-position: right 15% top 15px , left 15px top , right 15px bottom } bgpos225396 { background-position: right 15% center , left 15px top , right 15px bottom } bgpos225397 { background-position: right 15px bottom , left 15px top , right 15px bottom } bgpos225398 { background-position: right 15px bottom 15% , left 15px top , right 15px bottom } bgpos225399 { background-position: right 15px bottom 15px , left 15px top , right 15px bottom } bgpos225400 { background-position: right 15px top , left 15px top , right 15px bottom } bgpos225401 { background-position: right 15px top 15% , left 15px top , right 15px bottom } bgpos225402 { background-position: right 15px top 15px , left 15px top , right 15px bottom } bgpos225403 { background-position: right 15px center , left 15px top , right 15px bottom } bgpos225404 { background-position: right center , left 15px top , right 15px bottom } bgpos225405 { background-position: 100px , left 15px top , right 15px bottom } bgpos225406 { background-position: 100px 10% , left 15px top , right 15px bottom } bgpos225407 { background-position: 100px 100px , left 15px top , right 15px bottom } bgpos225408 { background-position: 100px bottom , left 15px top , right 15px bottom } bgpos225409 { background-position: 100px center , left 15px top , right 15px bottom } bgpos225410 { background-position: 100px top , left 15px top , right 15px bottom } bgpos225411 { background-position: 50% , left 15px top , right 15px bottom } bgpos225412 { background-position: 50% 10% , left 15px top , right 15px bottom } bgpos225413 { background-position: 50% 100px , left 15px top , right 15px bottom } bgpos225414 { background-position: 50% bottom , left 15px top , right 15px bottom } bgpos225415 { background-position: 50% center , left 15px top , right 15px bottom } bgpos225416 { background-position: 50% top , left 15px top , right 15px bottom } bgpos225417 { background-position: bottom, left 15px top , right 15px bottom } bgpos225418 { background-position: center , left 15px top , right 15px bottom } bgpos225419 { background-position: center bottom , left 15px top , right 15px bottom } bgpos225420 { background-position: center bottom 15% , left 15px top , right 15px bottom } bgpos225421 { background-position: center bottom 15px , left 15px top , right 15px bottom } bgpos225422 { background-position: center top , left 15px top , right 15px bottom } bgpos225423 { background-position: center top 15% , left 15px top , right 15px bottom } bgpos225424 { background-position: center top 15px , left 15px top , right 15px bottom } bgpos225425 { background-position: center 10% , left 15px top , right 15px bottom } bgpos225426 { background-position: center 100px , left 15px top , right 15px bottom } bgpos225427 { background-position: center bottom , left 15px top , right 15px bottom } bgpos225428 { background-position: center center , left 15px top , right 15px bottom } bgpos225429 { background-position: center top , left 15px top , right 15px bottom } bgpos225430 { background-position: left , left 15px top , right 15px bottom } bgpos225431 { background-position: left 10% , left 15px top , right 15px bottom } bgpos225432 { background-position: left 100px , left 15px top , right 15px bottom } bgpos225433 { background-position: left bottom , left 15px top , right 15px bottom } bgpos225434 { background-position: left center , left 15px top , right 15px bottom } bgpos225435 { background-position: left top , left 15px top , right 15px bottom } bgpos225436 { background-position: right , left 15px top , right 15px bottom } bgpos225437 { background-position: right 10% , left 15px top , right 15px bottom } bgpos225438 { background-position: right 100px , left 15px top , right 15px bottom } bgpos225439 { background-position: right bottom , left 15px top , right 15px bottom } bgpos225440 { background-position: right center , left 15px top , right 15px bottom } bgpos225441 { background-position: right top , left 15px top , right 15px bottom } bgpos225442 { background-position: top , left 15px top , right 15px bottom } bgpos225443 { background-position: left bottom , left 15px top 15% , right 15px bottom } bgpos225444 { background-position: left bottom 15% , left 15px top 15% , right 15px bottom } bgpos225445 { background-position: left bottom 15px , left 15px top 15% , right 15px bottom } bgpos225446 { background-position: left top , left 15px top 15% , right 15px bottom } bgpos225447 { background-position: left top 15% , left 15px top 15% , right 15px bottom } bgpos225448 { background-position: left top 15px , left 15px top 15% , right 15px bottom } bgpos225449 { background-position: left 15% bottom , left 15px top 15% , right 15px bottom } bgpos225450 { background-position: left 15% bottom 15% , left 15px top 15% , right 15px bottom } bgpos225451 { background-position: left 15% bottom 15px , left 15px top 15% , right 15px bottom } bgpos225452 { background-position: left 15% top , left 15px top 15% , right 15px bottom } bgpos225453 { background-position: left 15% top 15% , left 15px top 15% , right 15px bottom } bgpos225454 { background-position: left 15% top 15px , left 15px top 15% , right 15px bottom } bgpos225455 { background-position: left 15% center , left 15px top 15% , right 15px bottom } bgpos225456 { background-position: left 15px bottom , left 15px top 15% , right 15px bottom } bgpos225457 { background-position: left 15px bottom 15% , left 15px top 15% , right 15px bottom } bgpos225458 { background-position: left 15px bottom 15px , left 15px top 15% , right 15px bottom } bgpos225459 { background-position: left 15px top , left 15px top 15% , right 15px bottom } bgpos225460 { background-position: left 15px top 15% , left 15px top 15% , right 15px bottom } bgpos225461 { background-position: left 15px top 15px , left 15px top 15% , right 15px bottom } bgpos225462 { background-position: left 15px center , left 15px top 15% , right 15px bottom } bgpos225463 { background-position: left center , left 15px top 15% , right 15px bottom } bgpos225464 { background-position: right bottom , left 15px top 15% , right 15px bottom } bgpos225465 { background-position: right bottom 15% , left 15px top 15% , right 15px bottom } bgpos225466 { background-position: right bottom 15px , left 15px top 15% , right 15px bottom } bgpos225467 { background-position: right top , left 15px top 15% , right 15px bottom } bgpos225468 { background-position: right top 15% , left 15px top 15% , right 15px bottom } bgpos225469 { background-position: right top 15px , left 15px top 15% , right 15px bottom } bgpos225470 { background-position: right 15% bottom , left 15px top 15% , right 15px bottom } bgpos225471 { background-position: right 15% bottom 15% , left 15px top 15% , right 15px bottom } bgpos225472 { background-position: right 15% bottom 15px , left 15px top 15% , right 15px bottom } bgpos225473 { background-position: right 15% top , left 15px top 15% , right 15px bottom } bgpos225474 { background-position: right 15% top 15% , left 15px top 15% , right 15px bottom } bgpos225475 { background-position: right 15% top 15px , left 15px top 15% , right 15px bottom } bgpos225476 { background-position: right 15% center , left 15px top 15% , right 15px bottom } bgpos225477 { background-position: right 15px bottom , left 15px top 15% , right 15px bottom } bgpos225478 { background-position: right 15px bottom 15% , left 15px top 15% , right 15px bottom } bgpos225479 { background-position: right 15px bottom 15px , left 15px top 15% , right 15px bottom } bgpos225480 { background-position: right 15px top , left 15px top 15% , right 15px bottom } bgpos225481 { background-position: right 15px top 15% , left 15px top 15% , right 15px bottom } bgpos225482 { background-position: right 15px top 15px , left 15px top 15% , right 15px bottom } bgpos225483 { background-position: right 15px center , left 15px top 15% , right 15px bottom } bgpos225484 { background-position: right center , left 15px top 15% , right 15px bottom } bgpos225485 { background-position: 100px , left 15px top 15% , right 15px bottom } bgpos225486 { background-position: 100px 10% , left 15px top 15% , right 15px bottom } bgpos225487 { background-position: 100px 100px , left 15px top 15% , right 15px bottom } bgpos225488 { background-position: 100px bottom , left 15px top 15% , right 15px bottom } bgpos225489 { background-position: 100px center , left 15px top 15% , right 15px bottom } bgpos225490 { background-position: 100px top , left 15px top 15% , right 15px bottom } bgpos225491 { background-position: 50% , left 15px top 15% , right 15px bottom } bgpos225492 { background-position: 50% 10% , left 15px top 15% , right 15px bottom } bgpos225493 { background-position: 50% 100px , left 15px top 15% , right 15px bottom } bgpos225494 { background-position: 50% bottom , left 15px top 15% , right 15px bottom } bgpos225495 { background-position: 50% center , left 15px top 15% , right 15px bottom } bgpos225496 { background-position: 50% top , left 15px top 15% , right 15px bottom } bgpos225497 { background-position: bottom, left 15px top 15% , right 15px bottom } bgpos225498 { background-position: center , left 15px top 15% , right 15px bottom } bgpos225499 { background-position: center bottom , left 15px top 15% , right 15px bottom } bgpos225500 { background-position: center bottom 15% , left 15px top 15% , right 15px bottom } bgpos225501 { background-position: center bottom 15px , left 15px top 15% , right 15px bottom } bgpos225502 { background-position: center top , left 15px top 15% , right 15px bottom } bgpos225503 { background-position: center top 15% , left 15px top 15% , right 15px bottom } bgpos225504 { background-position: center top 15px , left 15px top 15% , right 15px bottom } bgpos225505 { background-position: center 10% , left 15px top 15% , right 15px bottom } bgpos225506 { background-position: center 100px , left 15px top 15% , right 15px bottom } bgpos225507 { background-position: center bottom , left 15px top 15% , right 15px bottom } bgpos225508 { background-position: center center , left 15px top 15% , right 15px bottom } bgpos225509 { background-position: center top , left 15px top 15% , right 15px bottom } bgpos225510 { background-position: left , left 15px top 15% , right 15px bottom } bgpos225511 { background-position: left 10% , left 15px top 15% , right 15px bottom } bgpos225512 { background-position: left 100px , left 15px top 15% , right 15px bottom } bgpos225513 { background-position: left bottom , left 15px top 15% , right 15px bottom } bgpos225514 { background-position: left center , left 15px top 15% , right 15px bottom } bgpos225515 { background-position: left top , left 15px top 15% , right 15px bottom } bgpos225516 { background-position: right , left 15px top 15% , right 15px bottom } bgpos225517 { background-position: right 10% , left 15px top 15% , right 15px bottom } bgpos225518 { background-position: right 100px , left 15px top 15% , right 15px bottom } bgpos225519 { background-position: right bottom , left 15px top 15% , right 15px bottom } bgpos225520 { background-position: right center , left 15px top 15% , right 15px bottom } bgpos225521 { background-position: right top , left 15px top 15% , right 15px bottom } bgpos225522 { background-position: top , left 15px top 15% , right 15px bottom } bgpos225523 { background-position: left bottom , left 15px top 15px , right 15px bottom } bgpos225524 { background-position: left bottom 15% , left 15px top 15px , right 15px bottom } bgpos225525 { background-position: left bottom 15px , left 15px top 15px , right 15px bottom } bgpos225526 { background-position: left top , left 15px top 15px , right 15px bottom } bgpos225527 { background-position: left top 15% , left 15px top 15px , right 15px bottom } bgpos225528 { background-position: left top 15px , left 15px top 15px , right 15px bottom } bgpos225529 { background-position: left 15% bottom , left 15px top 15px , right 15px bottom } bgpos225530 { background-position: left 15% bottom 15% , left 15px top 15px , right 15px bottom } bgpos225531 { background-position: left 15% bottom 15px , left 15px top 15px , right 15px bottom } bgpos225532 { background-position: left 15% top , left 15px top 15px , right 15px bottom } bgpos225533 { background-position: left 15% top 15% , left 15px top 15px , right 15px bottom } bgpos225534 { background-position: left 15% top 15px , left 15px top 15px , right 15px bottom } bgpos225535 { background-position: left 15% center , left 15px top 15px , right 15px bottom } bgpos225536 { background-position: left 15px bottom , left 15px top 15px , right 15px bottom } bgpos225537 { background-position: left 15px bottom 15% , left 15px top 15px , right 15px bottom } bgpos225538 { background-position: left 15px bottom 15px , left 15px top 15px , right 15px bottom } bgpos225539 { background-position: left 15px top , left 15px top 15px , right 15px bottom } bgpos225540 { background-position: left 15px top 15% , left 15px top 15px , right 15px bottom } bgpos225541 { background-position: left 15px top 15px , left 15px top 15px , right 15px bottom } bgpos225542 { background-position: left 15px center , left 15px top 15px , right 15px bottom } bgpos225543 { background-position: left center , left 15px top 15px , right 15px bottom } bgpos225544 { background-position: right bottom , left 15px top 15px , right 15px bottom } bgpos225545 { background-position: right bottom 15% , left 15px top 15px , right 15px bottom } bgpos225546 { background-position: right bottom 15px , left 15px top 15px , right 15px bottom } bgpos225547 { background-position: right top , left 15px top 15px , right 15px bottom } bgpos225548 { background-position: right top 15% , left 15px top 15px , right 15px bottom } bgpos225549 { background-position: right top 15px , left 15px top 15px , right 15px bottom } bgpos225550 { background-position: right 15% bottom , left 15px top 15px , right 15px bottom } bgpos225551 { background-position: right 15% bottom 15% , left 15px top 15px , right 15px bottom } bgpos225552 { background-position: right 15% bottom 15px , left 15px top 15px , right 15px bottom } bgpos225553 { background-position: right 15% top , left 15px top 15px , right 15px bottom } bgpos225554 { background-position: right 15% top 15% , left 15px top 15px , right 15px bottom } bgpos225555 { background-position: right 15% top 15px , left 15px top 15px , right 15px bottom } bgpos225556 { background-position: right 15% center , left 15px top 15px , right 15px bottom } bgpos225557 { background-position: right 15px bottom , left 15px top 15px , right 15px bottom } bgpos225558 { background-position: right 15px bottom 15% , left 15px top 15px , right 15px bottom } bgpos225559 { background-position: right 15px bottom 15px , left 15px top 15px , right 15px bottom } bgpos225560 { background-position: right 15px top , left 15px top 15px , right 15px bottom } bgpos225561 { background-position: right 15px top 15% , left 15px top 15px , right 15px bottom } bgpos225562 { background-position: right 15px top 15px , left 15px top 15px , right 15px bottom } bgpos225563 { background-position: right 15px center , left 15px top 15px , right 15px bottom } bgpos225564 { background-position: right center , left 15px top 15px , right 15px bottom } bgpos225565 { background-position: 100px , left 15px top 15px , right 15px bottom } bgpos225566 { background-position: 100px 10% , left 15px top 15px , right 15px bottom } bgpos225567 { background-position: 100px 100px , left 15px top 15px , right 15px bottom } bgpos225568 { background-position: 100px bottom , left 15px top 15px , right 15px bottom } bgpos225569 { background-position: 100px center , left 15px top 15px , right 15px bottom } bgpos225570 { background-position: 100px top , left 15px top 15px , right 15px bottom } bgpos225571 { background-position: 50% , left 15px top 15px , right 15px bottom } bgpos225572 { background-position: 50% 10% , left 15px top 15px , right 15px bottom } bgpos225573 { background-position: 50% 100px , left 15px top 15px , right 15px bottom } bgpos225574 { background-position: 50% bottom , left 15px top 15px , right 15px bottom } bgpos225575 { background-position: 50% center , left 15px top 15px , right 15px bottom } bgpos225576 { background-position: 50% top , left 15px top 15px , right 15px bottom } bgpos225577 { background-position: bottom, left 15px top 15px , right 15px bottom } bgpos225578 { background-position: center , left 15px top 15px , right 15px bottom } bgpos225579 { background-position: center bottom , left 15px top 15px , right 15px bottom } bgpos225580 { background-position: center bottom 15% , left 15px top 15px , right 15px bottom } bgpos225581 { background-position: center bottom 15px , left 15px top 15px , right 15px bottom } bgpos225582 { background-position: center top , left 15px top 15px , right 15px bottom } bgpos225583 { background-position: center top 15% , left 15px top 15px , right 15px bottom } bgpos225584 { background-position: center top 15px , left 15px top 15px , right 15px bottom } bgpos225585 { background-position: center 10% , left 15px top 15px , right 15px bottom } bgpos225586 { background-position: center 100px , left 15px top 15px , right 15px bottom } bgpos225587 { background-position: center bottom , left 15px top 15px , right 15px bottom } bgpos225588 { background-position: center center , left 15px top 15px , right 15px bottom } bgpos225589 { background-position: center top , left 15px top 15px , right 15px bottom } bgpos225590 { background-position: left , left 15px top 15px , right 15px bottom } bgpos225591 { background-position: left 10% , left 15px top 15px , right 15px bottom } bgpos225592 { background-position: left 100px , left 15px top 15px , right 15px bottom } bgpos225593 { background-position: left bottom , left 15px top 15px , right 15px bottom } bgpos225594 { background-position: left center , left 15px top 15px , right 15px bottom } bgpos225595 { background-position: left top , left 15px top 15px , right 15px bottom } bgpos225596 { background-position: right , left 15px top 15px , right 15px bottom } bgpos225597 { background-position: right 10% , left 15px top 15px , right 15px bottom } bgpos225598 { background-position: right 100px , left 15px top 15px , right 15px bottom } bgpos225599 { background-position: right bottom , left 15px top 15px , right 15px bottom } bgpos225600 { background-position: right center , left 15px top 15px , right 15px bottom } bgpos225601 { background-position: right top , left 15px top 15px , right 15px bottom } bgpos225602 { background-position: top , left 15px top 15px , right 15px bottom } bgpos225603 { background-position: left bottom , left 15px center , right 15px bottom } bgpos225604 { background-position: left bottom 15% , left 15px center , right 15px bottom } bgpos225605 { background-position: left bottom 15px , left 15px center , right 15px bottom } bgpos225606 { background-position: left top , left 15px center , right 15px bottom } bgpos225607 { background-position: left top 15% , left 15px center , right 15px bottom } bgpos225608 { background-position: left top 15px , left 15px center , right 15px bottom } bgpos225609 { background-position: left 15% bottom , left 15px center , right 15px bottom } bgpos225610 { background-position: left 15% bottom 15% , left 15px center , right 15px bottom } bgpos225611 { background-position: left 15% bottom 15px , left 15px center , right 15px bottom } bgpos225612 { background-position: left 15% top , left 15px center , right 15px bottom } bgpos225613 { background-position: left 15% top 15% , left 15px center , right 15px bottom } bgpos225614 { background-position: left 15% top 15px , left 15px center , right 15px bottom } bgpos225615 { background-position: left 15% center , left 15px center , right 15px bottom } bgpos225616 { background-position: left 15px bottom , left 15px center , right 15px bottom } bgpos225617 { background-position: left 15px bottom 15% , left 15px center , right 15px bottom } bgpos225618 { background-position: left 15px bottom 15px , left 15px center , right 15px bottom } bgpos225619 { background-position: left 15px top , left 15px center , right 15px bottom } bgpos225620 { background-position: left 15px top 15% , left 15px center , right 15px bottom } bgpos225621 { background-position: left 15px top 15px , left 15px center , right 15px bottom } bgpos225622 { background-position: left 15px center , left 15px center , right 15px bottom } bgpos225623 { background-position: left center , left 15px center , right 15px bottom } bgpos225624 { background-position: right bottom , left 15px center , right 15px bottom } bgpos225625 { background-position: right bottom 15% , left 15px center , right 15px bottom } bgpos225626 { background-position: right bottom 15px , left 15px center , right 15px bottom } bgpos225627 { background-position: right top , left 15px center , right 15px bottom } bgpos225628 { background-position: right top 15% , left 15px center , right 15px bottom } bgpos225629 { background-position: right top 15px , left 15px center , right 15px bottom } bgpos225630 { background-position: right 15% bottom , left 15px center , right 15px bottom } bgpos225631 { background-position: right 15% bottom 15% , left 15px center , right 15px bottom } bgpos225632 { background-position: right 15% bottom 15px , left 15px center , right 15px bottom } bgpos225633 { background-position: right 15% top , left 15px center , right 15px bottom } bgpos225634 { background-position: right 15% top 15% , left 15px center , right 15px bottom } bgpos225635 { background-position: right 15% top 15px , left 15px center , right 15px bottom } bgpos225636 { background-position: right 15% center , left 15px center , right 15px bottom } bgpos225637 { background-position: right 15px bottom , left 15px center , right 15px bottom } bgpos225638 { background-position: right 15px bottom 15% , left 15px center , right 15px bottom } bgpos225639 { background-position: right 15px bottom 15px , left 15px center , right 15px bottom } bgpos225640 { background-position: right 15px top , left 15px center , right 15px bottom } bgpos225641 { background-position: right 15px top 15% , left 15px center , right 15px bottom } bgpos225642 { background-position: right 15px top 15px , left 15px center , right 15px bottom } bgpos225643 { background-position: right 15px center , left 15px center , right 15px bottom } bgpos225644 { background-position: right center , left 15px center , right 15px bottom } bgpos225645 { background-position: 100px , left 15px center , right 15px bottom } bgpos225646 { background-position: 100px 10% , left 15px center , right 15px bottom } bgpos225647 { background-position: 100px 100px , left 15px center , right 15px bottom } bgpos225648 { background-position: 100px bottom , left 15px center , right 15px bottom } bgpos225649 { background-position: 100px center , left 15px center , right 15px bottom } bgpos225650 { background-position: 100px top , left 15px center , right 15px bottom } bgpos225651 { background-position: 50% , left 15px center , right 15px bottom } bgpos225652 { background-position: 50% 10% , left 15px center , right 15px bottom } bgpos225653 { background-position: 50% 100px , left 15px center , right 15px bottom } bgpos225654 { background-position: 50% bottom , left 15px center , right 15px bottom } bgpos225655 { background-position: 50% center , left 15px center , right 15px bottom } bgpos225656 { background-position: 50% top , left 15px center , right 15px bottom } bgpos225657 { background-position: bottom, left 15px center , right 15px bottom } bgpos225658 { background-position: center , left 15px center , right 15px bottom } bgpos225659 { background-position: center bottom , left 15px center , right 15px bottom } bgpos225660 { background-position: center bottom 15% , left 15px center , right 15px bottom } bgpos225661 { background-position: center bottom 15px , left 15px center , right 15px bottom } bgpos225662 { background-position: center top , left 15px center , right 15px bottom } bgpos225663 { background-position: center top 15% , left 15px center , right 15px bottom } bgpos225664 { background-position: center top 15px , left 15px center , right 15px bottom } bgpos225665 { background-position: center 10% , left 15px center , right 15px bottom } bgpos225666 { background-position: center 100px , left 15px center , right 15px bottom } bgpos225667 { background-position: center bottom , left 15px center , right 15px bottom } bgpos225668 { background-position: center center , left 15px center , right 15px bottom } bgpos225669 { background-position: center top , left 15px center , right 15px bottom } bgpos225670 { background-position: left , left 15px center , right 15px bottom } bgpos225671 { background-position: left 10% , left 15px center , right 15px bottom } bgpos225672 { background-position: left 100px , left 15px center , right 15px bottom } bgpos225673 { background-position: left bottom , left 15px center , right 15px bottom } bgpos225674 { background-position: left center , left 15px center , right 15px bottom } bgpos225675 { background-position: left top , left 15px center , right 15px bottom } bgpos225676 { background-position: right , left 15px center , right 15px bottom } bgpos225677 { background-position: right 10% , left 15px center , right 15px bottom } bgpos225678 { background-position: right 100px , left 15px center , right 15px bottom } bgpos225679 { background-position: right bottom , left 15px center , right 15px bottom } bgpos225680 { background-position: right center , left 15px center , right 15px bottom } bgpos225681 { background-position: right top , left 15px center , right 15px bottom } bgpos225682 { background-position: top , left 15px center , right 15px bottom } bgpos225683 { background-position: left bottom , left center , right 15px bottom } bgpos225684 { background-position: left bottom 15% , left center , right 15px bottom } bgpos225685 { background-position: left bottom 15px , left center , right 15px bottom } bgpos225686 { background-position: left top , left center , right 15px bottom } bgpos225687 { background-position: left top 15% , left center , right 15px bottom } bgpos225688 { background-position: left top 15px , left center , right 15px bottom } bgpos225689 { background-position: left 15% bottom , left center , right 15px bottom } bgpos225690 { background-position: left 15% bottom 15% , left center , right 15px bottom } bgpos225691 { background-position: left 15% bottom 15px , left center , right 15px bottom } bgpos225692 { background-position: left 15% top , left center , right 15px bottom } bgpos225693 { background-position: left 15% top 15% , left center , right 15px bottom } bgpos225694 { background-position: left 15% top 15px , left center , right 15px bottom } bgpos225695 { background-position: left 15% center , left center , right 15px bottom } bgpos225696 { background-position: left 15px bottom , left center , right 15px bottom } bgpos225697 { background-position: left 15px bottom 15% , left center , right 15px bottom } bgpos225698 { background-position: left 15px bottom 15px , left center , right 15px bottom } bgpos225699 { background-position: left 15px top , left center , right 15px bottom } bgpos225700 { background-position: left 15px top 15% , left center , right 15px bottom } bgpos225701 { background-position: left 15px top 15px , left center , right 15px bottom } bgpos225702 { background-position: left 15px center , left center , right 15px bottom } bgpos225703 { background-position: left center , left center , right 15px bottom } bgpos225704 { background-position: right bottom , left center , right 15px bottom } bgpos225705 { background-position: right bottom 15% , left center , right 15px bottom } bgpos225706 { background-position: right bottom 15px , left center , right 15px bottom } bgpos225707 { background-position: right top , left center , right 15px bottom } bgpos225708 { background-position: right top 15% , left center , right 15px bottom } bgpos225709 { background-position: right top 15px , left center , right 15px bottom } bgpos225710 { background-position: right 15% bottom , left center , right 15px bottom } bgpos225711 { background-position: right 15% bottom 15% , left center , right 15px bottom } bgpos225712 { background-position: right 15% bottom 15px , left center , right 15px bottom } bgpos225713 { background-position: right 15% top , left center , right 15px bottom } bgpos225714 { background-position: right 15% top 15% , left center , right 15px bottom } bgpos225715 { background-position: right 15% top 15px , left center , right 15px bottom } bgpos225716 { background-position: right 15% center , left center , right 15px bottom } bgpos225717 { background-position: right 15px bottom , left center , right 15px bottom } bgpos225718 { background-position: right 15px bottom 15% , left center , right 15px bottom } bgpos225719 { background-position: right 15px bottom 15px , left center , right 15px bottom } bgpos225720 { background-position: right 15px top , left center , right 15px bottom } bgpos225721 { background-position: right 15px top 15% , left center , right 15px bottom } bgpos225722 { background-position: right 15px top 15px , left center , right 15px bottom } bgpos225723 { background-position: right 15px center , left center , right 15px bottom } bgpos225724 { background-position: right center , left center , right 15px bottom } bgpos225725 { background-position: 100px , left center , right 15px bottom } bgpos225726 { background-position: 100px 10% , left center , right 15px bottom } bgpos225727 { background-position: 100px 100px , left center , right 15px bottom } bgpos225728 { background-position: 100px bottom , left center , right 15px bottom } bgpos225729 { background-position: 100px center , left center , right 15px bottom } bgpos225730 { background-position: 100px top , left center , right 15px bottom } bgpos225731 { background-position: 50% , left center , right 15px bottom } bgpos225732 { background-position: 50% 10% , left center , right 15px bottom } bgpos225733 { background-position: 50% 100px , left center , right 15px bottom } bgpos225734 { background-position: 50% bottom , left center , right 15px bottom } bgpos225735 { background-position: 50% center , left center , right 15px bottom } bgpos225736 { background-position: 50% top , left center , right 15px bottom } bgpos225737 { background-position: bottom, left center , right 15px bottom } bgpos225738 { background-position: center , left center , right 15px bottom } bgpos225739 { background-position: center bottom , left center , right 15px bottom } bgpos225740 { background-position: center bottom 15% , left center , right 15px bottom } bgpos225741 { background-position: center bottom 15px , left center , right 15px bottom } bgpos225742 { background-position: center top , left center , right 15px bottom } bgpos225743 { background-position: center top 15% , left center , right 15px bottom } bgpos225744 { background-position: center top 15px , left center , right 15px bottom } bgpos225745 { background-position: center 10% , left center , right 15px bottom } bgpos225746 { background-position: center 100px , left center , right 15px bottom } bgpos225747 { background-position: center bottom , left center , right 15px bottom } bgpos225748 { background-position: center center , left center , right 15px bottom } bgpos225749 { background-position: center top , left center , right 15px bottom } bgpos225750 { background-position: left , left center , right 15px bottom } bgpos225751 { background-position: left 10% , left center , right 15px bottom } bgpos225752 { background-position: left 100px , left center , right 15px bottom } bgpos225753 { background-position: left bottom , left center , right 15px bottom } bgpos225754 { background-position: left center , left center , right 15px bottom } bgpos225755 { background-position: left top , left center , right 15px bottom } bgpos225756 { background-position: right , left center , right 15px bottom } bgpos225757 { background-position: right 10% , left center , right 15px bottom } bgpos225758 { background-position: right 100px , left center , right 15px bottom } bgpos225759 { background-position: right bottom , left center , right 15px bottom } bgpos225760 { background-position: right center , left center , right 15px bottom } bgpos225761 { background-position: right top , left center , right 15px bottom } bgpos225762 { background-position: top , left center , right 15px bottom } bgpos225763 { background-position: left bottom , right bottom , right 15px bottom } bgpos225764 { background-position: left bottom 15% , right bottom , right 15px bottom } bgpos225765 { background-position: left bottom 15px , right bottom , right 15px bottom } bgpos225766 { background-position: left top , right bottom , right 15px bottom } bgpos225767 { background-position: left top 15% , right bottom , right 15px bottom } bgpos225768 { background-position: left top 15px , right bottom , right 15px bottom } bgpos225769 { background-position: left 15% bottom , right bottom , right 15px bottom } bgpos225770 { background-position: left 15% bottom 15% , right bottom , right 15px bottom } bgpos225771 { background-position: left 15% bottom 15px , right bottom , right 15px bottom } bgpos225772 { background-position: left 15% top , right bottom , right 15px bottom } bgpos225773 { background-position: left 15% top 15% , right bottom , right 15px bottom } bgpos225774 { background-position: left 15% top 15px , right bottom , right 15px bottom } bgpos225775 { background-position: left 15% center , right bottom , right 15px bottom } bgpos225776 { background-position: left 15px bottom , right bottom , right 15px bottom } bgpos225777 { background-position: left 15px bottom 15% , right bottom , right 15px bottom } bgpos225778 { background-position: left 15px bottom 15px , right bottom , right 15px bottom } bgpos225779 { background-position: left 15px top , right bottom , right 15px bottom } bgpos225780 { background-position: left 15px top 15% , right bottom , right 15px bottom } bgpos225781 { background-position: left 15px top 15px , right bottom , right 15px bottom } bgpos225782 { background-position: left 15px center , right bottom , right 15px bottom } bgpos225783 { background-position: left center , right bottom , right 15px bottom } bgpos225784 { background-position: right bottom , right bottom , right 15px bottom } bgpos225785 { background-position: right bottom 15% , right bottom , right 15px bottom } bgpos225786 { background-position: right bottom 15px , right bottom , right 15px bottom } bgpos225787 { background-position: right top , right bottom , right 15px bottom } bgpos225788 { background-position: right top 15% , right bottom , right 15px bottom } bgpos225789 { background-position: right top 15px , right bottom , right 15px bottom } bgpos225790 { background-position: right 15% bottom , right bottom , right 15px bottom } bgpos225791 { background-position: right 15% bottom 15% , right bottom , right 15px bottom } bgpos225792 { background-position: right 15% bottom 15px , right bottom , right 15px bottom } bgpos225793 { background-position: right 15% top , right bottom , right 15px bottom } bgpos225794 { background-position: right 15% top 15% , right bottom , right 15px bottom } bgpos225795 { background-position: right 15% top 15px , right bottom , right 15px bottom } bgpos225796 { background-position: right 15% center , right bottom , right 15px bottom } bgpos225797 { background-position: right 15px bottom , right bottom , right 15px bottom } bgpos225798 { background-position: right 15px bottom 15% , right bottom , right 15px bottom } bgpos225799 { background-position: right 15px bottom 15px , right bottom , right 15px bottom } bgpos225800 { background-position: right 15px top , right bottom , right 15px bottom } bgpos225801 { background-position: right 15px top 15% , right bottom , right 15px bottom } bgpos225802 { background-position: right 15px top 15px , right bottom , right 15px bottom } bgpos225803 { background-position: right 15px center , right bottom , right 15px bottom } bgpos225804 { background-position: right center , right bottom , right 15px bottom } bgpos225805 { background-position: 100px , right bottom , right 15px bottom } bgpos225806 { background-position: 100px 10% , right bottom , right 15px bottom } bgpos225807 { background-position: 100px 100px , right bottom , right 15px bottom } bgpos225808 { background-position: 100px bottom , right bottom , right 15px bottom } bgpos225809 { background-position: 100px center , right bottom , right 15px bottom } bgpos225810 { background-position: 100px top , right bottom , right 15px bottom } bgpos225811 { background-position: 50% , right bottom , right 15px bottom } bgpos225812 { background-position: 50% 10% , right bottom , right 15px bottom } bgpos225813 { background-position: 50% 100px , right bottom , right 15px bottom } bgpos225814 { background-position: 50% bottom , right bottom , right 15px bottom } bgpos225815 { background-position: 50% center , right bottom , right 15px bottom } bgpos225816 { background-position: 50% top , right bottom , right 15px bottom } bgpos225817 { background-position: bottom, right bottom , right 15px bottom } bgpos225818 { background-position: center , right bottom , right 15px bottom } bgpos225819 { background-position: center bottom , right bottom , right 15px bottom } bgpos225820 { background-position: center bottom 15% , right bottom , right 15px bottom } bgpos225821 { background-position: center bottom 15px , right bottom , right 15px bottom } bgpos225822 { background-position: center top , right bottom , right 15px bottom } bgpos225823 { background-position: center top 15% , right bottom , right 15px bottom } bgpos225824 { background-position: center top 15px , right bottom , right 15px bottom } bgpos225825 { background-position: center 10% , right bottom , right 15px bottom } bgpos225826 { background-position: center 100px , right bottom , right 15px bottom } bgpos225827 { background-position: center bottom , right bottom , right 15px bottom } bgpos225828 { background-position: center center , right bottom , right 15px bottom } bgpos225829 { background-position: center top , right bottom , right 15px bottom } bgpos225830 { background-position: left , right bottom , right 15px bottom } bgpos225831 { background-position: left 10% , right bottom , right 15px bottom } bgpos225832 { background-position: left 100px , right bottom , right 15px bottom } bgpos225833 { background-position: left bottom , right bottom , right 15px bottom } bgpos225834 { background-position: left center , right bottom , right 15px bottom } bgpos225835 { background-position: left top , right bottom , right 15px bottom } bgpos225836 { background-position: right , right bottom , right 15px bottom } bgpos225837 { background-position: right 10% , right bottom , right 15px bottom } bgpos225838 { background-position: right 100px , right bottom , right 15px bottom } bgpos225839 { background-position: right bottom , right bottom , right 15px bottom } bgpos225840 { background-position: right center , right bottom , right 15px bottom } bgpos225841 { background-position: right top , right bottom , right 15px bottom } bgpos225842 { background-position: top , right bottom , right 15px bottom } bgpos225843 { background-position: left bottom , right bottom 15% , right 15px bottom } bgpos225844 { background-position: left bottom 15% , right bottom 15% , right 15px bottom } bgpos225845 { background-position: left bottom 15px , right bottom 15% , right 15px bottom } bgpos225846 { background-position: left top , right bottom 15% , right 15px bottom } bgpos225847 { background-position: left top 15% , right bottom 15% , right 15px bottom } bgpos225848 { background-position: left top 15px , right bottom 15% , right 15px bottom } bgpos225849 { background-position: left 15% bottom , right bottom 15% , right 15px bottom } bgpos225850 { background-position: left 15% bottom 15% , right bottom 15% , right 15px bottom } bgpos225851 { background-position: left 15% bottom 15px , right bottom 15% , right 15px bottom } bgpos225852 { background-position: left 15% top , right bottom 15% , right 15px bottom } bgpos225853 { background-position: left 15% top 15% , right bottom 15% , right 15px bottom } bgpos225854 { background-position: left 15% top 15px , right bottom 15% , right 15px bottom } bgpos225855 { background-position: left 15% center , right bottom 15% , right 15px bottom } bgpos225856 { background-position: left 15px bottom , right bottom 15% , right 15px bottom } bgpos225857 { background-position: left 15px bottom 15% , right bottom 15% , right 15px bottom } bgpos225858 { background-position: left 15px bottom 15px , right bottom 15% , right 15px bottom } bgpos225859 { background-position: left 15px top , right bottom 15% , right 15px bottom } bgpos225860 { background-position: left 15px top 15% , right bottom 15% , right 15px bottom } bgpos225861 { background-position: left 15px top 15px , right bottom 15% , right 15px bottom } bgpos225862 { background-position: left 15px center , right bottom 15% , right 15px bottom } bgpos225863 { background-position: left center , right bottom 15% , right 15px bottom } bgpos225864 { background-position: right bottom , right bottom 15% , right 15px bottom } bgpos225865 { background-position: right bottom 15% , right bottom 15% , right 15px bottom } bgpos225866 { background-position: right bottom 15px , right bottom 15% , right 15px bottom } bgpos225867 { background-position: right top , right bottom 15% , right 15px bottom } bgpos225868 { background-position: right top 15% , right bottom 15% , right 15px bottom } bgpos225869 { background-position: right top 15px , right bottom 15% , right 15px bottom } bgpos225870 { background-position: right 15% bottom , right bottom 15% , right 15px bottom } bgpos225871 { background-position: right 15% bottom 15% , right bottom 15% , right 15px bottom } bgpos225872 { background-position: right 15% bottom 15px , right bottom 15% , right 15px bottom } bgpos225873 { background-position: right 15% top , right bottom 15% , right 15px bottom } bgpos225874 { background-position: right 15% top 15% , right bottom 15% , right 15px bottom } bgpos225875 { background-position: right 15% top 15px , right bottom 15% , right 15px bottom } bgpos225876 { background-position: right 15% center , right bottom 15% , right 15px bottom } bgpos225877 { background-position: right 15px bottom , right bottom 15% , right 15px bottom } bgpos225878 { background-position: right 15px bottom 15% , right bottom 15% , right 15px bottom } bgpos225879 { background-position: right 15px bottom 15px , right bottom 15% , right 15px bottom } bgpos225880 { background-position: right 15px top , right bottom 15% , right 15px bottom } bgpos225881 { background-position: right 15px top 15% , right bottom 15% , right 15px bottom } bgpos225882 { background-position: right 15px top 15px , right bottom 15% , right 15px bottom } bgpos225883 { background-position: right 15px center , right bottom 15% , right 15px bottom } bgpos225884 { background-position: right center , right bottom 15% , right 15px bottom } bgpos225885 { background-position: 100px , right bottom 15% , right 15px bottom } bgpos225886 { background-position: 100px 10% , right bottom 15% , right 15px bottom } bgpos225887 { background-position: 100px 100px , right bottom 15% , right 15px bottom } bgpos225888 { background-position: 100px bottom , right bottom 15% , right 15px bottom } bgpos225889 { background-position: 100px center , right bottom 15% , right 15px bottom } bgpos225890 { background-position: 100px top , right bottom 15% , right 15px bottom } bgpos225891 { background-position: 50% , right bottom 15% , right 15px bottom } bgpos225892 { background-position: 50% 10% , right bottom 15% , right 15px bottom } bgpos225893 { background-position: 50% 100px , right bottom 15% , right 15px bottom } bgpos225894 { background-position: 50% bottom , right bottom 15% , right 15px bottom } bgpos225895 { background-position: 50% center , right bottom 15% , right 15px bottom } bgpos225896 { background-position: 50% top , right bottom 15% , right 15px bottom } bgpos225897 { background-position: bottom, right bottom 15% , right 15px bottom } bgpos225898 { background-position: center , right bottom 15% , right 15px bottom } bgpos225899 { background-position: center bottom , right bottom 15% , right 15px bottom } bgpos225900 { background-position: center bottom 15% , right bottom 15% , right 15px bottom } bgpos225901 { background-position: center bottom 15px , right bottom 15% , right 15px bottom } bgpos225902 { background-position: center top , right bottom 15% , right 15px bottom } bgpos225903 { background-position: center top 15% , right bottom 15% , right 15px bottom } bgpos225904 { background-position: center top 15px , right bottom 15% , right 15px bottom } bgpos225905 { background-position: center 10% , right bottom 15% , right 15px bottom } bgpos225906 { background-position: center 100px , right bottom 15% , right 15px bottom } bgpos225907 { background-position: center bottom , right bottom 15% , right 15px bottom } bgpos225908 { background-position: center center , right bottom 15% , right 15px bottom } bgpos225909 { background-position: center top , right bottom 15% , right 15px bottom } bgpos225910 { background-position: left , right bottom 15% , right 15px bottom } bgpos225911 { background-position: left 10% , right bottom 15% , right 15px bottom } bgpos225912 { background-position: left 100px , right bottom 15% , right 15px bottom } bgpos225913 { background-position: left bottom , right bottom 15% , right 15px bottom } bgpos225914 { background-position: left center , right bottom 15% , right 15px bottom } bgpos225915 { background-position: left top , right bottom 15% , right 15px bottom } bgpos225916 { background-position: right , right bottom 15% , right 15px bottom } bgpos225917 { background-position: right 10% , right bottom 15% , right 15px bottom } bgpos225918 { background-position: right 100px , right bottom 15% , right 15px bottom } bgpos225919 { background-position: right bottom , right bottom 15% , right 15px bottom } bgpos225920 { background-position: right center , right bottom 15% , right 15px bottom } bgpos225921 { background-position: right top , right bottom 15% , right 15px bottom } bgpos225922 { background-position: top , right bottom 15% , right 15px bottom } bgpos225923 { background-position: left bottom , right bottom 15px , right 15px bottom } bgpos225924 { background-position: left bottom 15% , right bottom 15px , right 15px bottom } bgpos225925 { background-position: left bottom 15px , right bottom 15px , right 15px bottom } bgpos225926 { background-position: left top , right bottom 15px , right 15px bottom } bgpos225927 { background-position: left top 15% , right bottom 15px , right 15px bottom } bgpos225928 { background-position: left top 15px , right bottom 15px , right 15px bottom } bgpos225929 { background-position: left 15% bottom , right bottom 15px , right 15px bottom } bgpos225930 { background-position: left 15% bottom 15% , right bottom 15px , right 15px bottom } bgpos225931 { background-position: left 15% bottom 15px , right bottom 15px , right 15px bottom } bgpos225932 { background-position: left 15% top , right bottom 15px , right 15px bottom } bgpos225933 { background-position: left 15% top 15% , right bottom 15px , right 15px bottom } bgpos225934 { background-position: left 15% top 15px , right bottom 15px , right 15px bottom } bgpos225935 { background-position: left 15% center , right bottom 15px , right 15px bottom } bgpos225936 { background-position: left 15px bottom , right bottom 15px , right 15px bottom } bgpos225937 { background-position: left 15px bottom 15% , right bottom 15px , right 15px bottom } bgpos225938 { background-position: left 15px bottom 15px , right bottom 15px , right 15px bottom } bgpos225939 { background-position: left 15px top , right bottom 15px , right 15px bottom } bgpos225940 { background-position: left 15px top 15% , right bottom 15px , right 15px bottom } bgpos225941 { background-position: left 15px top 15px , right bottom 15px , right 15px bottom } bgpos225942 { background-position: left 15px center , right bottom 15px , right 15px bottom } bgpos225943 { background-position: left center , right bottom 15px , right 15px bottom } bgpos225944 { background-position: right bottom , right bottom 15px , right 15px bottom } bgpos225945 { background-position: right bottom 15% , right bottom 15px , right 15px bottom } bgpos225946 { background-position: right bottom 15px , right bottom 15px , right 15px bottom } bgpos225947 { background-position: right top , right bottom 15px , right 15px bottom } bgpos225948 { background-position: right top 15% , right bottom 15px , right 15px bottom } bgpos225949 { background-position: right top 15px , right bottom 15px , right 15px bottom } bgpos225950 { background-position: right 15% bottom , right bottom 15px , right 15px bottom } bgpos225951 { background-position: right 15% bottom 15% , right bottom 15px , right 15px bottom } bgpos225952 { background-position: right 15% bottom 15px , right bottom 15px , right 15px bottom } bgpos225953 { background-position: right 15% top , right bottom 15px , right 15px bottom } bgpos225954 { background-position: right 15% top 15% , right bottom 15px , right 15px bottom } bgpos225955 { background-position: right 15% top 15px , right bottom 15px , right 15px bottom } bgpos225956 { background-position: right 15% center , right bottom 15px , right 15px bottom } bgpos225957 { background-position: right 15px bottom , right bottom 15px , right 15px bottom } bgpos225958 { background-position: right 15px bottom 15% , right bottom 15px , right 15px bottom } bgpos225959 { background-position: right 15px bottom 15px , right bottom 15px , right 15px bottom } bgpos225960 { background-position: right 15px top , right bottom 15px , right 15px bottom } bgpos225961 { background-position: right 15px top 15% , right bottom 15px , right 15px bottom } bgpos225962 { background-position: right 15px top 15px , right bottom 15px , right 15px bottom } bgpos225963 { background-position: right 15px center , right bottom 15px , right 15px bottom } bgpos225964 { background-position: right center , right bottom 15px , right 15px bottom } bgpos225965 { background-position: 100px , right bottom 15px , right 15px bottom } bgpos225966 { background-position: 100px 10% , right bottom 15px , right 15px bottom } bgpos225967 { background-position: 100px 100px , right bottom 15px , right 15px bottom } bgpos225968 { background-position: 100px bottom , right bottom 15px , right 15px bottom } bgpos225969 { background-position: 100px center , right bottom 15px , right 15px bottom } bgpos225970 { background-position: 100px top , right bottom 15px , right 15px bottom } bgpos225971 { background-position: 50% , right bottom 15px , right 15px bottom } bgpos225972 { background-position: 50% 10% , right bottom 15px , right 15px bottom } bgpos225973 { background-position: 50% 100px , right bottom 15px , right 15px bottom } bgpos225974 { background-position: 50% bottom , right bottom 15px , right 15px bottom } bgpos225975 { background-position: 50% center , right bottom 15px , right 15px bottom } bgpos225976 { background-position: 50% top , right bottom 15px , right 15px bottom } bgpos225977 { background-position: bottom, right bottom 15px , right 15px bottom } bgpos225978 { background-position: center , right bottom 15px , right 15px bottom } bgpos225979 { background-position: center bottom , right bottom 15px , right 15px bottom } bgpos225980 { background-position: center bottom 15% , right bottom 15px , right 15px bottom } bgpos225981 { background-position: center bottom 15px , right bottom 15px , right 15px bottom } bgpos225982 { background-position: center top , right bottom 15px , right 15px bottom } bgpos225983 { background-position: center top 15% , right bottom 15px , right 15px bottom } bgpos225984 { background-position: center top 15px , right bottom 15px , right 15px bottom } bgpos225985 { background-position: center 10% , right bottom 15px , right 15px bottom } bgpos225986 { background-position: center 100px , right bottom 15px , right 15px bottom } bgpos225987 { background-position: center bottom , right bottom 15px , right 15px bottom } bgpos225988 { background-position: center center , right bottom 15px , right 15px bottom } bgpos225989 { background-position: center top , right bottom 15px , right 15px bottom } bgpos225990 { background-position: left , right bottom 15px , right 15px bottom } bgpos225991 { background-position: left 10% , right bottom 15px , right 15px bottom } bgpos225992 { background-position: left 100px , right bottom 15px , right 15px bottom } bgpos225993 { background-position: left bottom , right bottom 15px , right 15px bottom } bgpos225994 { background-position: left center , right bottom 15px , right 15px bottom } bgpos225995 { background-position: left top , right bottom 15px , right 15px bottom } bgpos225996 { background-position: right , right bottom 15px , right 15px bottom } bgpos225997 { background-position: right 10% , right bottom 15px , right 15px bottom } bgpos225998 { background-position: right 100px , right bottom 15px , right 15px bottom } bgpos225999 { background-position: right bottom , right bottom 15px , right 15px bottom } bgpos226000 { background-position: right center , right bottom 15px , right 15px bottom } bgpos226001 { background-position: right top , right bottom 15px , right 15px bottom } bgpos226002 { background-position: top , right bottom 15px , right 15px bottom } bgpos226003 { background-position: left bottom , right top , right 15px bottom } bgpos226004 { background-position: left bottom 15% , right top , right 15px bottom } bgpos226005 { background-position: left bottom 15px , right top , right 15px bottom } bgpos226006 { background-position: left top , right top , right 15px bottom } bgpos226007 { background-position: left top 15% , right top , right 15px bottom } bgpos226008 { background-position: left top 15px , right top , right 15px bottom } bgpos226009 { background-position: left 15% bottom , right top , right 15px bottom } bgpos226010 { background-position: left 15% bottom 15% , right top , right 15px bottom } bgpos226011 { background-position: left 15% bottom 15px , right top , right 15px bottom } bgpos226012 { background-position: left 15% top , right top , right 15px bottom } bgpos226013 { background-position: left 15% top 15% , right top , right 15px bottom } bgpos226014 { background-position: left 15% top 15px , right top , right 15px bottom } bgpos226015 { background-position: left 15% center , right top , right 15px bottom } bgpos226016 { background-position: left 15px bottom , right top , right 15px bottom } bgpos226017 { background-position: left 15px bottom 15% , right top , right 15px bottom } bgpos226018 { background-position: left 15px bottom 15px , right top , right 15px bottom } bgpos226019 { background-position: left 15px top , right top , right 15px bottom } bgpos226020 { background-position: left 15px top 15% , right top , right 15px bottom } bgpos226021 { background-position: left 15px top 15px , right top , right 15px bottom } bgpos226022 { background-position: left 15px center , right top , right 15px bottom } bgpos226023 { background-position: left center , right top , right 15px bottom } bgpos226024 { background-position: right bottom , right top , right 15px bottom } bgpos226025 { background-position: right bottom 15% , right top , right 15px bottom } bgpos226026 { background-position: right bottom 15px , right top , right 15px bottom } bgpos226027 { background-position: right top , right top , right 15px bottom } bgpos226028 { background-position: right top 15% , right top , right 15px bottom } bgpos226029 { background-position: right top 15px , right top , right 15px bottom } bgpos226030 { background-position: right 15% bottom , right top , right 15px bottom } bgpos226031 { background-position: right 15% bottom 15% , right top , right 15px bottom } bgpos226032 { background-position: right 15% bottom 15px , right top , right 15px bottom } bgpos226033 { background-position: right 15% top , right top , right 15px bottom } bgpos226034 { background-position: right 15% top 15% , right top , right 15px bottom } bgpos226035 { background-position: right 15% top 15px , right top , right 15px bottom } bgpos226036 { background-position: right 15% center , right top , right 15px bottom } bgpos226037 { background-position: right 15px bottom , right top , right 15px bottom } bgpos226038 { background-position: right 15px bottom 15% , right top , right 15px bottom } bgpos226039 { background-position: right 15px bottom 15px , right top , right 15px bottom } bgpos226040 { background-position: right 15px top , right top , right 15px bottom } bgpos226041 { background-position: right 15px top 15% , right top , right 15px bottom } bgpos226042 { background-position: right 15px top 15px , right top , right 15px bottom } bgpos226043 { background-position: right 15px center , right top , right 15px bottom } bgpos226044 { background-position: right center , right top , right 15px bottom } bgpos226045 { background-position: 100px , right top , right 15px bottom } bgpos226046 { background-position: 100px 10% , right top , right 15px bottom } bgpos226047 { background-position: 100px 100px , right top , right 15px bottom } bgpos226048 { background-position: 100px bottom , right top , right 15px bottom } bgpos226049 { background-position: 100px center , right top , right 15px bottom } bgpos226050 { background-position: 100px top , right top , right 15px bottom } bgpos226051 { background-position: 50% , right top , right 15px bottom } bgpos226052 { background-position: 50% 10% , right top , right 15px bottom } bgpos226053 { background-position: 50% 100px , right top , right 15px bottom } bgpos226054 { background-position: 50% bottom , right top , right 15px bottom } bgpos226055 { background-position: 50% center , right top , right 15px bottom } bgpos226056 { background-position: 50% top , right top , right 15px bottom } bgpos226057 { background-position: bottom, right top , right 15px bottom } bgpos226058 { background-position: center , right top , right 15px bottom } bgpos226059 { background-position: center bottom , right top , right 15px bottom } bgpos226060 { background-position: center bottom 15% , right top , right 15px bottom } bgpos226061 { background-position: center bottom 15px , right top , right 15px bottom } bgpos226062 { background-position: center top , right top , right 15px bottom } bgpos226063 { background-position: center top 15% , right top , right 15px bottom } bgpos226064 { background-position: center top 15px , right top , right 15px bottom } bgpos226065 { background-position: center 10% , right top , right 15px bottom } bgpos226066 { background-position: center 100px , right top , right 15px bottom } bgpos226067 { background-position: center bottom , right top , right 15px bottom } bgpos226068 { background-position: center center , right top , right 15px bottom } bgpos226069 { background-position: center top , right top , right 15px bottom } bgpos226070 { background-position: left , right top , right 15px bottom } bgpos226071 { background-position: left 10% , right top , right 15px bottom } bgpos226072 { background-position: left 100px , right top , right 15px bottom } bgpos226073 { background-position: left bottom , right top , right 15px bottom } bgpos226074 { background-position: left center , right top , right 15px bottom } bgpos226075 { background-position: left top , right top , right 15px bottom } bgpos226076 { background-position: right , right top , right 15px bottom } bgpos226077 { background-position: right 10% , right top , right 15px bottom } bgpos226078 { background-position: right 100px , right top , right 15px bottom } bgpos226079 { background-position: right bottom , right top , right 15px bottom } bgpos226080 { background-position: right center , right top , right 15px bottom } bgpos226081 { background-position: right top , right top , right 15px bottom } bgpos226082 { background-position: top , right top , right 15px bottom } bgpos226083 { background-position: left bottom , right top 15% , right 15px bottom } bgpos226084 { background-position: left bottom 15% , right top 15% , right 15px bottom } bgpos226085 { background-position: left bottom 15px , right top 15% , right 15px bottom } bgpos226086 { background-position: left top , right top 15% , right 15px bottom } bgpos226087 { background-position: left top 15% , right top 15% , right 15px bottom } bgpos226088 { background-position: left top 15px , right top 15% , right 15px bottom } bgpos226089 { background-position: left 15% bottom , right top 15% , right 15px bottom } bgpos226090 { background-position: left 15% bottom 15% , right top 15% , right 15px bottom } bgpos226091 { background-position: left 15% bottom 15px , right top 15% , right 15px bottom } bgpos226092 { background-position: left 15% top , right top 15% , right 15px bottom } bgpos226093 { background-position: left 15% top 15% , right top 15% , right 15px bottom } bgpos226094 { background-position: left 15% top 15px , right top 15% , right 15px bottom } bgpos226095 { background-position: left 15% center , right top 15% , right 15px bottom } bgpos226096 { background-position: left 15px bottom , right top 15% , right 15px bottom } bgpos226097 { background-position: left 15px bottom 15% , right top 15% , right 15px bottom } bgpos226098 { background-position: left 15px bottom 15px , right top 15% , right 15px bottom } bgpos226099 { background-position: left 15px top , right top 15% , right 15px bottom } bgpos226100 { background-position: left 15px top 15% , right top 15% , right 15px bottom } bgpos226101 { background-position: left 15px top 15px , right top 15% , right 15px bottom } bgpos226102 { background-position: left 15px center , right top 15% , right 15px bottom } bgpos226103 { background-position: left center , right top 15% , right 15px bottom } bgpos226104 { background-position: right bottom , right top 15% , right 15px bottom } bgpos226105 { background-position: right bottom 15% , right top 15% , right 15px bottom } bgpos226106 { background-position: right bottom 15px , right top 15% , right 15px bottom } bgpos226107 { background-position: right top , right top 15% , right 15px bottom } bgpos226108 { background-position: right top 15% , right top 15% , right 15px bottom } bgpos226109 { background-position: right top 15px , right top 15% , right 15px bottom } bgpos226110 { background-position: right 15% bottom , right top 15% , right 15px bottom } bgpos226111 { background-position: right 15% bottom 15% , right top 15% , right 15px bottom } bgpos226112 { background-position: right 15% bottom 15px , right top 15% , right 15px bottom } bgpos226113 { background-position: right 15% top , right top 15% , right 15px bottom } bgpos226114 { background-position: right 15% top 15% , right top 15% , right 15px bottom } bgpos226115 { background-position: right 15% top 15px , right top 15% , right 15px bottom } bgpos226116 { background-position: right 15% center , right top 15% , right 15px bottom } bgpos226117 { background-position: right 15px bottom , right top 15% , right 15px bottom } bgpos226118 { background-position: right 15px bottom 15% , right top 15% , right 15px bottom } bgpos226119 { background-position: right 15px bottom 15px , right top 15% , right 15px bottom } bgpos226120 { background-position: right 15px top , right top 15% , right 15px bottom } bgpos226121 { background-position: right 15px top 15% , right top 15% , right 15px bottom } bgpos226122 { background-position: right 15px top 15px , right top 15% , right 15px bottom } bgpos226123 { background-position: right 15px center , right top 15% , right 15px bottom } bgpos226124 { background-position: right center , right top 15% , right 15px bottom } bgpos226125 { background-position: 100px , right top 15% , right 15px bottom } bgpos226126 { background-position: 100px 10% , right top 15% , right 15px bottom } bgpos226127 { background-position: 100px 100px , right top 15% , right 15px bottom } bgpos226128 { background-position: 100px bottom , right top 15% , right 15px bottom } bgpos226129 { background-position: 100px center , right top 15% , right 15px bottom } bgpos226130 { background-position: 100px top , right top 15% , right 15px bottom } bgpos226131 { background-position: 50% , right top 15% , right 15px bottom } bgpos226132 { background-position: 50% 10% , right top 15% , right 15px bottom } bgpos226133 { background-position: 50% 100px , right top 15% , right 15px bottom } bgpos226134 { background-position: 50% bottom , right top 15% , right 15px bottom } bgpos226135 { background-position: 50% center , right top 15% , right 15px bottom } bgpos226136 { background-position: 50% top , right top 15% , right 15px bottom } bgpos226137 { background-position: bottom, right top 15% , right 15px bottom } bgpos226138 { background-position: center , right top 15% , right 15px bottom } bgpos226139 { background-position: center bottom , right top 15% , right 15px bottom } bgpos226140 { background-position: center bottom 15% , right top 15% , right 15px bottom } bgpos226141 { background-position: center bottom 15px , right top 15% , right 15px bottom } bgpos226142 { background-position: center top , right top 15% , right 15px bottom } bgpos226143 { background-position: center top 15% , right top 15% , right 15px bottom } bgpos226144 { background-position: center top 15px , right top 15% , right 15px bottom } bgpos226145 { background-position: center 10% , right top 15% , right 15px bottom } bgpos226146 { background-position: center 100px , right top 15% , right 15px bottom } bgpos226147 { background-position: center bottom , right top 15% , right 15px bottom } bgpos226148 { background-position: center center , right top 15% , right 15px bottom } bgpos226149 { background-position: center top , right top 15% , right 15px bottom } bgpos226150 { background-position: left , right top 15% , right 15px bottom } bgpos226151 { background-position: left 10% , right top 15% , right 15px bottom } bgpos226152 { background-position: left 100px , right top 15% , right 15px bottom } bgpos226153 { background-position: left bottom , right top 15% , right 15px bottom } bgpos226154 { background-position: left center , right top 15% , right 15px bottom } bgpos226155 { background-position: left top , right top 15% , right 15px bottom } bgpos226156 { background-position: right , right top 15% , right 15px bottom } bgpos226157 { background-position: right 10% , right top 15% , right 15px bottom } bgpos226158 { background-position: right 100px , right top 15% , right 15px bottom } bgpos226159 { background-position: right bottom , right top 15% , right 15px bottom } bgpos226160 { background-position: right center , right top 15% , right 15px bottom } bgpos226161 { background-position: right top , right top 15% , right 15px bottom } bgpos226162 { background-position: top , right top 15% , right 15px bottom } bgpos226163 { background-position: left bottom , right top 15px , right 15px bottom } bgpos226164 { background-position: left bottom 15% , right top 15px , right 15px bottom } bgpos226165 { background-position: left bottom 15px , right top 15px , right 15px bottom } bgpos226166 { background-position: left top , right top 15px , right 15px bottom } bgpos226167 { background-position: left top 15% , right top 15px , right 15px bottom } bgpos226168 { background-position: left top 15px , right top 15px , right 15px bottom } bgpos226169 { background-position: left 15% bottom , right top 15px , right 15px bottom } bgpos226170 { background-position: left 15% bottom 15% , right top 15px , right 15px bottom } bgpos226171 { background-position: left 15% bottom 15px , right top 15px , right 15px bottom } bgpos226172 { background-position: left 15% top , right top 15px , right 15px bottom } bgpos226173 { background-position: left 15% top 15% , right top 15px , right 15px bottom } bgpos226174 { background-position: left 15% top 15px , right top 15px , right 15px bottom } bgpos226175 { background-position: left 15% center , right top 15px , right 15px bottom } bgpos226176 { background-position: left 15px bottom , right top 15px , right 15px bottom } bgpos226177 { background-position: left 15px bottom 15% , right top 15px , right 15px bottom } bgpos226178 { background-position: left 15px bottom 15px , right top 15px , right 15px bottom } bgpos226179 { background-position: left 15px top , right top 15px , right 15px bottom } bgpos226180 { background-position: left 15px top 15% , right top 15px , right 15px bottom } bgpos226181 { background-position: left 15px top 15px , right top 15px , right 15px bottom } bgpos226182 { background-position: left 15px center , right top 15px , right 15px bottom } bgpos226183 { background-position: left center , right top 15px , right 15px bottom } bgpos226184 { background-position: right bottom , right top 15px , right 15px bottom } bgpos226185 { background-position: right bottom 15% , right top 15px , right 15px bottom } bgpos226186 { background-position: right bottom 15px , right top 15px , right 15px bottom } bgpos226187 { background-position: right top , right top 15px , right 15px bottom } bgpos226188 { background-position: right top 15% , right top 15px , right 15px bottom } bgpos226189 { background-position: right top 15px , right top 15px , right 15px bottom } bgpos226190 { background-position: right 15% bottom , right top 15px , right 15px bottom } bgpos226191 { background-position: right 15% bottom 15% , right top 15px , right 15px bottom } bgpos226192 { background-position: right 15% bottom 15px , right top 15px , right 15px bottom } bgpos226193 { background-position: right 15% top , right top 15px , right 15px bottom } bgpos226194 { background-position: right 15% top 15% , right top 15px , right 15px bottom } bgpos226195 { background-position: right 15% top 15px , right top 15px , right 15px bottom } bgpos226196 { background-position: right 15% center , right top 15px , right 15px bottom } bgpos226197 { background-position: right 15px bottom , right top 15px , right 15px bottom } bgpos226198 { background-position: right 15px bottom 15% , right top 15px , right 15px bottom } bgpos226199 { background-position: right 15px bottom 15px , right top 15px , right 15px bottom } bgpos226200 { background-position: right 15px top , right top 15px , right 15px bottom } bgpos226201 { background-position: right 15px top 15% , right top 15px , right 15px bottom } bgpos226202 { background-position: right 15px top 15px , right top 15px , right 15px bottom } bgpos226203 { background-position: right 15px center , right top 15px , right 15px bottom } bgpos226204 { background-position: right center , right top 15px , right 15px bottom } bgpos226205 { background-position: 100px , right top 15px , right 15px bottom } bgpos226206 { background-position: 100px 10% , right top 15px , right 15px bottom } bgpos226207 { background-position: 100px 100px , right top 15px , right 15px bottom } bgpos226208 { background-position: 100px bottom , right top 15px , right 15px bottom } bgpos226209 { background-position: 100px center , right top 15px , right 15px bottom } bgpos226210 { background-position: 100px top , right top 15px , right 15px bottom } bgpos226211 { background-position: 50% , right top 15px , right 15px bottom } bgpos226212 { background-position: 50% 10% , right top 15px , right 15px bottom } bgpos226213 { background-position: 50% 100px , right top 15px , right 15px bottom } bgpos226214 { background-position: 50% bottom , right top 15px , right 15px bottom } bgpos226215 { background-position: 50% center , right top 15px , right 15px bottom } bgpos226216 { background-position: 50% top , right top 15px , right 15px bottom } bgpos226217 { background-position: bottom, right top 15px , right 15px bottom } bgpos226218 { background-position: center , right top 15px , right 15px bottom } bgpos226219 { background-position: center bottom , right top 15px , right 15px bottom } bgpos226220 { background-position: center bottom 15% , right top 15px , right 15px bottom } bgpos226221 { background-position: center bottom 15px , right top 15px , right 15px bottom } bgpos226222 { background-position: center top , right top 15px , right 15px bottom } bgpos226223 { background-position: center top 15% , right top 15px , right 15px bottom } bgpos226224 { background-position: center top 15px , right top 15px , right 15px bottom } bgpos226225 { background-position: center 10% , right top 15px , right 15px bottom } bgpos226226 { background-position: center 100px , right top 15px , right 15px bottom } bgpos226227 { background-position: center bottom , right top 15px , right 15px bottom } bgpos226228 { background-position: center center , right top 15px , right 15px bottom } bgpos226229 { background-position: center top , right top 15px , right 15px bottom } bgpos226230 { background-position: left , right top 15px , right 15px bottom } bgpos226231 { background-position: left 10% , right top 15px , right 15px bottom } bgpos226232 { background-position: left 100px , right top 15px , right 15px bottom } bgpos226233 { background-position: left bottom , right top 15px , right 15px bottom } bgpos226234 { background-position: left center , right top 15px , right 15px bottom } bgpos226235 { background-position: left top , right top 15px , right 15px bottom } bgpos226236 { background-position: right , right top 15px , right 15px bottom } bgpos226237 { background-position: right 10% , right top 15px , right 15px bottom } bgpos226238 { background-position: right 100px , right top 15px , right 15px bottom } bgpos226239 { background-position: right bottom , right top 15px , right 15px bottom } bgpos226240 { background-position: right center , right top 15px , right 15px bottom } bgpos226241 { background-position: right top , right top 15px , right 15px bottom } bgpos226242 { background-position: top , right top 15px , right 15px bottom } bgpos226243 { background-position: left bottom , right 15% bottom , right 15px bottom } bgpos226244 { background-position: left bottom 15% , right 15% bottom , right 15px bottom } bgpos226245 { background-position: left bottom 15px , right 15% bottom , right 15px bottom } bgpos226246 { background-position: left top , right 15% bottom , right 15px bottom } bgpos226247 { background-position: left top 15% , right 15% bottom , right 15px bottom } bgpos226248 { background-position: left top 15px , right 15% bottom , right 15px bottom } bgpos226249 { background-position: left 15% bottom , right 15% bottom , right 15px bottom } bgpos226250 { background-position: left 15% bottom 15% , right 15% bottom , right 15px bottom } bgpos226251 { background-position: left 15% bottom 15px , right 15% bottom , right 15px bottom } bgpos226252 { background-position: left 15% top , right 15% bottom , right 15px bottom } bgpos226253 { background-position: left 15% top 15% , right 15% bottom , right 15px bottom } bgpos226254 { background-position: left 15% top 15px , right 15% bottom , right 15px bottom } bgpos226255 { background-position: left 15% center , right 15% bottom , right 15px bottom } bgpos226256 { background-position: left 15px bottom , right 15% bottom , right 15px bottom } bgpos226257 { background-position: left 15px bottom 15% , right 15% bottom , right 15px bottom } bgpos226258 { background-position: left 15px bottom 15px , right 15% bottom , right 15px bottom } bgpos226259 { background-position: left 15px top , right 15% bottom , right 15px bottom } bgpos226260 { background-position: left 15px top 15% , right 15% bottom , right 15px bottom } bgpos226261 { background-position: left 15px top 15px , right 15% bottom , right 15px bottom } bgpos226262 { background-position: left 15px center , right 15% bottom , right 15px bottom } bgpos226263 { background-position: left center , right 15% bottom , right 15px bottom } bgpos226264 { background-position: right bottom , right 15% bottom , right 15px bottom } bgpos226265 { background-position: right bottom 15% , right 15% bottom , right 15px bottom } bgpos226266 { background-position: right bottom 15px , right 15% bottom , right 15px bottom } bgpos226267 { background-position: right top , right 15% bottom , right 15px bottom } bgpos226268 { background-position: right top 15% , right 15% bottom , right 15px bottom } bgpos226269 { background-position: right top 15px , right 15% bottom , right 15px bottom } bgpos226270 { background-position: right 15% bottom , right 15% bottom , right 15px bottom } bgpos226271 { background-position: right 15% bottom 15% , right 15% bottom , right 15px bottom } bgpos226272 { background-position: right 15% bottom 15px , right 15% bottom , right 15px bottom } bgpos226273 { background-position: right 15% top , right 15% bottom , right 15px bottom } bgpos226274 { background-position: right 15% top 15% , right 15% bottom , right 15px bottom } bgpos226275 { background-position: right 15% top 15px , right 15% bottom , right 15px bottom } bgpos226276 { background-position: right 15% center , right 15% bottom , right 15px bottom } bgpos226277 { background-position: right 15px bottom , right 15% bottom , right 15px bottom } bgpos226278 { background-position: right 15px bottom 15% , right 15% bottom , right 15px bottom } bgpos226279 { background-position: right 15px bottom 15px , right 15% bottom , right 15px bottom } bgpos226280 { background-position: right 15px top , right 15% bottom , right 15px bottom } bgpos226281 { background-position: right 15px top 15% , right 15% bottom , right 15px bottom } bgpos226282 { background-position: right 15px top 15px , right 15% bottom , right 15px bottom } bgpos226283 { background-position: right 15px center , right 15% bottom , right 15px bottom } bgpos226284 { background-position: right center , right 15% bottom , right 15px bottom } bgpos226285 { background-position: 100px , right 15% bottom , right 15px bottom } bgpos226286 { background-position: 100px 10% , right 15% bottom , right 15px bottom } bgpos226287 { background-position: 100px 100px , right 15% bottom , right 15px bottom } bgpos226288 { background-position: 100px bottom , right 15% bottom , right 15px bottom } bgpos226289 { background-position: 100px center , right 15% bottom , right 15px bottom } bgpos226290 { background-position: 100px top , right 15% bottom , right 15px bottom } bgpos226291 { background-position: 50% , right 15% bottom , right 15px bottom } bgpos226292 { background-position: 50% 10% , right 15% bottom , right 15px bottom } bgpos226293 { background-position: 50% 100px , right 15% bottom , right 15px bottom } bgpos226294 { background-position: 50% bottom , right 15% bottom , right 15px bottom } bgpos226295 { background-position: 50% center , right 15% bottom , right 15px bottom } bgpos226296 { background-position: 50% top , right 15% bottom , right 15px bottom } bgpos226297 { background-position: bottom, right 15% bottom , right 15px bottom } bgpos226298 { background-position: center , right 15% bottom , right 15px bottom } bgpos226299 { background-position: center bottom , right 15% bottom , right 15px bottom } bgpos226300 { background-position: center bottom 15% , right 15% bottom , right 15px bottom } bgpos226301 { background-position: center bottom 15px , right 15% bottom , right 15px bottom } bgpos226302 { background-position: center top , right 15% bottom , right 15px bottom } bgpos226303 { background-position: center top 15% , right 15% bottom , right 15px bottom } bgpos226304 { background-position: center top 15px , right 15% bottom , right 15px bottom } bgpos226305 { background-position: center 10% , right 15% bottom , right 15px bottom } bgpos226306 { background-position: center 100px , right 15% bottom , right 15px bottom } bgpos226307 { background-position: center bottom , right 15% bottom , right 15px bottom } bgpos226308 { background-position: center center , right 15% bottom , right 15px bottom } bgpos226309 { background-position: center top , right 15% bottom , right 15px bottom } bgpos226310 { background-position: left , right 15% bottom , right 15px bottom } bgpos226311 { background-position: left 10% , right 15% bottom , right 15px bottom } bgpos226312 { background-position: left 100px , right 15% bottom , right 15px bottom } bgpos226313 { background-position: left bottom , right 15% bottom , right 15px bottom } bgpos226314 { background-position: left center , right 15% bottom , right 15px bottom } bgpos226315 { background-position: left top , right 15% bottom , right 15px bottom } bgpos226316 { background-position: right , right 15% bottom , right 15px bottom } bgpos226317 { background-position: right 10% , right 15% bottom , right 15px bottom } bgpos226318 { background-position: right 100px , right 15% bottom , right 15px bottom } bgpos226319 { background-position: right bottom , right 15% bottom , right 15px bottom } bgpos226320 { background-position: right center , right 15% bottom , right 15px bottom } bgpos226321 { background-position: right top , right 15% bottom , right 15px bottom } bgpos226322 { background-position: top , right 15% bottom , right 15px bottom } bgpos226323 { background-position: left bottom , right 15% bottom 15% , right 15px bottom } bgpos226324 { background-position: left bottom 15% , right 15% bottom 15% , right 15px bottom } bgpos226325 { background-position: left bottom 15px , right 15% bottom 15% , right 15px bottom } bgpos226326 { background-position: left top , right 15% bottom 15% , right 15px bottom } bgpos226327 { background-position: left top 15% , right 15% bottom 15% , right 15px bottom } bgpos226328 { background-position: left top 15px , right 15% bottom 15% , right 15px bottom } bgpos226329 { background-position: left 15% bottom , right 15% bottom 15% , right 15px bottom } bgpos226330 { background-position: left 15% bottom 15% , right 15% bottom 15% , right 15px bottom } bgpos226331 { background-position: left 15% bottom 15px , right 15% bottom 15% , right 15px bottom } bgpos226332 { background-position: left 15% top , right 15% bottom 15% , right 15px bottom } bgpos226333 { background-position: left 15% top 15% , right 15% bottom 15% , right 15px bottom } bgpos226334 { background-position: left 15% top 15px , right 15% bottom 15% , right 15px bottom } bgpos226335 { background-position: left 15% center , right 15% bottom 15% , right 15px bottom } bgpos226336 { background-position: left 15px bottom , right 15% bottom 15% , right 15px bottom } bgpos226337 { background-position: left 15px bottom 15% , right 15% bottom 15% , right 15px bottom } bgpos226338 { background-position: left 15px bottom 15px , right 15% bottom 15% , right 15px bottom } bgpos226339 { background-position: left 15px top , right 15% bottom 15% , right 15px bottom } bgpos226340 { background-position: left 15px top 15% , right 15% bottom 15% , right 15px bottom } bgpos226341 { background-position: left 15px top 15px , right 15% bottom 15% , right 15px bottom } bgpos226342 { background-position: left 15px center , right 15% bottom 15% , right 15px bottom } bgpos226343 { background-position: left center , right 15% bottom 15% , right 15px bottom } bgpos226344 { background-position: right bottom , right 15% bottom 15% , right 15px bottom } bgpos226345 { background-position: right bottom 15% , right 15% bottom 15% , right 15px bottom } bgpos226346 { background-position: right bottom 15px , right 15% bottom 15% , right 15px bottom } bgpos226347 { background-position: right top , right 15% bottom 15% , right 15px bottom } bgpos226348 { background-position: right top 15% , right 15% bottom 15% , right 15px bottom } bgpos226349 { background-position: right top 15px , right 15% bottom 15% , right 15px bottom } bgpos226350 { background-position: right 15% bottom , right 15% bottom 15% , right 15px bottom } bgpos226351 { background-position: right 15% bottom 15% , right 15% bottom 15% , right 15px bottom } bgpos226352 { background-position: right 15% bottom 15px , right 15% bottom 15% , right 15px bottom } bgpos226353 { background-position: right 15% top , right 15% bottom 15% , right 15px bottom } bgpos226354 { background-position: right 15% top 15% , right 15% bottom 15% , right 15px bottom } bgpos226355 { background-position: right 15% top 15px , right 15% bottom 15% , right 15px bottom } bgpos226356 { background-position: right 15% center , right 15% bottom 15% , right 15px bottom } bgpos226357 { background-position: right 15px bottom , right 15% bottom 15% , right 15px bottom } bgpos226358 { background-position: right 15px bottom 15% , right 15% bottom 15% , right 15px bottom } bgpos226359 { background-position: right 15px bottom 15px , right 15% bottom 15% , right 15px bottom } bgpos226360 { background-position: right 15px top , right 15% bottom 15% , right 15px bottom } bgpos226361 { background-position: right 15px top 15% , right 15% bottom 15% , right 15px bottom } bgpos226362 { background-position: right 15px top 15px , right 15% bottom 15% , right 15px bottom } bgpos226363 { background-position: right 15px center , right 15% bottom 15% , right 15px bottom } bgpos226364 { background-position: right center , right 15% bottom 15% , right 15px bottom } bgpos226365 { background-position: 100px , right 15% bottom 15% , right 15px bottom } bgpos226366 { background-position: 100px 10% , right 15% bottom 15% , right 15px bottom } bgpos226367 { background-position: 100px 100px , right 15% bottom 15% , right 15px bottom } bgpos226368 { background-position: 100px bottom , right 15% bottom 15% , right 15px bottom } bgpos226369 { background-position: 100px center , right 15% bottom 15% , right 15px bottom } bgpos226370 { background-position: 100px top , right 15% bottom 15% , right 15px bottom } bgpos226371 { background-position: 50% , right 15% bottom 15% , right 15px bottom } bgpos226372 { background-position: 50% 10% , right 15% bottom 15% , right 15px bottom } bgpos226373 { background-position: 50% 100px , right 15% bottom 15% , right 15px bottom } bgpos226374 { background-position: 50% bottom , right 15% bottom 15% , right 15px bottom } bgpos226375 { background-position: 50% center , right 15% bottom 15% , right 15px bottom } bgpos226376 { background-position: 50% top , right 15% bottom 15% , right 15px bottom } bgpos226377 { background-position: bottom, right 15% bottom 15% , right 15px bottom } bgpos226378 { background-position: center , right 15% bottom 15% , right 15px bottom } bgpos226379 { background-position: center bottom , right 15% bottom 15% , right 15px bottom } bgpos226380 { background-position: center bottom 15% , right 15% bottom 15% , right 15px bottom } bgpos226381 { background-position: center bottom 15px , right 15% bottom 15% , right 15px bottom } bgpos226382 { background-position: center top , right 15% bottom 15% , right 15px bottom } bgpos226383 { background-position: center top 15% , right 15% bottom 15% , right 15px bottom } bgpos226384 { background-position: center top 15px , right 15% bottom 15% , right 15px bottom } bgpos226385 { background-position: center 10% , right 15% bottom 15% , right 15px bottom } bgpos226386 { background-position: center 100px , right 15% bottom 15% , right 15px bottom } bgpos226387 { background-position: center bottom , right 15% bottom 15% , right 15px bottom } bgpos226388 { background-position: center center , right 15% bottom 15% , right 15px bottom } bgpos226389 { background-position: center top , right 15% bottom 15% , right 15px bottom } bgpos226390 { background-position: left , right 15% bottom 15% , right 15px bottom } bgpos226391 { background-position: left 10% , right 15% bottom 15% , right 15px bottom } bgpos226392 { background-position: left 100px , right 15% bottom 15% , right 15px bottom } bgpos226393 { background-position: left bottom , right 15% bottom 15% , right 15px bottom } bgpos226394 { background-position: left center , right 15% bottom 15% , right 15px bottom } bgpos226395 { background-position: left top , right 15% bottom 15% , right 15px bottom } bgpos226396 { background-position: right , right 15% bottom 15% , right 15px bottom } bgpos226397 { background-position: right 10% , right 15% bottom 15% , right 15px bottom } bgpos226398 { background-position: right 100px , right 15% bottom 15% , right 15px bottom } bgpos226399 { background-position: right bottom , right 15% bottom 15% , right 15px bottom } bgpos226400 { background-position: right center , right 15% bottom 15% , right 15px bottom } bgpos226401 { background-position: right top , right 15% bottom 15% , right 15px bottom } bgpos226402 { background-position: top , right 15% bottom 15% , right 15px bottom } bgpos226403 { background-position: left bottom , right 15% bottom 15px , right 15px bottom } bgpos226404 { background-position: left bottom 15% , right 15% bottom 15px , right 15px bottom } bgpos226405 { background-position: left bottom 15px , right 15% bottom 15px , right 15px bottom } bgpos226406 { background-position: left top , right 15% bottom 15px , right 15px bottom } bgpos226407 { background-position: left top 15% , right 15% bottom 15px , right 15px bottom } bgpos226408 { background-position: left top 15px , right 15% bottom 15px , right 15px bottom } bgpos226409 { background-position: left 15% bottom , right 15% bottom 15px , right 15px bottom } bgpos226410 { background-position: left 15% bottom 15% , right 15% bottom 15px , right 15px bottom } bgpos226411 { background-position: left 15% bottom 15px , right 15% bottom 15px , right 15px bottom } bgpos226412 { background-position: left 15% top , right 15% bottom 15px , right 15px bottom } bgpos226413 { background-position: left 15% top 15% , right 15% bottom 15px , right 15px bottom } bgpos226414 { background-position: left 15% top 15px , right 15% bottom 15px , right 15px bottom } bgpos226415 { background-position: left 15% center , right 15% bottom 15px , right 15px bottom } bgpos226416 { background-position: left 15px bottom , right 15% bottom 15px , right 15px bottom } bgpos226417 { background-position: left 15px bottom 15% , right 15% bottom 15px , right 15px bottom } bgpos226418 { background-position: left 15px bottom 15px , right 15% bottom 15px , right 15px bottom } bgpos226419 { background-position: left 15px top , right 15% bottom 15px , right 15px bottom } bgpos226420 { background-position: left 15px top 15% , right 15% bottom 15px , right 15px bottom } bgpos226421 { background-position: left 15px top 15px , right 15% bottom 15px , right 15px bottom } bgpos226422 { background-position: left 15px center , right 15% bottom 15px , right 15px bottom } bgpos226423 { background-position: left center , right 15% bottom 15px , right 15px bottom } bgpos226424 { background-position: right bottom , right 15% bottom 15px , right 15px bottom } bgpos226425 { background-position: right bottom 15% , right 15% bottom 15px , right 15px bottom } bgpos226426 { background-position: right bottom 15px , right 15% bottom 15px , right 15px bottom } bgpos226427 { background-position: right top , right 15% bottom 15px , right 15px bottom } bgpos226428 { background-position: right top 15% , right 15% bottom 15px , right 15px bottom } bgpos226429 { background-position: right top 15px , right 15% bottom 15px , right 15px bottom } bgpos226430 { background-position: right 15% bottom , right 15% bottom 15px , right 15px bottom } bgpos226431 { background-position: right 15% bottom 15% , right 15% bottom 15px , right 15px bottom } bgpos226432 { background-position: right 15% bottom 15px , right 15% bottom 15px , right 15px bottom } bgpos226433 { background-position: right 15% top , right 15% bottom 15px , right 15px bottom } bgpos226434 { background-position: right 15% top 15% , right 15% bottom 15px , right 15px bottom } bgpos226435 { background-position: right 15% top 15px , right 15% bottom 15px , right 15px bottom } bgpos226436 { background-position: right 15% center , right 15% bottom 15px , right 15px bottom } bgpos226437 { background-position: right 15px bottom , right 15% bottom 15px , right 15px bottom } bgpos226438 { background-position: right 15px bottom 15% , right 15% bottom 15px , right 15px bottom } bgpos226439 { background-position: right 15px bottom 15px , right 15% bottom 15px , right 15px bottom } bgpos226440 { background-position: right 15px top , right 15% bottom 15px , right 15px bottom } bgpos226441 { background-position: right 15px top 15% , right 15% bottom 15px , right 15px bottom } bgpos226442 { background-position: right 15px top 15px , right 15% bottom 15px , right 15px bottom } bgpos226443 { background-position: right 15px center , right 15% bottom 15px , right 15px bottom } bgpos226444 { background-position: right center , right 15% bottom 15px , right 15px bottom } bgpos226445 { background-position: 100px , right 15% bottom 15px , right 15px bottom } bgpos226446 { background-position: 100px 10% , right 15% bottom 15px , right 15px bottom } bgpos226447 { background-position: 100px 100px , right 15% bottom 15px , right 15px bottom } bgpos226448 { background-position: 100px bottom , right 15% bottom 15px , right 15px bottom } bgpos226449 { background-position: 100px center , right 15% bottom 15px , right 15px bottom } bgpos226450 { background-position: 100px top , right 15% bottom 15px , right 15px bottom } bgpos226451 { background-position: 50% , right 15% bottom 15px , right 15px bottom } bgpos226452 { background-position: 50% 10% , right 15% bottom 15px , right 15px bottom } bgpos226453 { background-position: 50% 100px , right 15% bottom 15px , right 15px bottom } bgpos226454 { background-position: 50% bottom , right 15% bottom 15px , right 15px bottom } bgpos226455 { background-position: 50% center , right 15% bottom 15px , right 15px bottom } bgpos226456 { background-position: 50% top , right 15% bottom 15px , right 15px bottom } bgpos226457 { background-position: bottom, right 15% bottom 15px , right 15px bottom } bgpos226458 { background-position: center , right 15% bottom 15px , right 15px bottom } bgpos226459 { background-position: center bottom , right 15% bottom 15px , right 15px bottom } bgpos226460 { background-position: center bottom 15% , right 15% bottom 15px , right 15px bottom } bgpos226461 { background-position: center bottom 15px , right 15% bottom 15px , right 15px bottom } bgpos226462 { background-position: center top , right 15% bottom 15px , right 15px bottom } bgpos226463 { background-position: center top 15% , right 15% bottom 15px , right 15px bottom } bgpos226464 { background-position: center top 15px , right 15% bottom 15px , right 15px bottom } bgpos226465 { background-position: center 10% , right 15% bottom 15px , right 15px bottom } bgpos226466 { background-position: center 100px , right 15% bottom 15px , right 15px bottom } bgpos226467 { background-position: center bottom , right 15% bottom 15px , right 15px bottom } bgpos226468 { background-position: center center , right 15% bottom 15px , right 15px bottom } bgpos226469 { background-position: center top , right 15% bottom 15px , right 15px bottom } bgpos226470 { background-position: left , right 15% bottom 15px , right 15px bottom } bgpos226471 { background-position: left 10% , right 15% bottom 15px , right 15px bottom } bgpos226472 { background-position: left 100px , right 15% bottom 15px , right 15px bottom } bgpos226473 { background-position: left bottom , right 15% bottom 15px , right 15px bottom } bgpos226474 { background-position: left center , right 15% bottom 15px , right 15px bottom } bgpos226475 { background-position: left top , right 15% bottom 15px , right 15px bottom } bgpos226476 { background-position: right , right 15% bottom 15px , right 15px bottom } bgpos226477 { background-position: right 10% , right 15% bottom 15px , right 15px bottom } bgpos226478 { background-position: right 100px , right 15% bottom 15px , right 15px bottom } bgpos226479 { background-position: right bottom , right 15% bottom 15px , right 15px bottom } bgpos226480 { background-position: right center , right 15% bottom 15px , right 15px bottom } bgpos226481 { background-position: right top , right 15% bottom 15px , right 15px bottom } bgpos226482 { background-position: top , right 15% bottom 15px , right 15px bottom } bgpos226483 { background-position: left bottom , right 15% top , right 15px bottom } bgpos226484 { background-position: left bottom 15% , right 15% top , right 15px bottom } bgpos226485 { background-position: left bottom 15px , right 15% top , right 15px bottom } bgpos226486 { background-position: left top , right 15% top , right 15px bottom } bgpos226487 { background-position: left top 15% , right 15% top , right 15px bottom } bgpos226488 { background-position: left top 15px , right 15% top , right 15px bottom } bgpos226489 { background-position: left 15% bottom , right 15% top , right 15px bottom } bgpos226490 { background-position: left 15% bottom 15% , right 15% top , right 15px bottom } bgpos226491 { background-position: left 15% bottom 15px , right 15% top , right 15px bottom } bgpos226492 { background-position: left 15% top , right 15% top , right 15px bottom } bgpos226493 { background-position: left 15% top 15% , right 15% top , right 15px bottom } bgpos226494 { background-position: left 15% top 15px , right 15% top , right 15px bottom } bgpos226495 { background-position: left 15% center , right 15% top , right 15px bottom } bgpos226496 { background-position: left 15px bottom , right 15% top , right 15px bottom } bgpos226497 { background-position: left 15px bottom 15% , right 15% top , right 15px bottom } bgpos226498 { background-position: left 15px bottom 15px , right 15% top , right 15px bottom } bgpos226499 { background-position: left 15px top , right 15% top , right 15px bottom } bgpos226500 { background-position: left 15px top 15% , right 15% top , right 15px bottom } bgpos226501 { background-position: left 15px top 15px , right 15% top , right 15px bottom } bgpos226502 { background-position: left 15px center , right 15% top , right 15px bottom } bgpos226503 { background-position: left center , right 15% top , right 15px bottom } bgpos226504 { background-position: right bottom , right 15% top , right 15px bottom } bgpos226505 { background-position: right bottom 15% , right 15% top , right 15px bottom } bgpos226506 { background-position: right bottom 15px , right 15% top , right 15px bottom } bgpos226507 { background-position: right top , right 15% top , right 15px bottom } bgpos226508 { background-position: right top 15% , right 15% top , right 15px bottom } bgpos226509 { background-position: right top 15px , right 15% top , right 15px bottom } bgpos226510 { background-position: right 15% bottom , right 15% top , right 15px bottom } bgpos226511 { background-position: right 15% bottom 15% , right 15% top , right 15px bottom } bgpos226512 { background-position: right 15% bottom 15px , right 15% top , right 15px bottom } bgpos226513 { background-position: right 15% top , right 15% top , right 15px bottom } bgpos226514 { background-position: right 15% top 15% , right 15% top , right 15px bottom } bgpos226515 { background-position: right 15% top 15px , right 15% top , right 15px bottom } bgpos226516 { background-position: right 15% center , right 15% top , right 15px bottom } bgpos226517 { background-position: right 15px bottom , right 15% top , right 15px bottom } bgpos226518 { background-position: right 15px bottom 15% , right 15% top , right 15px bottom } bgpos226519 { background-position: right 15px bottom 15px , right 15% top , right 15px bottom } bgpos226520 { background-position: right 15px top , right 15% top , right 15px bottom } bgpos226521 { background-position: right 15px top 15% , right 15% top , right 15px bottom } bgpos226522 { background-position: right 15px top 15px , right 15% top , right 15px bottom } bgpos226523 { background-position: right 15px center , right 15% top , right 15px bottom } bgpos226524 { background-position: right center , right 15% top , right 15px bottom } bgpos226525 { background-position: 100px , right 15% top , right 15px bottom } bgpos226526 { background-position: 100px 10% , right 15% top , right 15px bottom } bgpos226527 { background-position: 100px 100px , right 15% top , right 15px bottom } bgpos226528 { background-position: 100px bottom , right 15% top , right 15px bottom } bgpos226529 { background-position: 100px center , right 15% top , right 15px bottom } bgpos226530 { background-position: 100px top , right 15% top , right 15px bottom } bgpos226531 { background-position: 50% , right 15% top , right 15px bottom } bgpos226532 { background-position: 50% 10% , right 15% top , right 15px bottom } bgpos226533 { background-position: 50% 100px , right 15% top , right 15px bottom } bgpos226534 { background-position: 50% bottom , right 15% top , right 15px bottom } bgpos226535 { background-position: 50% center , right 15% top , right 15px bottom } bgpos226536 { background-position: 50% top , right 15% top , right 15px bottom } bgpos226537 { background-position: bottom, right 15% top , right 15px bottom } bgpos226538 { background-position: center , right 15% top , right 15px bottom } bgpos226539 { background-position: center bottom , right 15% top , right 15px bottom } bgpos226540 { background-position: center bottom 15% , right 15% top , right 15px bottom } bgpos226541 { background-position: center bottom 15px , right 15% top , right 15px bottom } bgpos226542 { background-position: center top , right 15% top , right 15px bottom } bgpos226543 { background-position: center top 15% , right 15% top , right 15px bottom } bgpos226544 { background-position: center top 15px , right 15% top , right 15px bottom } bgpos226545 { background-position: center 10% , right 15% top , right 15px bottom } bgpos226546 { background-position: center 100px , right 15% top , right 15px bottom } bgpos226547 { background-position: center bottom , right 15% top , right 15px bottom } bgpos226548 { background-position: center center , right 15% top , right 15px bottom } bgpos226549 { background-position: center top , right 15% top , right 15px bottom } bgpos226550 { background-position: left , right 15% top , right 15px bottom } bgpos226551 { background-position: left 10% , right 15% top , right 15px bottom } bgpos226552 { background-position: left 100px , right 15% top , right 15px bottom } bgpos226553 { background-position: left bottom , right 15% top , right 15px bottom } bgpos226554 { background-position: left center , right 15% top , right 15px bottom } bgpos226555 { background-position: left top , right 15% top , right 15px bottom } bgpos226556 { background-position: right , right 15% top , right 15px bottom } bgpos226557 { background-position: right 10% , right 15% top , right 15px bottom } bgpos226558 { background-position: right 100px , right 15% top , right 15px bottom } bgpos226559 { background-position: right bottom , right 15% top , right 15px bottom } bgpos226560 { background-position: right center , right 15% top , right 15px bottom } bgpos226561 { background-position: right top , right 15% top , right 15px bottom } bgpos226562 { background-position: top , right 15% top , right 15px bottom } bgpos226563 { background-position: left bottom , right 15% top 15% , right 15px bottom } bgpos226564 { background-position: left bottom 15% , right 15% top 15% , right 15px bottom } bgpos226565 { background-position: left bottom 15px , right 15% top 15% , right 15px bottom } bgpos226566 { background-position: left top , right 15% top 15% , right 15px bottom } bgpos226567 { background-position: left top 15% , right 15% top 15% , right 15px bottom } bgpos226568 { background-position: left top 15px , right 15% top 15% , right 15px bottom } bgpos226569 { background-position: left 15% bottom , right 15% top 15% , right 15px bottom } bgpos226570 { background-position: left 15% bottom 15% , right 15% top 15% , right 15px bottom } bgpos226571 { background-position: left 15% bottom 15px , right 15% top 15% , right 15px bottom } bgpos226572 { background-position: left 15% top , right 15% top 15% , right 15px bottom } bgpos226573 { background-position: left 15% top 15% , right 15% top 15% , right 15px bottom } bgpos226574 { background-position: left 15% top 15px , right 15% top 15% , right 15px bottom } bgpos226575 { background-position: left 15% center , right 15% top 15% , right 15px bottom } bgpos226576 { background-position: left 15px bottom , right 15% top 15% , right 15px bottom } bgpos226577 { background-position: left 15px bottom 15% , right 15% top 15% , right 15px bottom } bgpos226578 { background-position: left 15px bottom 15px , right 15% top 15% , right 15px bottom } bgpos226579 { background-position: left 15px top , right 15% top 15% , right 15px bottom } bgpos226580 { background-position: left 15px top 15% , right 15% top 15% , right 15px bottom } bgpos226581 { background-position: left 15px top 15px , right 15% top 15% , right 15px bottom } bgpos226582 { background-position: left 15px center , right 15% top 15% , right 15px bottom } bgpos226583 { background-position: left center , right 15% top 15% , right 15px bottom } bgpos226584 { background-position: right bottom , right 15% top 15% , right 15px bottom } bgpos226585 { background-position: right bottom 15% , right 15% top 15% , right 15px bottom } bgpos226586 { background-position: right bottom 15px , right 15% top 15% , right 15px bottom } bgpos226587 { background-position: right top , right 15% top 15% , right 15px bottom } bgpos226588 { background-position: right top 15% , right 15% top 15% , right 15px bottom } bgpos226589 { background-position: right top 15px , right 15% top 15% , right 15px bottom } bgpos226590 { background-position: right 15% bottom , right 15% top 15% , right 15px bottom } bgpos226591 { background-position: right 15% bottom 15% , right 15% top 15% , right 15px bottom } bgpos226592 { background-position: right 15% bottom 15px , right 15% top 15% , right 15px bottom } bgpos226593 { background-position: right 15% top , right 15% top 15% , right 15px bottom } bgpos226594 { background-position: right 15% top 15% , right 15% top 15% , right 15px bottom } bgpos226595 { background-position: right 15% top 15px , right 15% top 15% , right 15px bottom } bgpos226596 { background-position: right 15% center , right 15% top 15% , right 15px bottom } bgpos226597 { background-position: right 15px bottom , right 15% top 15% , right 15px bottom } bgpos226598 { background-position: right 15px bottom 15% , right 15% top 15% , right 15px bottom } bgpos226599 { background-position: right 15px bottom 15px , right 15% top 15% , right 15px bottom } bgpos226600 { background-position: right 15px top , right 15% top 15% , right 15px bottom } bgpos226601 { background-position: right 15px top 15% , right 15% top 15% , right 15px bottom } bgpos226602 { background-position: right 15px top 15px , right 15% top 15% , right 15px bottom } bgpos226603 { background-position: right 15px center , right 15% top 15% , right 15px bottom } bgpos226604 { background-position: right center , right 15% top 15% , right 15px bottom } bgpos226605 { background-position: 100px , right 15% top 15% , right 15px bottom } bgpos226606 { background-position: 100px 10% , right 15% top 15% , right 15px bottom } bgpos226607 { background-position: 100px 100px , right 15% top 15% , right 15px bottom } bgpos226608 { background-position: 100px bottom , right 15% top 15% , right 15px bottom } bgpos226609 { background-position: 100px center , right 15% top 15% , right 15px bottom } bgpos226610 { background-position: 100px top , right 15% top 15% , right 15px bottom } bgpos226611 { background-position: 50% , right 15% top 15% , right 15px bottom } bgpos226612 { background-position: 50% 10% , right 15% top 15% , right 15px bottom } bgpos226613 { background-position: 50% 100px , right 15% top 15% , right 15px bottom } bgpos226614 { background-position: 50% bottom , right 15% top 15% , right 15px bottom } bgpos226615 { background-position: 50% center , right 15% top 15% , right 15px bottom } bgpos226616 { background-position: 50% top , right 15% top 15% , right 15px bottom } bgpos226617 { background-position: bottom, right 15% top 15% , right 15px bottom } bgpos226618 { background-position: center , right 15% top 15% , right 15px bottom } bgpos226619 { background-position: center bottom , right 15% top 15% , right 15px bottom } bgpos226620 { background-position: center bottom 15% , right 15% top 15% , right 15px bottom } bgpos226621 { background-position: center bottom 15px , right 15% top 15% , right 15px bottom } bgpos226622 { background-position: center top , right 15% top 15% , right 15px bottom } bgpos226623 { background-position: center top 15% , right 15% top 15% , right 15px bottom } bgpos226624 { background-position: center top 15px , right 15% top 15% , right 15px bottom } bgpos226625 { background-position: center 10% , right 15% top 15% , right 15px bottom } bgpos226626 { background-position: center 100px , right 15% top 15% , right 15px bottom } bgpos226627 { background-position: center bottom , right 15% top 15% , right 15px bottom } bgpos226628 { background-position: center center , right 15% top 15% , right 15px bottom } bgpos226629 { background-position: center top , right 15% top 15% , right 15px bottom } bgpos226630 { background-position: left , right 15% top 15% , right 15px bottom } bgpos226631 { background-position: left 10% , right 15% top 15% , right 15px bottom } bgpos226632 { background-position: left 100px , right 15% top 15% , right 15px bottom } bgpos226633 { background-position: left bottom , right 15% top 15% , right 15px bottom } bgpos226634 { background-position: left center , right 15% top 15% , right 15px bottom } bgpos226635 { background-position: left top , right 15% top 15% , right 15px bottom } bgpos226636 { background-position: right , right 15% top 15% , right 15px bottom } bgpos226637 { background-position: right 10% , right 15% top 15% , right 15px bottom } bgpos226638 { background-position: right 100px , right 15% top 15% , right 15px bottom } bgpos226639 { background-position: right bottom , right 15% top 15% , right 15px bottom } bgpos226640 { background-position: right center , right 15% top 15% , right 15px bottom } bgpos226641 { background-position: right top , right 15% top 15% , right 15px bottom } bgpos226642 { background-position: top , right 15% top 15% , right 15px bottom } bgpos226643 { background-position: left bottom , right 15% top 15px , right 15px bottom } bgpos226644 { background-position: left bottom 15% , right 15% top 15px , right 15px bottom } bgpos226645 { background-position: left bottom 15px , right 15% top 15px , right 15px bottom } bgpos226646 { background-position: left top , right 15% top 15px , right 15px bottom } bgpos226647 { background-position: left top 15% , right 15% top 15px , right 15px bottom } bgpos226648 { background-position: left top 15px , right 15% top 15px , right 15px bottom } bgpos226649 { background-position: left 15% bottom , right 15% top 15px , right 15px bottom } bgpos226650 { background-position: left 15% bottom 15% , right 15% top 15px , right 15px bottom } bgpos226651 { background-position: left 15% bottom 15px , right 15% top 15px , right 15px bottom } bgpos226652 { background-position: left 15% top , right 15% top 15px , right 15px bottom } bgpos226653 { background-position: left 15% top 15% , right 15% top 15px , right 15px bottom } bgpos226654 { background-position: left 15% top 15px , right 15% top 15px , right 15px bottom } bgpos226655 { background-position: left 15% center , right 15% top 15px , right 15px bottom } bgpos226656 { background-position: left 15px bottom , right 15% top 15px , right 15px bottom } bgpos226657 { background-position: left 15px bottom 15% , right 15% top 15px , right 15px bottom } bgpos226658 { background-position: left 15px bottom 15px , right 15% top 15px , right 15px bottom } bgpos226659 { background-position: left 15px top , right 15% top 15px , right 15px bottom } bgpos226660 { background-position: left 15px top 15% , right 15% top 15px , right 15px bottom } bgpos226661 { background-position: left 15px top 15px , right 15% top 15px , right 15px bottom } bgpos226662 { background-position: left 15px center , right 15% top 15px , right 15px bottom } bgpos226663 { background-position: left center , right 15% top 15px , right 15px bottom } bgpos226664 { background-position: right bottom , right 15% top 15px , right 15px bottom } bgpos226665 { background-position: right bottom 15% , right 15% top 15px , right 15px bottom } bgpos226666 { background-position: right bottom 15px , right 15% top 15px , right 15px bottom } bgpos226667 { background-position: right top , right 15% top 15px , right 15px bottom } bgpos226668 { background-position: right top 15% , right 15% top 15px , right 15px bottom } bgpos226669 { background-position: right top 15px , right 15% top 15px , right 15px bottom } bgpos226670 { background-position: right 15% bottom , right 15% top 15px , right 15px bottom } bgpos226671 { background-position: right 15% bottom 15% , right 15% top 15px , right 15px bottom } bgpos226672 { background-position: right 15% bottom 15px , right 15% top 15px , right 15px bottom } bgpos226673 { background-position: right 15% top , right 15% top 15px , right 15px bottom } bgpos226674 { background-position: right 15% top 15% , right 15% top 15px , right 15px bottom } bgpos226675 { background-position: right 15% top 15px , right 15% top 15px , right 15px bottom } bgpos226676 { background-position: right 15% center , right 15% top 15px , right 15px bottom } bgpos226677 { background-position: right 15px bottom , right 15% top 15px , right 15px bottom } bgpos226678 { background-position: right 15px bottom 15% , right 15% top 15px , right 15px bottom } bgpos226679 { background-position: right 15px bottom 15px , right 15% top 15px , right 15px bottom } bgpos226680 { background-position: right 15px top , right 15% top 15px , right 15px bottom } bgpos226681 { background-position: right 15px top 15% , right 15% top 15px , right 15px bottom } bgpos226682 { background-position: right 15px top 15px , right 15% top 15px , right 15px bottom } bgpos226683 { background-position: right 15px center , right 15% top 15px , right 15px bottom } bgpos226684 { background-position: right center , right 15% top 15px , right 15px bottom } bgpos226685 { background-position: 100px , right 15% top 15px , right 15px bottom } bgpos226686 { background-position: 100px 10% , right 15% top 15px , right 15px bottom } bgpos226687 { background-position: 100px 100px , right 15% top 15px , right 15px bottom } bgpos226688 { background-position: 100px bottom , right 15% top 15px , right 15px bottom } bgpos226689 { background-position: 100px center , right 15% top 15px , right 15px bottom } bgpos226690 { background-position: 100px top , right 15% top 15px , right 15px bottom } bgpos226691 { background-position: 50% , right 15% top 15px , right 15px bottom } bgpos226692 { background-position: 50% 10% , right 15% top 15px , right 15px bottom } bgpos226693 { background-position: 50% 100px , right 15% top 15px , right 15px bottom } bgpos226694 { background-position: 50% bottom , right 15% top 15px , right 15px bottom } bgpos226695 { background-position: 50% center , right 15% top 15px , right 15px bottom } bgpos226696 { background-position: 50% top , right 15% top 15px , right 15px bottom } bgpos226697 { background-position: bottom, right 15% top 15px , right 15px bottom } bgpos226698 { background-position: center , right 15% top 15px , right 15px bottom } bgpos226699 { background-position: center bottom , right 15% top 15px , right 15px bottom } bgpos226700 { background-position: center bottom 15% , right 15% top 15px , right 15px bottom } bgpos226701 { background-position: center bottom 15px , right 15% top 15px , right 15px bottom } bgpos226702 { background-position: center top , right 15% top 15px , right 15px bottom } bgpos226703 { background-position: center top 15% , right 15% top 15px , right 15px bottom } bgpos226704 { background-position: center top 15px , right 15% top 15px , right 15px bottom } bgpos226705 { background-position: center 10% , right 15% top 15px , right 15px bottom } bgpos226706 { background-position: center 100px , right 15% top 15px , right 15px bottom } bgpos226707 { background-position: center bottom , right 15% top 15px , right 15px bottom } bgpos226708 { background-position: center center , right 15% top 15px , right 15px bottom } bgpos226709 { background-position: center top , right 15% top 15px , right 15px bottom } bgpos226710 { background-position: left , right 15% top 15px , right 15px bottom } bgpos226711 { background-position: left 10% , right 15% top 15px , right 15px bottom } bgpos226712 { background-position: left 100px , right 15% top 15px , right 15px bottom } bgpos226713 { background-position: left bottom , right 15% top 15px , right 15px bottom } bgpos226714 { background-position: left center , right 15% top 15px , right 15px bottom } bgpos226715 { background-position: left top , right 15% top 15px , right 15px bottom } bgpos226716 { background-position: right , right 15% top 15px , right 15px bottom } bgpos226717 { background-position: right 10% , right 15% top 15px , right 15px bottom } bgpos226718 { background-position: right 100px , right 15% top 15px , right 15px bottom } bgpos226719 { background-position: right bottom , right 15% top 15px , right 15px bottom } bgpos226720 { background-position: right center , right 15% top 15px , right 15px bottom } bgpos226721 { background-position: right top , right 15% top 15px , right 15px bottom } bgpos226722 { background-position: top , right 15% top 15px , right 15px bottom } bgpos226723 { background-position: left bottom , right 15% center , right 15px bottom } bgpos226724 { background-position: left bottom 15% , right 15% center , right 15px bottom } bgpos226725 { background-position: left bottom 15px , right 15% center , right 15px bottom } bgpos226726 { background-position: left top , right 15% center , right 15px bottom } bgpos226727 { background-position: left top 15% , right 15% center , right 15px bottom } bgpos226728 { background-position: left top 15px , right 15% center , right 15px bottom } bgpos226729 { background-position: left 15% bottom , right 15% center , right 15px bottom } bgpos226730 { background-position: left 15% bottom 15% , right 15% center , right 15px bottom } bgpos226731 { background-position: left 15% bottom 15px , right 15% center , right 15px bottom } bgpos226732 { background-position: left 15% top , right 15% center , right 15px bottom } bgpos226733 { background-position: left 15% top 15% , right 15% center , right 15px bottom } bgpos226734 { background-position: left 15% top 15px , right 15% center , right 15px bottom } bgpos226735 { background-position: left 15% center , right 15% center , right 15px bottom } bgpos226736 { background-position: left 15px bottom , right 15% center , right 15px bottom } bgpos226737 { background-position: left 15px bottom 15% , right 15% center , right 15px bottom } bgpos226738 { background-position: left 15px bottom 15px , right 15% center , right 15px bottom } bgpos226739 { background-position: left 15px top , right 15% center , right 15px bottom } bgpos226740 { background-position: left 15px top 15% , right 15% center , right 15px bottom } bgpos226741 { background-position: left 15px top 15px , right 15% center , right 15px bottom } bgpos226742 { background-position: left 15px center , right 15% center , right 15px bottom } bgpos226743 { background-position: left center , right 15% center , right 15px bottom } bgpos226744 { background-position: right bottom , right 15% center , right 15px bottom } bgpos226745 { background-position: right bottom 15% , right 15% center , right 15px bottom } bgpos226746 { background-position: right bottom 15px , right 15% center , right 15px bottom } bgpos226747 { background-position: right top , right 15% center , right 15px bottom } bgpos226748 { background-position: right top 15% , right 15% center , right 15px bottom } bgpos226749 { background-position: right top 15px , right 15% center , right 15px bottom } bgpos226750 { background-position: right 15% bottom , right 15% center , right 15px bottom } bgpos226751 { background-position: right 15% bottom 15% , right 15% center , right 15px bottom } bgpos226752 { background-position: right 15% bottom 15px , right 15% center , right 15px bottom } bgpos226753 { background-position: right 15% top , right 15% center , right 15px bottom } bgpos226754 { background-position: right 15% top 15% , right 15% center , right 15px bottom } bgpos226755 { background-position: right 15% top 15px , right 15% center , right 15px bottom } bgpos226756 { background-position: right 15% center , right 15% center , right 15px bottom } bgpos226757 { background-position: right 15px bottom , right 15% center , right 15px bottom } bgpos226758 { background-position: right 15px bottom 15% , right 15% center , right 15px bottom } bgpos226759 { background-position: right 15px bottom 15px , right 15% center , right 15px bottom } bgpos226760 { background-position: right 15px top , right 15% center , right 15px bottom } bgpos226761 { background-position: right 15px top 15% , right 15% center , right 15px bottom } bgpos226762 { background-position: right 15px top 15px , right 15% center , right 15px bottom } bgpos226763 { background-position: right 15px center , right 15% center , right 15px bottom } bgpos226764 { background-position: right center , right 15% center , right 15px bottom } bgpos226765 { background-position: 100px , right 15% center , right 15px bottom } bgpos226766 { background-position: 100px 10% , right 15% center , right 15px bottom } bgpos226767 { background-position: 100px 100px , right 15% center , right 15px bottom } bgpos226768 { background-position: 100px bottom , right 15% center , right 15px bottom } bgpos226769 { background-position: 100px center , right 15% center , right 15px bottom } bgpos226770 { background-position: 100px top , right 15% center , right 15px bottom } bgpos226771 { background-position: 50% , right 15% center , right 15px bottom } bgpos226772 { background-position: 50% 10% , right 15% center , right 15px bottom } bgpos226773 { background-position: 50% 100px , right 15% center , right 15px bottom } bgpos226774 { background-position: 50% bottom , right 15% center , right 15px bottom } bgpos226775 { background-position: 50% center , right 15% center , right 15px bottom } bgpos226776 { background-position: 50% top , right 15% center , right 15px bottom } bgpos226777 { background-position: bottom, right 15% center , right 15px bottom } bgpos226778 { background-position: center , right 15% center , right 15px bottom } bgpos226779 { background-position: center bottom , right 15% center , right 15px bottom } bgpos226780 { background-position: center bottom 15% , right 15% center , right 15px bottom } bgpos226781 { background-position: center bottom 15px , right 15% center , right 15px bottom } bgpos226782 { background-position: center top , right 15% center , right 15px bottom } bgpos226783 { background-position: center top 15% , right 15% center , right 15px bottom } bgpos226784 { background-position: center top 15px , right 15% center , right 15px bottom } bgpos226785 { background-position: center 10% , right 15% center , right 15px bottom } bgpos226786 { background-position: center 100px , right 15% center , right 15px bottom } bgpos226787 { background-position: center bottom , right 15% center , right 15px bottom } bgpos226788 { background-position: center center , right 15% center , right 15px bottom } bgpos226789 { background-position: center top , right 15% center , right 15px bottom } bgpos226790 { background-position: left , right 15% center , right 15px bottom } bgpos226791 { background-position: left 10% , right 15% center , right 15px bottom } bgpos226792 { background-position: left 100px , right 15% center , right 15px bottom } bgpos226793 { background-position: left bottom , right 15% center , right 15px bottom } bgpos226794 { background-position: left center , right 15% center , right 15px bottom } bgpos226795 { background-position: left top , right 15% center , right 15px bottom } bgpos226796 { background-position: right , right 15% center , right 15px bottom } bgpos226797 { background-position: right 10% , right 15% center , right 15px bottom } bgpos226798 { background-position: right 100px , right 15% center , right 15px bottom } bgpos226799 { background-position: right bottom , right 15% center , right 15px bottom } bgpos226800 { background-position: right center , right 15% center , right 15px bottom } bgpos226801 { background-position: right top , right 15% center , right 15px bottom } bgpos226802 { background-position: top , right 15% center , right 15px bottom } bgpos226803 { background-position: left bottom , right 15px bottom , right 15px bottom } bgpos226804 { background-position: left bottom 15% , right 15px bottom , right 15px bottom } bgpos226805 { background-position: left bottom 15px , right 15px bottom , right 15px bottom } bgpos226806 { background-position: left top , right 15px bottom , right 15px bottom } bgpos226807 { background-position: left top 15% , right 15px bottom , right 15px bottom } bgpos226808 { background-position: left top 15px , right 15px bottom , right 15px bottom } bgpos226809 { background-position: left 15% bottom , right 15px bottom , right 15px bottom } bgpos226810 { background-position: left 15% bottom 15% , right 15px bottom , right 15px bottom } bgpos226811 { background-position: left 15% bottom 15px , right 15px bottom , right 15px bottom } bgpos226812 { background-position: left 15% top , right 15px bottom , right 15px bottom } bgpos226813 { background-position: left 15% top 15% , right 15px bottom , right 15px bottom } bgpos226814 { background-position: left 15% top 15px , right 15px bottom , right 15px bottom } bgpos226815 { background-position: left 15% center , right 15px bottom , right 15px bottom } bgpos226816 { background-position: left 15px bottom , right 15px bottom , right 15px bottom } bgpos226817 { background-position: left 15px bottom 15% , right 15px bottom , right 15px bottom } bgpos226818 { background-position: left 15px bottom 15px , right 15px bottom , right 15px bottom } bgpos226819 { background-position: left 15px top , right 15px bottom , right 15px bottom } bgpos226820 { background-position: left 15px top 15% , right 15px bottom , right 15px bottom } bgpos226821 { background-position: left 15px top 15px , right 15px bottom , right 15px bottom } bgpos226822 { background-position: left 15px center , right 15px bottom , right 15px bottom } bgpos226823 { background-position: left center , right 15px bottom , right 15px bottom } bgpos226824 { background-position: right bottom , right 15px bottom , right 15px bottom } bgpos226825 { background-position: right bottom 15% , right 15px bottom , right 15px bottom } bgpos226826 { background-position: right bottom 15px , right 15px bottom , right 15px bottom } bgpos226827 { background-position: right top , right 15px bottom , right 15px bottom } bgpos226828 { background-position: right top 15% , right 15px bottom , right 15px bottom } bgpos226829 { background-position: right top 15px , right 15px bottom , right 15px bottom } bgpos226830 { background-position: right 15% bottom , right 15px bottom , right 15px bottom } bgpos226831 { background-position: right 15% bottom 15% , right 15px bottom , right 15px bottom } bgpos226832 { background-position: right 15% bottom 15px , right 15px bottom , right 15px bottom } bgpos226833 { background-position: right 15% top , right 15px bottom , right 15px bottom } bgpos226834 { background-position: right 15% top 15% , right 15px bottom , right 15px bottom } bgpos226835 { background-position: right 15% top 15px , right 15px bottom , right 15px bottom } bgpos226836 { background-position: right 15% center , right 15px bottom , right 15px bottom } bgpos226837 { background-position: right 15px bottom , right 15px bottom , right 15px bottom } bgpos226838 { background-position: right 15px bottom 15% , right 15px bottom , right 15px bottom } bgpos226839 { background-position: right 15px bottom 15px , right 15px bottom , right 15px bottom } bgpos226840 { background-position: right 15px top , right 15px bottom , right 15px bottom } bgpos226841 { background-position: right 15px top 15% , right 15px bottom , right 15px bottom } bgpos226842 { background-position: right 15px top 15px , right 15px bottom , right 15px bottom } bgpos226843 { background-position: right 15px center , right 15px bottom , right 15px bottom } bgpos226844 { background-position: right center , right 15px bottom , right 15px bottom } bgpos226845 { background-position: 100px , right 15px bottom , right 15px bottom } bgpos226846 { background-position: 100px 10% , right 15px bottom , right 15px bottom } bgpos226847 { background-position: 100px 100px , right 15px bottom , right 15px bottom } bgpos226848 { background-position: 100px bottom , right 15px bottom , right 15px bottom } bgpos226849 { background-position: 100px center , right 15px bottom , right 15px bottom } bgpos226850 { background-position: 100px top , right 15px bottom , right 15px bottom } bgpos226851 { background-position: 50% , right 15px bottom , right 15px bottom } bgpos226852 { background-position: 50% 10% , right 15px bottom , right 15px bottom } bgpos226853 { background-position: 50% 100px , right 15px bottom , right 15px bottom } bgpos226854 { background-position: 50% bottom , right 15px bottom , right 15px bottom } bgpos226855 { background-position: 50% center , right 15px bottom , right 15px bottom } bgpos226856 { background-position: 50% top , right 15px bottom , right 15px bottom } bgpos226857 { background-position: bottom, right 15px bottom , right 15px bottom } bgpos226858 { background-position: center , right 15px bottom , right 15px bottom } bgpos226859 { background-position: center bottom , right 15px bottom , right 15px bottom } bgpos226860 { background-position: center bottom 15% , right 15px bottom , right 15px bottom } bgpos226861 { background-position: center bottom 15px , right 15px bottom , right 15px bottom } bgpos226862 { background-position: center top , right 15px bottom , right 15px bottom } bgpos226863 { background-position: center top 15% , right 15px bottom , right 15px bottom } bgpos226864 { background-position: center top 15px , right 15px bottom , right 15px bottom } bgpos226865 { background-position: center 10% , right 15px bottom , right 15px bottom } bgpos226866 { background-position: center 100px , right 15px bottom , right 15px bottom } bgpos226867 { background-position: center bottom , right 15px bottom , right 15px bottom } bgpos226868 { background-position: center center , right 15px bottom , right 15px bottom } bgpos226869 { background-position: center top , right 15px bottom , right 15px bottom } bgpos226870 { background-position: left , right 15px bottom , right 15px bottom } bgpos226871 { background-position: left 10% , right 15px bottom , right 15px bottom } bgpos226872 { background-position: left 100px , right 15px bottom , right 15px bottom } bgpos226873 { background-position: left bottom , right 15px bottom , right 15px bottom } bgpos226874 { background-position: left center , right 15px bottom , right 15px bottom } bgpos226875 { background-position: left top , right 15px bottom , right 15px bottom } bgpos226876 { background-position: right , right 15px bottom , right 15px bottom } bgpos226877 { background-position: right 10% , right 15px bottom , right 15px bottom } bgpos226878 { background-position: right 100px , right 15px bottom , right 15px bottom } bgpos226879 { background-position: right bottom , right 15px bottom , right 15px bottom } bgpos226880 { background-position: right center , right 15px bottom , right 15px bottom } bgpos226881 { background-position: right top , right 15px bottom , right 15px bottom } bgpos226882 { background-position: top , right 15px bottom , right 15px bottom } bgpos226883 { background-position: left bottom , right 15px bottom 15% , right 15px bottom } bgpos226884 { background-position: left bottom 15% , right 15px bottom 15% , right 15px bottom } bgpos226885 { background-position: left bottom 15px , right 15px bottom 15% , right 15px bottom } bgpos226886 { background-position: left top , right 15px bottom 15% , right 15px bottom } bgpos226887 { background-position: left top 15% , right 15px bottom 15% , right 15px bottom } bgpos226888 { background-position: left top 15px , right 15px bottom 15% , right 15px bottom } bgpos226889 { background-position: left 15% bottom , right 15px bottom 15% , right 15px bottom } bgpos226890 { background-position: left 15% bottom 15% , right 15px bottom 15% , right 15px bottom } bgpos226891 { background-position: left 15% bottom 15px , right 15px bottom 15% , right 15px bottom } bgpos226892 { background-position: left 15% top , right 15px bottom 15% , right 15px bottom } bgpos226893 { background-position: left 15% top 15% , right 15px bottom 15% , right 15px bottom } bgpos226894 { background-position: left 15% top 15px , right 15px bottom 15% , right 15px bottom } bgpos226895 { background-position: left 15% center , right 15px bottom 15% , right 15px bottom } bgpos226896 { background-position: left 15px bottom , right 15px bottom 15% , right 15px bottom } bgpos226897 { background-position: left 15px bottom 15% , right 15px bottom 15% , right 15px bottom } bgpos226898 { background-position: left 15px bottom 15px , right 15px bottom 15% , right 15px bottom } bgpos226899 { background-position: left 15px top , right 15px bottom 15% , right 15px bottom } bgpos226900 { background-position: left 15px top 15% , right 15px bottom 15% , right 15px bottom } bgpos226901 { background-position: left 15px top 15px , right 15px bottom 15% , right 15px bottom } bgpos226902 { background-position: left 15px center , right 15px bottom 15% , right 15px bottom } bgpos226903 { background-position: left center , right 15px bottom 15% , right 15px bottom } bgpos226904 { background-position: right bottom , right 15px bottom 15% , right 15px bottom } bgpos226905 { background-position: right bottom 15% , right 15px bottom 15% , right 15px bottom } bgpos226906 { background-position: right bottom 15px , right 15px bottom 15% , right 15px bottom } bgpos226907 { background-position: right top , right 15px bottom 15% , right 15px bottom } bgpos226908 { background-position: right top 15% , right 15px bottom 15% , right 15px bottom } bgpos226909 { background-position: right top 15px , right 15px bottom 15% , right 15px bottom } bgpos226910 { background-position: right 15% bottom , right 15px bottom 15% , right 15px bottom } bgpos226911 { background-position: right 15% bottom 15% , right 15px bottom 15% , right 15px bottom } bgpos226912 { background-position: right 15% bottom 15px , right 15px bottom 15% , right 15px bottom } bgpos226913 { background-position: right 15% top , right 15px bottom 15% , right 15px bottom } bgpos226914 { background-position: right 15% top 15% , right 15px bottom 15% , right 15px bottom } bgpos226915 { background-position: right 15% top 15px , right 15px bottom 15% , right 15px bottom } bgpos226916 { background-position: right 15% center , right 15px bottom 15% , right 15px bottom } bgpos226917 { background-position: right 15px bottom , right 15px bottom 15% , right 15px bottom } bgpos226918 { background-position: right 15px bottom 15% , right 15px bottom 15% , right 15px bottom } bgpos226919 { background-position: right 15px bottom 15px , right 15px bottom 15% , right 15px bottom } bgpos226920 { background-position: right 15px top , right 15px bottom 15% , right 15px bottom } bgpos226921 { background-position: right 15px top 15% , right 15px bottom 15% , right 15px bottom } bgpos226922 { background-position: right 15px top 15px , right 15px bottom 15% , right 15px bottom } bgpos226923 { background-position: right 15px center , right 15px bottom 15% , right 15px bottom } bgpos226924 { background-position: right center , right 15px bottom 15% , right 15px bottom } bgpos226925 { background-position: 100px , right 15px bottom 15% , right 15px bottom } bgpos226926 { background-position: 100px 10% , right 15px bottom 15% , right 15px bottom } bgpos226927 { background-position: 100px 100px , right 15px bottom 15% , right 15px bottom } bgpos226928 { background-position: 100px bottom , right 15px bottom 15% , right 15px bottom } bgpos226929 { background-position: 100px center , right 15px bottom 15% , right 15px bottom } bgpos226930 { background-position: 100px top , right 15px bottom 15% , right 15px bottom } bgpos226931 { background-position: 50% , right 15px bottom 15% , right 15px bottom } bgpos226932 { background-position: 50% 10% , right 15px bottom 15% , right 15px bottom } bgpos226933 { background-position: 50% 100px , right 15px bottom 15% , right 15px bottom } bgpos226934 { background-position: 50% bottom , right 15px bottom 15% , right 15px bottom } bgpos226935 { background-position: 50% center , right 15px bottom 15% , right 15px bottom } bgpos226936 { background-position: 50% top , right 15px bottom 15% , right 15px bottom } bgpos226937 { background-position: bottom, right 15px bottom 15% , right 15px bottom } bgpos226938 { background-position: center , right 15px bottom 15% , right 15px bottom } bgpos226939 { background-position: center bottom , right 15px bottom 15% , right 15px bottom } bgpos226940 { background-position: center bottom 15% , right 15px bottom 15% , right 15px bottom } bgpos226941 { background-position: center bottom 15px , right 15px bottom 15% , right 15px bottom } bgpos226942 { background-position: center top , right 15px bottom 15% , right 15px bottom } bgpos226943 { background-position: center top 15% , right 15px bottom 15% , right 15px bottom } bgpos226944 { background-position: center top 15px , right 15px bottom 15% , right 15px bottom } bgpos226945 { background-position: center 10% , right 15px bottom 15% , right 15px bottom } bgpos226946 { background-position: center 100px , right 15px bottom 15% , right 15px bottom } bgpos226947 { background-position: center bottom , right 15px bottom 15% , right 15px bottom } bgpos226948 { background-position: center center , right 15px bottom 15% , right 15px bottom } bgpos226949 { background-position: center top , right 15px bottom 15% , right 15px bottom } bgpos226950 { background-position: left , right 15px bottom 15% , right 15px bottom } bgpos226951 { background-position: left 10% , right 15px bottom 15% , right 15px bottom } bgpos226952 { background-position: left 100px , right 15px bottom 15% , right 15px bottom } bgpos226953 { background-position: left bottom , right 15px bottom 15% , right 15px bottom } bgpos226954 { background-position: left center , right 15px bottom 15% , right 15px bottom } bgpos226955 { background-position: left top , right 15px bottom 15% , right 15px bottom } bgpos226956 { background-position: right , right 15px bottom 15% , right 15px bottom } bgpos226957 { background-position: right 10% , right 15px bottom 15% , right 15px bottom } bgpos226958 { background-position: right 100px , right 15px bottom 15% , right 15px bottom } bgpos226959 { background-position: right bottom , right 15px bottom 15% , right 15px bottom } bgpos226960 { background-position: right center , right 15px bottom 15% , right 15px bottom } bgpos226961 { background-position: right top , right 15px bottom 15% , right 15px bottom } bgpos226962 { background-position: top , right 15px bottom 15% , right 15px bottom } bgpos226963 { background-position: left bottom , right 15px bottom 15px , right 15px bottom } bgpos226964 { background-position: left bottom 15% , right 15px bottom 15px , right 15px bottom } bgpos226965 { background-position: left bottom 15px , right 15px bottom 15px , right 15px bottom } bgpos226966 { background-position: left top , right 15px bottom 15px , right 15px bottom } bgpos226967 { background-position: left top 15% , right 15px bottom 15px , right 15px bottom } bgpos226968 { background-position: left top 15px , right 15px bottom 15px , right 15px bottom } bgpos226969 { background-position: left 15% bottom , right 15px bottom 15px , right 15px bottom } bgpos226970 { background-position: left 15% bottom 15% , right 15px bottom 15px , right 15px bottom } bgpos226971 { background-position: left 15% bottom 15px , right 15px bottom 15px , right 15px bottom } bgpos226972 { background-position: left 15% top , right 15px bottom 15px , right 15px bottom } bgpos226973 { background-position: left 15% top 15% , right 15px bottom 15px , right 15px bottom } bgpos226974 { background-position: left 15% top 15px , right 15px bottom 15px , right 15px bottom } bgpos226975 { background-position: left 15% center , right 15px bottom 15px , right 15px bottom } bgpos226976 { background-position: left 15px bottom , right 15px bottom 15px , right 15px bottom } bgpos226977 { background-position: left 15px bottom 15% , right 15px bottom 15px , right 15px bottom } bgpos226978 { background-position: left 15px bottom 15px , right 15px bottom 15px , right 15px bottom } bgpos226979 { background-position: left 15px top , right 15px bottom 15px , right 15px bottom } bgpos226980 { background-position: left 15px top 15% , right 15px bottom 15px , right 15px bottom } bgpos226981 { background-position: left 15px top 15px , right 15px bottom 15px , right 15px bottom } bgpos226982 { background-position: left 15px center , right 15px bottom 15px , right 15px bottom } bgpos226983 { background-position: left center , right 15px bottom 15px , right 15px bottom } bgpos226984 { background-position: right bottom , right 15px bottom 15px , right 15px bottom } bgpos226985 { background-position: right bottom 15% , right 15px bottom 15px , right 15px bottom } bgpos226986 { background-position: right bottom 15px , right 15px bottom 15px , right 15px bottom } bgpos226987 { background-position: right top , right 15px bottom 15px , right 15px bottom } bgpos226988 { background-position: right top 15% , right 15px bottom 15px , right 15px bottom } bgpos226989 { background-position: right top 15px , right 15px bottom 15px , right 15px bottom } bgpos226990 { background-position: right 15% bottom , right 15px bottom 15px , right 15px bottom } bgpos226991 { background-position: right 15% bottom 15% , right 15px bottom 15px , right 15px bottom } bgpos226992 { background-position: right 15% bottom 15px , right 15px bottom 15px , right 15px bottom } bgpos226993 { background-position: right 15% top , right 15px bottom 15px , right 15px bottom } bgpos226994 { background-position: right 15% top 15% , right 15px bottom 15px , right 15px bottom } bgpos226995 { background-position: right 15% top 15px , right 15px bottom 15px , right 15px bottom } bgpos226996 { background-position: right 15% center , right 15px bottom 15px , right 15px bottom } bgpos226997 { background-position: right 15px bottom , right 15px bottom 15px , right 15px bottom } bgpos226998 { background-position: right 15px bottom 15% , right 15px bottom 15px , right 15px bottom } bgpos226999 { background-position: right 15px bottom 15px , right 15px bottom 15px , right 15px bottom } bgpos227000 { background-position: right 15px top , right 15px bottom 15px , right 15px bottom } bgpos227001 { background-position: right 15px top 15% , right 15px bottom 15px , right 15px bottom } bgpos227002 { background-position: right 15px top 15px , right 15px bottom 15px , right 15px bottom } bgpos227003 { background-position: right 15px center , right 15px bottom 15px , right 15px bottom } bgpos227004 { background-position: right center , right 15px bottom 15px , right 15px bottom } bgpos227005 { background-position: 100px , right 15px bottom 15px , right 15px bottom } bgpos227006 { background-position: 100px 10% , right 15px bottom 15px , right 15px bottom } bgpos227007 { background-position: 100px 100px , right 15px bottom 15px , right 15px bottom } bgpos227008 { background-position: 100px bottom , right 15px bottom 15px , right 15px bottom } bgpos227009 { background-position: 100px center , right 15px bottom 15px , right 15px bottom } bgpos227010 { background-position: 100px top , right 15px bottom 15px , right 15px bottom } bgpos227011 { background-position: 50% , right 15px bottom 15px , right 15px bottom } bgpos227012 { background-position: 50% 10% , right 15px bottom 15px , right 15px bottom } bgpos227013 { background-position: 50% 100px , right 15px bottom 15px , right 15px bottom } bgpos227014 { background-position: 50% bottom , right 15px bottom 15px , right 15px bottom } bgpos227015 { background-position: 50% center , right 15px bottom 15px , right 15px bottom } bgpos227016 { background-position: 50% top , right 15px bottom 15px , right 15px bottom } bgpos227017 { background-position: bottom, right 15px bottom 15px , right 15px bottom } bgpos227018 { background-position: center , right 15px bottom 15px , right 15px bottom } bgpos227019 { background-position: center bottom , right 15px bottom 15px , right 15px bottom } bgpos227020 { background-position: center bottom 15% , right 15px bottom 15px , right 15px bottom } bgpos227021 { background-position: center bottom 15px , right 15px bottom 15px , right 15px bottom } bgpos227022 { background-position: center top , right 15px bottom 15px , right 15px bottom } bgpos227023 { background-position: center top 15% , right 15px bottom 15px , right 15px bottom } bgpos227024 { background-position: center top 15px , right 15px bottom 15px , right 15px bottom } bgpos227025 { background-position: center 10% , right 15px bottom 15px , right 15px bottom } bgpos227026 { background-position: center 100px , right 15px bottom 15px , right 15px bottom } bgpos227027 { background-position: center bottom , right 15px bottom 15px , right 15px bottom } bgpos227028 { background-position: center center , right 15px bottom 15px , right 15px bottom } bgpos227029 { background-position: center top , right 15px bottom 15px , right 15px bottom } bgpos227030 { background-position: left , right 15px bottom 15px , right 15px bottom } bgpos227031 { background-position: left 10% , right 15px bottom 15px , right 15px bottom } bgpos227032 { background-position: left 100px , right 15px bottom 15px , right 15px bottom } bgpos227033 { background-position: left bottom , right 15px bottom 15px , right 15px bottom } bgpos227034 { background-position: left center , right 15px bottom 15px , right 15px bottom } bgpos227035 { background-position: left top , right 15px bottom 15px , right 15px bottom } bgpos227036 { background-position: right , right 15px bottom 15px , right 15px bottom } bgpos227037 { background-position: right 10% , right 15px bottom 15px , right 15px bottom } bgpos227038 { background-position: right 100px , right 15px bottom 15px , right 15px bottom } bgpos227039 { background-position: right bottom , right 15px bottom 15px , right 15px bottom } bgpos227040 { background-position: right center , right 15px bottom 15px , right 15px bottom } bgpos227041 { background-position: right top , right 15px bottom 15px , right 15px bottom } bgpos227042 { background-position: top , right 15px bottom 15px , right 15px bottom } bgpos227043 { background-position: left bottom , right 15px top , right 15px bottom } bgpos227044 { background-position: left bottom 15% , right 15px top , right 15px bottom } bgpos227045 { background-position: left bottom 15px , right 15px top , right 15px bottom } bgpos227046 { background-position: left top , right 15px top , right 15px bottom } bgpos227047 { background-position: left top 15% , right 15px top , right 15px bottom } bgpos227048 { background-position: left top 15px , right 15px top , right 15px bottom } bgpos227049 { background-position: left 15% bottom , right 15px top , right 15px bottom } bgpos227050 { background-position: left 15% bottom 15% , right 15px top , right 15px bottom } bgpos227051 { background-position: left 15% bottom 15px , right 15px top , right 15px bottom } bgpos227052 { background-position: left 15% top , right 15px top , right 15px bottom } bgpos227053 { background-position: left 15% top 15% , right 15px top , right 15px bottom } bgpos227054 { background-position: left 15% top 15px , right 15px top , right 15px bottom } bgpos227055 { background-position: left 15% center , right 15px top , right 15px bottom } bgpos227056 { background-position: left 15px bottom , right 15px top , right 15px bottom } bgpos227057 { background-position: left 15px bottom 15% , right 15px top , right 15px bottom } bgpos227058 { background-position: left 15px bottom 15px , right 15px top , right 15px bottom } bgpos227059 { background-position: left 15px top , right 15px top , right 15px bottom } bgpos227060 { background-position: left 15px top 15% , right 15px top , right 15px bottom } bgpos227061 { background-position: left 15px top 15px , right 15px top , right 15px bottom } bgpos227062 { background-position: left 15px center , right 15px top , right 15px bottom } bgpos227063 { background-position: left center , right 15px top , right 15px bottom } bgpos227064 { background-position: right bottom , right 15px top , right 15px bottom } bgpos227065 { background-position: right bottom 15% , right 15px top , right 15px bottom } bgpos227066 { background-position: right bottom 15px , right 15px top , right 15px bottom } bgpos227067 { background-position: right top , right 15px top , right 15px bottom } bgpos227068 { background-position: right top 15% , right 15px top , right 15px bottom } bgpos227069 { background-position: right top 15px , right 15px top , right 15px bottom } bgpos227070 { background-position: right 15% bottom , right 15px top , right 15px bottom } bgpos227071 { background-position: right 15% bottom 15% , right 15px top , right 15px bottom } bgpos227072 { background-position: right 15% bottom 15px , right 15px top , right 15px bottom } bgpos227073 { background-position: right 15% top , right 15px top , right 15px bottom } bgpos227074 { background-position: right 15% top 15% , right 15px top , right 15px bottom } bgpos227075 { background-position: right 15% top 15px , right 15px top , right 15px bottom } bgpos227076 { background-position: right 15% center , right 15px top , right 15px bottom } bgpos227077 { background-position: right 15px bottom , right 15px top , right 15px bottom } bgpos227078 { background-position: right 15px bottom 15% , right 15px top , right 15px bottom } bgpos227079 { background-position: right 15px bottom 15px , right 15px top , right 15px bottom } bgpos227080 { background-position: right 15px top , right 15px top , right 15px bottom } bgpos227081 { background-position: right 15px top 15% , right 15px top , right 15px bottom } bgpos227082 { background-position: right 15px top 15px , right 15px top , right 15px bottom } bgpos227083 { background-position: right 15px center , right 15px top , right 15px bottom } bgpos227084 { background-position: right center , right 15px top , right 15px bottom } bgpos227085 { background-position: 100px , right 15px top , right 15px bottom } bgpos227086 { background-position: 100px 10% , right 15px top , right 15px bottom } bgpos227087 { background-position: 100px 100px , right 15px top , right 15px bottom } bgpos227088 { background-position: 100px bottom , right 15px top , right 15px bottom } bgpos227089 { background-position: 100px center , right 15px top , right 15px bottom } bgpos227090 { background-position: 100px top , right 15px top , right 15px bottom } bgpos227091 { background-position: 50% , right 15px top , right 15px bottom } bgpos227092 { background-position: 50% 10% , right 15px top , right 15px bottom } bgpos227093 { background-position: 50% 100px , right 15px top , right 15px bottom } bgpos227094 { background-position: 50% bottom , right 15px top , right 15px bottom } bgpos227095 { background-position: 50% center , right 15px top , right 15px bottom } bgpos227096 { background-position: 50% top , right 15px top , right 15px bottom } bgpos227097 { background-position: bottom, right 15px top , right 15px bottom } bgpos227098 { background-position: center , right 15px top , right 15px bottom } bgpos227099 { background-position: center bottom , right 15px top , right 15px bottom } bgpos227100 { background-position: center bottom 15% , right 15px top , right 15px bottom } bgpos227101 { background-position: center bottom 15px , right 15px top , right 15px bottom } bgpos227102 { background-position: center top , right 15px top , right 15px bottom } bgpos227103 { background-position: center top 15% , right 15px top , right 15px bottom } bgpos227104 { background-position: center top 15px , right 15px top , right 15px bottom } bgpos227105 { background-position: center 10% , right 15px top , right 15px bottom } bgpos227106 { background-position: center 100px , right 15px top , right 15px bottom } bgpos227107 { background-position: center bottom , right 15px top , right 15px bottom } bgpos227108 { background-position: center center , right 15px top , right 15px bottom } bgpos227109 { background-position: center top , right 15px top , right 15px bottom } bgpos227110 { background-position: left , right 15px top , right 15px bottom } bgpos227111 { background-position: left 10% , right 15px top , right 15px bottom } bgpos227112 { background-position: left 100px , right 15px top , right 15px bottom } bgpos227113 { background-position: left bottom , right 15px top , right 15px bottom } bgpos227114 { background-position: left center , right 15px top , right 15px bottom } bgpos227115 { background-position: left top , right 15px top , right 15px bottom } bgpos227116 { background-position: right , right 15px top , right 15px bottom } bgpos227117 { background-position: right 10% , right 15px top , right 15px bottom } bgpos227118 { background-position: right 100px , right 15px top , right 15px bottom } bgpos227119 { background-position: right bottom , right 15px top , right 15px bottom } bgpos227120 { background-position: right center , right 15px top , right 15px bottom } bgpos227121 { background-position: right top , right 15px top , right 15px bottom } bgpos227122 { background-position: top , right 15px top , right 15px bottom } bgpos227123 { background-position: left bottom , right 15px top 15% , right 15px bottom } bgpos227124 { background-position: left bottom 15% , right 15px top 15% , right 15px bottom } bgpos227125 { background-position: left bottom 15px , right 15px top 15% , right 15px bottom } bgpos227126 { background-position: left top , right 15px top 15% , right 15px bottom } bgpos227127 { background-position: left top 15% , right 15px top 15% , right 15px bottom } bgpos227128 { background-position: left top 15px , right 15px top 15% , right 15px bottom } bgpos227129 { background-position: left 15% bottom , right 15px top 15% , right 15px bottom } bgpos227130 { background-position: left 15% bottom 15% , right 15px top 15% , right 15px bottom } bgpos227131 { background-position: left 15% bottom 15px , right 15px top 15% , right 15px bottom } bgpos227132 { background-position: left 15% top , right 15px top 15% , right 15px bottom } bgpos227133 { background-position: left 15% top 15% , right 15px top 15% , right 15px bottom } bgpos227134 { background-position: left 15% top 15px , right 15px top 15% , right 15px bottom } bgpos227135 { background-position: left 15% center , right 15px top 15% , right 15px bottom } bgpos227136 { background-position: left 15px bottom , right 15px top 15% , right 15px bottom } bgpos227137 { background-position: left 15px bottom 15% , right 15px top 15% , right 15px bottom } bgpos227138 { background-position: left 15px bottom 15px , right 15px top 15% , right 15px bottom } bgpos227139 { background-position: left 15px top , right 15px top 15% , right 15px bottom } bgpos227140 { background-position: left 15px top 15% , right 15px top 15% , right 15px bottom } bgpos227141 { background-position: left 15px top 15px , right 15px top 15% , right 15px bottom } bgpos227142 { background-position: left 15px center , right 15px top 15% , right 15px bottom } bgpos227143 { background-position: left center , right 15px top 15% , right 15px bottom } bgpos227144 { background-position: right bottom , right 15px top 15% , right 15px bottom } bgpos227145 { background-position: right bottom 15% , right 15px top 15% , right 15px bottom } bgpos227146 { background-position: right bottom 15px , right 15px top 15% , right 15px bottom } bgpos227147 { background-position: right top , right 15px top 15% , right 15px bottom } bgpos227148 { background-position: right top 15% , right 15px top 15% , right 15px bottom } bgpos227149 { background-position: right top 15px , right 15px top 15% , right 15px bottom } bgpos227150 { background-position: right 15% bottom , right 15px top 15% , right 15px bottom } bgpos227151 { background-position: right 15% bottom 15% , right 15px top 15% , right 15px bottom } bgpos227152 { background-position: right 15% bottom 15px , right 15px top 15% , right 15px bottom } bgpos227153 { background-position: right 15% top , right 15px top 15% , right 15px bottom } bgpos227154 { background-position: right 15% top 15% , right 15px top 15% , right 15px bottom } bgpos227155 { background-position: right 15% top 15px , right 15px top 15% , right 15px bottom } bgpos227156 { background-position: right 15% center , right 15px top 15% , right 15px bottom } bgpos227157 { background-position: right 15px bottom , right 15px top 15% , right 15px bottom } bgpos227158 { background-position: right 15px bottom 15% , right 15px top 15% , right 15px bottom } bgpos227159 { background-position: right 15px bottom 15px , right 15px top 15% , right 15px bottom } bgpos227160 { background-position: right 15px top , right 15px top 15% , right 15px bottom } bgpos227161 { background-position: right 15px top 15% , right 15px top 15% , right 15px bottom } bgpos227162 { background-position: right 15px top 15px , right 15px top 15% , right 15px bottom } bgpos227163 { background-position: right 15px center , right 15px top 15% , right 15px bottom } bgpos227164 { background-position: right center , right 15px top 15% , right 15px bottom } bgpos227165 { background-position: 100px , right 15px top 15% , right 15px bottom } bgpos227166 { background-position: 100px 10% , right 15px top 15% , right 15px bottom } bgpos227167 { background-position: 100px 100px , right 15px top 15% , right 15px bottom } bgpos227168 { background-position: 100px bottom , right 15px top 15% , right 15px bottom } bgpos227169 { background-position: 100px center , right 15px top 15% , right 15px bottom } bgpos227170 { background-position: 100px top , right 15px top 15% , right 15px bottom } bgpos227171 { background-position: 50% , right 15px top 15% , right 15px bottom } bgpos227172 { background-position: 50% 10% , right 15px top 15% , right 15px bottom } bgpos227173 { background-position: 50% 100px , right 15px top 15% , right 15px bottom } bgpos227174 { background-position: 50% bottom , right 15px top 15% , right 15px bottom } bgpos227175 { background-position: 50% center , right 15px top 15% , right 15px bottom } bgpos227176 { background-position: 50% top , right 15px top 15% , right 15px bottom } bgpos227177 { background-position: bottom, right 15px top 15% , right 15px bottom } bgpos227178 { background-position: center , right 15px top 15% , right 15px bottom } bgpos227179 { background-position: center bottom , right 15px top 15% , right 15px bottom } bgpos227180 { background-position: center bottom 15% , right 15px top 15% , right 15px bottom } bgpos227181 { background-position: center bottom 15px , right 15px top 15% , right 15px bottom } bgpos227182 { background-position: center top , right 15px top 15% , right 15px bottom } bgpos227183 { background-position: center top 15% , right 15px top 15% , right 15px bottom } bgpos227184 { background-position: center top 15px , right 15px top 15% , right 15px bottom } bgpos227185 { background-position: center 10% , right 15px top 15% , right 15px bottom } bgpos227186 { background-position: center 100px , right 15px top 15% , right 15px bottom } bgpos227187 { background-position: center bottom , right 15px top 15% , right 15px bottom } bgpos227188 { background-position: center center , right 15px top 15% , right 15px bottom } bgpos227189 { background-position: center top , right 15px top 15% , right 15px bottom } bgpos227190 { background-position: left , right 15px top 15% , right 15px bottom } bgpos227191 { background-position: left 10% , right 15px top 15% , right 15px bottom } bgpos227192 { background-position: left 100px , right 15px top 15% , right 15px bottom } bgpos227193 { background-position: left bottom , right 15px top 15% , right 15px bottom } bgpos227194 { background-position: left center , right 15px top 15% , right 15px bottom } bgpos227195 { background-position: left top , right 15px top 15% , right 15px bottom } bgpos227196 { background-position: right , right 15px top 15% , right 15px bottom } bgpos227197 { background-position: right 10% , right 15px top 15% , right 15px bottom } bgpos227198 { background-position: right 100px , right 15px top 15% , right 15px bottom } bgpos227199 { background-position: right bottom , right 15px top 15% , right 15px bottom } bgpos227200 { background-position: right center , right 15px top 15% , right 15px bottom } bgpos227201 { background-position: right top , right 15px top 15% , right 15px bottom } bgpos227202 { background-position: top , right 15px top 15% , right 15px bottom } bgpos227203 { background-position: left bottom , right 15px top 15px , right 15px bottom } bgpos227204 { background-position: left bottom 15% , right 15px top 15px , right 15px bottom } bgpos227205 { background-position: left bottom 15px , right 15px top 15px , right 15px bottom } bgpos227206 { background-position: left top , right 15px top 15px , right 15px bottom } bgpos227207 { background-position: left top 15% , right 15px top 15px , right 15px bottom } bgpos227208 { background-position: left top 15px , right 15px top 15px , right 15px bottom } bgpos227209 { background-position: left 15% bottom , right 15px top 15px , right 15px bottom } bgpos227210 { background-position: left 15% bottom 15% , right 15px top 15px , right 15px bottom } bgpos227211 { background-position: left 15% bottom 15px , right 15px top 15px , right 15px bottom } bgpos227212 { background-position: left 15% top , right 15px top 15px , right 15px bottom } bgpos227213 { background-position: left 15% top 15% , right 15px top 15px , right 15px bottom } bgpos227214 { background-position: left 15% top 15px , right 15px top 15px , right 15px bottom } bgpos227215 { background-position: left 15% center , right 15px top 15px , right 15px bottom } bgpos227216 { background-position: left 15px bottom , right 15px top 15px , right 15px bottom } bgpos227217 { background-position: left 15px bottom 15% , right 15px top 15px , right 15px bottom } bgpos227218 { background-position: left 15px bottom 15px , right 15px top 15px , right 15px bottom } bgpos227219 { background-position: left 15px top , right 15px top 15px , right 15px bottom } bgpos227220 { background-position: left 15px top 15% , right 15px top 15px , right 15px bottom } bgpos227221 { background-position: left 15px top 15px , right 15px top 15px , right 15px bottom } bgpos227222 { background-position: left 15px center , right 15px top 15px , right 15px bottom } bgpos227223 { background-position: left center , right 15px top 15px , right 15px bottom } bgpos227224 { background-position: right bottom , right 15px top 15px , right 15px bottom } bgpos227225 { background-position: right bottom 15% , right 15px top 15px , right 15px bottom } bgpos227226 { background-position: right bottom 15px , right 15px top 15px , right 15px bottom } bgpos227227 { background-position: right top , right 15px top 15px , right 15px bottom } bgpos227228 { background-position: right top 15% , right 15px top 15px , right 15px bottom } bgpos227229 { background-position: right top 15px , right 15px top 15px , right 15px bottom } bgpos227230 { background-position: right 15% bottom , right 15px top 15px , right 15px bottom } bgpos227231 { background-position: right 15% bottom 15% , right 15px top 15px , right 15px bottom } bgpos227232 { background-position: right 15% bottom 15px , right 15px top 15px , right 15px bottom } bgpos227233 { background-position: right 15% top , right 15px top 15px , right 15px bottom } bgpos227234 { background-position: right 15% top 15% , right 15px top 15px , right 15px bottom } bgpos227235 { background-position: right 15% top 15px , right 15px top 15px , right 15px bottom } bgpos227236 { background-position: right 15% center , right 15px top 15px , right 15px bottom } bgpos227237 { background-position: right 15px bottom , right 15px top 15px , right 15px bottom } bgpos227238 { background-position: right 15px bottom 15% , right 15px top 15px , right 15px bottom } bgpos227239 { background-position: right 15px bottom 15px , right 15px top 15px , right 15px bottom } bgpos227240 { background-position: right 15px top , right 15px top 15px , right 15px bottom } bgpos227241 { background-position: right 15px top 15% , right 15px top 15px , right 15px bottom } bgpos227242 { background-position: right 15px top 15px , right 15px top 15px , right 15px bottom } bgpos227243 { background-position: right 15px center , right 15px top 15px , right 15px bottom } bgpos227244 { background-position: right center , right 15px top 15px , right 15px bottom } bgpos227245 { background-position: 100px , right 15px top 15px , right 15px bottom } bgpos227246 { background-position: 100px 10% , right 15px top 15px , right 15px bottom } bgpos227247 { background-position: 100px 100px , right 15px top 15px , right 15px bottom } bgpos227248 { background-position: 100px bottom , right 15px top 15px , right 15px bottom } bgpos227249 { background-position: 100px center , right 15px top 15px , right 15px bottom } bgpos227250 { background-position: 100px top , right 15px top 15px , right 15px bottom } bgpos227251 { background-position: 50% , right 15px top 15px , right 15px bottom } bgpos227252 { background-position: 50% 10% , right 15px top 15px , right 15px bottom } bgpos227253 { background-position: 50% 100px , right 15px top 15px , right 15px bottom } bgpos227254 { background-position: 50% bottom , right 15px top 15px , right 15px bottom } bgpos227255 { background-position: 50% center , right 15px top 15px , right 15px bottom } bgpos227256 { background-position: 50% top , right 15px top 15px , right 15px bottom } bgpos227257 { background-position: bottom, right 15px top 15px , right 15px bottom } bgpos227258 { background-position: center , right 15px top 15px , right 15px bottom } bgpos227259 { background-position: center bottom , right 15px top 15px , right 15px bottom } bgpos227260 { background-position: center bottom 15% , right 15px top 15px , right 15px bottom } bgpos227261 { background-position: center bottom 15px , right 15px top 15px , right 15px bottom } bgpos227262 { background-position: center top , right 15px top 15px , right 15px bottom } bgpos227263 { background-position: center top 15% , right 15px top 15px , right 15px bottom } bgpos227264 { background-position: center top 15px , right 15px top 15px , right 15px bottom } bgpos227265 { background-position: center 10% , right 15px top 15px , right 15px bottom } bgpos227266 { background-position: center 100px , right 15px top 15px , right 15px bottom } bgpos227267 { background-position: center bottom , right 15px top 15px , right 15px bottom } bgpos227268 { background-position: center center , right 15px top 15px , right 15px bottom } bgpos227269 { background-position: center top , right 15px top 15px , right 15px bottom } bgpos227270 { background-position: left , right 15px top 15px , right 15px bottom } bgpos227271 { background-position: left 10% , right 15px top 15px , right 15px bottom } bgpos227272 { background-position: left 100px , right 15px top 15px , right 15px bottom } bgpos227273 { background-position: left bottom , right 15px top 15px , right 15px bottom } bgpos227274 { background-position: left center , right 15px top 15px , right 15px bottom } bgpos227275 { background-position: left top , right 15px top 15px , right 15px bottom } bgpos227276 { background-position: right , right 15px top 15px , right 15px bottom } bgpos227277 { background-position: right 10% , right 15px top 15px , right 15px bottom } bgpos227278 { background-position: right 100px , right 15px top 15px , right 15px bottom } bgpos227279 { background-position: right bottom , right 15px top 15px , right 15px bottom } bgpos227280 { background-position: right center , right 15px top 15px , right 15px bottom } bgpos227281 { background-position: right top , right 15px top 15px , right 15px bottom } bgpos227282 { background-position: top , right 15px top 15px , right 15px bottom } bgpos227283 { background-position: left bottom , right 15px center , right 15px bottom } bgpos227284 { background-position: left bottom 15% , right 15px center , right 15px bottom } bgpos227285 { background-position: left bottom 15px , right 15px center , right 15px bottom } bgpos227286 { background-position: left top , right 15px center , right 15px bottom } bgpos227287 { background-position: left top 15% , right 15px center , right 15px bottom } bgpos227288 { background-position: left top 15px , right 15px center , right 15px bottom } bgpos227289 { background-position: left 15% bottom , right 15px center , right 15px bottom } bgpos227290 { background-position: left 15% bottom 15% , right 15px center , right 15px bottom } bgpos227291 { background-position: left 15% bottom 15px , right 15px center , right 15px bottom } bgpos227292 { background-position: left 15% top , right 15px center , right 15px bottom } bgpos227293 { background-position: left 15% top 15% , right 15px center , right 15px bottom } bgpos227294 { background-position: left 15% top 15px , right 15px center , right 15px bottom } bgpos227295 { background-position: left 15% center , right 15px center , right 15px bottom } bgpos227296 { background-position: left 15px bottom , right 15px center , right 15px bottom } bgpos227297 { background-position: left 15px bottom 15% , right 15px center , right 15px bottom } bgpos227298 { background-position: left 15px bottom 15px , right 15px center , right 15px bottom } bgpos227299 { background-position: left 15px top , right 15px center , right 15px bottom } bgpos227300 { background-position: left 15px top 15% , right 15px center , right 15px bottom } bgpos227301 { background-position: left 15px top 15px , right 15px center , right 15px bottom } bgpos227302 { background-position: left 15px center , right 15px center , right 15px bottom } bgpos227303 { background-position: left center , right 15px center , right 15px bottom } bgpos227304 { background-position: right bottom , right 15px center , right 15px bottom } bgpos227305 { background-position: right bottom 15% , right 15px center , right 15px bottom } bgpos227306 { background-position: right bottom 15px , right 15px center , right 15px bottom } bgpos227307 { background-position: right top , right 15px center , right 15px bottom } bgpos227308 { background-position: right top 15% , right 15px center , right 15px bottom } bgpos227309 { background-position: right top 15px , right 15px center , right 15px bottom } bgpos227310 { background-position: right 15% bottom , right 15px center , right 15px bottom } bgpos227311 { background-position: right 15% bottom 15% , right 15px center , right 15px bottom } bgpos227312 { background-position: right 15% bottom 15px , right 15px center , right 15px bottom } bgpos227313 { background-position: right 15% top , right 15px center , right 15px bottom } bgpos227314 { background-position: right 15% top 15% , right 15px center , right 15px bottom } bgpos227315 { background-position: right 15% top 15px , right 15px center , right 15px bottom } bgpos227316 { background-position: right 15% center , right 15px center , right 15px bottom } bgpos227317 { background-position: right 15px bottom , right 15px center , right 15px bottom } bgpos227318 { background-position: right 15px bottom 15% , right 15px center , right 15px bottom } bgpos227319 { background-position: right 15px bottom 15px , right 15px center , right 15px bottom } bgpos227320 { background-position: right 15px top , right 15px center , right 15px bottom } bgpos227321 { background-position: right 15px top 15% , right 15px center , right 15px bottom } bgpos227322 { background-position: right 15px top 15px , right 15px center , right 15px bottom } bgpos227323 { background-position: right 15px center , right 15px center , right 15px bottom } bgpos227324 { background-position: right center , right 15px center , right 15px bottom } bgpos227325 { background-position: 100px , right 15px center , right 15px bottom } bgpos227326 { background-position: 100px 10% , right 15px center , right 15px bottom } bgpos227327 { background-position: 100px 100px , right 15px center , right 15px bottom } bgpos227328 { background-position: 100px bottom , right 15px center , right 15px bottom } bgpos227329 { background-position: 100px center , right 15px center , right 15px bottom } bgpos227330 { background-position: 100px top , right 15px center , right 15px bottom } bgpos227331 { background-position: 50% , right 15px center , right 15px bottom } bgpos227332 { background-position: 50% 10% , right 15px center , right 15px bottom } bgpos227333 { background-position: 50% 100px , right 15px center , right 15px bottom } bgpos227334 { background-position: 50% bottom , right 15px center , right 15px bottom } bgpos227335 { background-position: 50% center , right 15px center , right 15px bottom } bgpos227336 { background-position: 50% top , right 15px center , right 15px bottom } bgpos227337 { background-position: bottom, right 15px center , right 15px bottom } bgpos227338 { background-position: center , right 15px center , right 15px bottom } bgpos227339 { background-position: center bottom , right 15px center , right 15px bottom } bgpos227340 { background-position: center bottom 15% , right 15px center , right 15px bottom } bgpos227341 { background-position: center bottom 15px , right 15px center , right 15px bottom } bgpos227342 { background-position: center top , right 15px center , right 15px bottom } bgpos227343 { background-position: center top 15% , right 15px center , right 15px bottom } bgpos227344 { background-position: center top 15px , right 15px center , right 15px bottom } bgpos227345 { background-position: center 10% , right 15px center , right 15px bottom } bgpos227346 { background-position: center 100px , right 15px center , right 15px bottom } bgpos227347 { background-position: center bottom , right 15px center , right 15px bottom } bgpos227348 { background-position: center center , right 15px center , right 15px bottom } bgpos227349 { background-position: center top , right 15px center , right 15px bottom } bgpos227350 { background-position: left , right 15px center , right 15px bottom } bgpos227351 { background-position: left 10% , right 15px center , right 15px bottom } bgpos227352 { background-position: left 100px , right 15px center , right 15px bottom } bgpos227353 { background-position: left bottom , right 15px center , right 15px bottom } bgpos227354 { background-position: left center , right 15px center , right 15px bottom } bgpos227355 { background-position: left top , right 15px center , right 15px bottom } bgpos227356 { background-position: right , right 15px center , right 15px bottom } bgpos227357 { background-position: right 10% , right 15px center , right 15px bottom } bgpos227358 { background-position: right 100px , right 15px center , right 15px bottom } bgpos227359 { background-position: right bottom , right 15px center , right 15px bottom } bgpos227360 { background-position: right center , right 15px center , right 15px bottom } bgpos227361 { background-position: right top , right 15px center , right 15px bottom } bgpos227362 { background-position: top , right 15px center , right 15px bottom } bgpos227363 { background-position: left bottom , right center , right 15px bottom } bgpos227364 { background-position: left bottom 15% , right center , right 15px bottom } bgpos227365 { background-position: left bottom 15px , right center , right 15px bottom } bgpos227366 { background-position: left top , right center , right 15px bottom } bgpos227367 { background-position: left top 15% , right center , right 15px bottom } bgpos227368 { background-position: left top 15px , right center , right 15px bottom } bgpos227369 { background-position: left 15% bottom , right center , right 15px bottom } bgpos227370 { background-position: left 15% bottom 15% , right center , right 15px bottom } bgpos227371 { background-position: left 15% bottom 15px , right center , right 15px bottom } bgpos227372 { background-position: left 15% top , right center , right 15px bottom } bgpos227373 { background-position: left 15% top 15% , right center , right 15px bottom } bgpos227374 { background-position: left 15% top 15px , right center , right 15px bottom } bgpos227375 { background-position: left 15% center , right center , right 15px bottom } bgpos227376 { background-position: left 15px bottom , right center , right 15px bottom } bgpos227377 { background-position: left 15px bottom 15% , right center , right 15px bottom } bgpos227378 { background-position: left 15px bottom 15px , right center , right 15px bottom } bgpos227379 { background-position: left 15px top , right center , right 15px bottom } bgpos227380 { background-position: left 15px top 15% , right center , right 15px bottom } bgpos227381 { background-position: left 15px top 15px , right center , right 15px bottom } bgpos227382 { background-position: left 15px center , right center , right 15px bottom } bgpos227383 { background-position: left center , right center , right 15px bottom } bgpos227384 { background-position: right bottom , right center , right 15px bottom } bgpos227385 { background-position: right bottom 15% , right center , right 15px bottom } bgpos227386 { background-position: right bottom 15px , right center , right 15px bottom } bgpos227387 { background-position: right top , right center , right 15px bottom } bgpos227388 { background-position: right top 15% , right center , right 15px bottom } bgpos227389 { background-position: right top 15px , right center , right 15px bottom } bgpos227390 { background-position: right 15% bottom , right center , right 15px bottom } bgpos227391 { background-position: right 15% bottom 15% , right center , right 15px bottom } bgpos227392 { background-position: right 15% bottom 15px , right center , right 15px bottom } bgpos227393 { background-position: right 15% top , right center , right 15px bottom } bgpos227394 { background-position: right 15% top 15% , right center , right 15px bottom } bgpos227395 { background-position: right 15% top 15px , right center , right 15px bottom } bgpos227396 { background-position: right 15% center , right center , right 15px bottom } bgpos227397 { background-position: right 15px bottom , right center , right 15px bottom } bgpos227398 { background-position: right 15px bottom 15% , right center , right 15px bottom } bgpos227399 { background-position: right 15px bottom 15px , right center , right 15px bottom } bgpos227400 { background-position: right 15px top , right center , right 15px bottom } bgpos227401 { background-position: right 15px top 15% , right center , right 15px bottom } bgpos227402 { background-position: right 15px top 15px , right center , right 15px bottom } bgpos227403 { background-position: right 15px center , right center , right 15px bottom } bgpos227404 { background-position: right center , right center , right 15px bottom } bgpos227405 { background-position: 100px , right center , right 15px bottom } bgpos227406 { background-position: 100px 10% , right center , right 15px bottom } bgpos227407 { background-position: 100px 100px , right center , right 15px bottom } bgpos227408 { background-position: 100px bottom , right center , right 15px bottom } bgpos227409 { background-position: 100px center , right center , right 15px bottom } bgpos227410 { background-position: 100px top , right center , right 15px bottom } bgpos227411 { background-position: 50% , right center , right 15px bottom } bgpos227412 { background-position: 50% 10% , right center , right 15px bottom } bgpos227413 { background-position: 50% 100px , right center , right 15px bottom } bgpos227414 { background-position: 50% bottom , right center , right 15px bottom } bgpos227415 { background-position: 50% center , right center , right 15px bottom } bgpos227416 { background-position: 50% top , right center , right 15px bottom } bgpos227417 { background-position: bottom, right center , right 15px bottom } bgpos227418 { background-position: center , right center , right 15px bottom } bgpos227419 { background-position: center bottom , right center , right 15px bottom } bgpos227420 { background-position: center bottom 15% , right center , right 15px bottom } bgpos227421 { background-position: center bottom 15px , right center , right 15px bottom } bgpos227422 { background-position: center top , right center , right 15px bottom } bgpos227423 { background-position: center top 15% , right center , right 15px bottom } bgpos227424 { background-position: center top 15px , right center , right 15px bottom } bgpos227425 { background-position: center 10% , right center , right 15px bottom } bgpos227426 { background-position: center 100px , right center , right 15px bottom } bgpos227427 { background-position: center bottom , right center , right 15px bottom } bgpos227428 { background-position: center center , right center , right 15px bottom } bgpos227429 { background-position: center top , right center , right 15px bottom } bgpos227430 { background-position: left , right center , right 15px bottom } bgpos227431 { background-position: left 10% , right center , right 15px bottom } bgpos227432 { background-position: left 100px , right center , right 15px bottom } bgpos227433 { background-position: left bottom , right center , right 15px bottom } bgpos227434 { background-position: left center , right center , right 15px bottom } bgpos227435 { background-position: left top , right center , right 15px bottom } bgpos227436 { background-position: right , right center , right 15px bottom } bgpos227437 { background-position: right 10% , right center , right 15px bottom } bgpos227438 { background-position: right 100px , right center , right 15px bottom } bgpos227439 { background-position: right bottom , right center , right 15px bottom } bgpos227440 { background-position: right center , right center , right 15px bottom } bgpos227441 { background-position: right top , right center , right 15px bottom } bgpos227442 { background-position: top , right center , right 15px bottom } bgpos227443 { background-position: left bottom , 100px , right 15px bottom } bgpos227444 { background-position: left bottom 15% , 100px , right 15px bottom } bgpos227445 { background-position: left bottom 15px , 100px , right 15px bottom } bgpos227446 { background-position: left top , 100px , right 15px bottom } bgpos227447 { background-position: left top 15% , 100px , right 15px bottom } bgpos227448 { background-position: left top 15px , 100px , right 15px bottom } bgpos227449 { background-position: left 15% bottom , 100px , right 15px bottom } bgpos227450 { background-position: left 15% bottom 15% , 100px , right 15px bottom } bgpos227451 { background-position: left 15% bottom 15px , 100px , right 15px bottom } bgpos227452 { background-position: left 15% top , 100px , right 15px bottom } bgpos227453 { background-position: left 15% top 15% , 100px , right 15px bottom } bgpos227454 { background-position: left 15% top 15px , 100px , right 15px bottom } bgpos227455 { background-position: left 15% center , 100px , right 15px bottom } bgpos227456 { background-position: left 15px bottom , 100px , right 15px bottom } bgpos227457 { background-position: left 15px bottom 15% , 100px , right 15px bottom } bgpos227458 { background-position: left 15px bottom 15px , 100px , right 15px bottom } bgpos227459 { background-position: left 15px top , 100px , right 15px bottom } bgpos227460 { background-position: left 15px top 15% , 100px , right 15px bottom } bgpos227461 { background-position: left 15px top 15px , 100px , right 15px bottom } bgpos227462 { background-position: left 15px center , 100px , right 15px bottom } bgpos227463 { background-position: left center , 100px , right 15px bottom } bgpos227464 { background-position: right bottom , 100px , right 15px bottom } bgpos227465 { background-position: right bottom 15% , 100px , right 15px bottom } bgpos227466 { background-position: right bottom 15px , 100px , right 15px bottom } bgpos227467 { background-position: right top , 100px , right 15px bottom } bgpos227468 { background-position: right top 15% , 100px , right 15px bottom } bgpos227469 { background-position: right top 15px , 100px , right 15px bottom } bgpos227470 { background-position: right 15% bottom , 100px , right 15px bottom } bgpos227471 { background-position: right 15% bottom 15% , 100px , right 15px bottom } bgpos227472 { background-position: right 15% bottom 15px , 100px , right 15px bottom } bgpos227473 { background-position: right 15% top , 100px , right 15px bottom } bgpos227474 { background-position: right 15% top 15% , 100px , right 15px bottom } bgpos227475 { background-position: right 15% top 15px , 100px , right 15px bottom } bgpos227476 { background-position: right 15% center , 100px , right 15px bottom } bgpos227477 { background-position: right 15px bottom , 100px , right 15px bottom } bgpos227478 { background-position: right 15px bottom 15% , 100px , right 15px bottom } bgpos227479 { background-position: right 15px bottom 15px , 100px , right 15px bottom } bgpos227480 { background-position: right 15px top , 100px , right 15px bottom } bgpos227481 { background-position: right 15px top 15% , 100px , right 15px bottom } bgpos227482 { background-position: right 15px top 15px , 100px , right 15px bottom } bgpos227483 { background-position: right 15px center , 100px , right 15px bottom } bgpos227484 { background-position: right center , 100px , right 15px bottom } bgpos227485 { background-position: 100px , 100px , right 15px bottom } bgpos227486 { background-position: 100px 10% , 100px , right 15px bottom } bgpos227487 { background-position: 100px 100px , 100px , right 15px bottom } bgpos227488 { background-position: 100px bottom , 100px , right 15px bottom } bgpos227489 { background-position: 100px center , 100px , right 15px bottom } bgpos227490 { background-position: 100px top , 100px , right 15px bottom } bgpos227491 { background-position: 50% , 100px , right 15px bottom } bgpos227492 { background-position: 50% 10% , 100px , right 15px bottom } bgpos227493 { background-position: 50% 100px , 100px , right 15px bottom } bgpos227494 { background-position: 50% bottom , 100px , right 15px bottom } bgpos227495 { background-position: 50% center , 100px , right 15px bottom } bgpos227496 { background-position: 50% top , 100px , right 15px bottom } bgpos227497 { background-position: bottom, 100px , right 15px bottom } bgpos227498 { background-position: center , 100px , right 15px bottom } bgpos227499 { background-position: center bottom , 100px , right 15px bottom } bgpos227500 { background-position: center bottom 15% , 100px , right 15px bottom } bgpos227501 { background-position: center bottom 15px , 100px , right 15px bottom } bgpos227502 { background-position: center top , 100px , right 15px bottom } bgpos227503 { background-position: center top 15% , 100px , right 15px bottom } bgpos227504 { background-position: center top 15px , 100px , right 15px bottom } bgpos227505 { background-position: center 10% , 100px , right 15px bottom } bgpos227506 { background-position: center 100px , 100px , right 15px bottom } bgpos227507 { background-position: center bottom , 100px , right 15px bottom } bgpos227508 { background-position: center center , 100px , right 15px bottom } bgpos227509 { background-position: center top , 100px , right 15px bottom } bgpos227510 { background-position: left , 100px , right 15px bottom } bgpos227511 { background-position: left 10% , 100px , right 15px bottom } bgpos227512 { background-position: left 100px , 100px , right 15px bottom } bgpos227513 { background-position: left bottom , 100px , right 15px bottom } bgpos227514 { background-position: left center , 100px , right 15px bottom } bgpos227515 { background-position: left top , 100px , right 15px bottom } bgpos227516 { background-position: right , 100px , right 15px bottom } bgpos227517 { background-position: right 10% , 100px , right 15px bottom } bgpos227518 { background-position: right 100px , 100px , right 15px bottom } bgpos227519 { background-position: right bottom , 100px , right 15px bottom } bgpos227520 { background-position: right center , 100px , right 15px bottom } bgpos227521 { background-position: right top , 100px , right 15px bottom } bgpos227522 { background-position: top , 100px , right 15px bottom } bgpos227523 { background-position: left bottom , 100px 10% , right 15px bottom } bgpos227524 { background-position: left bottom 15% , 100px 10% , right 15px bottom } bgpos227525 { background-position: left bottom 15px , 100px 10% , right 15px bottom } bgpos227526 { background-position: left top , 100px 10% , right 15px bottom } bgpos227527 { background-position: left top 15% , 100px 10% , right 15px bottom } bgpos227528 { background-position: left top 15px , 100px 10% , right 15px bottom } bgpos227529 { background-position: left 15% bottom , 100px 10% , right 15px bottom } bgpos227530 { background-position: left 15% bottom 15% , 100px 10% , right 15px bottom } bgpos227531 { background-position: left 15% bottom 15px , 100px 10% , right 15px bottom } bgpos227532 { background-position: left 15% top , 100px 10% , right 15px bottom } bgpos227533 { background-position: left 15% top 15% , 100px 10% , right 15px bottom } bgpos227534 { background-position: left 15% top 15px , 100px 10% , right 15px bottom } bgpos227535 { background-position: left 15% center , 100px 10% , right 15px bottom } bgpos227536 { background-position: left 15px bottom , 100px 10% , right 15px bottom } bgpos227537 { background-position: left 15px bottom 15% , 100px 10% , right 15px bottom } bgpos227538 { background-position: left 15px bottom 15px , 100px 10% , right 15px bottom } bgpos227539 { background-position: left 15px top , 100px 10% , right 15px bottom } bgpos227540 { background-position: left 15px top 15% , 100px 10% , right 15px bottom } bgpos227541 { background-position: left 15px top 15px , 100px 10% , right 15px bottom } bgpos227542 { background-position: left 15px center , 100px 10% , right 15px bottom } bgpos227543 { background-position: left center , 100px 10% , right 15px bottom } bgpos227544 { background-position: right bottom , 100px 10% , right 15px bottom } bgpos227545 { background-position: right bottom 15% , 100px 10% , right 15px bottom } bgpos227546 { background-position: right bottom 15px , 100px 10% , right 15px bottom } bgpos227547 { background-position: right top , 100px 10% , right 15px bottom } bgpos227548 { background-position: right top 15% , 100px 10% , right 15px bottom } bgpos227549 { background-position: right top 15px , 100px 10% , right 15px bottom } bgpos227550 { background-position: right 15% bottom , 100px 10% , right 15px bottom } bgpos227551 { background-position: right 15% bottom 15% , 100px 10% , right 15px bottom } bgpos227552 { background-position: right 15% bottom 15px , 100px 10% , right 15px bottom } bgpos227553 { background-position: right 15% top , 100px 10% , right 15px bottom } bgpos227554 { background-position: right 15% top 15% , 100px 10% , right 15px bottom } bgpos227555 { background-position: right 15% top 15px , 100px 10% , right 15px bottom } bgpos227556 { background-position: right 15% center , 100px 10% , right 15px bottom } bgpos227557 { background-position: right 15px bottom , 100px 10% , right 15px bottom } bgpos227558 { background-position: right 15px bottom 15% , 100px 10% , right 15px bottom } bgpos227559 { background-position: right 15px bottom 15px , 100px 10% , right 15px bottom } bgpos227560 { background-position: right 15px top , 100px 10% , right 15px bottom } bgpos227561 { background-position: right 15px top 15% , 100px 10% , right 15px bottom } bgpos227562 { background-position: right 15px top 15px , 100px 10% , right 15px bottom } bgpos227563 { background-position: right 15px center , 100px 10% , right 15px bottom } bgpos227564 { background-position: right center , 100px 10% , right 15px bottom } bgpos227565 { background-position: 100px , 100px 10% , right 15px bottom } bgpos227566 { background-position: 100px 10% , 100px 10% , right 15px bottom } bgpos227567 { background-position: 100px 100px , 100px 10% , right 15px bottom } bgpos227568 { background-position: 100px bottom , 100px 10% , right 15px bottom } bgpos227569 { background-position: 100px center , 100px 10% , right 15px bottom } bgpos227570 { background-position: 100px top , 100px 10% , right 15px bottom } bgpos227571 { background-position: 50% , 100px 10% , right 15px bottom } bgpos227572 { background-position: 50% 10% , 100px 10% , right 15px bottom } bgpos227573 { background-position: 50% 100px , 100px 10% , right 15px bottom } bgpos227574 { background-position: 50% bottom , 100px 10% , right 15px bottom } bgpos227575 { background-position: 50% center , 100px 10% , right 15px bottom } bgpos227576 { background-position: 50% top , 100px 10% , right 15px bottom } bgpos227577 { background-position: bottom, 100px 10% , right 15px bottom } bgpos227578 { background-position: center , 100px 10% , right 15px bottom } bgpos227579 { background-position: center bottom , 100px 10% , right 15px bottom } bgpos227580 { background-position: center bottom 15% , 100px 10% , right 15px bottom } bgpos227581 { background-position: center bottom 15px , 100px 10% , right 15px bottom } bgpos227582 { background-position: center top , 100px 10% , right 15px bottom } bgpos227583 { background-position: center top 15% , 100px 10% , right 15px bottom } bgpos227584 { background-position: center top 15px , 100px 10% , right 15px bottom } bgpos227585 { background-position: center 10% , 100px 10% , right 15px bottom } bgpos227586 { background-position: center 100px , 100px 10% , right 15px bottom } bgpos227587 { background-position: center bottom , 100px 10% , right 15px bottom } bgpos227588 { background-position: center center , 100px 10% , right 15px bottom } bgpos227589 { background-position: center top , 100px 10% , right 15px bottom } bgpos227590 { background-position: left , 100px 10% , right 15px bottom } bgpos227591 { background-position: left 10% , 100px 10% , right 15px bottom } bgpos227592 { background-position: left 100px , 100px 10% , right 15px bottom } bgpos227593 { background-position: left bottom , 100px 10% , right 15px bottom } bgpos227594 { background-position: left center , 100px 10% , right 15px bottom } bgpos227595 { background-position: left top , 100px 10% , right 15px bottom } bgpos227596 { background-position: right , 100px 10% , right 15px bottom } bgpos227597 { background-position: right 10% , 100px 10% , right 15px bottom } bgpos227598 { background-position: right 100px , 100px 10% , right 15px bottom } bgpos227599 { background-position: right bottom , 100px 10% , right 15px bottom } bgpos227600 { background-position: right center , 100px 10% , right 15px bottom } bgpos227601 { background-position: right top , 100px 10% , right 15px bottom } bgpos227602 { background-position: top , 100px 10% , right 15px bottom } bgpos227603 { background-position: left bottom , 100px 100px , right 15px bottom } bgpos227604 { background-position: left bottom 15% , 100px 100px , right 15px bottom } bgpos227605 { background-position: left bottom 15px , 100px 100px , right 15px bottom } bgpos227606 { background-position: left top , 100px 100px , right 15px bottom } bgpos227607 { background-position: left top 15% , 100px 100px , right 15px bottom } bgpos227608 { background-position: left top 15px , 100px 100px , right 15px bottom } bgpos227609 { background-position: left 15% bottom , 100px 100px , right 15px bottom } bgpos227610 { background-position: left 15% bottom 15% , 100px 100px , right 15px bottom } bgpos227611 { background-position: left 15% bottom 15px , 100px 100px , right 15px bottom } bgpos227612 { background-position: left 15% top , 100px 100px , right 15px bottom } bgpos227613 { background-position: left 15% top 15% , 100px 100px , right 15px bottom } bgpos227614 { background-position: left 15% top 15px , 100px 100px , right 15px bottom } bgpos227615 { background-position: left 15% center , 100px 100px , right 15px bottom } bgpos227616 { background-position: left 15px bottom , 100px 100px , right 15px bottom } bgpos227617 { background-position: left 15px bottom 15% , 100px 100px , right 15px bottom } bgpos227618 { background-position: left 15px bottom 15px , 100px 100px , right 15px bottom } bgpos227619 { background-position: left 15px top , 100px 100px , right 15px bottom } bgpos227620 { background-position: left 15px top 15% , 100px 100px , right 15px bottom } bgpos227621 { background-position: left 15px top 15px , 100px 100px , right 15px bottom } bgpos227622 { background-position: left 15px center , 100px 100px , right 15px bottom } bgpos227623 { background-position: left center , 100px 100px , right 15px bottom } bgpos227624 { background-position: right bottom , 100px 100px , right 15px bottom } bgpos227625 { background-position: right bottom 15% , 100px 100px , right 15px bottom } bgpos227626 { background-position: right bottom 15px , 100px 100px , right 15px bottom } bgpos227627 { background-position: right top , 100px 100px , right 15px bottom } bgpos227628 { background-position: right top 15% , 100px 100px , right 15px bottom } bgpos227629 { background-position: right top 15px , 100px 100px , right 15px bottom } bgpos227630 { background-position: right 15% bottom , 100px 100px , right 15px bottom } bgpos227631 { background-position: right 15% bottom 15% , 100px 100px , right 15px bottom } bgpos227632 { background-position: right 15% bottom 15px , 100px 100px , right 15px bottom } bgpos227633 { background-position: right 15% top , 100px 100px , right 15px bottom } bgpos227634 { background-position: right 15% top 15% , 100px 100px , right 15px bottom } bgpos227635 { background-position: right 15% top 15px , 100px 100px , right 15px bottom } bgpos227636 { background-position: right 15% center , 100px 100px , right 15px bottom } bgpos227637 { background-position: right 15px bottom , 100px 100px , right 15px bottom } bgpos227638 { background-position: right 15px bottom 15% , 100px 100px , right 15px bottom } bgpos227639 { background-position: right 15px bottom 15px , 100px 100px , right 15px bottom } bgpos227640 { background-position: right 15px top , 100px 100px , right 15px bottom } bgpos227641 { background-position: right 15px top 15% , 100px 100px , right 15px bottom } bgpos227642 { background-position: right 15px top 15px , 100px 100px , right 15px bottom } bgpos227643 { background-position: right 15px center , 100px 100px , right 15px bottom } bgpos227644 { background-position: right center , 100px 100px , right 15px bottom } bgpos227645 { background-position: 100px , 100px 100px , right 15px bottom } bgpos227646 { background-position: 100px 10% , 100px 100px , right 15px bottom } bgpos227647 { background-position: 100px 100px , 100px 100px , right 15px bottom } bgpos227648 { background-position: 100px bottom , 100px 100px , right 15px bottom } bgpos227649 { background-position: 100px center , 100px 100px , right 15px bottom } bgpos227650 { background-position: 100px top , 100px 100px , right 15px bottom } bgpos227651 { background-position: 50% , 100px 100px , right 15px bottom } bgpos227652 { background-position: 50% 10% , 100px 100px , right 15px bottom } bgpos227653 { background-position: 50% 100px , 100px 100px , right 15px bottom } bgpos227654 { background-position: 50% bottom , 100px 100px , right 15px bottom } bgpos227655 { background-position: 50% center , 100px 100px , right 15px bottom } bgpos227656 { background-position: 50% top , 100px 100px , right 15px bottom } bgpos227657 { background-position: bottom, 100px 100px , right 15px bottom } bgpos227658 { background-position: center , 100px 100px , right 15px bottom } bgpos227659 { background-position: center bottom , 100px 100px , right 15px bottom } bgpos227660 { background-position: center bottom 15% , 100px 100px , right 15px bottom } bgpos227661 { background-position: center bottom 15px , 100px 100px , right 15px bottom } bgpos227662 { background-position: center top , 100px 100px , right 15px bottom } bgpos227663 { background-position: center top 15% , 100px 100px , right 15px bottom } bgpos227664 { background-position: center top 15px , 100px 100px , right 15px bottom } bgpos227665 { background-position: center 10% , 100px 100px , right 15px bottom } bgpos227666 { background-position: center 100px , 100px 100px , right 15px bottom } bgpos227667 { background-position: center bottom , 100px 100px , right 15px bottom } bgpos227668 { background-position: center center , 100px 100px , right 15px bottom } bgpos227669 { background-position: center top , 100px 100px , right 15px bottom } bgpos227670 { background-position: left , 100px 100px , right 15px bottom } bgpos227671 { background-position: left 10% , 100px 100px , right 15px bottom } bgpos227672 { background-position: left 100px , 100px 100px , right 15px bottom } bgpos227673 { background-position: left bottom , 100px 100px , right 15px bottom } bgpos227674 { background-position: left center , 100px 100px , right 15px bottom } bgpos227675 { background-position: left top , 100px 100px , right 15px bottom } bgpos227676 { background-position: right , 100px 100px , right 15px bottom } bgpos227677 { background-position: right 10% , 100px 100px , right 15px bottom } bgpos227678 { background-position: right 100px , 100px 100px , right 15px bottom } bgpos227679 { background-position: right bottom , 100px 100px , right 15px bottom } bgpos227680 { background-position: right center , 100px 100px , right 15px bottom } bgpos227681 { background-position: right top , 100px 100px , right 15px bottom } bgpos227682 { background-position: top , 100px 100px , right 15px bottom } bgpos227683 { background-position: left bottom , 100px bottom , right 15px bottom } bgpos227684 { background-position: left bottom 15% , 100px bottom , right 15px bottom } bgpos227685 { background-position: left bottom 15px , 100px bottom , right 15px bottom } bgpos227686 { background-position: left top , 100px bottom , right 15px bottom } bgpos227687 { background-position: left top 15% , 100px bottom , right 15px bottom } bgpos227688 { background-position: left top 15px , 100px bottom , right 15px bottom } bgpos227689 { background-position: left 15% bottom , 100px bottom , right 15px bottom } bgpos227690 { background-position: left 15% bottom 15% , 100px bottom , right 15px bottom } bgpos227691 { background-position: left 15% bottom 15px , 100px bottom , right 15px bottom } bgpos227692 { background-position: left 15% top , 100px bottom , right 15px bottom } bgpos227693 { background-position: left 15% top 15% , 100px bottom , right 15px bottom } bgpos227694 { background-position: left 15% top 15px , 100px bottom , right 15px bottom } bgpos227695 { background-position: left 15% center , 100px bottom , right 15px bottom } bgpos227696 { background-position: left 15px bottom , 100px bottom , right 15px bottom } bgpos227697 { background-position: left 15px bottom 15% , 100px bottom , right 15px bottom } bgpos227698 { background-position: left 15px bottom 15px , 100px bottom , right 15px bottom } bgpos227699 { background-position: left 15px top , 100px bottom , right 15px bottom } bgpos227700 { background-position: left 15px top 15% , 100px bottom , right 15px bottom } bgpos227701 { background-position: left 15px top 15px , 100px bottom , right 15px bottom } bgpos227702 { background-position: left 15px center , 100px bottom , right 15px bottom } bgpos227703 { background-position: left center , 100px bottom , right 15px bottom } bgpos227704 { background-position: right bottom , 100px bottom , right 15px bottom } bgpos227705 { background-position: right bottom 15% , 100px bottom , right 15px bottom } bgpos227706 { background-position: right bottom 15px , 100px bottom , right 15px bottom } bgpos227707 { background-position: right top , 100px bottom , right 15px bottom } bgpos227708 { background-position: right top 15% , 100px bottom , right 15px bottom } bgpos227709 { background-position: right top 15px , 100px bottom , right 15px bottom } bgpos227710 { background-position: right 15% bottom , 100px bottom , right 15px bottom } bgpos227711 { background-position: right 15% bottom 15% , 100px bottom , right 15px bottom } bgpos227712 { background-position: right 15% bottom 15px , 100px bottom , right 15px bottom } bgpos227713 { background-position: right 15% top , 100px bottom , right 15px bottom } bgpos227714 { background-position: right 15% top 15% , 100px bottom , right 15px bottom } bgpos227715 { background-position: right 15% top 15px , 100px bottom , right 15px bottom } bgpos227716 { background-position: right 15% center , 100px bottom , right 15px bottom } bgpos227717 { background-position: right 15px bottom , 100px bottom , right 15px bottom } bgpos227718 { background-position: right 15px bottom 15% , 100px bottom , right 15px bottom } bgpos227719 { background-position: right 15px bottom 15px , 100px bottom , right 15px bottom } bgpos227720 { background-position: right 15px top , 100px bottom , right 15px bottom } bgpos227721 { background-position: right 15px top 15% , 100px bottom , right 15px bottom } bgpos227722 { background-position: right 15px top 15px , 100px bottom , right 15px bottom } bgpos227723 { background-position: right 15px center , 100px bottom , right 15px bottom } bgpos227724 { background-position: right center , 100px bottom , right 15px bottom } bgpos227725 { background-position: 100px , 100px bottom , right 15px bottom } bgpos227726 { background-position: 100px 10% , 100px bottom , right 15px bottom } bgpos227727 { background-position: 100px 100px , 100px bottom , right 15px bottom } bgpos227728 { background-position: 100px bottom , 100px bottom , right 15px bottom } bgpos227729 { background-position: 100px center , 100px bottom , right 15px bottom } bgpos227730 { background-position: 100px top , 100px bottom , right 15px bottom } bgpos227731 { background-position: 50% , 100px bottom , right 15px bottom } bgpos227732 { background-position: 50% 10% , 100px bottom , right 15px bottom } bgpos227733 { background-position: 50% 100px , 100px bottom , right 15px bottom } bgpos227734 { background-position: 50% bottom , 100px bottom , right 15px bottom } bgpos227735 { background-position: 50% center , 100px bottom , right 15px bottom } bgpos227736 { background-position: 50% top , 100px bottom , right 15px bottom } bgpos227737 { background-position: bottom, 100px bottom , right 15px bottom } bgpos227738 { background-position: center , 100px bottom , right 15px bottom } bgpos227739 { background-position: center bottom , 100px bottom , right 15px bottom } bgpos227740 { background-position: center bottom 15% , 100px bottom , right 15px bottom } bgpos227741 { background-position: center bottom 15px , 100px bottom , right 15px bottom } bgpos227742 { background-position: center top , 100px bottom , right 15px bottom } bgpos227743 { background-position: center top 15% , 100px bottom , right 15px bottom } bgpos227744 { background-position: center top 15px , 100px bottom , right 15px bottom } bgpos227745 { background-position: center 10% , 100px bottom , right 15px bottom } bgpos227746 { background-position: center 100px , 100px bottom , right 15px bottom } bgpos227747 { background-position: center bottom , 100px bottom , right 15px bottom } bgpos227748 { background-position: center center , 100px bottom , right 15px bottom } bgpos227749 { background-position: center top , 100px bottom , right 15px bottom } bgpos227750 { background-position: left , 100px bottom , right 15px bottom } bgpos227751 { background-position: left 10% , 100px bottom , right 15px bottom } bgpos227752 { background-position: left 100px , 100px bottom , right 15px bottom } bgpos227753 { background-position: left bottom , 100px bottom , right 15px bottom } bgpos227754 { background-position: left center , 100px bottom , right 15px bottom } bgpos227755 { background-position: left top , 100px bottom , right 15px bottom } bgpos227756 { background-position: right , 100px bottom , right 15px bottom } bgpos227757 { background-position: right 10% , 100px bottom , right 15px bottom } bgpos227758 { background-position: right 100px , 100px bottom , right 15px bottom } bgpos227759 { background-position: right bottom , 100px bottom , right 15px bottom } bgpos227760 { background-position: right center , 100px bottom , right 15px bottom } bgpos227761 { background-position: right top , 100px bottom , right 15px bottom } bgpos227762 { background-position: top , 100px bottom , right 15px bottom } bgpos227763 { background-position: left bottom , 100px center , right 15px bottom } bgpos227764 { background-position: left bottom 15% , 100px center , right 15px bottom } bgpos227765 { background-position: left bottom 15px , 100px center , right 15px bottom } bgpos227766 { background-position: left top , 100px center , right 15px bottom } bgpos227767 { background-position: left top 15% , 100px center , right 15px bottom } bgpos227768 { background-position: left top 15px , 100px center , right 15px bottom } bgpos227769 { background-position: left 15% bottom , 100px center , right 15px bottom } bgpos227770 { background-position: left 15% bottom 15% , 100px center , right 15px bottom } bgpos227771 { background-position: left 15% bottom 15px , 100px center , right 15px bottom } bgpos227772 { background-position: left 15% top , 100px center , right 15px bottom } bgpos227773 { background-position: left 15% top 15% , 100px center , right 15px bottom } bgpos227774 { background-position: left 15% top 15px , 100px center , right 15px bottom } bgpos227775 { background-position: left 15% center , 100px center , right 15px bottom } bgpos227776 { background-position: left 15px bottom , 100px center , right 15px bottom } bgpos227777 { background-position: left 15px bottom 15% , 100px center , right 15px bottom } bgpos227778 { background-position: left 15px bottom 15px , 100px center , right 15px bottom } bgpos227779 { background-position: left 15px top , 100px center , right 15px bottom } bgpos227780 { background-position: left 15px top 15% , 100px center , right 15px bottom } bgpos227781 { background-position: left 15px top 15px , 100px center , right 15px bottom } bgpos227782 { background-position: left 15px center , 100px center , right 15px bottom } bgpos227783 { background-position: left center , 100px center , right 15px bottom } bgpos227784 { background-position: right bottom , 100px center , right 15px bottom } bgpos227785 { background-position: right bottom 15% , 100px center , right 15px bottom } bgpos227786 { background-position: right bottom 15px , 100px center , right 15px bottom } bgpos227787 { background-position: right top , 100px center , right 15px bottom } bgpos227788 { background-position: right top 15% , 100px center , right 15px bottom } bgpos227789 { background-position: right top 15px , 100px center , right 15px bottom } bgpos227790 { background-position: right 15% bottom , 100px center , right 15px bottom } bgpos227791 { background-position: right 15% bottom 15% , 100px center , right 15px bottom } bgpos227792 { background-position: right 15% bottom 15px , 100px center , right 15px bottom } bgpos227793 { background-position: right 15% top , 100px center , right 15px bottom } bgpos227794 { background-position: right 15% top 15% , 100px center , right 15px bottom } bgpos227795 { background-position: right 15% top 15px , 100px center , right 15px bottom } bgpos227796 { background-position: right 15% center , 100px center , right 15px bottom } bgpos227797 { background-position: right 15px bottom , 100px center , right 15px bottom } bgpos227798 { background-position: right 15px bottom 15% , 100px center , right 15px bottom } bgpos227799 { background-position: right 15px bottom 15px , 100px center , right 15px bottom } bgpos227800 { background-position: right 15px top , 100px center , right 15px bottom } bgpos227801 { background-position: right 15px top 15% , 100px center , right 15px bottom } bgpos227802 { background-position: right 15px top 15px , 100px center , right 15px bottom } bgpos227803 { background-position: right 15px center , 100px center , right 15px bottom } bgpos227804 { background-position: right center , 100px center , right 15px bottom } bgpos227805 { background-position: 100px , 100px center , right 15px bottom } bgpos227806 { background-position: 100px 10% , 100px center , right 15px bottom } bgpos227807 { background-position: 100px 100px , 100px center , right 15px bottom } bgpos227808 { background-position: 100px bottom , 100px center , right 15px bottom } bgpos227809 { background-position: 100px center , 100px center , right 15px bottom } bgpos227810 { background-position: 100px top , 100px center , right 15px bottom } bgpos227811 { background-position: 50% , 100px center , right 15px bottom } bgpos227812 { background-position: 50% 10% , 100px center , right 15px bottom } bgpos227813 { background-position: 50% 100px , 100px center , right 15px bottom } bgpos227814 { background-position: 50% bottom , 100px center , right 15px bottom } bgpos227815 { background-position: 50% center , 100px center , right 15px bottom } bgpos227816 { background-position: 50% top , 100px center , right 15px bottom } bgpos227817 { background-position: bottom, 100px center , right 15px bottom } bgpos227818 { background-position: center , 100px center , right 15px bottom } bgpos227819 { background-position: center bottom , 100px center , right 15px bottom } bgpos227820 { background-position: center bottom 15% , 100px center , right 15px bottom } bgpos227821 { background-position: center bottom 15px , 100px center , right 15px bottom } bgpos227822 { background-position: center top , 100px center , right 15px bottom } bgpos227823 { background-position: center top 15% , 100px center , right 15px bottom } bgpos227824 { background-position: center top 15px , 100px center , right 15px bottom } bgpos227825 { background-position: center 10% , 100px center , right 15px bottom } bgpos227826 { background-position: center 100px , 100px center , right 15px bottom } bgpos227827 { background-position: center bottom , 100px center , right 15px bottom } bgpos227828 { background-position: center center , 100px center , right 15px bottom } bgpos227829 { background-position: center top , 100px center , right 15px bottom } bgpos227830 { background-position: left , 100px center , right 15px bottom } bgpos227831 { background-position: left 10% , 100px center , right 15px bottom } bgpos227832 { background-position: left 100px , 100px center , right 15px bottom } bgpos227833 { background-position: left bottom , 100px center , right 15px bottom } bgpos227834 { background-position: left center , 100px center , right 15px bottom } bgpos227835 { background-position: left top , 100px center , right 15px bottom } bgpos227836 { background-position: right , 100px center , right 15px bottom } bgpos227837 { background-position: right 10% , 100px center , right 15px bottom } bgpos227838 { background-position: right 100px , 100px center , right 15px bottom } bgpos227839 { background-position: right bottom , 100px center , right 15px bottom } bgpos227840 { background-position: right center , 100px center , right 15px bottom } bgpos227841 { background-position: right top , 100px center , right 15px bottom } bgpos227842 { background-position: top , 100px center , right 15px bottom } bgpos227843 { background-position: left bottom , 100px top , right 15px bottom } bgpos227844 { background-position: left bottom 15% , 100px top , right 15px bottom } bgpos227845 { background-position: left bottom 15px , 100px top , right 15px bottom } bgpos227846 { background-position: left top , 100px top , right 15px bottom } bgpos227847 { background-position: left top 15% , 100px top , right 15px bottom } bgpos227848 { background-position: left top 15px , 100px top , right 15px bottom } bgpos227849 { background-position: left 15% bottom , 100px top , right 15px bottom } bgpos227850 { background-position: left 15% bottom 15% , 100px top , right 15px bottom } bgpos227851 { background-position: left 15% bottom 15px , 100px top , right 15px bottom } bgpos227852 { background-position: left 15% top , 100px top , right 15px bottom } bgpos227853 { background-position: left 15% top 15% , 100px top , right 15px bottom } bgpos227854 { background-position: left 15% top 15px , 100px top , right 15px bottom } bgpos227855 { background-position: left 15% center , 100px top , right 15px bottom } bgpos227856 { background-position: left 15px bottom , 100px top , right 15px bottom } bgpos227857 { background-position: left 15px bottom 15% , 100px top , right 15px bottom } bgpos227858 { background-position: left 15px bottom 15px , 100px top , right 15px bottom } bgpos227859 { background-position: left 15px top , 100px top , right 15px bottom } bgpos227860 { background-position: left 15px top 15% , 100px top , right 15px bottom } bgpos227861 { background-position: left 15px top 15px , 100px top , right 15px bottom } bgpos227862 { background-position: left 15px center , 100px top , right 15px bottom } bgpos227863 { background-position: left center , 100px top , right 15px bottom } bgpos227864 { background-position: right bottom , 100px top , right 15px bottom } bgpos227865 { background-position: right bottom 15% , 100px top , right 15px bottom } bgpos227866 { background-position: right bottom 15px , 100px top , right 15px bottom } bgpos227867 { background-position: right top , 100px top , right 15px bottom } bgpos227868 { background-position: right top 15% , 100px top , right 15px bottom } bgpos227869 { background-position: right top 15px , 100px top , right 15px bottom } bgpos227870 { background-position: right 15% bottom , 100px top , right 15px bottom } bgpos227871 { background-position: right 15% bottom 15% , 100px top , right 15px bottom } bgpos227872 { background-position: right 15% bottom 15px , 100px top , right 15px bottom } bgpos227873 { background-position: right 15% top , 100px top , right 15px bottom } bgpos227874 { background-position: right 15% top 15% , 100px top , right 15px bottom } bgpos227875 { background-position: right 15% top 15px , 100px top , right 15px bottom } bgpos227876 { background-position: right 15% center , 100px top , right 15px bottom } bgpos227877 { background-position: right 15px bottom , 100px top , right 15px bottom } bgpos227878 { background-position: right 15px bottom 15% , 100px top , right 15px bottom } bgpos227879 { background-position: right 15px bottom 15px , 100px top , right 15px bottom } bgpos227880 { background-position: right 15px top , 100px top , right 15px bottom } bgpos227881 { background-position: right 15px top 15% , 100px top , right 15px bottom } bgpos227882 { background-position: right 15px top 15px , 100px top , right 15px bottom } bgpos227883 { background-position: right 15px center , 100px top , right 15px bottom } bgpos227884 { background-position: right center , 100px top , right 15px bottom } bgpos227885 { background-position: 100px , 100px top , right 15px bottom } bgpos227886 { background-position: 100px 10% , 100px top , right 15px bottom } bgpos227887 { background-position: 100px 100px , 100px top , right 15px bottom } bgpos227888 { background-position: 100px bottom , 100px top , right 15px bottom } bgpos227889 { background-position: 100px center , 100px top , right 15px bottom } bgpos227890 { background-position: 100px top , 100px top , right 15px bottom } bgpos227891 { background-position: 50% , 100px top , right 15px bottom } bgpos227892 { background-position: 50% 10% , 100px top , right 15px bottom } bgpos227893 { background-position: 50% 100px , 100px top , right 15px bottom } bgpos227894 { background-position: 50% bottom , 100px top , right 15px bottom } bgpos227895 { background-position: 50% center , 100px top , right 15px bottom } bgpos227896 { background-position: 50% top , 100px top , right 15px bottom } bgpos227897 { background-position: bottom, 100px top , right 15px bottom } bgpos227898 { background-position: center , 100px top , right 15px bottom } bgpos227899 { background-position: center bottom , 100px top , right 15px bottom } bgpos227900 { background-position: center bottom 15% , 100px top , right 15px bottom } bgpos227901 { background-position: center bottom 15px , 100px top , right 15px bottom } bgpos227902 { background-position: center top , 100px top , right 15px bottom } bgpos227903 { background-position: center top 15% , 100px top , right 15px bottom } bgpos227904 { background-position: center top 15px , 100px top , right 15px bottom } bgpos227905 { background-position: center 10% , 100px top , right 15px bottom } bgpos227906 { background-position: center 100px , 100px top , right 15px bottom } bgpos227907 { background-position: center bottom , 100px top , right 15px bottom } bgpos227908 { background-position: center center , 100px top , right 15px bottom } bgpos227909 { background-position: center top , 100px top , right 15px bottom } bgpos227910 { background-position: left , 100px top , right 15px bottom } bgpos227911 { background-position: left 10% , 100px top , right 15px bottom } bgpos227912 { background-position: left 100px , 100px top , right 15px bottom } bgpos227913 { background-position: left bottom , 100px top , right 15px bottom } bgpos227914 { background-position: left center , 100px top , right 15px bottom } bgpos227915 { background-position: left top , 100px top , right 15px bottom } bgpos227916 { background-position: right , 100px top , right 15px bottom } bgpos227917 { background-position: right 10% , 100px top , right 15px bottom } bgpos227918 { background-position: right 100px , 100px top , right 15px bottom } bgpos227919 { background-position: right bottom , 100px top , right 15px bottom } bgpos227920 { background-position: right center , 100px top , right 15px bottom } bgpos227921 { background-position: right top , 100px top , right 15px bottom } bgpos227922 { background-position: top , 100px top , right 15px bottom } bgpos227923 { background-position: left bottom , 50% , right 15px bottom } bgpos227924 { background-position: left bottom 15% , 50% , right 15px bottom } bgpos227925 { background-position: left bottom 15px , 50% , right 15px bottom } bgpos227926 { background-position: left top , 50% , right 15px bottom } bgpos227927 { background-position: left top 15% , 50% , right 15px bottom } bgpos227928 { background-position: left top 15px , 50% , right 15px bottom } bgpos227929 { background-position: left 15% bottom , 50% , right 15px bottom } bgpos227930 { background-position: left 15% bottom 15% , 50% , right 15px bottom } bgpos227931 { background-position: left 15% bottom 15px , 50% , right 15px bottom } bgpos227932 { background-position: left 15% top , 50% , right 15px bottom } bgpos227933 { background-position: left 15% top 15% , 50% , right 15px bottom } bgpos227934 { background-position: left 15% top 15px , 50% , right 15px bottom } bgpos227935 { background-position: left 15% center , 50% , right 15px bottom } bgpos227936 { background-position: left 15px bottom , 50% , right 15px bottom } bgpos227937 { background-position: left 15px bottom 15% , 50% , right 15px bottom } bgpos227938 { background-position: left 15px bottom 15px , 50% , right 15px bottom } bgpos227939 { background-position: left 15px top , 50% , right 15px bottom } bgpos227940 { background-position: left 15px top 15% , 50% , right 15px bottom } bgpos227941 { background-position: left 15px top 15px , 50% , right 15px bottom } bgpos227942 { background-position: left 15px center , 50% , right 15px bottom } bgpos227943 { background-position: left center , 50% , right 15px bottom } bgpos227944 { background-position: right bottom , 50% , right 15px bottom } bgpos227945 { background-position: right bottom 15% , 50% , right 15px bottom } bgpos227946 { background-position: right bottom 15px , 50% , right 15px bottom } bgpos227947 { background-position: right top , 50% , right 15px bottom } bgpos227948 { background-position: right top 15% , 50% , right 15px bottom } bgpos227949 { background-position: right top 15px , 50% , right 15px bottom } bgpos227950 { background-position: right 15% bottom , 50% , right 15px bottom } bgpos227951 { background-position: right 15% bottom 15% , 50% , right 15px bottom } bgpos227952 { background-position: right 15% bottom 15px , 50% , right 15px bottom } bgpos227953 { background-position: right 15% top , 50% , right 15px bottom } bgpos227954 { background-position: right 15% top 15% , 50% , right 15px bottom } bgpos227955 { background-position: right 15% top 15px , 50% , right 15px bottom } bgpos227956 { background-position: right 15% center , 50% , right 15px bottom } bgpos227957 { background-position: right 15px bottom , 50% , right 15px bottom } bgpos227958 { background-position: right 15px bottom 15% , 50% , right 15px bottom } bgpos227959 { background-position: right 15px bottom 15px , 50% , right 15px bottom } bgpos227960 { background-position: right 15px top , 50% , right 15px bottom } bgpos227961 { background-position: right 15px top 15% , 50% , right 15px bottom } bgpos227962 { background-position: right 15px top 15px , 50% , right 15px bottom } bgpos227963 { background-position: right 15px center , 50% , right 15px bottom } bgpos227964 { background-position: right center , 50% , right 15px bottom } bgpos227965 { background-position: 100px , 50% , right 15px bottom } bgpos227966 { background-position: 100px 10% , 50% , right 15px bottom } bgpos227967 { background-position: 100px 100px , 50% , right 15px bottom } bgpos227968 { background-position: 100px bottom , 50% , right 15px bottom } bgpos227969 { background-position: 100px center , 50% , right 15px bottom } bgpos227970 { background-position: 100px top , 50% , right 15px bottom } bgpos227971 { background-position: 50% , 50% , right 15px bottom } bgpos227972 { background-position: 50% 10% , 50% , right 15px bottom } bgpos227973 { background-position: 50% 100px , 50% , right 15px bottom } bgpos227974 { background-position: 50% bottom , 50% , right 15px bottom } bgpos227975 { background-position: 50% center , 50% , right 15px bottom } bgpos227976 { background-position: 50% top , 50% , right 15px bottom } bgpos227977 { background-position: bottom, 50% , right 15px bottom } bgpos227978 { background-position: center , 50% , right 15px bottom } bgpos227979 { background-position: center bottom , 50% , right 15px bottom } bgpos227980 { background-position: center bottom 15% , 50% , right 15px bottom } bgpos227981 { background-position: center bottom 15px , 50% , right 15px bottom } bgpos227982 { background-position: center top , 50% , right 15px bottom } bgpos227983 { background-position: center top 15% , 50% , right 15px bottom } bgpos227984 { background-position: center top 15px , 50% , right 15px bottom } bgpos227985 { background-position: center 10% , 50% , right 15px bottom } bgpos227986 { background-position: center 100px , 50% , right 15px bottom } bgpos227987 { background-position: center bottom , 50% , right 15px bottom } bgpos227988 { background-position: center center , 50% , right 15px bottom } bgpos227989 { background-position: center top , 50% , right 15px bottom } bgpos227990 { background-position: left , 50% , right 15px bottom } bgpos227991 { background-position: left 10% , 50% , right 15px bottom } bgpos227992 { background-position: left 100px , 50% , right 15px bottom } bgpos227993 { background-position: left bottom , 50% , right 15px bottom } bgpos227994 { background-position: left center , 50% , right 15px bottom } bgpos227995 { background-position: left top , 50% , right 15px bottom } bgpos227996 { background-position: right , 50% , right 15px bottom } bgpos227997 { background-position: right 10% , 50% , right 15px bottom } bgpos227998 { background-position: right 100px , 50% , right 15px bottom } bgpos227999 { background-position: right bottom , 50% , right 15px bottom } bgpos228000 { background-position: right center , 50% , right 15px bottom } bgpos228001 { background-position: right top , 50% , right 15px bottom } bgpos228002 { background-position: top , 50% , right 15px bottom } bgpos228003 { background-position: left bottom , 50% 10% , right 15px bottom } bgpos228004 { background-position: left bottom 15% , 50% 10% , right 15px bottom } bgpos228005 { background-position: left bottom 15px , 50% 10% , right 15px bottom } bgpos228006 { background-position: left top , 50% 10% , right 15px bottom } bgpos228007 { background-position: left top 15% , 50% 10% , right 15px bottom } bgpos228008 { background-position: left top 15px , 50% 10% , right 15px bottom } bgpos228009 { background-position: left 15% bottom , 50% 10% , right 15px bottom } bgpos228010 { background-position: left 15% bottom 15% , 50% 10% , right 15px bottom } bgpos228011 { background-position: left 15% bottom 15px , 50% 10% , right 15px bottom } bgpos228012 { background-position: left 15% top , 50% 10% , right 15px bottom } bgpos228013 { background-position: left 15% top 15% , 50% 10% , right 15px bottom } bgpos228014 { background-position: left 15% top 15px , 50% 10% , right 15px bottom } bgpos228015 { background-position: left 15% center , 50% 10% , right 15px bottom } bgpos228016 { background-position: left 15px bottom , 50% 10% , right 15px bottom } bgpos228017 { background-position: left 15px bottom 15% , 50% 10% , right 15px bottom } bgpos228018 { background-position: left 15px bottom 15px , 50% 10% , right 15px bottom } bgpos228019 { background-position: left 15px top , 50% 10% , right 15px bottom } bgpos228020 { background-position: left 15px top 15% , 50% 10% , right 15px bottom } bgpos228021 { background-position: left 15px top 15px , 50% 10% , right 15px bottom } bgpos228022 { background-position: left 15px center , 50% 10% , right 15px bottom } bgpos228023 { background-position: left center , 50% 10% , right 15px bottom } bgpos228024 { background-position: right bottom , 50% 10% , right 15px bottom } bgpos228025 { background-position: right bottom 15% , 50% 10% , right 15px bottom } bgpos228026 { background-position: right bottom 15px , 50% 10% , right 15px bottom } bgpos228027 { background-position: right top , 50% 10% , right 15px bottom } bgpos228028 { background-position: right top 15% , 50% 10% , right 15px bottom } bgpos228029 { background-position: right top 15px , 50% 10% , right 15px bottom } bgpos228030 { background-position: right 15% bottom , 50% 10% , right 15px bottom } bgpos228031 { background-position: right 15% bottom 15% , 50% 10% , right 15px bottom } bgpos228032 { background-position: right 15% bottom 15px , 50% 10% , right 15px bottom } bgpos228033 { background-position: right 15% top , 50% 10% , right 15px bottom } bgpos228034 { background-position: right 15% top 15% , 50% 10% , right 15px bottom } bgpos228035 { background-position: right 15% top 15px , 50% 10% , right 15px bottom } bgpos228036 { background-position: right 15% center , 50% 10% , right 15px bottom } bgpos228037 { background-position: right 15px bottom , 50% 10% , right 15px bottom } bgpos228038 { background-position: right 15px bottom 15% , 50% 10% , right 15px bottom } bgpos228039 { background-position: right 15px bottom 15px , 50% 10% , right 15px bottom } bgpos228040 { background-position: right 15px top , 50% 10% , right 15px bottom } bgpos228041 { background-position: right 15px top 15% , 50% 10% , right 15px bottom } bgpos228042 { background-position: right 15px top 15px , 50% 10% , right 15px bottom } bgpos228043 { background-position: right 15px center , 50% 10% , right 15px bottom } bgpos228044 { background-position: right center , 50% 10% , right 15px bottom } bgpos228045 { background-position: 100px , 50% 10% , right 15px bottom } bgpos228046 { background-position: 100px 10% , 50% 10% , right 15px bottom } bgpos228047 { background-position: 100px 100px , 50% 10% , right 15px bottom } bgpos228048 { background-position: 100px bottom , 50% 10% , right 15px bottom } bgpos228049 { background-position: 100px center , 50% 10% , right 15px bottom } bgpos228050 { background-position: 100px top , 50% 10% , right 15px bottom } bgpos228051 { background-position: 50% , 50% 10% , right 15px bottom } bgpos228052 { background-position: 50% 10% , 50% 10% , right 15px bottom } bgpos228053 { background-position: 50% 100px , 50% 10% , right 15px bottom } bgpos228054 { background-position: 50% bottom , 50% 10% , right 15px bottom } bgpos228055 { background-position: 50% center , 50% 10% , right 15px bottom } bgpos228056 { background-position: 50% top , 50% 10% , right 15px bottom } bgpos228057 { background-position: bottom, 50% 10% , right 15px bottom } bgpos228058 { background-position: center , 50% 10% , right 15px bottom } bgpos228059 { background-position: center bottom , 50% 10% , right 15px bottom } bgpos228060 { background-position: center bottom 15% , 50% 10% , right 15px bottom } bgpos228061 { background-position: center bottom 15px , 50% 10% , right 15px bottom } bgpos228062 { background-position: center top , 50% 10% , right 15px bottom } bgpos228063 { background-position: center top 15% , 50% 10% , right 15px bottom } bgpos228064 { background-position: center top 15px , 50% 10% , right 15px bottom } bgpos228065 { background-position: center 10% , 50% 10% , right 15px bottom } bgpos228066 { background-position: center 100px , 50% 10% , right 15px bottom } bgpos228067 { background-position: center bottom , 50% 10% , right 15px bottom } bgpos228068 { background-position: center center , 50% 10% , right 15px bottom } bgpos228069 { background-position: center top , 50% 10% , right 15px bottom } bgpos228070 { background-position: left , 50% 10% , right 15px bottom } bgpos228071 { background-position: left 10% , 50% 10% , right 15px bottom } bgpos228072 { background-position: left 100px , 50% 10% , right 15px bottom } bgpos228073 { background-position: left bottom , 50% 10% , right 15px bottom } bgpos228074 { background-position: left center , 50% 10% , right 15px bottom } bgpos228075 { background-position: left top , 50% 10% , right 15px bottom } bgpos228076 { background-position: right , 50% 10% , right 15px bottom } bgpos228077 { background-position: right 10% , 50% 10% , right 15px bottom } bgpos228078 { background-position: right 100px , 50% 10% , right 15px bottom } bgpos228079 { background-position: right bottom , 50% 10% , right 15px bottom } bgpos228080 { background-position: right center , 50% 10% , right 15px bottom } bgpos228081 { background-position: right top , 50% 10% , right 15px bottom } bgpos228082 { background-position: top , 50% 10% , right 15px bottom } bgpos228083 { background-position: left bottom , 50% 100px , right 15px bottom } bgpos228084 { background-position: left bottom 15% , 50% 100px , right 15px bottom } bgpos228085 { background-position: left bottom 15px , 50% 100px , right 15px bottom } bgpos228086 { background-position: left top , 50% 100px , right 15px bottom } bgpos228087 { background-position: left top 15% , 50% 100px , right 15px bottom } bgpos228088 { background-position: left top 15px , 50% 100px , right 15px bottom } bgpos228089 { background-position: left 15% bottom , 50% 100px , right 15px bottom } bgpos228090 { background-position: left 15% bottom 15% , 50% 100px , right 15px bottom } bgpos228091 { background-position: left 15% bottom 15px , 50% 100px , right 15px bottom } bgpos228092 { background-position: left 15% top , 50% 100px , right 15px bottom } bgpos228093 { background-position: left 15% top 15% , 50% 100px , right 15px bottom } bgpos228094 { background-position: left 15% top 15px , 50% 100px , right 15px bottom } bgpos228095 { background-position: left 15% center , 50% 100px , right 15px bottom } bgpos228096 { background-position: left 15px bottom , 50% 100px , right 15px bottom } bgpos228097 { background-position: left 15px bottom 15% , 50% 100px , right 15px bottom } bgpos228098 { background-position: left 15px bottom 15px , 50% 100px , right 15px bottom } bgpos228099 { background-position: left 15px top , 50% 100px , right 15px bottom } bgpos228100 { background-position: left 15px top 15% , 50% 100px , right 15px bottom } bgpos228101 { background-position: left 15px top 15px , 50% 100px , right 15px bottom } bgpos228102 { background-position: left 15px center , 50% 100px , right 15px bottom } bgpos228103 { background-position: left center , 50% 100px , right 15px bottom } bgpos228104 { background-position: right bottom , 50% 100px , right 15px bottom } bgpos228105 { background-position: right bottom 15% , 50% 100px , right 15px bottom } bgpos228106 { background-position: right bottom 15px , 50% 100px , right 15px bottom } bgpos228107 { background-position: right top , 50% 100px , right 15px bottom } bgpos228108 { background-position: right top 15% , 50% 100px , right 15px bottom } bgpos228109 { background-position: right top 15px , 50% 100px , right 15px bottom } bgpos228110 { background-position: right 15% bottom , 50% 100px , right 15px bottom } bgpos228111 { background-position: right 15% bottom 15% , 50% 100px , right 15px bottom } bgpos228112 { background-position: right 15% bottom 15px , 50% 100px , right 15px bottom } bgpos228113 { background-position: right 15% top , 50% 100px , right 15px bottom } bgpos228114 { background-position: right 15% top 15% , 50% 100px , right 15px bottom } bgpos228115 { background-position: right 15% top 15px , 50% 100px , right 15px bottom } bgpos228116 { background-position: right 15% center , 50% 100px , right 15px bottom } bgpos228117 { background-position: right 15px bottom , 50% 100px , right 15px bottom } bgpos228118 { background-position: right 15px bottom 15% , 50% 100px , right 15px bottom } bgpos228119 { background-position: right 15px bottom 15px , 50% 100px , right 15px bottom } bgpos228120 { background-position: right 15px top , 50% 100px , right 15px bottom } bgpos228121 { background-position: right 15px top 15% , 50% 100px , right 15px bottom } bgpos228122 { background-position: right 15px top 15px , 50% 100px , right 15px bottom } bgpos228123 { background-position: right 15px center , 50% 100px , right 15px bottom } bgpos228124 { background-position: right center , 50% 100px , right 15px bottom } bgpos228125 { background-position: 100px , 50% 100px , right 15px bottom } bgpos228126 { background-position: 100px 10% , 50% 100px , right 15px bottom } bgpos228127 { background-position: 100px 100px , 50% 100px , right 15px bottom } bgpos228128 { background-position: 100px bottom , 50% 100px , right 15px bottom } bgpos228129 { background-position: 100px center , 50% 100px , right 15px bottom } bgpos228130 { background-position: 100px top , 50% 100px , right 15px bottom } bgpos228131 { background-position: 50% , 50% 100px , right 15px bottom } bgpos228132 { background-position: 50% 10% , 50% 100px , right 15px bottom } bgpos228133 { background-position: 50% 100px , 50% 100px , right 15px bottom } bgpos228134 { background-position: 50% bottom , 50% 100px , right 15px bottom } bgpos228135 { background-position: 50% center , 50% 100px , right 15px bottom } bgpos228136 { background-position: 50% top , 50% 100px , right 15px bottom } bgpos228137 { background-position: bottom, 50% 100px , right 15px bottom } bgpos228138 { background-position: center , 50% 100px , right 15px bottom } bgpos228139 { background-position: center bottom , 50% 100px , right 15px bottom } bgpos228140 { background-position: center bottom 15% , 50% 100px , right 15px bottom } bgpos228141 { background-position: center bottom 15px , 50% 100px , right 15px bottom } bgpos228142 { background-position: center top , 50% 100px , right 15px bottom } bgpos228143 { background-position: center top 15% , 50% 100px , right 15px bottom } bgpos228144 { background-position: center top 15px , 50% 100px , right 15px bottom } bgpos228145 { background-position: center 10% , 50% 100px , right 15px bottom } bgpos228146 { background-position: center 100px , 50% 100px , right 15px bottom } bgpos228147 { background-position: center bottom , 50% 100px , right 15px bottom } bgpos228148 { background-position: center center , 50% 100px , right 15px bottom } bgpos228149 { background-position: center top , 50% 100px , right 15px bottom } bgpos228150 { background-position: left , 50% 100px , right 15px bottom } bgpos228151 { background-position: left 10% , 50% 100px , right 15px bottom } bgpos228152 { background-position: left 100px , 50% 100px , right 15px bottom } bgpos228153 { background-position: left bottom , 50% 100px , right 15px bottom } bgpos228154 { background-position: left center , 50% 100px , right 15px bottom } bgpos228155 { background-position: left top , 50% 100px , right 15px bottom } bgpos228156 { background-position: right , 50% 100px , right 15px bottom } bgpos228157 { background-position: right 10% , 50% 100px , right 15px bottom } bgpos228158 { background-position: right 100px , 50% 100px , right 15px bottom } bgpos228159 { background-position: right bottom , 50% 100px , right 15px bottom } bgpos228160 { background-position: right center , 50% 100px , right 15px bottom } bgpos228161 { background-position: right top , 50% 100px , right 15px bottom } bgpos228162 { background-position: top , 50% 100px , right 15px bottom } bgpos228163 { background-position: left bottom , 50% bottom , right 15px bottom } bgpos228164 { background-position: left bottom 15% , 50% bottom , right 15px bottom } bgpos228165 { background-position: left bottom 15px , 50% bottom , right 15px bottom } bgpos228166 { background-position: left top , 50% bottom , right 15px bottom } bgpos228167 { background-position: left top 15% , 50% bottom , right 15px bottom } bgpos228168 { background-position: left top 15px , 50% bottom , right 15px bottom } bgpos228169 { background-position: left 15% bottom , 50% bottom , right 15px bottom } bgpos228170 { background-position: left 15% bottom 15% , 50% bottom , right 15px bottom } bgpos228171 { background-position: left 15% bottom 15px , 50% bottom , right 15px bottom } bgpos228172 { background-position: left 15% top , 50% bottom , right 15px bottom } bgpos228173 { background-position: left 15% top 15% , 50% bottom , right 15px bottom } bgpos228174 { background-position: left 15% top 15px , 50% bottom , right 15px bottom } bgpos228175 { background-position: left 15% center , 50% bottom , right 15px bottom } bgpos228176 { background-position: left 15px bottom , 50% bottom , right 15px bottom } bgpos228177 { background-position: left 15px bottom 15% , 50% bottom , right 15px bottom } bgpos228178 { background-position: left 15px bottom 15px , 50% bottom , right 15px bottom } bgpos228179 { background-position: left 15px top , 50% bottom , right 15px bottom } bgpos228180 { background-position: left 15px top 15% , 50% bottom , right 15px bottom } bgpos228181 { background-position: left 15px top 15px , 50% bottom , right 15px bottom } bgpos228182 { background-position: left 15px center , 50% bottom , right 15px bottom } bgpos228183 { background-position: left center , 50% bottom , right 15px bottom } bgpos228184 { background-position: right bottom , 50% bottom , right 15px bottom } bgpos228185 { background-position: right bottom 15% , 50% bottom , right 15px bottom } bgpos228186 { background-position: right bottom 15px , 50% bottom , right 15px bottom } bgpos228187 { background-position: right top , 50% bottom , right 15px bottom } bgpos228188 { background-position: right top 15% , 50% bottom , right 15px bottom } bgpos228189 { background-position: right top 15px , 50% bottom , right 15px bottom } bgpos228190 { background-position: right 15% bottom , 50% bottom , right 15px bottom } bgpos228191 { background-position: right 15% bottom 15% , 50% bottom , right 15px bottom } bgpos228192 { background-position: right 15% bottom 15px , 50% bottom , right 15px bottom } bgpos228193 { background-position: right 15% top , 50% bottom , right 15px bottom } bgpos228194 { background-position: right 15% top 15% , 50% bottom , right 15px bottom } bgpos228195 { background-position: right 15% top 15px , 50% bottom , right 15px bottom } bgpos228196 { background-position: right 15% center , 50% bottom , right 15px bottom } bgpos228197 { background-position: right 15px bottom , 50% bottom , right 15px bottom } bgpos228198 { background-position: right 15px bottom 15% , 50% bottom , right 15px bottom } bgpos228199 { background-position: right 15px bottom 15px , 50% bottom , right 15px bottom } bgpos228200 { background-position: right 15px top , 50% bottom , right 15px bottom } bgpos228201 { background-position: right 15px top 15% , 50% bottom , right 15px bottom } bgpos228202 { background-position: right 15px top 15px , 50% bottom , right 15px bottom } bgpos228203 { background-position: right 15px center , 50% bottom , right 15px bottom } bgpos228204 { background-position: right center , 50% bottom , right 15px bottom } bgpos228205 { background-position: 100px , 50% bottom , right 15px bottom } bgpos228206 { background-position: 100px 10% , 50% bottom , right 15px bottom } bgpos228207 { background-position: 100px 100px , 50% bottom , right 15px bottom } bgpos228208 { background-position: 100px bottom , 50% bottom , right 15px bottom } bgpos228209 { background-position: 100px center , 50% bottom , right 15px bottom } bgpos228210 { background-position: 100px top , 50% bottom , right 15px bottom } bgpos228211 { background-position: 50% , 50% bottom , right 15px bottom } bgpos228212 { background-position: 50% 10% , 50% bottom , right 15px bottom } bgpos228213 { background-position: 50% 100px , 50% bottom , right 15px bottom } bgpos228214 { background-position: 50% bottom , 50% bottom , right 15px bottom } bgpos228215 { background-position: 50% center , 50% bottom , right 15px bottom } bgpos228216 { background-position: 50% top , 50% bottom , right 15px bottom } bgpos228217 { background-position: bottom, 50% bottom , right 15px bottom } bgpos228218 { background-position: center , 50% bottom , right 15px bottom } bgpos228219 { background-position: center bottom , 50% bottom , right 15px bottom } bgpos228220 { background-position: center bottom 15% , 50% bottom , right 15px bottom } bgpos228221 { background-position: center bottom 15px , 50% bottom , right 15px bottom } bgpos228222 { background-position: center top , 50% bottom , right 15px bottom } bgpos228223 { background-position: center top 15% , 50% bottom , right 15px bottom } bgpos228224 { background-position: center top 15px , 50% bottom , right 15px bottom } bgpos228225 { background-position: center 10% , 50% bottom , right 15px bottom } bgpos228226 { background-position: center 100px , 50% bottom , right 15px bottom } bgpos228227 { background-position: center bottom , 50% bottom , right 15px bottom } bgpos228228 { background-position: center center , 50% bottom , right 15px bottom } bgpos228229 { background-position: center top , 50% bottom , right 15px bottom } bgpos228230 { background-position: left , 50% bottom , right 15px bottom } bgpos228231 { background-position: left 10% , 50% bottom , right 15px bottom } bgpos228232 { background-position: left 100px , 50% bottom , right 15px bottom } bgpos228233 { background-position: left bottom , 50% bottom , right 15px bottom } bgpos228234 { background-position: left center , 50% bottom , right 15px bottom } bgpos228235 { background-position: left top , 50% bottom , right 15px bottom } bgpos228236 { background-position: right , 50% bottom , right 15px bottom } bgpos228237 { background-position: right 10% , 50% bottom , right 15px bottom } bgpos228238 { background-position: right 100px , 50% bottom , right 15px bottom } bgpos228239 { background-position: right bottom , 50% bottom , right 15px bottom } bgpos228240 { background-position: right center , 50% bottom , right 15px bottom } bgpos228241 { background-position: right top , 50% bottom , right 15px bottom } bgpos228242 { background-position: top , 50% bottom , right 15px bottom } bgpos228243 { background-position: left bottom , 50% center , right 15px bottom } bgpos228244 { background-position: left bottom 15% , 50% center , right 15px bottom } bgpos228245 { background-position: left bottom 15px , 50% center , right 15px bottom } bgpos228246 { background-position: left top , 50% center , right 15px bottom } bgpos228247 { background-position: left top 15% , 50% center , right 15px bottom } bgpos228248 { background-position: left top 15px , 50% center , right 15px bottom } bgpos228249 { background-position: left 15% bottom , 50% center , right 15px bottom } bgpos228250 { background-position: left 15% bottom 15% , 50% center , right 15px bottom } bgpos228251 { background-position: left 15% bottom 15px , 50% center , right 15px bottom } bgpos228252 { background-position: left 15% top , 50% center , right 15px bottom } bgpos228253 { background-position: left 15% top 15% , 50% center , right 15px bottom } bgpos228254 { background-position: left 15% top 15px , 50% center , right 15px bottom } bgpos228255 { background-position: left 15% center , 50% center , right 15px bottom } bgpos228256 { background-position: left 15px bottom , 50% center , right 15px bottom } bgpos228257 { background-position: left 15px bottom 15% , 50% center , right 15px bottom } bgpos228258 { background-position: left 15px bottom 15px , 50% center , right 15px bottom } bgpos228259 { background-position: left 15px top , 50% center , right 15px bottom } bgpos228260 { background-position: left 15px top 15% , 50% center , right 15px bottom } bgpos228261 { background-position: left 15px top 15px , 50% center , right 15px bottom } bgpos228262 { background-position: left 15px center , 50% center , right 15px bottom } bgpos228263 { background-position: left center , 50% center , right 15px bottom } bgpos228264 { background-position: right bottom , 50% center , right 15px bottom } bgpos228265 { background-position: right bottom 15% , 50% center , right 15px bottom } bgpos228266 { background-position: right bottom 15px , 50% center , right 15px bottom } bgpos228267 { background-position: right top , 50% center , right 15px bottom } bgpos228268 { background-position: right top 15% , 50% center , right 15px bottom } bgpos228269 { background-position: right top 15px , 50% center , right 15px bottom } bgpos228270 { background-position: right 15% bottom , 50% center , right 15px bottom } bgpos228271 { background-position: right 15% bottom 15% , 50% center , right 15px bottom } bgpos228272 { background-position: right 15% bottom 15px , 50% center , right 15px bottom } bgpos228273 { background-position: right 15% top , 50% center , right 15px bottom } bgpos228274 { background-position: right 15% top 15% , 50% center , right 15px bottom } bgpos228275 { background-position: right 15% top 15px , 50% center , right 15px bottom } bgpos228276 { background-position: right 15% center , 50% center , right 15px bottom } bgpos228277 { background-position: right 15px bottom , 50% center , right 15px bottom } bgpos228278 { background-position: right 15px bottom 15% , 50% center , right 15px bottom } bgpos228279 { background-position: right 15px bottom 15px , 50% center , right 15px bottom } bgpos228280 { background-position: right 15px top , 50% center , right 15px bottom } bgpos228281 { background-position: right 15px top 15% , 50% center , right 15px bottom } bgpos228282 { background-position: right 15px top 15px , 50% center , right 15px bottom } bgpos228283 { background-position: right 15px center , 50% center , right 15px bottom } bgpos228284 { background-position: right center , 50% center , right 15px bottom } bgpos228285 { background-position: 100px , 50% center , right 15px bottom } bgpos228286 { background-position: 100px 10% , 50% center , right 15px bottom } bgpos228287 { background-position: 100px 100px , 50% center , right 15px bottom } bgpos228288 { background-position: 100px bottom , 50% center , right 15px bottom } bgpos228289 { background-position: 100px center , 50% center , right 15px bottom } bgpos228290 { background-position: 100px top , 50% center , right 15px bottom } bgpos228291 { background-position: 50% , 50% center , right 15px bottom } bgpos228292 { background-position: 50% 10% , 50% center , right 15px bottom } bgpos228293 { background-position: 50% 100px , 50% center , right 15px bottom } bgpos228294 { background-position: 50% bottom , 50% center , right 15px bottom } bgpos228295 { background-position: 50% center , 50% center , right 15px bottom } bgpos228296 { background-position: 50% top , 50% center , right 15px bottom } bgpos228297 { background-position: bottom, 50% center , right 15px bottom } bgpos228298 { background-position: center , 50% center , right 15px bottom } bgpos228299 { background-position: center bottom , 50% center , right 15px bottom } bgpos228300 { background-position: center bottom 15% , 50% center , right 15px bottom } bgpos228301 { background-position: center bottom 15px , 50% center , right 15px bottom } bgpos228302 { background-position: center top , 50% center , right 15px bottom } bgpos228303 { background-position: center top 15% , 50% center , right 15px bottom } bgpos228304 { background-position: center top 15px , 50% center , right 15px bottom } bgpos228305 { background-position: center 10% , 50% center , right 15px bottom } bgpos228306 { background-position: center 100px , 50% center , right 15px bottom } bgpos228307 { background-position: center bottom , 50% center , right 15px bottom } bgpos228308 { background-position: center center , 50% center , right 15px bottom } bgpos228309 { background-position: center top , 50% center , right 15px bottom } bgpos228310 { background-position: left , 50% center , right 15px bottom } bgpos228311 { background-position: left 10% , 50% center , right 15px bottom } bgpos228312 { background-position: left 100px , 50% center , right 15px bottom } bgpos228313 { background-position: left bottom , 50% center , right 15px bottom } bgpos228314 { background-position: left center , 50% center , right 15px bottom } bgpos228315 { background-position: left top , 50% center , right 15px bottom } bgpos228316 { background-position: right , 50% center , right 15px bottom } bgpos228317 { background-position: right 10% , 50% center , right 15px bottom } bgpos228318 { background-position: right 100px , 50% center , right 15px bottom } bgpos228319 { background-position: right bottom , 50% center , right 15px bottom } bgpos228320 { background-position: right center , 50% center , right 15px bottom } bgpos228321 { background-position: right top , 50% center , right 15px bottom } bgpos228322 { background-position: top , 50% center , right 15px bottom } bgpos228323 { background-position: left bottom , 50% top , right 15px bottom } bgpos228324 { background-position: left bottom 15% , 50% top , right 15px bottom } bgpos228325 { background-position: left bottom 15px , 50% top , right 15px bottom } bgpos228326 { background-position: left top , 50% top , right 15px bottom } bgpos228327 { background-position: left top 15% , 50% top , right 15px bottom } bgpos228328 { background-position: left top 15px , 50% top , right 15px bottom } bgpos228329 { background-position: left 15% bottom , 50% top , right 15px bottom } bgpos228330 { background-position: left 15% bottom 15% , 50% top , right 15px bottom } bgpos228331 { background-position: left 15% bottom 15px , 50% top , right 15px bottom } bgpos228332 { background-position: left 15% top , 50% top , right 15px bottom } bgpos228333 { background-position: left 15% top 15% , 50% top , right 15px bottom } bgpos228334 { background-position: left 15% top 15px , 50% top , right 15px bottom } bgpos228335 { background-position: left 15% center , 50% top , right 15px bottom } bgpos228336 { background-position: left 15px bottom , 50% top , right 15px bottom } bgpos228337 { background-position: left 15px bottom 15% , 50% top , right 15px bottom } bgpos228338 { background-position: left 15px bottom 15px , 50% top , right 15px bottom } bgpos228339 { background-position: left 15px top , 50% top , right 15px bottom } bgpos228340 { background-position: left 15px top 15% , 50% top , right 15px bottom } bgpos228341 { background-position: left 15px top 15px , 50% top , right 15px bottom } bgpos228342 { background-position: left 15px center , 50% top , right 15px bottom } bgpos228343 { background-position: left center , 50% top , right 15px bottom } bgpos228344 { background-position: right bottom , 50% top , right 15px bottom } bgpos228345 { background-position: right bottom 15% , 50% top , right 15px bottom } bgpos228346 { background-position: right bottom 15px , 50% top , right 15px bottom } bgpos228347 { background-position: right top , 50% top , right 15px bottom } bgpos228348 { background-position: right top 15% , 50% top , right 15px bottom } bgpos228349 { background-position: right top 15px , 50% top , right 15px bottom } bgpos228350 { background-position: right 15% bottom , 50% top , right 15px bottom } bgpos228351 { background-position: right 15% bottom 15% , 50% top , right 15px bottom } bgpos228352 { background-position: right 15% bottom 15px , 50% top , right 15px bottom } bgpos228353 { background-position: right 15% top , 50% top , right 15px bottom } bgpos228354 { background-position: right 15% top 15% , 50% top , right 15px bottom } bgpos228355 { background-position: right 15% top 15px , 50% top , right 15px bottom } bgpos228356 { background-position: right 15% center , 50% top , right 15px bottom } bgpos228357 { background-position: right 15px bottom , 50% top , right 15px bottom } bgpos228358 { background-position: right 15px bottom 15% , 50% top , right 15px bottom } bgpos228359 { background-position: right 15px bottom 15px , 50% top , right 15px bottom } bgpos228360 { background-position: right 15px top , 50% top , right 15px bottom } bgpos228361 { background-position: right 15px top 15% , 50% top , right 15px bottom } bgpos228362 { background-position: right 15px top 15px , 50% top , right 15px bottom } bgpos228363 { background-position: right 15px center , 50% top , right 15px bottom } bgpos228364 { background-position: right center , 50% top , right 15px bottom } bgpos228365 { background-position: 100px , 50% top , right 15px bottom } bgpos228366 { background-position: 100px 10% , 50% top , right 15px bottom } bgpos228367 { background-position: 100px 100px , 50% top , right 15px bottom } bgpos228368 { background-position: 100px bottom , 50% top , right 15px bottom } bgpos228369 { background-position: 100px center , 50% top , right 15px bottom } bgpos228370 { background-position: 100px top , 50% top , right 15px bottom } bgpos228371 { background-position: 50% , 50% top , right 15px bottom } bgpos228372 { background-position: 50% 10% , 50% top , right 15px bottom } bgpos228373 { background-position: 50% 100px , 50% top , right 15px bottom } bgpos228374 { background-position: 50% bottom , 50% top , right 15px bottom } bgpos228375 { background-position: 50% center , 50% top , right 15px bottom } bgpos228376 { background-position: 50% top , 50% top , right 15px bottom } bgpos228377 { background-position: bottom, 50% top , right 15px bottom } bgpos228378 { background-position: center , 50% top , right 15px bottom } bgpos228379 { background-position: center bottom , 50% top , right 15px bottom } bgpos228380 { background-position: center bottom 15% , 50% top , right 15px bottom } bgpos228381 { background-position: center bottom 15px , 50% top , right 15px bottom } bgpos228382 { background-position: center top , 50% top , right 15px bottom } bgpos228383 { background-position: center top 15% , 50% top , right 15px bottom } bgpos228384 { background-position: center top 15px , 50% top , right 15px bottom } bgpos228385 { background-position: center 10% , 50% top , right 15px bottom } bgpos228386 { background-position: center 100px , 50% top , right 15px bottom } bgpos228387 { background-position: center bottom , 50% top , right 15px bottom } bgpos228388 { background-position: center center , 50% top , right 15px bottom } bgpos228389 { background-position: center top , 50% top , right 15px bottom } bgpos228390 { background-position: left , 50% top , right 15px bottom } bgpos228391 { background-position: left 10% , 50% top , right 15px bottom } bgpos228392 { background-position: left 100px , 50% top , right 15px bottom } bgpos228393 { background-position: left bottom , 50% top , right 15px bottom } bgpos228394 { background-position: left center , 50% top , right 15px bottom } bgpos228395 { background-position: left top , 50% top , right 15px bottom } bgpos228396 { background-position: right , 50% top , right 15px bottom } bgpos228397 { background-position: right 10% , 50% top , right 15px bottom } bgpos228398 { background-position: right 100px , 50% top , right 15px bottom } bgpos228399 { background-position: right bottom , 50% top , right 15px bottom } bgpos228400 { background-position: right center , 50% top , right 15px bottom } bgpos228401 { background-position: right top , 50% top , right 15px bottom } bgpos228402 { background-position: top , 50% top , right 15px bottom } bgpos228403 { background-position: left bottom , bottom, right 15px bottom } bgpos228404 { background-position: left bottom 15% , bottom, right 15px bottom } bgpos228405 { background-position: left bottom 15px , bottom, right 15px bottom } bgpos228406 { background-position: left top , bottom, right 15px bottom } bgpos228407 { background-position: left top 15% , bottom, right 15px bottom } bgpos228408 { background-position: left top 15px , bottom, right 15px bottom } bgpos228409 { background-position: left 15% bottom , bottom, right 15px bottom } bgpos228410 { background-position: left 15% bottom 15% , bottom, right 15px bottom } bgpos228411 { background-position: left 15% bottom 15px , bottom, right 15px bottom } bgpos228412 { background-position: left 15% top , bottom, right 15px bottom } bgpos228413 { background-position: left 15% top 15% , bottom, right 15px bottom } bgpos228414 { background-position: left 15% top 15px , bottom, right 15px bottom } bgpos228415 { background-position: left 15% center , bottom, right 15px bottom } bgpos228416 { background-position: left 15px bottom , bottom, right 15px bottom } bgpos228417 { background-position: left 15px bottom 15% , bottom, right 15px bottom } bgpos228418 { background-position: left 15px bottom 15px , bottom, right 15px bottom } bgpos228419 { background-position: left 15px top , bottom, right 15px bottom } bgpos228420 { background-position: left 15px top 15% , bottom, right 15px bottom } bgpos228421 { background-position: left 15px top 15px , bottom, right 15px bottom } bgpos228422 { background-position: left 15px center , bottom, right 15px bottom } bgpos228423 { background-position: left center , bottom, right 15px bottom } bgpos228424 { background-position: right bottom , bottom, right 15px bottom } bgpos228425 { background-position: right bottom 15% , bottom, right 15px bottom } bgpos228426 { background-position: right bottom 15px , bottom, right 15px bottom } bgpos228427 { background-position: right top , bottom, right 15px bottom } bgpos228428 { background-position: right top 15% , bottom, right 15px bottom } bgpos228429 { background-position: right top 15px , bottom, right 15px bottom } bgpos228430 { background-position: right 15% bottom , bottom, right 15px bottom } bgpos228431 { background-position: right 15% bottom 15% , bottom, right 15px bottom } bgpos228432 { background-position: right 15% bottom 15px , bottom, right 15px bottom } bgpos228433 { background-position: right 15% top , bottom, right 15px bottom } bgpos228434 { background-position: right 15% top 15% , bottom, right 15px bottom } bgpos228435 { background-position: right 15% top 15px , bottom, right 15px bottom } bgpos228436 { background-position: right 15% center , bottom, right 15px bottom } bgpos228437 { background-position: right 15px bottom , bottom, right 15px bottom } bgpos228438 { background-position: right 15px bottom 15% , bottom, right 15px bottom } bgpos228439 { background-position: right 15px bottom 15px , bottom, right 15px bottom } bgpos228440 { background-position: right 15px top , bottom, right 15px bottom } bgpos228441 { background-position: right 15px top 15% , bottom, right 15px bottom } bgpos228442 { background-position: right 15px top 15px , bottom, right 15px bottom } bgpos228443 { background-position: right 15px center , bottom, right 15px bottom } bgpos228444 { background-position: right center , bottom, right 15px bottom } bgpos228445 { background-position: 100px , bottom, right 15px bottom } bgpos228446 { background-position: 100px 10% , bottom, right 15px bottom } bgpos228447 { background-position: 100px 100px , bottom, right 15px bottom } bgpos228448 { background-position: 100px bottom , bottom, right 15px bottom } bgpos228449 { background-position: 100px center , bottom, right 15px bottom } bgpos228450 { background-position: 100px top , bottom, right 15px bottom } bgpos228451 { background-position: 50% , bottom, right 15px bottom } bgpos228452 { background-position: 50% 10% , bottom, right 15px bottom } bgpos228453 { background-position: 50% 100px , bottom, right 15px bottom } bgpos228454 { background-position: 50% bottom , bottom, right 15px bottom } bgpos228455 { background-position: 50% center , bottom, right 15px bottom } bgpos228456 { background-position: 50% top , bottom, right 15px bottom } bgpos228457 { background-position: bottom, bottom, right 15px bottom } bgpos228458 { background-position: center , bottom, right 15px bottom } bgpos228459 { background-position: center bottom , bottom, right 15px bottom } bgpos228460 { background-position: center bottom 15% , bottom, right 15px bottom } bgpos228461 { background-position: center bottom 15px , bottom, right 15px bottom } bgpos228462 { background-position: center top , bottom, right 15px bottom } bgpos228463 { background-position: center top 15% , bottom, right 15px bottom } bgpos228464 { background-position: center top 15px , bottom, right 15px bottom } bgpos228465 { background-position: center 10% , bottom, right 15px bottom } bgpos228466 { background-position: center 100px , bottom, right 15px bottom } bgpos228467 { background-position: center bottom , bottom, right 15px bottom } bgpos228468 { background-position: center center , bottom, right 15px bottom } bgpos228469 { background-position: center top , bottom, right 15px bottom } bgpos228470 { background-position: left , bottom, right 15px bottom } bgpos228471 { background-position: left 10% , bottom, right 15px bottom } bgpos228472 { background-position: left 100px , bottom, right 15px bottom } bgpos228473 { background-position: left bottom , bottom, right 15px bottom } bgpos228474 { background-position: left center , bottom, right 15px bottom } bgpos228475 { background-position: left top , bottom, right 15px bottom } bgpos228476 { background-position: right , bottom, right 15px bottom } bgpos228477 { background-position: right 10% , bottom, right 15px bottom } bgpos228478 { background-position: right 100px , bottom, right 15px bottom } bgpos228479 { background-position: right bottom , bottom, right 15px bottom } bgpos228480 { background-position: right center , bottom, right 15px bottom } bgpos228481 { background-position: right top , bottom, right 15px bottom } bgpos228482 { background-position: top , bottom, right 15px bottom } bgpos228483 { background-position: left bottom , center , right 15px bottom } bgpos228484 { background-position: left bottom 15% , center , right 15px bottom } bgpos228485 { background-position: left bottom 15px , center , right 15px bottom } bgpos228486 { background-position: left top , center , right 15px bottom } bgpos228487 { background-position: left top 15% , center , right 15px bottom } bgpos228488 { background-position: left top 15px , center , right 15px bottom } bgpos228489 { background-position: left 15% bottom , center , right 15px bottom } bgpos228490 { background-position: left 15% bottom 15% , center , right 15px bottom } bgpos228491 { background-position: left 15% bottom 15px , center , right 15px bottom } bgpos228492 { background-position: left 15% top , center , right 15px bottom } bgpos228493 { background-position: left 15% top 15% , center , right 15px bottom } bgpos228494 { background-position: left 15% top 15px , center , right 15px bottom } bgpos228495 { background-position: left 15% center , center , right 15px bottom } bgpos228496 { background-position: left 15px bottom , center , right 15px bottom } bgpos228497 { background-position: left 15px bottom 15% , center , right 15px bottom } bgpos228498 { background-position: left 15px bottom 15px , center , right 15px bottom } bgpos228499 { background-position: left 15px top , center , right 15px bottom } bgpos228500 { background-position: left 15px top 15% , center , right 15px bottom } bgpos228501 { background-position: left 15px top 15px , center , right 15px bottom } bgpos228502 { background-position: left 15px center , center , right 15px bottom } bgpos228503 { background-position: left center , center , right 15px bottom } bgpos228504 { background-position: right bottom , center , right 15px bottom } bgpos228505 { background-position: right bottom 15% , center , right 15px bottom } bgpos228506 { background-position: right bottom 15px , center , right 15px bottom } bgpos228507 { background-position: right top , center , right 15px bottom } bgpos228508 { background-position: right top 15% , center , right 15px bottom } bgpos228509 { background-position: right top 15px , center , right 15px bottom } bgpos228510 { background-position: right 15% bottom , center , right 15px bottom } bgpos228511 { background-position: right 15% bottom 15% , center , right 15px bottom } bgpos228512 { background-position: right 15% bottom 15px , center , right 15px bottom } bgpos228513 { background-position: right 15% top , center , right 15px bottom } bgpos228514 { background-position: right 15% top 15% , center , right 15px bottom } bgpos228515 { background-position: right 15% top 15px , center , right 15px bottom } bgpos228516 { background-position: right 15% center , center , right 15px bottom } bgpos228517 { background-position: right 15px bottom , center , right 15px bottom } bgpos228518 { background-position: right 15px bottom 15% , center , right 15px bottom } bgpos228519 { background-position: right 15px bottom 15px , center , right 15px bottom } bgpos228520 { background-position: right 15px top , center , right 15px bottom } bgpos228521 { background-position: right 15px top 15% , center , right 15px bottom } bgpos228522 { background-position: right 15px top 15px , center , right 15px bottom } bgpos228523 { background-position: right 15px center , center , right 15px bottom } bgpos228524 { background-position: right center , center , right 15px bottom } bgpos228525 { background-position: 100px , center , right 15px bottom } bgpos228526 { background-position: 100px 10% , center , right 15px bottom } bgpos228527 { background-position: 100px 100px , center , right 15px bottom } bgpos228528 { background-position: 100px bottom , center , right 15px bottom } bgpos228529 { background-position: 100px center , center , right 15px bottom } bgpos228530 { background-position: 100px top , center , right 15px bottom } bgpos228531 { background-position: 50% , center , right 15px bottom } bgpos228532 { background-position: 50% 10% , center , right 15px bottom } bgpos228533 { background-position: 50% 100px , center , right 15px bottom } bgpos228534 { background-position: 50% bottom , center , right 15px bottom } bgpos228535 { background-position: 50% center , center , right 15px bottom } bgpos228536 { background-position: 50% top , center , right 15px bottom } bgpos228537 { background-position: bottom, center , right 15px bottom } bgpos228538 { background-position: center , center , right 15px bottom } bgpos228539 { background-position: center bottom , center , right 15px bottom } bgpos228540 { background-position: center bottom 15% , center , right 15px bottom } bgpos228541 { background-position: center bottom 15px , center , right 15px bottom } bgpos228542 { background-position: center top , center , right 15px bottom } bgpos228543 { background-position: center top 15% , center , right 15px bottom } bgpos228544 { background-position: center top 15px , center , right 15px bottom } bgpos228545 { background-position: center 10% , center , right 15px bottom } bgpos228546 { background-position: center 100px , center , right 15px bottom } bgpos228547 { background-position: center bottom , center , right 15px bottom } bgpos228548 { background-position: center center , center , right 15px bottom } bgpos228549 { background-position: center top , center , right 15px bottom } bgpos228550 { background-position: left , center , right 15px bottom } bgpos228551 { background-position: left 10% , center , right 15px bottom } bgpos228552 { background-position: left 100px , center , right 15px bottom } bgpos228553 { background-position: left bottom , center , right 15px bottom } bgpos228554 { background-position: left center , center , right 15px bottom } bgpos228555 { background-position: left top , center , right 15px bottom } bgpos228556 { background-position: right , center , right 15px bottom } bgpos228557 { background-position: right 10% , center , right 15px bottom } bgpos228558 { background-position: right 100px , center , right 15px bottom } bgpos228559 { background-position: right bottom , center , right 15px bottom } bgpos228560 { background-position: right center , center , right 15px bottom } bgpos228561 { background-position: right top , center , right 15px bottom } bgpos228562 { background-position: top , center , right 15px bottom } bgpos228563 { background-position: left bottom , center bottom , right 15px bottom } bgpos228564 { background-position: left bottom 15% , center bottom , right 15px bottom } bgpos228565 { background-position: left bottom 15px , center bottom , right 15px bottom } bgpos228566 { background-position: left top , center bottom , right 15px bottom } bgpos228567 { background-position: left top 15% , center bottom , right 15px bottom } bgpos228568 { background-position: left top 15px , center bottom , right 15px bottom } bgpos228569 { background-position: left 15% bottom , center bottom , right 15px bottom } bgpos228570 { background-position: left 15% bottom 15% , center bottom , right 15px bottom } bgpos228571 { background-position: left 15% bottom 15px , center bottom , right 15px bottom } bgpos228572 { background-position: left 15% top , center bottom , right 15px bottom } bgpos228573 { background-position: left 15% top 15% , center bottom , right 15px bottom } bgpos228574 { background-position: left 15% top 15px , center bottom , right 15px bottom } bgpos228575 { background-position: left 15% center , center bottom , right 15px bottom } bgpos228576 { background-position: left 15px bottom , center bottom , right 15px bottom } bgpos228577 { background-position: left 15px bottom 15% , center bottom , right 15px bottom } bgpos228578 { background-position: left 15px bottom 15px , center bottom , right 15px bottom } bgpos228579 { background-position: left 15px top , center bottom , right 15px bottom } bgpos228580 { background-position: left 15px top 15% , center bottom , right 15px bottom } bgpos228581 { background-position: left 15px top 15px , center bottom , right 15px bottom } bgpos228582 { background-position: left 15px center , center bottom , right 15px bottom } bgpos228583 { background-position: left center , center bottom , right 15px bottom } bgpos228584 { background-position: right bottom , center bottom , right 15px bottom } bgpos228585 { background-position: right bottom 15% , center bottom , right 15px bottom } bgpos228586 { background-position: right bottom 15px , center bottom , right 15px bottom } bgpos228587 { background-position: right top , center bottom , right 15px bottom } bgpos228588 { background-position: right top 15% , center bottom , right 15px bottom } bgpos228589 { background-position: right top 15px , center bottom , right 15px bottom } bgpos228590 { background-position: right 15% bottom , center bottom , right 15px bottom } bgpos228591 { background-position: right 15% bottom 15% , center bottom , right 15px bottom } bgpos228592 { background-position: right 15% bottom 15px , center bottom , right 15px bottom } bgpos228593 { background-position: right 15% top , center bottom , right 15px bottom } bgpos228594 { background-position: right 15% top 15% , center bottom , right 15px bottom } bgpos228595 { background-position: right 15% top 15px , center bottom , right 15px bottom } bgpos228596 { background-position: right 15% center , center bottom , right 15px bottom } bgpos228597 { background-position: right 15px bottom , center bottom , right 15px bottom } bgpos228598 { background-position: right 15px bottom 15% , center bottom , right 15px bottom } bgpos228599 { background-position: right 15px bottom 15px , center bottom , right 15px bottom } bgpos228600 { background-position: right 15px top , center bottom , right 15px bottom } bgpos228601 { background-position: right 15px top 15% , center bottom , right 15px bottom } bgpos228602 { background-position: right 15px top 15px , center bottom , right 15px bottom } bgpos228603 { background-position: right 15px center , center bottom , right 15px bottom } bgpos228604 { background-position: right center , center bottom , right 15px bottom } bgpos228605 { background-position: 100px , center bottom , right 15px bottom } bgpos228606 { background-position: 100px 10% , center bottom , right 15px bottom } bgpos228607 { background-position: 100px 100px , center bottom , right 15px bottom } bgpos228608 { background-position: 100px bottom , center bottom , right 15px bottom } bgpos228609 { background-position: 100px center , center bottom , right 15px bottom } bgpos228610 { background-position: 100px top , center bottom , right 15px bottom } bgpos228611 { background-position: 50% , center bottom , right 15px bottom } bgpos228612 { background-position: 50% 10% , center bottom , right 15px bottom } bgpos228613 { background-position: 50% 100px , center bottom , right 15px bottom } bgpos228614 { background-position: 50% bottom , center bottom , right 15px bottom } bgpos228615 { background-position: 50% center , center bottom , right 15px bottom } bgpos228616 { background-position: 50% top , center bottom , right 15px bottom } bgpos228617 { background-position: bottom, center bottom , right 15px bottom } bgpos228618 { background-position: center , center bottom , right 15px bottom } bgpos228619 { background-position: center bottom , center bottom , right 15px bottom } bgpos228620 { background-position: center bottom 15% , center bottom , right 15px bottom } bgpos228621 { background-position: center bottom 15px , center bottom , right 15px bottom } bgpos228622 { background-position: center top , center bottom , right 15px bottom } bgpos228623 { background-position: center top 15% , center bottom , right 15px bottom } bgpos228624 { background-position: center top 15px , center bottom , right 15px bottom } bgpos228625 { background-position: center 10% , center bottom , right 15px bottom } bgpos228626 { background-position: center 100px , center bottom , right 15px bottom } bgpos228627 { background-position: center bottom , center bottom , right 15px bottom } bgpos228628 { background-position: center center , center bottom , right 15px bottom } bgpos228629 { background-position: center top , center bottom , right 15px bottom } bgpos228630 { background-position: left , center bottom , right 15px bottom } bgpos228631 { background-position: left 10% , center bottom , right 15px bottom } bgpos228632 { background-position: left 100px , center bottom , right 15px bottom } bgpos228633 { background-position: left bottom , center bottom , right 15px bottom } bgpos228634 { background-position: left center , center bottom , right 15px bottom } bgpos228635 { background-position: left top , center bottom , right 15px bottom } bgpos228636 { background-position: right , center bottom , right 15px bottom } bgpos228637 { background-position: right 10% , center bottom , right 15px bottom } bgpos228638 { background-position: right 100px , center bottom , right 15px bottom } bgpos228639 { background-position: right bottom , center bottom , right 15px bottom } bgpos228640 { background-position: right center , center bottom , right 15px bottom } bgpos228641 { background-position: right top , center bottom , right 15px bottom } bgpos228642 { background-position: top , center bottom , right 15px bottom } bgpos228643 { background-position: left bottom , center bottom 15% , right 15px bottom } bgpos228644 { background-position: left bottom 15% , center bottom 15% , right 15px bottom } bgpos228645 { background-position: left bottom 15px , center bottom 15% , right 15px bottom } bgpos228646 { background-position: left top , center bottom 15% , right 15px bottom } bgpos228647 { background-position: left top 15% , center bottom 15% , right 15px bottom } bgpos228648 { background-position: left top 15px , center bottom 15% , right 15px bottom } bgpos228649 { background-position: left 15% bottom , center bottom 15% , right 15px bottom } bgpos228650 { background-position: left 15% bottom 15% , center bottom 15% , right 15px bottom } bgpos228651 { background-position: left 15% bottom 15px , center bottom 15% , right 15px bottom } bgpos228652 { background-position: left 15% top , center bottom 15% , right 15px bottom } bgpos228653 { background-position: left 15% top 15% , center bottom 15% , right 15px bottom } bgpos228654 { background-position: left 15% top 15px , center bottom 15% , right 15px bottom } bgpos228655 { background-position: left 15% center , center bottom 15% , right 15px bottom } bgpos228656 { background-position: left 15px bottom , center bottom 15% , right 15px bottom } bgpos228657 { background-position: left 15px bottom 15% , center bottom 15% , right 15px bottom } bgpos228658 { background-position: left 15px bottom 15px , center bottom 15% , right 15px bottom } bgpos228659 { background-position: left 15px top , center bottom 15% , right 15px bottom } bgpos228660 { background-position: left 15px top 15% , center bottom 15% , right 15px bottom } bgpos228661 { background-position: left 15px top 15px , center bottom 15% , right 15px bottom } bgpos228662 { background-position: left 15px center , center bottom 15% , right 15px bottom } bgpos228663 { background-position: left center , center bottom 15% , right 15px bottom } bgpos228664 { background-position: right bottom , center bottom 15% , right 15px bottom } bgpos228665 { background-position: right bottom 15% , center bottom 15% , right 15px bottom } bgpos228666 { background-position: right bottom 15px , center bottom 15% , right 15px bottom } bgpos228667 { background-position: right top , center bottom 15% , right 15px bottom } bgpos228668 { background-position: right top 15% , center bottom 15% , right 15px bottom } bgpos228669 { background-position: right top 15px , center bottom 15% , right 15px bottom } bgpos228670 { background-position: right 15% bottom , center bottom 15% , right 15px bottom } bgpos228671 { background-position: right 15% bottom 15% , center bottom 15% , right 15px bottom } bgpos228672 { background-position: right 15% bottom 15px , center bottom 15% , right 15px bottom } bgpos228673 { background-position: right 15% top , center bottom 15% , right 15px bottom } bgpos228674 { background-position: right 15% top 15% , center bottom 15% , right 15px bottom } bgpos228675 { background-position: right 15% top 15px , center bottom 15% , right 15px bottom } bgpos228676 { background-position: right 15% center , center bottom 15% , right 15px bottom } bgpos228677 { background-position: right 15px bottom , center bottom 15% , right 15px bottom } bgpos228678 { background-position: right 15px bottom 15% , center bottom 15% , right 15px bottom } bgpos228679 { background-position: right 15px bottom 15px , center bottom 15% , right 15px bottom } bgpos228680 { background-position: right 15px top , center bottom 15% , right 15px bottom } bgpos228681 { background-position: right 15px top 15% , center bottom 15% , right 15px bottom } bgpos228682 { background-position: right 15px top 15px , center bottom 15% , right 15px bottom } bgpos228683 { background-position: right 15px center , center bottom 15% , right 15px bottom } bgpos228684 { background-position: right center , center bottom 15% , right 15px bottom } bgpos228685 { background-position: 100px , center bottom 15% , right 15px bottom } bgpos228686 { background-position: 100px 10% , center bottom 15% , right 15px bottom } bgpos228687 { background-position: 100px 100px , center bottom 15% , right 15px bottom } bgpos228688 { background-position: 100px bottom , center bottom 15% , right 15px bottom } bgpos228689 { background-position: 100px center , center bottom 15% , right 15px bottom } bgpos228690 { background-position: 100px top , center bottom 15% , right 15px bottom } bgpos228691 { background-position: 50% , center bottom 15% , right 15px bottom } bgpos228692 { background-position: 50% 10% , center bottom 15% , right 15px bottom } bgpos228693 { background-position: 50% 100px , center bottom 15% , right 15px bottom } bgpos228694 { background-position: 50% bottom , center bottom 15% , right 15px bottom } bgpos228695 { background-position: 50% center , center bottom 15% , right 15px bottom } bgpos228696 { background-position: 50% top , center bottom 15% , right 15px bottom } bgpos228697 { background-position: bottom, center bottom 15% , right 15px bottom } bgpos228698 { background-position: center , center bottom 15% , right 15px bottom } bgpos228699 { background-position: center bottom , center bottom 15% , right 15px bottom } bgpos228700 { background-position: center bottom 15% , center bottom 15% , right 15px bottom } bgpos228701 { background-position: center bottom 15px , center bottom 15% , right 15px bottom } bgpos228702 { background-position: center top , center bottom 15% , right 15px bottom } bgpos228703 { background-position: center top 15% , center bottom 15% , right 15px bottom } bgpos228704 { background-position: center top 15px , center bottom 15% , right 15px bottom } bgpos228705 { background-position: center 10% , center bottom 15% , right 15px bottom } bgpos228706 { background-position: center 100px , center bottom 15% , right 15px bottom } bgpos228707 { background-position: center bottom , center bottom 15% , right 15px bottom } bgpos228708 { background-position: center center , center bottom 15% , right 15px bottom } bgpos228709 { background-position: center top , center bottom 15% , right 15px bottom } bgpos228710 { background-position: left , center bottom 15% , right 15px bottom } bgpos228711 { background-position: left 10% , center bottom 15% , right 15px bottom } bgpos228712 { background-position: left 100px , center bottom 15% , right 15px bottom } bgpos228713 { background-position: left bottom , center bottom 15% , right 15px bottom } bgpos228714 { background-position: left center , center bottom 15% , right 15px bottom } bgpos228715 { background-position: left top , center bottom 15% , right 15px bottom } bgpos228716 { background-position: right , center bottom 15% , right 15px bottom } bgpos228717 { background-position: right 10% , center bottom 15% , right 15px bottom } bgpos228718 { background-position: right 100px , center bottom 15% , right 15px bottom } bgpos228719 { background-position: right bottom , center bottom 15% , right 15px bottom } bgpos228720 { background-position: right center , center bottom 15% , right 15px bottom } bgpos228721 { background-position: right top , center bottom 15% , right 15px bottom } bgpos228722 { background-position: top , center bottom 15% , right 15px bottom } bgpos228723 { background-position: left bottom , center bottom 15px , right 15px bottom } bgpos228724 { background-position: left bottom 15% , center bottom 15px , right 15px bottom } bgpos228725 { background-position: left bottom 15px , center bottom 15px , right 15px bottom } bgpos228726 { background-position: left top , center bottom 15px , right 15px bottom } bgpos228727 { background-position: left top 15% , center bottom 15px , right 15px bottom } bgpos228728 { background-position: left top 15px , center bottom 15px , right 15px bottom } bgpos228729 { background-position: left 15% bottom , center bottom 15px , right 15px bottom } bgpos228730 { background-position: left 15% bottom 15% , center bottom 15px , right 15px bottom } bgpos228731 { background-position: left 15% bottom 15px , center bottom 15px , right 15px bottom } bgpos228732 { background-position: left 15% top , center bottom 15px , right 15px bottom } bgpos228733 { background-position: left 15% top 15% , center bottom 15px , right 15px bottom } bgpos228734 { background-position: left 15% top 15px , center bottom 15px , right 15px bottom } bgpos228735 { background-position: left 15% center , center bottom 15px , right 15px bottom } bgpos228736 { background-position: left 15px bottom , center bottom 15px , right 15px bottom } bgpos228737 { background-position: left 15px bottom 15% , center bottom 15px , right 15px bottom } bgpos228738 { background-position: left 15px bottom 15px , center bottom 15px , right 15px bottom } bgpos228739 { background-position: left 15px top , center bottom 15px , right 15px bottom } bgpos228740 { background-position: left 15px top 15% , center bottom 15px , right 15px bottom } bgpos228741 { background-position: left 15px top 15px , center bottom 15px , right 15px bottom } bgpos228742 { background-position: left 15px center , center bottom 15px , right 15px bottom } bgpos228743 { background-position: left center , center bottom 15px , right 15px bottom } bgpos228744 { background-position: right bottom , center bottom 15px , right 15px bottom } bgpos228745 { background-position: right bottom 15% , center bottom 15px , right 15px bottom } bgpos228746 { background-position: right bottom 15px , center bottom 15px , right 15px bottom } bgpos228747 { background-position: right top , center bottom 15px , right 15px bottom } bgpos228748 { background-position: right top 15% , center bottom 15px , right 15px bottom } bgpos228749 { background-position: right top 15px , center bottom 15px , right 15px bottom } bgpos228750 { background-position: right 15% bottom , center bottom 15px , right 15px bottom } bgpos228751 { background-position: right 15% bottom 15% , center bottom 15px , right 15px bottom } bgpos228752 { background-position: right 15% bottom 15px , center bottom 15px , right 15px bottom } bgpos228753 { background-position: right 15% top , center bottom 15px , right 15px bottom } bgpos228754 { background-position: right 15% top 15% , center bottom 15px , right 15px bottom } bgpos228755 { background-position: right 15% top 15px , center bottom 15px , right 15px bottom } bgpos228756 { background-position: right 15% center , center bottom 15px , right 15px bottom } bgpos228757 { background-position: right 15px bottom , center bottom 15px , right 15px bottom } bgpos228758 { background-position: right 15px bottom 15% , center bottom 15px , right 15px bottom } bgpos228759 { background-position: right 15px bottom 15px , center bottom 15px , right 15px bottom } bgpos228760 { background-position: right 15px top , center bottom 15px , right 15px bottom } bgpos228761 { background-position: right 15px top 15% , center bottom 15px , right 15px bottom } bgpos228762 { background-position: right 15px top 15px , center bottom 15px , right 15px bottom } bgpos228763 { background-position: right 15px center , center bottom 15px , right 15px bottom } bgpos228764 { background-position: right center , center bottom 15px , right 15px bottom } bgpos228765 { background-position: 100px , center bottom 15px , right 15px bottom } bgpos228766 { background-position: 100px 10% , center bottom 15px , right 15px bottom } bgpos228767 { background-position: 100px 100px , center bottom 15px , right 15px bottom } bgpos228768 { background-position: 100px bottom , center bottom 15px , right 15px bottom } bgpos228769 { background-position: 100px center , center bottom 15px , right 15px bottom } bgpos228770 { background-position: 100px top , center bottom 15px , right 15px bottom } bgpos228771 { background-position: 50% , center bottom 15px , right 15px bottom } bgpos228772 { background-position: 50% 10% , center bottom 15px , right 15px bottom } bgpos228773 { background-position: 50% 100px , center bottom 15px , right 15px bottom } bgpos228774 { background-position: 50% bottom , center bottom 15px , right 15px bottom } bgpos228775 { background-position: 50% center , center bottom 15px , right 15px bottom } bgpos228776 { background-position: 50% top , center bottom 15px , right 15px bottom } bgpos228777 { background-position: bottom, center bottom 15px , right 15px bottom } bgpos228778 { background-position: center , center bottom 15px , right 15px bottom } bgpos228779 { background-position: center bottom , center bottom 15px , right 15px bottom } bgpos228780 { background-position: center bottom 15% , center bottom 15px , right 15px bottom } bgpos228781 { background-position: center bottom 15px , center bottom 15px , right 15px bottom } bgpos228782 { background-position: center top , center bottom 15px , right 15px bottom } bgpos228783 { background-position: center top 15% , center bottom 15px , right 15px bottom } bgpos228784 { background-position: center top 15px , center bottom 15px , right 15px bottom } bgpos228785 { background-position: center 10% , center bottom 15px , right 15px bottom } bgpos228786 { background-position: center 100px , center bottom 15px , right 15px bottom } bgpos228787 { background-position: center bottom , center bottom 15px , right 15px bottom } bgpos228788 { background-position: center center , center bottom 15px , right 15px bottom } bgpos228789 { background-position: center top , center bottom 15px , right 15px bottom } bgpos228790 { background-position: left , center bottom 15px , right 15px bottom } bgpos228791 { background-position: left 10% , center bottom 15px , right 15px bottom } bgpos228792 { background-position: left 100px , center bottom 15px , right 15px bottom } bgpos228793 { background-position: left bottom , center bottom 15px , right 15px bottom } bgpos228794 { background-position: left center , center bottom 15px , right 15px bottom } bgpos228795 { background-position: left top , center bottom 15px , right 15px bottom } bgpos228796 { background-position: right , center bottom 15px , right 15px bottom } bgpos228797 { background-position: right 10% , center bottom 15px , right 15px bottom } bgpos228798 { background-position: right 100px , center bottom 15px , right 15px bottom } bgpos228799 { background-position: right bottom , center bottom 15px , right 15px bottom } bgpos228800 { background-position: right center , center bottom 15px , right 15px bottom } bgpos228801 { background-position: right top , center bottom 15px , right 15px bottom } bgpos228802 { background-position: top , center bottom 15px , right 15px bottom } bgpos228803 { background-position: left bottom , center top , right 15px bottom } bgpos228804 { background-position: left bottom 15% , center top , right 15px bottom } bgpos228805 { background-position: left bottom 15px , center top , right 15px bottom } bgpos228806 { background-position: left top , center top , right 15px bottom } bgpos228807 { background-position: left top 15% , center top , right 15px bottom } bgpos228808 { background-position: left top 15px , center top , right 15px bottom } bgpos228809 { background-position: left 15% bottom , center top , right 15px bottom } bgpos228810 { background-position: left 15% bottom 15% , center top , right 15px bottom } bgpos228811 { background-position: left 15% bottom 15px , center top , right 15px bottom } bgpos228812 { background-position: left 15% top , center top , right 15px bottom } bgpos228813 { background-position: left 15% top 15% , center top , right 15px bottom } bgpos228814 { background-position: left 15% top 15px , center top , right 15px bottom } bgpos228815 { background-position: left 15% center , center top , right 15px bottom } bgpos228816 { background-position: left 15px bottom , center top , right 15px bottom } bgpos228817 { background-position: left 15px bottom 15% , center top , right 15px bottom } bgpos228818 { background-position: left 15px bottom 15px , center top , right 15px bottom } bgpos228819 { background-position: left 15px top , center top , right 15px bottom } bgpos228820 { background-position: left 15px top 15% , center top , right 15px bottom } bgpos228821 { background-position: left 15px top 15px , center top , right 15px bottom } bgpos228822 { background-position: left 15px center , center top , right 15px bottom } bgpos228823 { background-position: left center , center top , right 15px bottom } bgpos228824 { background-position: right bottom , center top , right 15px bottom } bgpos228825 { background-position: right bottom 15% , center top , right 15px bottom } bgpos228826 { background-position: right bottom 15px , center top , right 15px bottom } bgpos228827 { background-position: right top , center top , right 15px bottom } bgpos228828 { background-position: right top 15% , center top , right 15px bottom } bgpos228829 { background-position: right top 15px , center top , right 15px bottom } bgpos228830 { background-position: right 15% bottom , center top , right 15px bottom } bgpos228831 { background-position: right 15% bottom 15% , center top , right 15px bottom } bgpos228832 { background-position: right 15% bottom 15px , center top , right 15px bottom } bgpos228833 { background-position: right 15% top , center top , right 15px bottom } bgpos228834 { background-position: right 15% top 15% , center top , right 15px bottom } bgpos228835 { background-position: right 15% top 15px , center top , right 15px bottom } bgpos228836 { background-position: right 15% center , center top , right 15px bottom } bgpos228837 { background-position: right 15px bottom , center top , right 15px bottom } bgpos228838 { background-position: right 15px bottom 15% , center top , right 15px bottom } bgpos228839 { background-position: right 15px bottom 15px , center top , right 15px bottom } bgpos228840 { background-position: right 15px top , center top , right 15px bottom } bgpos228841 { background-position: right 15px top 15% , center top , right 15px bottom } bgpos228842 { background-position: right 15px top 15px , center top , right 15px bottom } bgpos228843 { background-position: right 15px center , center top , right 15px bottom } bgpos228844 { background-position: right center , center top , right 15px bottom } bgpos228845 { background-position: 100px , center top , right 15px bottom } bgpos228846 { background-position: 100px 10% , center top , right 15px bottom } bgpos228847 { background-position: 100px 100px , center top , right 15px bottom } bgpos228848 { background-position: 100px bottom , center top , right 15px bottom } bgpos228849 { background-position: 100px center , center top , right 15px bottom } bgpos228850 { background-position: 100px top , center top , right 15px bottom } bgpos228851 { background-position: 50% , center top , right 15px bottom } bgpos228852 { background-position: 50% 10% , center top , right 15px bottom } bgpos228853 { background-position: 50% 100px , center top , right 15px bottom } bgpos228854 { background-position: 50% bottom , center top , right 15px bottom } bgpos228855 { background-position: 50% center , center top , right 15px bottom } bgpos228856 { background-position: 50% top , center top , right 15px bottom } bgpos228857 { background-position: bottom, center top , right 15px bottom } bgpos228858 { background-position: center , center top , right 15px bottom } bgpos228859 { background-position: center bottom , center top , right 15px bottom } bgpos228860 { background-position: center bottom 15% , center top , right 15px bottom } bgpos228861 { background-position: center bottom 15px , center top , right 15px bottom } bgpos228862 { background-position: center top , center top , right 15px bottom } bgpos228863 { background-position: center top 15% , center top , right 15px bottom } bgpos228864 { background-position: center top 15px , center top , right 15px bottom } bgpos228865 { background-position: center 10% , center top , right 15px bottom } bgpos228866 { background-position: center 100px , center top , right 15px bottom } bgpos228867 { background-position: center bottom , center top , right 15px bottom } bgpos228868 { background-position: center center , center top , right 15px bottom } bgpos228869 { background-position: center top , center top , right 15px bottom } bgpos228870 { background-position: left , center top , right 15px bottom } bgpos228871 { background-position: left 10% , center top , right 15px bottom } bgpos228872 { background-position: left 100px , center top , right 15px bottom } bgpos228873 { background-position: left bottom , center top , right 15px bottom } bgpos228874 { background-position: left center , center top , right 15px bottom } bgpos228875 { background-position: left top , center top , right 15px bottom } bgpos228876 { background-position: right , center top , right 15px bottom } bgpos228877 { background-position: right 10% , center top , right 15px bottom } bgpos228878 { background-position: right 100px , center top , right 15px bottom } bgpos228879 { background-position: right bottom , center top , right 15px bottom } bgpos228880 { background-position: right center , center top , right 15px bottom } bgpos228881 { background-position: right top , center top , right 15px bottom } bgpos228882 { background-position: top , center top , right 15px bottom } bgpos228883 { background-position: left bottom , center top 15% , right 15px bottom } bgpos228884 { background-position: left bottom 15% , center top 15% , right 15px bottom } bgpos228885 { background-position: left bottom 15px , center top 15% , right 15px bottom } bgpos228886 { background-position: left top , center top 15% , right 15px bottom } bgpos228887 { background-position: left top 15% , center top 15% , right 15px bottom } bgpos228888 { background-position: left top 15px , center top 15% , right 15px bottom } bgpos228889 { background-position: left 15% bottom , center top 15% , right 15px bottom } bgpos228890 { background-position: left 15% bottom 15% , center top 15% , right 15px bottom } bgpos228891 { background-position: left 15% bottom 15px , center top 15% , right 15px bottom } bgpos228892 { background-position: left 15% top , center top 15% , right 15px bottom } bgpos228893 { background-position: left 15% top 15% , center top 15% , right 15px bottom } bgpos228894 { background-position: left 15% top 15px , center top 15% , right 15px bottom } bgpos228895 { background-position: left 15% center , center top 15% , right 15px bottom } bgpos228896 { background-position: left 15px bottom , center top 15% , right 15px bottom } bgpos228897 { background-position: left 15px bottom 15% , center top 15% , right 15px bottom } bgpos228898 { background-position: left 15px bottom 15px , center top 15% , right 15px bottom } bgpos228899 { background-position: left 15px top , center top 15% , right 15px bottom } bgpos228900 { background-position: left 15px top 15% , center top 15% , right 15px bottom } bgpos228901 { background-position: left 15px top 15px , center top 15% , right 15px bottom } bgpos228902 { background-position: left 15px center , center top 15% , right 15px bottom } bgpos228903 { background-position: left center , center top 15% , right 15px bottom } bgpos228904 { background-position: right bottom , center top 15% , right 15px bottom } bgpos228905 { background-position: right bottom 15% , center top 15% , right 15px bottom } bgpos228906 { background-position: right bottom 15px , center top 15% , right 15px bottom } bgpos228907 { background-position: right top , center top 15% , right 15px bottom } bgpos228908 { background-position: right top 15% , center top 15% , right 15px bottom } bgpos228909 { background-position: right top 15px , center top 15% , right 15px bottom } bgpos228910 { background-position: right 15% bottom , center top 15% , right 15px bottom } bgpos228911 { background-position: right 15% bottom 15% , center top 15% , right 15px bottom } bgpos228912 { background-position: right 15% bottom 15px , center top 15% , right 15px bottom } bgpos228913 { background-position: right 15% top , center top 15% , right 15px bottom } bgpos228914 { background-position: right 15% top 15% , center top 15% , right 15px bottom } bgpos228915 { background-position: right 15% top 15px , center top 15% , right 15px bottom } bgpos228916 { background-position: right 15% center , center top 15% , right 15px bottom } bgpos228917 { background-position: right 15px bottom , center top 15% , right 15px bottom } bgpos228918 { background-position: right 15px bottom 15% , center top 15% , right 15px bottom } bgpos228919 { background-position: right 15px bottom 15px , center top 15% , right 15px bottom } bgpos228920 { background-position: right 15px top , center top 15% , right 15px bottom } bgpos228921 { background-position: right 15px top 15% , center top 15% , right 15px bottom } bgpos228922 { background-position: right 15px top 15px , center top 15% , right 15px bottom } bgpos228923 { background-position: right 15px center , center top 15% , right 15px bottom } bgpos228924 { background-position: right center , center top 15% , right 15px bottom } bgpos228925 { background-position: 100px , center top 15% , right 15px bottom } bgpos228926 { background-position: 100px 10% , center top 15% , right 15px bottom } bgpos228927 { background-position: 100px 100px , center top 15% , right 15px bottom } bgpos228928 { background-position: 100px bottom , center top 15% , right 15px bottom } bgpos228929 { background-position: 100px center , center top 15% , right 15px bottom } bgpos228930 { background-position: 100px top , center top 15% , right 15px bottom } bgpos228931 { background-position: 50% , center top 15% , right 15px bottom } bgpos228932 { background-position: 50% 10% , center top 15% , right 15px bottom } bgpos228933 { background-position: 50% 100px , center top 15% , right 15px bottom } bgpos228934 { background-position: 50% bottom , center top 15% , right 15px bottom } bgpos228935 { background-position: 50% center , center top 15% , right 15px bottom } bgpos228936 { background-position: 50% top , center top 15% , right 15px bottom } bgpos228937 { background-position: bottom, center top 15% , right 15px bottom } bgpos228938 { background-position: center , center top 15% , right 15px bottom } bgpos228939 { background-position: center bottom , center top 15% , right 15px bottom } bgpos228940 { background-position: center bottom 15% , center top 15% , right 15px bottom } bgpos228941 { background-position: center bottom 15px , center top 15% , right 15px bottom } bgpos228942 { background-position: center top , center top 15% , right 15px bottom } bgpos228943 { background-position: center top 15% , center top 15% , right 15px bottom } bgpos228944 { background-position: center top 15px , center top 15% , right 15px bottom } bgpos228945 { background-position: center 10% , center top 15% , right 15px bottom } bgpos228946 { background-position: center 100px , center top 15% , right 15px bottom } bgpos228947 { background-position: center bottom , center top 15% , right 15px bottom } bgpos228948 { background-position: center center , center top 15% , right 15px bottom } bgpos228949 { background-position: center top , center top 15% , right 15px bottom } bgpos228950 { background-position: left , center top 15% , right 15px bottom } bgpos228951 { background-position: left 10% , center top 15% , right 15px bottom } bgpos228952 { background-position: left 100px , center top 15% , right 15px bottom } bgpos228953 { background-position: left bottom , center top 15% , right 15px bottom } bgpos228954 { background-position: left center , center top 15% , right 15px bottom } bgpos228955 { background-position: left top , center top 15% , right 15px bottom } bgpos228956 { background-position: right , center top 15% , right 15px bottom } bgpos228957 { background-position: right 10% , center top 15% , right 15px bottom } bgpos228958 { background-position: right 100px , center top 15% , right 15px bottom } bgpos228959 { background-position: right bottom , center top 15% , right 15px bottom } bgpos228960 { background-position: right center , center top 15% , right 15px bottom } bgpos228961 { background-position: right top , center top 15% , right 15px bottom } bgpos228962 { background-position: top , center top 15% , right 15px bottom } bgpos228963 { background-position: left bottom , center top 15px , right 15px bottom } bgpos228964 { background-position: left bottom 15% , center top 15px , right 15px bottom } bgpos228965 { background-position: left bottom 15px , center top 15px , right 15px bottom } bgpos228966 { background-position: left top , center top 15px , right 15px bottom } bgpos228967 { background-position: left top 15% , center top 15px , right 15px bottom } bgpos228968 { background-position: left top 15px , center top 15px , right 15px bottom } bgpos228969 { background-position: left 15% bottom , center top 15px , right 15px bottom } bgpos228970 { background-position: left 15% bottom 15% , center top 15px , right 15px bottom } bgpos228971 { background-position: left 15% bottom 15px , center top 15px , right 15px bottom } bgpos228972 { background-position: left 15% top , center top 15px , right 15px bottom } bgpos228973 { background-position: left 15% top 15% , center top 15px , right 15px bottom } bgpos228974 { background-position: left 15% top 15px , center top 15px , right 15px bottom } bgpos228975 { background-position: left 15% center , center top 15px , right 15px bottom } bgpos228976 { background-position: left 15px bottom , center top 15px , right 15px bottom } bgpos228977 { background-position: left 15px bottom 15% , center top 15px , right 15px bottom } bgpos228978 { background-position: left 15px bottom 15px , center top 15px , right 15px bottom } bgpos228979 { background-position: left 15px top , center top 15px , right 15px bottom } bgpos228980 { background-position: left 15px top 15% , center top 15px , right 15px bottom } bgpos228981 { background-position: left 15px top 15px , center top 15px , right 15px bottom } bgpos228982 { background-position: left 15px center , center top 15px , right 15px bottom } bgpos228983 { background-position: left center , center top 15px , right 15px bottom } bgpos228984 { background-position: right bottom , center top 15px , right 15px bottom } bgpos228985 { background-position: right bottom 15% , center top 15px , right 15px bottom } bgpos228986 { background-position: right bottom 15px , center top 15px , right 15px bottom } bgpos228987 { background-position: right top , center top 15px , right 15px bottom } bgpos228988 { background-position: right top 15% , center top 15px , right 15px bottom } bgpos228989 { background-position: right top 15px , center top 15px , right 15px bottom } bgpos228990 { background-position: right 15% bottom , center top 15px , right 15px bottom } bgpos228991 { background-position: right 15% bottom 15% , center top 15px , right 15px bottom } bgpos228992 { background-position: right 15% bottom 15px , center top 15px , right 15px bottom } bgpos228993 { background-position: right 15% top , center top 15px , right 15px bottom } bgpos228994 { background-position: right 15% top 15% , center top 15px , right 15px bottom } bgpos228995 { background-position: right 15% top 15px , center top 15px , right 15px bottom } bgpos228996 { background-position: right 15% center , center top 15px , right 15px bottom } bgpos228997 { background-position: right 15px bottom , center top 15px , right 15px bottom } bgpos228998 { background-position: right 15px bottom 15% , center top 15px , right 15px bottom } bgpos228999 { background-position: right 15px bottom 15px , center top 15px , right 15px bottom } bgpos229000 { background-position: right 15px top , center top 15px , right 15px bottom } bgpos229001 { background-position: right 15px top 15% , center top 15px , right 15px bottom } bgpos229002 { background-position: right 15px top 15px , center top 15px , right 15px bottom } bgpos229003 { background-position: right 15px center , center top 15px , right 15px bottom } bgpos229004 { background-position: right center , center top 15px , right 15px bottom } bgpos229005 { background-position: 100px , center top 15px , right 15px bottom } bgpos229006 { background-position: 100px 10% , center top 15px , right 15px bottom } bgpos229007 { background-position: 100px 100px , center top 15px , right 15px bottom } bgpos229008 { background-position: 100px bottom , center top 15px , right 15px bottom } bgpos229009 { background-position: 100px center , center top 15px , right 15px bottom } bgpos229010 { background-position: 100px top , center top 15px , right 15px bottom } bgpos229011 { background-position: 50% , center top 15px , right 15px bottom } bgpos229012 { background-position: 50% 10% , center top 15px , right 15px bottom } bgpos229013 { background-position: 50% 100px , center top 15px , right 15px bottom } bgpos229014 { background-position: 50% bottom , center top 15px , right 15px bottom } bgpos229015 { background-position: 50% center , center top 15px , right 15px bottom } bgpos229016 { background-position: 50% top , center top 15px , right 15px bottom } bgpos229017 { background-position: bottom, center top 15px , right 15px bottom } bgpos229018 { background-position: center , center top 15px , right 15px bottom } bgpos229019 { background-position: center bottom , center top 15px , right 15px bottom } bgpos229020 { background-position: center bottom 15% , center top 15px , right 15px bottom } bgpos229021 { background-position: center bottom 15px , center top 15px , right 15px bottom } bgpos229022 { background-position: center top , center top 15px , right 15px bottom } bgpos229023 { background-position: center top 15% , center top 15px , right 15px bottom } bgpos229024 { background-position: center top 15px , center top 15px , right 15px bottom } bgpos229025 { background-position: center 10% , center top 15px , right 15px bottom } bgpos229026 { background-position: center 100px , center top 15px , right 15px bottom } bgpos229027 { background-position: center bottom , center top 15px , right 15px bottom } bgpos229028 { background-position: center center , center top 15px , right 15px bottom } bgpos229029 { background-position: center top , center top 15px , right 15px bottom } bgpos229030 { background-position: left , center top 15px , right 15px bottom } bgpos229031 { background-position: left 10% , center top 15px , right 15px bottom } bgpos229032 { background-position: left 100px , center top 15px , right 15px bottom } bgpos229033 { background-position: left bottom , center top 15px , right 15px bottom } bgpos229034 { background-position: left center , center top 15px , right 15px bottom } bgpos229035 { background-position: left top , center top 15px , right 15px bottom } bgpos229036 { background-position: right , center top 15px , right 15px bottom } bgpos229037 { background-position: right 10% , center top 15px , right 15px bottom } bgpos229038 { background-position: right 100px , center top 15px , right 15px bottom } bgpos229039 { background-position: right bottom , center top 15px , right 15px bottom } bgpos229040 { background-position: right center , center top 15px , right 15px bottom } bgpos229041 { background-position: right top , center top 15px , right 15px bottom } bgpos229042 { background-position: top , center top 15px , right 15px bottom } bgpos229043 { background-position: left bottom , center 10% , right 15px bottom } bgpos229044 { background-position: left bottom 15% , center 10% , right 15px bottom } bgpos229045 { background-position: left bottom 15px , center 10% , right 15px bottom } bgpos229046 { background-position: left top , center 10% , right 15px bottom } bgpos229047 { background-position: left top 15% , center 10% , right 15px bottom } bgpos229048 { background-position: left top 15px , center 10% , right 15px bottom } bgpos229049 { background-position: left 15% bottom , center 10% , right 15px bottom } bgpos229050 { background-position: left 15% bottom 15% , center 10% , right 15px bottom } bgpos229051 { background-position: left 15% bottom 15px , center 10% , right 15px bottom } bgpos229052 { background-position: left 15% top , center 10% , right 15px bottom } bgpos229053 { background-position: left 15% top 15% , center 10% , right 15px bottom } bgpos229054 { background-position: left 15% top 15px , center 10% , right 15px bottom } bgpos229055 { background-position: left 15% center , center 10% , right 15px bottom } bgpos229056 { background-position: left 15px bottom , center 10% , right 15px bottom } bgpos229057 { background-position: left 15px bottom 15% , center 10% , right 15px bottom } bgpos229058 { background-position: left 15px bottom 15px , center 10% , right 15px bottom } bgpos229059 { background-position: left 15px top , center 10% , right 15px bottom } bgpos229060 { background-position: left 15px top 15% , center 10% , right 15px bottom } bgpos229061 { background-position: left 15px top 15px , center 10% , right 15px bottom } bgpos229062 { background-position: left 15px center , center 10% , right 15px bottom } bgpos229063 { background-position: left center , center 10% , right 15px bottom } bgpos229064 { background-position: right bottom , center 10% , right 15px bottom } bgpos229065 { background-position: right bottom 15% , center 10% , right 15px bottom } bgpos229066 { background-position: right bottom 15px , center 10% , right 15px bottom } bgpos229067 { background-position: right top , center 10% , right 15px bottom } bgpos229068 { background-position: right top 15% , center 10% , right 15px bottom } bgpos229069 { background-position: right top 15px , center 10% , right 15px bottom } bgpos229070 { background-position: right 15% bottom , center 10% , right 15px bottom } bgpos229071 { background-position: right 15% bottom 15% , center 10% , right 15px bottom } bgpos229072 { background-position: right 15% bottom 15px , center 10% , right 15px bottom } bgpos229073 { background-position: right 15% top , center 10% , right 15px bottom } bgpos229074 { background-position: right 15% top 15% , center 10% , right 15px bottom } bgpos229075 { background-position: right 15% top 15px , center 10% , right 15px bottom } bgpos229076 { background-position: right 15% center , center 10% , right 15px bottom } bgpos229077 { background-position: right 15px bottom , center 10% , right 15px bottom } bgpos229078 { background-position: right 15px bottom 15% , center 10% , right 15px bottom } bgpos229079 { background-position: right 15px bottom 15px , center 10% , right 15px bottom } bgpos229080 { background-position: right 15px top , center 10% , right 15px bottom } bgpos229081 { background-position: right 15px top 15% , center 10% , right 15px bottom } bgpos229082 { background-position: right 15px top 15px , center 10% , right 15px bottom } bgpos229083 { background-position: right 15px center , center 10% , right 15px bottom } bgpos229084 { background-position: right center , center 10% , right 15px bottom } bgpos229085 { background-position: 100px , center 10% , right 15px bottom } bgpos229086 { background-position: 100px 10% , center 10% , right 15px bottom } bgpos229087 { background-position: 100px 100px , center 10% , right 15px bottom } bgpos229088 { background-position: 100px bottom , center 10% , right 15px bottom } bgpos229089 { background-position: 100px center , center 10% , right 15px bottom } bgpos229090 { background-position: 100px top , center 10% , right 15px bottom } bgpos229091 { background-position: 50% , center 10% , right 15px bottom } bgpos229092 { background-position: 50% 10% , center 10% , right 15px bottom } bgpos229093 { background-position: 50% 100px , center 10% , right 15px bottom } bgpos229094 { background-position: 50% bottom , center 10% , right 15px bottom } bgpos229095 { background-position: 50% center , center 10% , right 15px bottom } bgpos229096 { background-position: 50% top , center 10% , right 15px bottom } bgpos229097 { background-position: bottom, center 10% , right 15px bottom } bgpos229098 { background-position: center , center 10% , right 15px bottom } bgpos229099 { background-position: center bottom , center 10% , right 15px bottom } bgpos229100 { background-position: center bottom 15% , center 10% , right 15px bottom } bgpos229101 { background-position: center bottom 15px , center 10% , right 15px bottom } bgpos229102 { background-position: center top , center 10% , right 15px bottom } bgpos229103 { background-position: center top 15% , center 10% , right 15px bottom } bgpos229104 { background-position: center top 15px , center 10% , right 15px bottom } bgpos229105 { background-position: center 10% , center 10% , right 15px bottom } bgpos229106 { background-position: center 100px , center 10% , right 15px bottom } bgpos229107 { background-position: center bottom , center 10% , right 15px bottom } bgpos229108 { background-position: center center , center 10% , right 15px bottom } bgpos229109 { background-position: center top , center 10% , right 15px bottom } bgpos229110 { background-position: left , center 10% , right 15px bottom } bgpos229111 { background-position: left 10% , center 10% , right 15px bottom } bgpos229112 { background-position: left 100px , center 10% , right 15px bottom } bgpos229113 { background-position: left bottom , center 10% , right 15px bottom } bgpos229114 { background-position: left center , center 10% , right 15px bottom } bgpos229115 { background-position: left top , center 10% , right 15px bottom } bgpos229116 { background-position: right , center 10% , right 15px bottom } bgpos229117 { background-position: right 10% , center 10% , right 15px bottom } bgpos229118 { background-position: right 100px , center 10% , right 15px bottom } bgpos229119 { background-position: right bottom , center 10% , right 15px bottom } bgpos229120 { background-position: right center , center 10% , right 15px bottom } bgpos229121 { background-position: right top , center 10% , right 15px bottom } bgpos229122 { background-position: top , center 10% , right 15px bottom } bgpos229123 { background-position: left bottom , center 100px , right 15px bottom } bgpos229124 { background-position: left bottom 15% , center 100px , right 15px bottom } bgpos229125 { background-position: left bottom 15px , center 100px , right 15px bottom } bgpos229126 { background-position: left top , center 100px , right 15px bottom } bgpos229127 { background-position: left top 15% , center 100px , right 15px bottom } bgpos229128 { background-position: left top 15px , center 100px , right 15px bottom } bgpos229129 { background-position: left 15% bottom , center 100px , right 15px bottom } bgpos229130 { background-position: left 15% bottom 15% , center 100px , right 15px bottom } bgpos229131 { background-position: left 15% bottom 15px , center 100px , right 15px bottom } bgpos229132 { background-position: left 15% top , center 100px , right 15px bottom } bgpos229133 { background-position: left 15% top 15% , center 100px , right 15px bottom } bgpos229134 { background-position: left 15% top 15px , center 100px , right 15px bottom } bgpos229135 { background-position: left 15% center , center 100px , right 15px bottom } bgpos229136 { background-position: left 15px bottom , center 100px , right 15px bottom } bgpos229137 { background-position: left 15px bottom 15% , center 100px , right 15px bottom } bgpos229138 { background-position: left 15px bottom 15px , center 100px , right 15px bottom } bgpos229139 { background-position: left 15px top , center 100px , right 15px bottom } bgpos229140 { background-position: left 15px top 15% , center 100px , right 15px bottom } bgpos229141 { background-position: left 15px top 15px , center 100px , right 15px bottom } bgpos229142 { background-position: left 15px center , center 100px , right 15px bottom } bgpos229143 { background-position: left center , center 100px , right 15px bottom } bgpos229144 { background-position: right bottom , center 100px , right 15px bottom } bgpos229145 { background-position: right bottom 15% , center 100px , right 15px bottom } bgpos229146 { background-position: right bottom 15px , center 100px , right 15px bottom } bgpos229147 { background-position: right top , center 100px , right 15px bottom } bgpos229148 { background-position: right top 15% , center 100px , right 15px bottom } bgpos229149 { background-position: right top 15px , center 100px , right 15px bottom } bgpos229150 { background-position: right 15% bottom , center 100px , right 15px bottom } bgpos229151 { background-position: right 15% bottom 15% , center 100px , right 15px bottom } bgpos229152 { background-position: right 15% bottom 15px , center 100px , right 15px bottom } bgpos229153 { background-position: right 15% top , center 100px , right 15px bottom } bgpos229154 { background-position: right 15% top 15% , center 100px , right 15px bottom } bgpos229155 { background-position: right 15% top 15px , center 100px , right 15px bottom } bgpos229156 { background-position: right 15% center , center 100px , right 15px bottom } bgpos229157 { background-position: right 15px bottom , center 100px , right 15px bottom } bgpos229158 { background-position: right 15px bottom 15% , center 100px , right 15px bottom } bgpos229159 { background-position: right 15px bottom 15px , center 100px , right 15px bottom } bgpos229160 { background-position: right 15px top , center 100px , right 15px bottom } bgpos229161 { background-position: right 15px top 15% , center 100px , right 15px bottom } bgpos229162 { background-position: right 15px top 15px , center 100px , right 15px bottom } bgpos229163 { background-position: right 15px center , center 100px , right 15px bottom } bgpos229164 { background-position: right center , center 100px , right 15px bottom } bgpos229165 { background-position: 100px , center 100px , right 15px bottom } bgpos229166 { background-position: 100px 10% , center 100px , right 15px bottom } bgpos229167 { background-position: 100px 100px , center 100px , right 15px bottom } bgpos229168 { background-position: 100px bottom , center 100px , right 15px bottom } bgpos229169 { background-position: 100px center , center 100px , right 15px bottom } bgpos229170 { background-position: 100px top , center 100px , right 15px bottom } bgpos229171 { background-position: 50% , center 100px , right 15px bottom } bgpos229172 { background-position: 50% 10% , center 100px , right 15px bottom } bgpos229173 { background-position: 50% 100px , center 100px , right 15px bottom } bgpos229174 { background-position: 50% bottom , center 100px , right 15px bottom } bgpos229175 { background-position: 50% center , center 100px , right 15px bottom } bgpos229176 { background-position: 50% top , center 100px , right 15px bottom } bgpos229177 { background-position: bottom, center 100px , right 15px bottom } bgpos229178 { background-position: center , center 100px , right 15px bottom } bgpos229179 { background-position: center bottom , center 100px , right 15px bottom } bgpos229180 { background-position: center bottom 15% , center 100px , right 15px bottom } bgpos229181 { background-position: center bottom 15px , center 100px , right 15px bottom } bgpos229182 { background-position: center top , center 100px , right 15px bottom } bgpos229183 { background-position: center top 15% , center 100px , right 15px bottom } bgpos229184 { background-position: center top 15px , center 100px , right 15px bottom } bgpos229185 { background-position: center 10% , center 100px , right 15px bottom } bgpos229186 { background-position: center 100px , center 100px , right 15px bottom } bgpos229187 { background-position: center bottom , center 100px , right 15px bottom } bgpos229188 { background-position: center center , center 100px , right 15px bottom } bgpos229189 { background-position: center top , center 100px , right 15px bottom } bgpos229190 { background-position: left , center 100px , right 15px bottom } bgpos229191 { background-position: left 10% , center 100px , right 15px bottom } bgpos229192 { background-position: left 100px , center 100px , right 15px bottom } bgpos229193 { background-position: left bottom , center 100px , right 15px bottom } bgpos229194 { background-position: left center , center 100px , right 15px bottom } bgpos229195 { background-position: left top , center 100px , right 15px bottom } bgpos229196 { background-position: right , center 100px , right 15px bottom } bgpos229197 { background-position: right 10% , center 100px , right 15px bottom } bgpos229198 { background-position: right 100px , center 100px , right 15px bottom } bgpos229199 { background-position: right bottom , center 100px , right 15px bottom } bgpos229200 { background-position: right center , center 100px , right 15px bottom } bgpos229201 { background-position: right top , center 100px , right 15px bottom } bgpos229202 { background-position: top , center 100px , right 15px bottom } bgpos229203 { background-position: left bottom , center bottom , right 15px bottom } bgpos229204 { background-position: left bottom 15% , center bottom , right 15px bottom } bgpos229205 { background-position: left bottom 15px , center bottom , right 15px bottom } bgpos229206 { background-position: left top , center bottom , right 15px bottom } bgpos229207 { background-position: left top 15% , center bottom , right 15px bottom } bgpos229208 { background-position: left top 15px , center bottom , right 15px bottom } bgpos229209 { background-position: left 15% bottom , center bottom , right 15px bottom } bgpos229210 { background-position: left 15% bottom 15% , center bottom , right 15px bottom } bgpos229211 { background-position: left 15% bottom 15px , center bottom , right 15px bottom } bgpos229212 { background-position: left 15% top , center bottom , right 15px bottom } bgpos229213 { background-position: left 15% top 15% , center bottom , right 15px bottom } bgpos229214 { background-position: left 15% top 15px , center bottom , right 15px bottom } bgpos229215 { background-position: left 15% center , center bottom , right 15px bottom } bgpos229216 { background-position: left 15px bottom , center bottom , right 15px bottom } bgpos229217 { background-position: left 15px bottom 15% , center bottom , right 15px bottom } bgpos229218 { background-position: left 15px bottom 15px , center bottom , right 15px bottom } bgpos229219 { background-position: left 15px top , center bottom , right 15px bottom } bgpos229220 { background-position: left 15px top 15% , center bottom , right 15px bottom } bgpos229221 { background-position: left 15px top 15px , center bottom , right 15px bottom } bgpos229222 { background-position: left 15px center , center bottom , right 15px bottom } bgpos229223 { background-position: left center , center bottom , right 15px bottom } bgpos229224 { background-position: right bottom , center bottom , right 15px bottom } bgpos229225 { background-position: right bottom 15% , center bottom , right 15px bottom } bgpos229226 { background-position: right bottom 15px , center bottom , right 15px bottom } bgpos229227 { background-position: right top , center bottom , right 15px bottom } bgpos229228 { background-position: right top 15% , center bottom , right 15px bottom } bgpos229229 { background-position: right top 15px , center bottom , right 15px bottom } bgpos229230 { background-position: right 15% bottom , center bottom , right 15px bottom } bgpos229231 { background-position: right 15% bottom 15% , center bottom , right 15px bottom } bgpos229232 { background-position: right 15% bottom 15px , center bottom , right 15px bottom } bgpos229233 { background-position: right 15% top , center bottom , right 15px bottom } bgpos229234 { background-position: right 15% top 15% , center bottom , right 15px bottom } bgpos229235 { background-position: right 15% top 15px , center bottom , right 15px bottom } bgpos229236 { background-position: right 15% center , center bottom , right 15px bottom } bgpos229237 { background-position: right 15px bottom , center bottom , right 15px bottom } bgpos229238 { background-position: right 15px bottom 15% , center bottom , right 15px bottom } bgpos229239 { background-position: right 15px bottom 15px , center bottom , right 15px bottom } bgpos229240 { background-position: right 15px top , center bottom , right 15px bottom } bgpos229241 { background-position: right 15px top 15% , center bottom , right 15px bottom } bgpos229242 { background-position: right 15px top 15px , center bottom , right 15px bottom } bgpos229243 { background-position: right 15px center , center bottom , right 15px bottom } bgpos229244 { background-position: right center , center bottom , right 15px bottom } bgpos229245 { background-position: 100px , center bottom , right 15px bottom } bgpos229246 { background-position: 100px 10% , center bottom , right 15px bottom } bgpos229247 { background-position: 100px 100px , center bottom , right 15px bottom } bgpos229248 { background-position: 100px bottom , center bottom , right 15px bottom } bgpos229249 { background-position: 100px center , center bottom , right 15px bottom } bgpos229250 { background-position: 100px top , center bottom , right 15px bottom } bgpos229251 { background-position: 50% , center bottom , right 15px bottom } bgpos229252 { background-position: 50% 10% , center bottom , right 15px bottom } bgpos229253 { background-position: 50% 100px , center bottom , right 15px bottom } bgpos229254 { background-position: 50% bottom , center bottom , right 15px bottom } bgpos229255 { background-position: 50% center , center bottom , right 15px bottom } bgpos229256 { background-position: 50% top , center bottom , right 15px bottom } bgpos229257 { background-position: bottom, center bottom , right 15px bottom } bgpos229258 { background-position: center , center bottom , right 15px bottom } bgpos229259 { background-position: center bottom , center bottom , right 15px bottom } bgpos229260 { background-position: center bottom 15% , center bottom , right 15px bottom } bgpos229261 { background-position: center bottom 15px , center bottom , right 15px bottom } bgpos229262 { background-position: center top , center bottom , right 15px bottom } bgpos229263 { background-position: center top 15% , center bottom , right 15px bottom } bgpos229264 { background-position: center top 15px , center bottom , right 15px bottom } bgpos229265 { background-position: center 10% , center bottom , right 15px bottom } bgpos229266 { background-position: center 100px , center bottom , right 15px bottom } bgpos229267 { background-position: center bottom , center bottom , right 15px bottom } bgpos229268 { background-position: center center , center bottom , right 15px bottom } bgpos229269 { background-position: center top , center bottom , right 15px bottom } bgpos229270 { background-position: left , center bottom , right 15px bottom } bgpos229271 { background-position: left 10% , center bottom , right 15px bottom } bgpos229272 { background-position: left 100px , center bottom , right 15px bottom } bgpos229273 { background-position: left bottom , center bottom , right 15px bottom } bgpos229274 { background-position: left center , center bottom , right 15px bottom } bgpos229275 { background-position: left top , center bottom , right 15px bottom } bgpos229276 { background-position: right , center bottom , right 15px bottom } bgpos229277 { background-position: right 10% , center bottom , right 15px bottom } bgpos229278 { background-position: right 100px , center bottom , right 15px bottom } bgpos229279 { background-position: right bottom , center bottom , right 15px bottom } bgpos229280 { background-position: right center , center bottom , right 15px bottom } bgpos229281 { background-position: right top , center bottom , right 15px bottom } bgpos229282 { background-position: top , center bottom , right 15px bottom } bgpos229283 { background-position: left bottom , center center , right 15px bottom } bgpos229284 { background-position: left bottom 15% , center center , right 15px bottom } bgpos229285 { background-position: left bottom 15px , center center , right 15px bottom } bgpos229286 { background-position: left top , center center , right 15px bottom } bgpos229287 { background-position: left top 15% , center center , right 15px bottom } bgpos229288 { background-position: left top 15px , center center , right 15px bottom } bgpos229289 { background-position: left 15% bottom , center center , right 15px bottom } bgpos229290 { background-position: left 15% bottom 15% , center center , right 15px bottom } bgpos229291 { background-position: left 15% bottom 15px , center center , right 15px bottom } bgpos229292 { background-position: left 15% top , center center , right 15px bottom } bgpos229293 { background-position: left 15% top 15% , center center , right 15px bottom } bgpos229294 { background-position: left 15% top 15px , center center , right 15px bottom } bgpos229295 { background-position: left 15% center , center center , right 15px bottom } bgpos229296 { background-position: left 15px bottom , center center , right 15px bottom } bgpos229297 { background-position: left 15px bottom 15% , center center , right 15px bottom } bgpos229298 { background-position: left 15px bottom 15px , center center , right 15px bottom } bgpos229299 { background-position: left 15px top , center center , right 15px bottom } bgpos229300 { background-position: left 15px top 15% , center center , right 15px bottom } bgpos229301 { background-position: left 15px top 15px , center center , right 15px bottom } bgpos229302 { background-position: left 15px center , center center , right 15px bottom } bgpos229303 { background-position: left center , center center , right 15px bottom } bgpos229304 { background-position: right bottom , center center , right 15px bottom } bgpos229305 { background-position: right bottom 15% , center center , right 15px bottom } bgpos229306 { background-position: right bottom 15px , center center , right 15px bottom } bgpos229307 { background-position: right top , center center , right 15px bottom } bgpos229308 { background-position: right top 15% , center center , right 15px bottom } bgpos229309 { background-position: right top 15px , center center , right 15px bottom } bgpos229310 { background-position: right 15% bottom , center center , right 15px bottom } bgpos229311 { background-position: right 15% bottom 15% , center center , right 15px bottom } bgpos229312 { background-position: right 15% bottom 15px , center center , right 15px bottom } bgpos229313 { background-position: right 15% top , center center , right 15px bottom } bgpos229314 { background-position: right 15% top 15% , center center , right 15px bottom } bgpos229315 { background-position: right 15% top 15px , center center , right 15px bottom } bgpos229316 { background-position: right 15% center , center center , right 15px bottom } bgpos229317 { background-position: right 15px bottom , center center , right 15px bottom } bgpos229318 { background-position: right 15px bottom 15% , center center , right 15px bottom } bgpos229319 { background-position: right 15px bottom 15px , center center , right 15px bottom } bgpos229320 { background-position: right 15px top , center center , right 15px bottom } bgpos229321 { background-position: right 15px top 15% , center center , right 15px bottom } bgpos229322 { background-position: right 15px top 15px , center center , right 15px bottom } bgpos229323 { background-position: right 15px center , center center , right 15px bottom } bgpos229324 { background-position: right center , center center , right 15px bottom } bgpos229325 { background-position: 100px , center center , right 15px bottom } bgpos229326 { background-position: 100px 10% , center center , right 15px bottom } bgpos229327 { background-position: 100px 100px , center center , right 15px bottom } bgpos229328 { background-position: 100px bottom , center center , right 15px bottom } bgpos229329 { background-position: 100px center , center center , right 15px bottom } bgpos229330 { background-position: 100px top , center center , right 15px bottom } bgpos229331 { background-position: 50% , center center , right 15px bottom } bgpos229332 { background-position: 50% 10% , center center , right 15px bottom } bgpos229333 { background-position: 50% 100px , center center , right 15px bottom } bgpos229334 { background-position: 50% bottom , center center , right 15px bottom } bgpos229335 { background-position: 50% center , center center , right 15px bottom } bgpos229336 { background-position: 50% top , center center , right 15px bottom } bgpos229337 { background-position: bottom, center center , right 15px bottom } bgpos229338 { background-position: center , center center , right 15px bottom } bgpos229339 { background-position: center bottom , center center , right 15px bottom } bgpos229340 { background-position: center bottom 15% , center center , right 15px bottom } bgpos229341 { background-position: center bottom 15px , center center , right 15px bottom } bgpos229342 { background-position: center top , center center , right 15px bottom } bgpos229343 { background-position: center top 15% , center center , right 15px bottom } bgpos229344 { background-position: center top 15px , center center , right 15px bottom } bgpos229345 { background-position: center 10% , center center , right 15px bottom } bgpos229346 { background-position: center 100px , center center , right 15px bottom } bgpos229347 { background-position: center bottom , center center , right 15px bottom } bgpos229348 { background-position: center center , center center , right 15px bottom } bgpos229349 { background-position: center top , center center , right 15px bottom } bgpos229350 { background-position: left , center center , right 15px bottom } bgpos229351 { background-position: left 10% , center center , right 15px bottom } bgpos229352 { background-position: left 100px , center center , right 15px bottom } bgpos229353 { background-position: left bottom , center center , right 15px bottom } bgpos229354 { background-position: left center , center center , right 15px bottom } bgpos229355 { background-position: left top , center center , right 15px bottom } bgpos229356 { background-position: right , center center , right 15px bottom } bgpos229357 { background-position: right 10% , center center , right 15px bottom } bgpos229358 { background-position: right 100px , center center , right 15px bottom } bgpos229359 { background-position: right bottom , center center , right 15px bottom } bgpos229360 { background-position: right center , center center , right 15px bottom } bgpos229361 { background-position: right top , center center , right 15px bottom } bgpos229362 { background-position: top , center center , right 15px bottom } bgpos229363 { background-position: left bottom , center top , right 15px bottom } bgpos229364 { background-position: left bottom 15% , center top , right 15px bottom } bgpos229365 { background-position: left bottom 15px , center top , right 15px bottom } bgpos229366 { background-position: left top , center top , right 15px bottom } bgpos229367 { background-position: left top 15% , center top , right 15px bottom } bgpos229368 { background-position: left top 15px , center top , right 15px bottom } bgpos229369 { background-position: left 15% bottom , center top , right 15px bottom } bgpos229370 { background-position: left 15% bottom 15% , center top , right 15px bottom } bgpos229371 { background-position: left 15% bottom 15px , center top , right 15px bottom } bgpos229372 { background-position: left 15% top , center top , right 15px bottom } bgpos229373 { background-position: left 15% top 15% , center top , right 15px bottom } bgpos229374 { background-position: left 15% top 15px , center top , right 15px bottom } bgpos229375 { background-position: left 15% center , center top , right 15px bottom } bgpos229376 { background-position: left 15px bottom , center top , right 15px bottom } bgpos229377 { background-position: left 15px bottom 15% , center top , right 15px bottom } bgpos229378 { background-position: left 15px bottom 15px , center top , right 15px bottom } bgpos229379 { background-position: left 15px top , center top , right 15px bottom } bgpos229380 { background-position: left 15px top 15% , center top , right 15px bottom } bgpos229381 { background-position: left 15px top 15px , center top , right 15px bottom } bgpos229382 { background-position: left 15px center , center top , right 15px bottom } bgpos229383 { background-position: left center , center top , right 15px bottom } bgpos229384 { background-position: right bottom , center top , right 15px bottom } bgpos229385 { background-position: right bottom 15% , center top , right 15px bottom } bgpos229386 { background-position: right bottom 15px , center top , right 15px bottom } bgpos229387 { background-position: right top , center top , right 15px bottom } bgpos229388 { background-position: right top 15% , center top , right 15px bottom } bgpos229389 { background-position: right top 15px , center top , right 15px bottom } bgpos229390 { background-position: right 15% bottom , center top , right 15px bottom } bgpos229391 { background-position: right 15% bottom 15% , center top , right 15px bottom } bgpos229392 { background-position: right 15% bottom 15px , center top , right 15px bottom } bgpos229393 { background-position: right 15% top , center top , right 15px bottom } bgpos229394 { background-position: right 15% top 15% , center top , right 15px bottom } bgpos229395 { background-position: right 15% top 15px , center top , right 15px bottom } bgpos229396 { background-position: right 15% center , center top , right 15px bottom } bgpos229397 { background-position: right 15px bottom , center top , right 15px bottom } bgpos229398 { background-position: right 15px bottom 15% , center top , right 15px bottom } bgpos229399 { background-position: right 15px bottom 15px , center top , right 15px bottom } bgpos229400 { background-position: right 15px top , center top , right 15px bottom } bgpos229401 { background-position: right 15px top 15% , center top , right 15px bottom } bgpos229402 { background-position: right 15px top 15px , center top , right 15px bottom } bgpos229403 { background-position: right 15px center , center top , right 15px bottom } bgpos229404 { background-position: right center , center top , right 15px bottom } bgpos229405 { background-position: 100px , center top , right 15px bottom } bgpos229406 { background-position: 100px 10% , center top , right 15px bottom } bgpos229407 { background-position: 100px 100px , center top , right 15px bottom } bgpos229408 { background-position: 100px bottom , center top , right 15px bottom } bgpos229409 { background-position: 100px center , center top , right 15px bottom } bgpos229410 { background-position: 100px top , center top , right 15px bottom } bgpos229411 { background-position: 50% , center top , right 15px bottom } bgpos229412 { background-position: 50% 10% , center top , right 15px bottom } bgpos229413 { background-position: 50% 100px , center top , right 15px bottom } bgpos229414 { background-position: 50% bottom , center top , right 15px bottom } bgpos229415 { background-position: 50% center , center top , right 15px bottom } bgpos229416 { background-position: 50% top , center top , right 15px bottom } bgpos229417 { background-position: bottom, center top , right 15px bottom } bgpos229418 { background-position: center , center top , right 15px bottom } bgpos229419 { background-position: center bottom , center top , right 15px bottom } bgpos229420 { background-position: center bottom 15% , center top , right 15px bottom } bgpos229421 { background-position: center bottom 15px , center top , right 15px bottom } bgpos229422 { background-position: center top , center top , right 15px bottom } bgpos229423 { background-position: center top 15% , center top , right 15px bottom } bgpos229424 { background-position: center top 15px , center top , right 15px bottom } bgpos229425 { background-position: center 10% , center top , right 15px bottom } bgpos229426 { background-position: center 100px , center top , right 15px bottom } bgpos229427 { background-position: center bottom , center top , right 15px bottom } bgpos229428 { background-position: center center , center top , right 15px bottom } bgpos229429 { background-position: center top , center top , right 15px bottom } bgpos229430 { background-position: left , center top , right 15px bottom } bgpos229431 { background-position: left 10% , center top , right 15px bottom } bgpos229432 { background-position: left 100px , center top , right 15px bottom } bgpos229433 { background-position: left bottom , center top , right 15px bottom } bgpos229434 { background-position: left center , center top , right 15px bottom } bgpos229435 { background-position: left top , center top , right 15px bottom } bgpos229436 { background-position: right , center top , right 15px bottom } bgpos229437 { background-position: right 10% , center top , right 15px bottom } bgpos229438 { background-position: right 100px , center top , right 15px bottom } bgpos229439 { background-position: right bottom , center top , right 15px bottom } bgpos229440 { background-position: right center , center top , right 15px bottom } bgpos229441 { background-position: right top , center top , right 15px bottom } bgpos229442 { background-position: top , center top , right 15px bottom } bgpos229443 { background-position: left bottom , left , right 15px bottom } bgpos229444 { background-position: left bottom 15% , left , right 15px bottom } bgpos229445 { background-position: left bottom 15px , left , right 15px bottom } bgpos229446 { background-position: left top , left , right 15px bottom } bgpos229447 { background-position: left top 15% , left , right 15px bottom } bgpos229448 { background-position: left top 15px , left , right 15px bottom } bgpos229449 { background-position: left 15% bottom , left , right 15px bottom } bgpos229450 { background-position: left 15% bottom 15% , left , right 15px bottom } bgpos229451 { background-position: left 15% bottom 15px , left , right 15px bottom } bgpos229452 { background-position: left 15% top , left , right 15px bottom } bgpos229453 { background-position: left 15% top 15% , left , right 15px bottom } bgpos229454 { background-position: left 15% top 15px , left , right 15px bottom } bgpos229455 { background-position: left 15% center , left , right 15px bottom } bgpos229456 { background-position: left 15px bottom , left , right 15px bottom } bgpos229457 { background-position: left 15px bottom 15% , left , right 15px bottom } bgpos229458 { background-position: left 15px bottom 15px , left , right 15px bottom } bgpos229459 { background-position: left 15px top , left , right 15px bottom } bgpos229460 { background-position: left 15px top 15% , left , right 15px bottom } bgpos229461 { background-position: left 15px top 15px , left , right 15px bottom } bgpos229462 { background-position: left 15px center , left , right 15px bottom } bgpos229463 { background-position: left center , left , right 15px bottom } bgpos229464 { background-position: right bottom , left , right 15px bottom } bgpos229465 { background-position: right bottom 15% , left , right 15px bottom } bgpos229466 { background-position: right bottom 15px , left , right 15px bottom } bgpos229467 { background-position: right top , left , right 15px bottom } bgpos229468 { background-position: right top 15% , left , right 15px bottom } bgpos229469 { background-position: right top 15px , left , right 15px bottom } bgpos229470 { background-position: right 15% bottom , left , right 15px bottom } bgpos229471 { background-position: right 15% bottom 15% , left , right 15px bottom } bgpos229472 { background-position: right 15% bottom 15px , left , right 15px bottom } bgpos229473 { background-position: right 15% top , left , right 15px bottom } bgpos229474 { background-position: right 15% top 15% , left , right 15px bottom } bgpos229475 { background-position: right 15% top 15px , left , right 15px bottom } bgpos229476 { background-position: right 15% center , left , right 15px bottom } bgpos229477 { background-position: right 15px bottom , left , right 15px bottom } bgpos229478 { background-position: right 15px bottom 15% , left , right 15px bottom } bgpos229479 { background-position: right 15px bottom 15px , left , right 15px bottom } bgpos229480 { background-position: right 15px top , left , right 15px bottom } bgpos229481 { background-position: right 15px top 15% , left , right 15px bottom } bgpos229482 { background-position: right 15px top 15px , left , right 15px bottom } bgpos229483 { background-position: right 15px center , left , right 15px bottom } bgpos229484 { background-position: right center , left , right 15px bottom } bgpos229485 { background-position: 100px , left , right 15px bottom } bgpos229486 { background-position: 100px 10% , left , right 15px bottom } bgpos229487 { background-position: 100px 100px , left , right 15px bottom } bgpos229488 { background-position: 100px bottom , left , right 15px bottom } bgpos229489 { background-position: 100px center , left , right 15px bottom } bgpos229490 { background-position: 100px top , left , right 15px bottom } bgpos229491 { background-position: 50% , left , right 15px bottom } bgpos229492 { background-position: 50% 10% , left , right 15px bottom } bgpos229493 { background-position: 50% 100px , left , right 15px bottom } bgpos229494 { background-position: 50% bottom , left , right 15px bottom } bgpos229495 { background-position: 50% center , left , right 15px bottom } bgpos229496 { background-position: 50% top , left , right 15px bottom } bgpos229497 { background-position: bottom, left , right 15px bottom } bgpos229498 { background-position: center , left , right 15px bottom } bgpos229499 { background-position: center bottom , left , right 15px bottom } bgpos229500 { background-position: center bottom 15% , left , right 15px bottom } bgpos229501 { background-position: center bottom 15px , left , right 15px bottom } bgpos229502 { background-position: center top , left , right 15px bottom } bgpos229503 { background-position: center top 15% , left , right 15px bottom } bgpos229504 { background-position: center top 15px , left , right 15px bottom } bgpos229505 { background-position: center 10% , left , right 15px bottom } bgpos229506 { background-position: center 100px , left , right 15px bottom } bgpos229507 { background-position: center bottom , left , right 15px bottom } bgpos229508 { background-position: center center , left , right 15px bottom } bgpos229509 { background-position: center top , left , right 15px bottom } bgpos229510 { background-position: left , left , right 15px bottom } bgpos229511 { background-position: left 10% , left , right 15px bottom } bgpos229512 { background-position: left 100px , left , right 15px bottom } bgpos229513 { background-position: left bottom , left , right 15px bottom } bgpos229514 { background-position: left center , left , right 15px bottom } bgpos229515 { background-position: left top , left , right 15px bottom } bgpos229516 { background-position: right , left , right 15px bottom } bgpos229517 { background-position: right 10% , left , right 15px bottom } bgpos229518 { background-position: right 100px , left , right 15px bottom } bgpos229519 { background-position: right bottom , left , right 15px bottom } bgpos229520 { background-position: right center , left , right 15px bottom } bgpos229521 { background-position: right top , left , right 15px bottom } bgpos229522 { background-position: top , left , right 15px bottom } bgpos229523 { background-position: left bottom , left 10% , right 15px bottom } bgpos229524 { background-position: left bottom 15% , left 10% , right 15px bottom } bgpos229525 { background-position: left bottom 15px , left 10% , right 15px bottom } bgpos229526 { background-position: left top , left 10% , right 15px bottom } bgpos229527 { background-position: left top 15% , left 10% , right 15px bottom } bgpos229528 { background-position: left top 15px , left 10% , right 15px bottom } bgpos229529 { background-position: left 15% bottom , left 10% , right 15px bottom } bgpos229530 { background-position: left 15% bottom 15% , left 10% , right 15px bottom } bgpos229531 { background-position: left 15% bottom 15px , left 10% , right 15px bottom } bgpos229532 { background-position: left 15% top , left 10% , right 15px bottom } bgpos229533 { background-position: left 15% top 15% , left 10% , right 15px bottom } bgpos229534 { background-position: left 15% top 15px , left 10% , right 15px bottom } bgpos229535 { background-position: left 15% center , left 10% , right 15px bottom } bgpos229536 { background-position: left 15px bottom , left 10% , right 15px bottom } bgpos229537 { background-position: left 15px bottom 15% , left 10% , right 15px bottom } bgpos229538 { background-position: left 15px bottom 15px , left 10% , right 15px bottom } bgpos229539 { background-position: left 15px top , left 10% , right 15px bottom } bgpos229540 { background-position: left 15px top 15% , left 10% , right 15px bottom } bgpos229541 { background-position: left 15px top 15px , left 10% , right 15px bottom } bgpos229542 { background-position: left 15px center , left 10% , right 15px bottom } bgpos229543 { background-position: left center , left 10% , right 15px bottom } bgpos229544 { background-position: right bottom , left 10% , right 15px bottom } bgpos229545 { background-position: right bottom 15% , left 10% , right 15px bottom } bgpos229546 { background-position: right bottom 15px , left 10% , right 15px bottom } bgpos229547 { background-position: right top , left 10% , right 15px bottom } bgpos229548 { background-position: right top 15% , left 10% , right 15px bottom } bgpos229549 { background-position: right top 15px , left 10% , right 15px bottom } bgpos229550 { background-position: right 15% bottom , left 10% , right 15px bottom } bgpos229551 { background-position: right 15% bottom 15% , left 10% , right 15px bottom } bgpos229552 { background-position: right 15% bottom 15px , left 10% , right 15px bottom } bgpos229553 { background-position: right 15% top , left 10% , right 15px bottom } bgpos229554 { background-position: right 15% top 15% , left 10% , right 15px bottom } bgpos229555 { background-position: right 15% top 15px , left 10% , right 15px bottom } bgpos229556 { background-position: right 15% center , left 10% , right 15px bottom } bgpos229557 { background-position: right 15px bottom , left 10% , right 15px bottom } bgpos229558 { background-position: right 15px bottom 15% , left 10% , right 15px bottom } bgpos229559 { background-position: right 15px bottom 15px , left 10% , right 15px bottom } bgpos229560 { background-position: right 15px top , left 10% , right 15px bottom } bgpos229561 { background-position: right 15px top 15% , left 10% , right 15px bottom } bgpos229562 { background-position: right 15px top 15px , left 10% , right 15px bottom } bgpos229563 { background-position: right 15px center , left 10% , right 15px bottom } bgpos229564 { background-position: right center , left 10% , right 15px bottom } bgpos229565 { background-position: 100px , left 10% , right 15px bottom } bgpos229566 { background-position: 100px 10% , left 10% , right 15px bottom } bgpos229567 { background-position: 100px 100px , left 10% , right 15px bottom } bgpos229568 { background-position: 100px bottom , left 10% , right 15px bottom } bgpos229569 { background-position: 100px center , left 10% , right 15px bottom } bgpos229570 { background-position: 100px top , left 10% , right 15px bottom } bgpos229571 { background-position: 50% , left 10% , right 15px bottom } bgpos229572 { background-position: 50% 10% , left 10% , right 15px bottom } bgpos229573 { background-position: 50% 100px , left 10% , right 15px bottom } bgpos229574 { background-position: 50% bottom , left 10% , right 15px bottom } bgpos229575 { background-position: 50% center , left 10% , right 15px bottom } bgpos229576 { background-position: 50% top , left 10% , right 15px bottom } bgpos229577 { background-position: bottom, left 10% , right 15px bottom } bgpos229578 { background-position: center , left 10% , right 15px bottom } bgpos229579 { background-position: center bottom , left 10% , right 15px bottom } bgpos229580 { background-position: center bottom 15% , left 10% , right 15px bottom } bgpos229581 { background-position: center bottom 15px , left 10% , right 15px bottom } bgpos229582 { background-position: center top , left 10% , right 15px bottom } bgpos229583 { background-position: center top 15% , left 10% , right 15px bottom } bgpos229584 { background-position: center top 15px , left 10% , right 15px bottom } bgpos229585 { background-position: center 10% , left 10% , right 15px bottom } bgpos229586 { background-position: center 100px , left 10% , right 15px bottom } bgpos229587 { background-position: center bottom , left 10% , right 15px bottom } bgpos229588 { background-position: center center , left 10% , right 15px bottom } bgpos229589 { background-position: center top , left 10% , right 15px bottom } bgpos229590 { background-position: left , left 10% , right 15px bottom } bgpos229591 { background-position: left 10% , left 10% , right 15px bottom } bgpos229592 { background-position: left 100px , left 10% , right 15px bottom } bgpos229593 { background-position: left bottom , left 10% , right 15px bottom } bgpos229594 { background-position: left center , left 10% , right 15px bottom } bgpos229595 { background-position: left top , left 10% , right 15px bottom } bgpos229596 { background-position: right , left 10% , right 15px bottom } bgpos229597 { background-position: right 10% , left 10% , right 15px bottom } bgpos229598 { background-position: right 100px , left 10% , right 15px bottom } bgpos229599 { background-position: right bottom , left 10% , right 15px bottom } bgpos229600 { background-position: right center , left 10% , right 15px bottom } bgpos229601 { background-position: right top , left 10% , right 15px bottom } bgpos229602 { background-position: top , left 10% , right 15px bottom } bgpos229603 { background-position: left bottom , left 100px , right 15px bottom } bgpos229604 { background-position: left bottom 15% , left 100px , right 15px bottom } bgpos229605 { background-position: left bottom 15px , left 100px , right 15px bottom } bgpos229606 { background-position: left top , left 100px , right 15px bottom } bgpos229607 { background-position: left top 15% , left 100px , right 15px bottom } bgpos229608 { background-position: left top 15px , left 100px , right 15px bottom } bgpos229609 { background-position: left 15% bottom , left 100px , right 15px bottom } bgpos229610 { background-position: left 15% bottom 15% , left 100px , right 15px bottom } bgpos229611 { background-position: left 15% bottom 15px , left 100px , right 15px bottom } bgpos229612 { background-position: left 15% top , left 100px , right 15px bottom } bgpos229613 { background-position: left 15% top 15% , left 100px , right 15px bottom } bgpos229614 { background-position: left 15% top 15px , left 100px , right 15px bottom } bgpos229615 { background-position: left 15% center , left 100px , right 15px bottom } bgpos229616 { background-position: left 15px bottom , left 100px , right 15px bottom } bgpos229617 { background-position: left 15px bottom 15% , left 100px , right 15px bottom } bgpos229618 { background-position: left 15px bottom 15px , left 100px , right 15px bottom } bgpos229619 { background-position: left 15px top , left 100px , right 15px bottom } bgpos229620 { background-position: left 15px top 15% , left 100px , right 15px bottom } bgpos229621 { background-position: left 15px top 15px , left 100px , right 15px bottom } bgpos229622 { background-position: left 15px center , left 100px , right 15px bottom } bgpos229623 { background-position: left center , left 100px , right 15px bottom } bgpos229624 { background-position: right bottom , left 100px , right 15px bottom } bgpos229625 { background-position: right bottom 15% , left 100px , right 15px bottom } bgpos229626 { background-position: right bottom 15px , left 100px , right 15px bottom } bgpos229627 { background-position: right top , left 100px , right 15px bottom } bgpos229628 { background-position: right top 15% , left 100px , right 15px bottom } bgpos229629 { background-position: right top 15px , left 100px , right 15px bottom } bgpos229630 { background-position: right 15% bottom , left 100px , right 15px bottom } bgpos229631 { background-position: right 15% bottom 15% , left 100px , right 15px bottom } bgpos229632 { background-position: right 15% bottom 15px , left 100px , right 15px bottom } bgpos229633 { background-position: right 15% top , left 100px , right 15px bottom } bgpos229634 { background-position: right 15% top 15% , left 100px , right 15px bottom } bgpos229635 { background-position: right 15% top 15px , left 100px , right 15px bottom } bgpos229636 { background-position: right 15% center , left 100px , right 15px bottom } bgpos229637 { background-position: right 15px bottom , left 100px , right 15px bottom } bgpos229638 { background-position: right 15px bottom 15% , left 100px , right 15px bottom } bgpos229639 { background-position: right 15px bottom 15px , left 100px , right 15px bottom } bgpos229640 { background-position: right 15px top , left 100px , right 15px bottom } bgpos229641 { background-position: right 15px top 15% , left 100px , right 15px bottom } bgpos229642 { background-position: right 15px top 15px , left 100px , right 15px bottom } bgpos229643 { background-position: right 15px center , left 100px , right 15px bottom } bgpos229644 { background-position: right center , left 100px , right 15px bottom } bgpos229645 { background-position: 100px , left 100px , right 15px bottom } bgpos229646 { background-position: 100px 10% , left 100px , right 15px bottom } bgpos229647 { background-position: 100px 100px , left 100px , right 15px bottom } bgpos229648 { background-position: 100px bottom , left 100px , right 15px bottom } bgpos229649 { background-position: 100px center , left 100px , right 15px bottom } bgpos229650 { background-position: 100px top , left 100px , right 15px bottom } bgpos229651 { background-position: 50% , left 100px , right 15px bottom } bgpos229652 { background-position: 50% 10% , left 100px , right 15px bottom } bgpos229653 { background-position: 50% 100px , left 100px , right 15px bottom } bgpos229654 { background-position: 50% bottom , left 100px , right 15px bottom } bgpos229655 { background-position: 50% center , left 100px , right 15px bottom } bgpos229656 { background-position: 50% top , left 100px , right 15px bottom } bgpos229657 { background-position: bottom, left 100px , right 15px bottom } bgpos229658 { background-position: center , left 100px , right 15px bottom } bgpos229659 { background-position: center bottom , left 100px , right 15px bottom } bgpos229660 { background-position: center bottom 15% , left 100px , right 15px bottom } bgpos229661 { background-position: center bottom 15px , left 100px , right 15px bottom } bgpos229662 { background-position: center top , left 100px , right 15px bottom } bgpos229663 { background-position: center top 15% , left 100px , right 15px bottom } bgpos229664 { background-position: center top 15px , left 100px , right 15px bottom } bgpos229665 { background-position: center 10% , left 100px , right 15px bottom } bgpos229666 { background-position: center 100px , left 100px , right 15px bottom } bgpos229667 { background-position: center bottom , left 100px , right 15px bottom } bgpos229668 { background-position: center center , left 100px , right 15px bottom } bgpos229669 { background-position: center top , left 100px , right 15px bottom } bgpos229670 { background-position: left , left 100px , right 15px bottom } bgpos229671 { background-position: left 10% , left 100px , right 15px bottom } bgpos229672 { background-position: left 100px , left 100px , right 15px bottom } bgpos229673 { background-position: left bottom , left 100px , right 15px bottom } bgpos229674 { background-position: left center , left 100px , right 15px bottom } bgpos229675 { background-position: left top , left 100px , right 15px bottom } bgpos229676 { background-position: right , left 100px , right 15px bottom } bgpos229677 { background-position: right 10% , left 100px , right 15px bottom } bgpos229678 { background-position: right 100px , left 100px , right 15px bottom } bgpos229679 { background-position: right bottom , left 100px , right 15px bottom } bgpos229680 { background-position: right center , left 100px , right 15px bottom } bgpos229681 { background-position: right top , left 100px , right 15px bottom } bgpos229682 { background-position: top , left 100px , right 15px bottom } bgpos229683 { background-position: left bottom , left bottom , right 15px bottom } bgpos229684 { background-position: left bottom 15% , left bottom , right 15px bottom } bgpos229685 { background-position: left bottom 15px , left bottom , right 15px bottom } bgpos229686 { background-position: left top , left bottom , right 15px bottom } bgpos229687 { background-position: left top 15% , left bottom , right 15px bottom } bgpos229688 { background-position: left top 15px , left bottom , right 15px bottom } bgpos229689 { background-position: left 15% bottom , left bottom , right 15px bottom } bgpos229690 { background-position: left 15% bottom 15% , left bottom , right 15px bottom } bgpos229691 { background-position: left 15% bottom 15px , left bottom , right 15px bottom } bgpos229692 { background-position: left 15% top , left bottom , right 15px bottom } bgpos229693 { background-position: left 15% top 15% , left bottom , right 15px bottom } bgpos229694 { background-position: left 15% top 15px , left bottom , right 15px bottom } bgpos229695 { background-position: left 15% center , left bottom , right 15px bottom } bgpos229696 { background-position: left 15px bottom , left bottom , right 15px bottom } bgpos229697 { background-position: left 15px bottom 15% , left bottom , right 15px bottom } bgpos229698 { background-position: left 15px bottom 15px , left bottom , right 15px bottom } bgpos229699 { background-position: left 15px top , left bottom , right 15px bottom } bgpos229700 { background-position: left 15px top 15% , left bottom , right 15px bottom } bgpos229701 { background-position: left 15px top 15px , left bottom , right 15px bottom } bgpos229702 { background-position: left 15px center , left bottom , right 15px bottom } bgpos229703 { background-position: left center , left bottom , right 15px bottom } bgpos229704 { background-position: right bottom , left bottom , right 15px bottom } bgpos229705 { background-position: right bottom 15% , left bottom , right 15px bottom } bgpos229706 { background-position: right bottom 15px , left bottom , right 15px bottom } bgpos229707 { background-position: right top , left bottom , right 15px bottom } bgpos229708 { background-position: right top 15% , left bottom , right 15px bottom } bgpos229709 { background-position: right top 15px , left bottom , right 15px bottom } bgpos229710 { background-position: right 15% bottom , left bottom , right 15px bottom } bgpos229711 { background-position: right 15% bottom 15% , left bottom , right 15px bottom } bgpos229712 { background-position: right 15% bottom 15px , left bottom , right 15px bottom } bgpos229713 { background-position: right 15% top , left bottom , right 15px bottom } bgpos229714 { background-position: right 15% top 15% , left bottom , right 15px bottom } bgpos229715 { background-position: right 15% top 15px , left bottom , right 15px bottom } bgpos229716 { background-position: right 15% center , left bottom , right 15px bottom } bgpos229717 { background-position: right 15px bottom , left bottom , right 15px bottom } bgpos229718 { background-position: right 15px bottom 15% , left bottom , right 15px bottom } bgpos229719 { background-position: right 15px bottom 15px , left bottom , right 15px bottom } bgpos229720 { background-position: right 15px top , left bottom , right 15px bottom } bgpos229721 { background-position: right 15px top 15% , left bottom , right 15px bottom } bgpos229722 { background-position: right 15px top 15px , left bottom , right 15px bottom } bgpos229723 { background-position: right 15px center , left bottom , right 15px bottom } bgpos229724 { background-position: right center , left bottom , right 15px bottom } bgpos229725 { background-position: 100px , left bottom , right 15px bottom } bgpos229726 { background-position: 100px 10% , left bottom , right 15px bottom } bgpos229727 { background-position: 100px 100px , left bottom , right 15px bottom } bgpos229728 { background-position: 100px bottom , left bottom , right 15px bottom } bgpos229729 { background-position: 100px center , left bottom , right 15px bottom } bgpos229730 { background-position: 100px top , left bottom , right 15px bottom } bgpos229731 { background-position: 50% , left bottom , right 15px bottom } bgpos229732 { background-position: 50% 10% , left bottom , right 15px bottom } bgpos229733 { background-position: 50% 100px , left bottom , right 15px bottom } bgpos229734 { background-position: 50% bottom , left bottom , right 15px bottom } bgpos229735 { background-position: 50% center , left bottom , right 15px bottom } bgpos229736 { background-position: 50% top , left bottom , right 15px bottom } bgpos229737 { background-position: bottom, left bottom , right 15px bottom } bgpos229738 { background-position: center , left bottom , right 15px bottom } bgpos229739 { background-position: center bottom , left bottom , right 15px bottom } bgpos229740 { background-position: center bottom 15% , left bottom , right 15px bottom } bgpos229741 { background-position: center bottom 15px , left bottom , right 15px bottom } bgpos229742 { background-position: center top , left bottom , right 15px bottom } bgpos229743 { background-position: center top 15% , left bottom , right 15px bottom } bgpos229744 { background-position: center top 15px , left bottom , right 15px bottom } bgpos229745 { background-position: center 10% , left bottom , right 15px bottom } bgpos229746 { background-position: center 100px , left bottom , right 15px bottom } bgpos229747 { background-position: center bottom , left bottom , right 15px bottom } bgpos229748 { background-position: center center , left bottom , right 15px bottom } bgpos229749 { background-position: center top , left bottom , right 15px bottom } bgpos229750 { background-position: left , left bottom , right 15px bottom } bgpos229751 { background-position: left 10% , left bottom , right 15px bottom } bgpos229752 { background-position: left 100px , left bottom , right 15px bottom } bgpos229753 { background-position: left bottom , left bottom , right 15px bottom } bgpos229754 { background-position: left center , left bottom , right 15px bottom } bgpos229755 { background-position: left top , left bottom , right 15px bottom } bgpos229756 { background-position: right , left bottom , right 15px bottom } bgpos229757 { background-position: right 10% , left bottom , right 15px bottom } bgpos229758 { background-position: right 100px , left bottom , right 15px bottom } bgpos229759 { background-position: right bottom , left bottom , right 15px bottom } bgpos229760 { background-position: right center , left bottom , right 15px bottom } bgpos229761 { background-position: right top , left bottom , right 15px bottom } bgpos229762 { background-position: top , left bottom , right 15px bottom } bgpos229763 { background-position: left bottom , left center , right 15px bottom } bgpos229764 { background-position: left bottom 15% , left center , right 15px bottom } bgpos229765 { background-position: left bottom 15px , left center , right 15px bottom } bgpos229766 { background-position: left top , left center , right 15px bottom } bgpos229767 { background-position: left top 15% , left center , right 15px bottom } bgpos229768 { background-position: left top 15px , left center , right 15px bottom } bgpos229769 { background-position: left 15% bottom , left center , right 15px bottom } bgpos229770 { background-position: left 15% bottom 15% , left center , right 15px bottom } bgpos229771 { background-position: left 15% bottom 15px , left center , right 15px bottom } bgpos229772 { background-position: left 15% top , left center , right 15px bottom } bgpos229773 { background-position: left 15% top 15% , left center , right 15px bottom } bgpos229774 { background-position: left 15% top 15px , left center , right 15px bottom } bgpos229775 { background-position: left 15% center , left center , right 15px bottom } bgpos229776 { background-position: left 15px bottom , left center , right 15px bottom } bgpos229777 { background-position: left 15px bottom 15% , left center , right 15px bottom } bgpos229778 { background-position: left 15px bottom 15px , left center , right 15px bottom } bgpos229779 { background-position: left 15px top , left center , right 15px bottom } bgpos229780 { background-position: left 15px top 15% , left center , right 15px bottom } bgpos229781 { background-position: left 15px top 15px , left center , right 15px bottom } bgpos229782 { background-position: left 15px center , left center , right 15px bottom } bgpos229783 { background-position: left center , left center , right 15px bottom } bgpos229784 { background-position: right bottom , left center , right 15px bottom } bgpos229785 { background-position: right bottom 15% , left center , right 15px bottom } bgpos229786 { background-position: right bottom 15px , left center , right 15px bottom } bgpos229787 { background-position: right top , left center , right 15px bottom } bgpos229788 { background-position: right top 15% , left center , right 15px bottom } bgpos229789 { background-position: right top 15px , left center , right 15px bottom } bgpos229790 { background-position: right 15% bottom , left center , right 15px bottom } bgpos229791 { background-position: right 15% bottom 15% , left center , right 15px bottom } bgpos229792 { background-position: right 15% bottom 15px , left center , right 15px bottom } bgpos229793 { background-position: right 15% top , left center , right 15px bottom } bgpos229794 { background-position: right 15% top 15% , left center , right 15px bottom } bgpos229795 { background-position: right 15% top 15px , left center , right 15px bottom } bgpos229796 { background-position: right 15% center , left center , right 15px bottom } bgpos229797 { background-position: right 15px bottom , left center , right 15px bottom } bgpos229798 { background-position: right 15px bottom 15% , left center , right 15px bottom } bgpos229799 { background-position: right 15px bottom 15px , left center , right 15px bottom } bgpos229800 { background-position: right 15px top , left center , right 15px bottom } bgpos229801 { background-position: right 15px top 15% , left center , right 15px bottom } bgpos229802 { background-position: right 15px top 15px , left center , right 15px bottom } bgpos229803 { background-position: right 15px center , left center , right 15px bottom } bgpos229804 { background-position: right center , left center , right 15px bottom } bgpos229805 { background-position: 100px , left center , right 15px bottom } bgpos229806 { background-position: 100px 10% , left center , right 15px bottom } bgpos229807 { background-position: 100px 100px , left center , right 15px bottom } bgpos229808 { background-position: 100px bottom , left center , right 15px bottom } bgpos229809 { background-position: 100px center , left center , right 15px bottom } bgpos229810 { background-position: 100px top , left center , right 15px bottom } bgpos229811 { background-position: 50% , left center , right 15px bottom } bgpos229812 { background-position: 50% 10% , left center , right 15px bottom } bgpos229813 { background-position: 50% 100px , left center , right 15px bottom } bgpos229814 { background-position: 50% bottom , left center , right 15px bottom } bgpos229815 { background-position: 50% center , left center , right 15px bottom } bgpos229816 { background-position: 50% top , left center , right 15px bottom } bgpos229817 { background-position: bottom, left center , right 15px bottom } bgpos229818 { background-position: center , left center , right 15px bottom } bgpos229819 { background-position: center bottom , left center , right 15px bottom } bgpos229820 { background-position: center bottom 15% , left center , right 15px bottom } bgpos229821 { background-position: center bottom 15px , left center , right 15px bottom } bgpos229822 { background-position: center top , left center , right 15px bottom } bgpos229823 { background-position: center top 15% , left center , right 15px bottom } bgpos229824 { background-position: center top 15px , left center , right 15px bottom } bgpos229825 { background-position: center 10% , left center , right 15px bottom } bgpos229826 { background-position: center 100px , left center , right 15px bottom } bgpos229827 { background-position: center bottom , left center , right 15px bottom } bgpos229828 { background-position: center center , left center , right 15px bottom } bgpos229829 { background-position: center top , left center , right 15px bottom } bgpos229830 { background-position: left , left center , right 15px bottom } bgpos229831 { background-position: left 10% , left center , right 15px bottom } bgpos229832 { background-position: left 100px , left center , right 15px bottom } bgpos229833 { background-position: left bottom , left center , right 15px bottom } bgpos229834 { background-position: left center , left center , right 15px bottom } bgpos229835 { background-position: left top , left center , right 15px bottom } bgpos229836 { background-position: right , left center , right 15px bottom } bgpos229837 { background-position: right 10% , left center , right 15px bottom } bgpos229838 { background-position: right 100px , left center , right 15px bottom } bgpos229839 { background-position: right bottom , left center , right 15px bottom } bgpos229840 { background-position: right center , left center , right 15px bottom } bgpos229841 { background-position: right top , left center , right 15px bottom } bgpos229842 { background-position: top , left center , right 15px bottom } bgpos229843 { background-position: left bottom , left top , right 15px bottom } bgpos229844 { background-position: left bottom 15% , left top , right 15px bottom } bgpos229845 { background-position: left bottom 15px , left top , right 15px bottom } bgpos229846 { background-position: left top , left top , right 15px bottom } bgpos229847 { background-position: left top 15% , left top , right 15px bottom } bgpos229848 { background-position: left top 15px , left top , right 15px bottom } bgpos229849 { background-position: left 15% bottom , left top , right 15px bottom } bgpos229850 { background-position: left 15% bottom 15% , left top , right 15px bottom } bgpos229851 { background-position: left 15% bottom 15px , left top , right 15px bottom } bgpos229852 { background-position: left 15% top , left top , right 15px bottom } bgpos229853 { background-position: left 15% top 15% , left top , right 15px bottom } bgpos229854 { background-position: left 15% top 15px , left top , right 15px bottom } bgpos229855 { background-position: left 15% center , left top , right 15px bottom } bgpos229856 { background-position: left 15px bottom , left top , right 15px bottom } bgpos229857 { background-position: left 15px bottom 15% , left top , right 15px bottom } bgpos229858 { background-position: left 15px bottom 15px , left top , right 15px bottom } bgpos229859 { background-position: left 15px top , left top , right 15px bottom } bgpos229860 { background-position: left 15px top 15% , left top , right 15px bottom } bgpos229861 { background-position: left 15px top 15px , left top , right 15px bottom } bgpos229862 { background-position: left 15px center , left top , right 15px bottom } bgpos229863 { background-position: left center , left top , right 15px bottom } bgpos229864 { background-position: right bottom , left top , right 15px bottom } bgpos229865 { background-position: right bottom 15% , left top , right 15px bottom } bgpos229866 { background-position: right bottom 15px , left top , right 15px bottom } bgpos229867 { background-position: right top , left top , right 15px bottom } bgpos229868 { background-position: right top 15% , left top , right 15px bottom } bgpos229869 { background-position: right top 15px , left top , right 15px bottom } bgpos229870 { background-position: right 15% bottom , left top , right 15px bottom } bgpos229871 { background-position: right 15% bottom 15% , left top , right 15px bottom } bgpos229872 { background-position: right 15% bottom 15px , left top , right 15px bottom } bgpos229873 { background-position: right 15% top , left top , right 15px bottom } bgpos229874 { background-position: right 15% top 15% , left top , right 15px bottom } bgpos229875 { background-position: right 15% top 15px , left top , right 15px bottom } bgpos229876 { background-position: right 15% center , left top , right 15px bottom } bgpos229877 { background-position: right 15px bottom , left top , right 15px bottom } bgpos229878 { background-position: right 15px bottom 15% , left top , right 15px bottom } bgpos229879 { background-position: right 15px bottom 15px , left top , right 15px bottom } bgpos229880 { background-position: right 15px top , left top , right 15px bottom } bgpos229881 { background-position: right 15px top 15% , left top , right 15px bottom } bgpos229882 { background-position: right 15px top 15px , left top , right 15px bottom } bgpos229883 { background-position: right 15px center , left top , right 15px bottom } bgpos229884 { background-position: right center , left top , right 15px bottom } bgpos229885 { background-position: 100px , left top , right 15px bottom } bgpos229886 { background-position: 100px 10% , left top , right 15px bottom } bgpos229887 { background-position: 100px 100px , left top , right 15px bottom } bgpos229888 { background-position: 100px bottom , left top , right 15px bottom } bgpos229889 { background-position: 100px center , left top , right 15px bottom } bgpos229890 { background-position: 100px top , left top , right 15px bottom } bgpos229891 { background-position: 50% , left top , right 15px bottom } bgpos229892 { background-position: 50% 10% , left top , right 15px bottom } bgpos229893 { background-position: 50% 100px , left top , right 15px bottom } bgpos229894 { background-position: 50% bottom , left top , right 15px bottom } bgpos229895 { background-position: 50% center , left top , right 15px bottom } bgpos229896 { background-position: 50% top , left top , right 15px bottom } bgpos229897 { background-position: bottom, left top , right 15px bottom } bgpos229898 { background-position: center , left top , right 15px bottom } bgpos229899 { background-position: center bottom , left top , right 15px bottom } bgpos229900 { background-position: center bottom 15% , left top , right 15px bottom } bgpos229901 { background-position: center bottom 15px , left top , right 15px bottom } bgpos229902 { background-position: center top , left top , right 15px bottom } bgpos229903 { background-position: center top 15% , left top , right 15px bottom } bgpos229904 { background-position: center top 15px , left top , right 15px bottom } bgpos229905 { background-position: center 10% , left top , right 15px bottom } bgpos229906 { background-position: center 100px , left top , right 15px bottom } bgpos229907 { background-position: center bottom , left top , right 15px bottom } bgpos229908 { background-position: center center , left top , right 15px bottom } bgpos229909 { background-position: center top , left top , right 15px bottom } bgpos229910 { background-position: left , left top , right 15px bottom } bgpos229911 { background-position: left 10% , left top , right 15px bottom } bgpos229912 { background-position: left 100px , left top , right 15px bottom } bgpos229913 { background-position: left bottom , left top , right 15px bottom } bgpos229914 { background-position: left center , left top , right 15px bottom } bgpos229915 { background-position: left top , left top , right 15px bottom } bgpos229916 { background-position: right , left top , right 15px bottom } bgpos229917 { background-position: right 10% , left top , right 15px bottom } bgpos229918 { background-position: right 100px , left top , right 15px bottom } bgpos229919 { background-position: right bottom , left top , right 15px bottom } bgpos229920 { background-position: right center , left top , right 15px bottom } bgpos229921 { background-position: right top , left top , right 15px bottom } bgpos229922 { background-position: top , left top , right 15px bottom } bgpos229923 { background-position: left bottom , right , right 15px bottom } bgpos229924 { background-position: left bottom 15% , right , right 15px bottom } bgpos229925 { background-position: left bottom 15px , right , right 15px bottom } bgpos229926 { background-position: left top , right , right 15px bottom } bgpos229927 { background-position: left top 15% , right , right 15px bottom } bgpos229928 { background-position: left top 15px , right , right 15px bottom } bgpos229929 { background-position: left 15% bottom , right , right 15px bottom } bgpos229930 { background-position: left 15% bottom 15% , right , right 15px bottom } bgpos229931 { background-position: left 15% bottom 15px , right , right 15px bottom } bgpos229932 { background-position: left 15% top , right , right 15px bottom } bgpos229933 { background-position: left 15% top 15% , right , right 15px bottom } bgpos229934 { background-position: left 15% top 15px , right , right 15px bottom } bgpos229935 { background-position: left 15% center , right , right 15px bottom } bgpos229936 { background-position: left 15px bottom , right , right 15px bottom } bgpos229937 { background-position: left 15px bottom 15% , right , right 15px bottom } bgpos229938 { background-position: left 15px bottom 15px , right , right 15px bottom } bgpos229939 { background-position: left 15px top , right , right 15px bottom } bgpos229940 { background-position: left 15px top 15% , right , right 15px bottom } bgpos229941 { background-position: left 15px top 15px , right , right 15px bottom } bgpos229942 { background-position: left 15px center , right , right 15px bottom } bgpos229943 { background-position: left center , right , right 15px bottom } bgpos229944 { background-position: right bottom , right , right 15px bottom } bgpos229945 { background-position: right bottom 15% , right , right 15px bottom } bgpos229946 { background-position: right bottom 15px , right , right 15px bottom } bgpos229947 { background-position: right top , right , right 15px bottom } bgpos229948 { background-position: right top 15% , right , right 15px bottom } bgpos229949 { background-position: right top 15px , right , right 15px bottom } bgpos229950 { background-position: right 15% bottom , right , right 15px bottom } bgpos229951 { background-position: right 15% bottom 15% , right , right 15px bottom } bgpos229952 { background-position: right 15% bottom 15px , right , right 15px bottom } bgpos229953 { background-position: right 15% top , right , right 15px bottom } bgpos229954 { background-position: right 15% top 15% , right , right 15px bottom } bgpos229955 { background-position: right 15% top 15px , right , right 15px bottom } bgpos229956 { background-position: right 15% center , right , right 15px bottom } bgpos229957 { background-position: right 15px bottom , right , right 15px bottom } bgpos229958 { background-position: right 15px bottom 15% , right , right 15px bottom } bgpos229959 { background-position: right 15px bottom 15px , right , right 15px bottom } bgpos229960 { background-position: right 15px top , right , right 15px bottom } bgpos229961 { background-position: right 15px top 15% , right , right 15px bottom } bgpos229962 { background-position: right 15px top 15px , right , right 15px bottom } bgpos229963 { background-position: right 15px center , right , right 15px bottom } bgpos229964 { background-position: right center , right , right 15px bottom } bgpos229965 { background-position: 100px , right , right 15px bottom } bgpos229966 { background-position: 100px 10% , right , right 15px bottom } bgpos229967 { background-position: 100px 100px , right , right 15px bottom } bgpos229968 { background-position: 100px bottom , right , right 15px bottom } bgpos229969 { background-position: 100px center , right , right 15px bottom } bgpos229970 { background-position: 100px top , right , right 15px bottom } bgpos229971 { background-position: 50% , right , right 15px bottom } bgpos229972 { background-position: 50% 10% , right , right 15px bottom } bgpos229973 { background-position: 50% 100px , right , right 15px bottom } bgpos229974 { background-position: 50% bottom , right , right 15px bottom } bgpos229975 { background-position: 50% center , right , right 15px bottom } bgpos229976 { background-position: 50% top , right , right 15px bottom } bgpos229977 { background-position: bottom, right , right 15px bottom } bgpos229978 { background-position: center , right , right 15px bottom } bgpos229979 { background-position: center bottom , right , right 15px bottom } bgpos229980 { background-position: center bottom 15% , right , right 15px bottom } bgpos229981 { background-position: center bottom 15px , right , right 15px bottom } bgpos229982 { background-position: center top , right , right 15px bottom } bgpos229983 { background-position: center top 15% , right , right 15px bottom } bgpos229984 { background-position: center top 15px , right , right 15px bottom } bgpos229985 { background-position: center 10% , right , right 15px bottom } bgpos229986 { background-position: center 100px , right , right 15px bottom } bgpos229987 { background-position: center bottom , right , right 15px bottom } bgpos229988 { background-position: center center , right , right 15px bottom } bgpos229989 { background-position: center top , right , right 15px bottom } bgpos229990 { background-position: left , right , right 15px bottom } bgpos229991 { background-position: left 10% , right , right 15px bottom } bgpos229992 { background-position: left 100px , right , right 15px bottom } bgpos229993 { background-position: left bottom , right , right 15px bottom } bgpos229994 { background-position: left center , right , right 15px bottom } bgpos229995 { background-position: left top , right , right 15px bottom } bgpos229996 { background-position: right , right , right 15px bottom } bgpos229997 { background-position: right 10% , right , right 15px bottom } bgpos229998 { background-position: right 100px , right , right 15px bottom } bgpos229999 { background-position: right bottom , right , right 15px bottom } bgpos230000 { background-position: right center , right , right 15px bottom }
css
<filename>docs/v3/achievement/1010.json {"id":1010,"help":{"de":"2.000 Materialverwertungen erfolgreich durchgeführt.","en":"Successfully desynthesize 2,000 items.","fr":"Réussir le recyclage de 2 000 objets.","jp":"アイテム分解を計2,000回成功させる"},"img":"/i/026000/026269.png","xivdb":"/achievement/1010"}
json
<filename>sampleinput.json { "s3Bucket": "lambda-geospatial-test-data", "s3Key": "road-network/RoadNetwork_tile_x9_y23.nc" }
json
New Delhi, Sep 22 : India have been seeded No. 1 in the Davis Cup Group 1 Asia/Oceania zone despite their tennis team losing their World Group Playoff against the Czech Republic here last weekend. Uzbekistan have been seeded second in the zone and the two countries will get first round byes, to be held in March, in the 2016 season. The draws for next year will be announced on Wednesday in Santiago on the conclusion of the Intertiol Tennis Federation’s (ITF) Annual General Meeting (AGM). The other teams in Group 1 Asia/Oceania zone, apart from India and Uzbekistan, are Chi, South Korea, New Zealand and Pakistan. World No. 21 India and No. 25 Uzbekistan were also the two seeded teams of the zone in 2015. The And Amritraj-led Indian team lost their World Group Playoff to World No. 1 Czech Republic 1-3 at the Delhi Lawn Tennis Association (DLTA) complex on Sunday, following which they will remain in Group 1. A win would have elevated India to the elite 16 tions of the World Group. Meanwhile, current season’s filists Great Britain and Belgium head the seedings of the 2016 World Group as No. 1 and No. 2. According to Davis Cup regulations, the two filists are seeded No. 1 and 2 in the World Group for the following year and will be drawn in opposite halves. Belgium will host Great Britain in the Davis Cup fil to be held from November 27 to 29.
english
// Copyright 2010-2016, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in binary form must reproduce the above // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. // * Neither the name of Google Inc. nor the names of its // contributors may be used to endorse or promote products derived from // this software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "rewriter/unicode_rewriter.h" #include <cctype> #include <string> #include "base/logging.h" #include "base/number_util.h" #include "base/util.h" #include "composer/composer.h" #include "converter/converter_interface.h" #include "converter/segments.h" #include "request/conversion_request.h" namespace mozc { UnicodeRewriter::UnicodeRewriter(const ConverterInterface *parent_converter) : parent_converter_(parent_converter) { DCHECK(parent_converter_); } UnicodeRewriter::~UnicodeRewriter() {} namespace { // Checks given string is ucs4 expression or not. bool IsValidUCS4Expression(const string &input) { if (input.size() < 3 || input.size() > 8) { return false; } if (!Util::StartsWith(input, "U+")) { return false; } const string hexcode(input, 2, input.npos); for (size_t i = 0; i < hexcode.size(); ++i) { if (!::isxdigit(hexcode.at(i))) { return false; } } return true; } // Converts given string to 32bit unsigned integer. bool UCS4ExpressionToInteger(const string &input, uint32 *ucs4) { DCHECK(ucs4); const string hexcode(input, 2, input.npos); return NumberUtil::SafeHexStrToUInt32(hexcode, ucs4); } // Checks if given ucs4 value is acceptable or not. bool IsAcceptableUnicode(const uint32 ucs4) { // Unicode character should be less than 0x10FFFF. if (ucs4 > 0x10FFFF) { return false; } // Control characters are not acceptable. 0x7F is DEL. if (ucs4 < 0x20 || (0x7F <= ucs4 && ucs4 <= 0x9F)) { return false; } // Bidirectional text control are not acceptable. // See: http://en.wikipedia.org/wiki/Unicode_control_characters if (ucs4 == 0x200E || ucs4 == 0x200F || (0x202A <= ucs4 && ucs4 <= 0x202E)) { return false; } return true; } void AddCandidate( const string &key, const string &value, int index, Segment *segment) { DCHECK(segment); if (index > segment->candidates_size()) { index = segment->candidates_size(); } Segment::Candidate *candidate = segment->insert_candidate(index); DCHECK(candidate); candidate->Init(); segment->set_key(key); candidate->key = key; candidate->value = value; candidate->content_value = value; // "Unicode 変換(" + key + ")" candidate->description = "Unicode \xE5\xA4\x89\xE6\x8F\x9B (" + key + ")"; candidate->attributes |= (Segment::Candidate::NO_LEARNING | Segment::Candidate::NO_VARIANTS_EXPANSION); } } // namespace // If the key is a single unicode character, the correspoinding // Unicode "U+xxxx" format is added. (ex. "A" -> "U+0041"). This is // triggered on reverse conversion only. bool UnicodeRewriter::RewriteToUnicodeCharFormat( const ConversionRequest &request, Segments *segments) const { if (!request.has_composer()) { return false; } if (request.composer().source_text().empty() || segments->conversion_segments_size() != 1) { return false; } const string &source_text = request.composer().source_text(); const size_t source_text_size = Util::CharsLen(source_text); if (source_text_size != 1) { return false; } const string &source_char = request.composer().source_text(); size_t mblen = 0; const char32 ucs4 = Util::UTF8ToUCS4(source_char.data(), source_char.data() + source_char.size(), &mblen); const string value = Util::StringPrintf("U+%04X", ucs4); const string &key = segments->conversion_segment(0).key(); Segment *segment = segments->mutable_conversion_segment(0); AddCandidate(key, value, 5, segment); return true; } // If the key is in the "U+xxxx" format, the corresponding Unicode // character is added. (ex. "U+0041" -> "A"). bool UnicodeRewriter::RewriteFromUnicodeCharFormat( const ConversionRequest &request, Segments *segments) const { string key; for (size_t i = 0; i < segments->conversion_segments_size(); ++i) { key += segments->conversion_segment(i).key(); } if (!IsValidUCS4Expression(key)) { return false; } uint32 ucs4 = 0; if (!UCS4ExpressionToInteger(key, &ucs4)) { return false; } if (!IsAcceptableUnicode(ucs4)) { return false; } string value; Util::UCS4ToUTF8(ucs4, &value); if (value.empty()) { return false; } if (segments->conversion_segments_size() > 1) { if (segments->resized()) { // The given segments are resized by user so don't modify anymore. return false; } const uint32 resize_len = Util::CharsLen(key) - Util::CharsLen(segments->conversion_segment(0).key()); if (!parent_converter_->ResizeSegment(segments, request, 0, resize_len)) { return false; } } DCHECK_EQ(1, segments->conversion_segments_size()); Segment *segment = segments->mutable_conversion_segment(0); AddCandidate(key, value, 0, segment); return true; } bool UnicodeRewriter::Rewrite(const ConversionRequest &request, Segments *segments) const { DCHECK(segments); // "A" -> "U+0041" (Reverse conversion only). if (RewriteToUnicodeCharFormat(request, segments)) { return true; } // "U+0041" -> "A" if (RewriteFromUnicodeCharFormat(request, segments)) { return true; } return false; } } // namespace mozc
cpp
President Biden resumed his duties as commander in chief just before noon on Friday following a "routine" colonoscopy at Walter Reed Medical Center, the White House said. Biden named Vice President Kamala Harris acting president while he was under anesthesia. Letters notifying Congress of the temporary transfer of power under Section 3 of the 25th Amendment were transmitted at 10:10 a. m. ET, and Biden resumed his duties at 11:35 a. m. after speaking with Harris, according to the White House. The president traveled to Bethesda, Maryland, for a physical exam and colonoscopy, one day before his 79th birthday. Biden arrived at 8:51 a. m. ET and waved to reporters who were traveling with him. "@POTUS was in good spirits" when he spoke with Harris, White House press secretary Jen Psaki tweeted. "He will remain at Walter Reed as he completes the rest of his routine physical. " The president also sent a formal letter to House Speaker Nancy Pelosi and Senate President Pro Tempore Sen. Patrick Leahy, notifying them that he had resumed duties. "In accordance with the provisions of section 3 of the Twenty-Fifth Amendment to the United States Constitution, I hereby transmit to you my written declaration that I am able to discharge the powers and duties of the Office of the President of the United States and that I am resuming those powers and duties," the president’s letter stated. Section 3 of the 25th Amendment to the U. S. Constitution states, "Whenever the President transmits to the President pro tempore of the Senate and the Speaker of the House of Representatives his written declaration that he is unable to discharge the powers and duties of his office, and until he transmits to them a written declaration to the contrary, such powers and duties shall be discharged by the Vice President as Acting President. " "As was the case when President George W. Bush had the same procedure in 2002 and 2007, and following the process set out in the Constitution, President Biden will transfer power to the Vice President for the brief period of time when he is under anesthesia," Psaki said. "The Vice President will work from her office in the West Wing during this time. " Psaki added that the White House will publicly release a written summary of Biden's physical later Friday afternoon. Harris was spotted arriving to the White House Friday morning. She departed for Washington for Columbus, Ohio, Friday afternoon for an event highlighting the bipartisan infrastructure law that Biden signed this week. A Fox News Poll released Thursday showed that 53% of registered voters believe Biden's age is interfering with his job. Biden had his last full exam in December 2019, when doctors found the former vice president to be "healthy, vigorous" and "fit to successfully execute the duties of the Presidency," according to a doctor’s report at the time. When Psaki was asked in October about when Biden would get a physical exam, she promised, "When he gets a physical, we will make all of that information available. " In May, Psaki was asked about Biden's health. "I can tell you, having traveled with him a fair amount, sometimes he’s hard to keep up with," Psaki, 42, insisted. Biden, the oldest man to serve as president, is scheduled to participate in the annual pardoning of the national Thanksgiving turkey Friday afternoon. Harris, meanwhile, the first woman, person of color and person of South Asian descent to be vice president, made history during the short time she served as acting president. The Associated Press contributed to this report.
english
Following years of domination by teams from Spain and England, there is a distinct Italian flavor to Europe’s top club competitions this season. Five Italian teams have qualified for the semifinals of UEFA’s three competitions for the first time — more than England and Spain combined as those countries have two teams each left. And there will definitely be an Italian team in the showpiece Champions League final — for the first time in six years — as city rivals AC Milan and Inter Milan play each other in the semis. Juventus and Roma could both advance to the Europa League final — they face Sevilla and Bayer Leverkusen, respectively, in the semifinals — while Fiorentina plays Basel in the final four of the Europa Conference League. Italian teams have enjoyed several periods of dominance on the European stage, including during the 1980s and ‘90s. Between 1989 and 1998, all but one final of the Champions League — or European Cup as it was previously known — featured a team from Serie A. In comparison, Juventus is the only team to reach the final (twice) since Inter won Italy’s last title in the competition in 2010. Only five different Italian teams have even reached European semifinals in the past decade — although Juventus and Roma reached three apiece across the competitions. Now Serie A has a chance to replicate its feat from 1990 of having its teams win all three of UEFA’s top competitions in the same season. The increased Italian success in Europe reflects the increased competitiveness of Serie A. After Juventus dominated the league for nearly a decade with nine straight titles, there have been three different Serie A champions over the past three seasons — and there is all but certain to be a fourth this campaign. Inter Milan ended Juventus’ stranglehold on the league crown in 2021 and city rival Milan then won it last year. Napoli is now on the brink of ending a 33-year wait for the “scudetto” and could secure the title as soon as this weekend. Napoli also had an impressive run in Europe this season, reaching the Champions League quarterfinals for the first time before being eliminated by Milan. Roma’s success in last season’s Europa Conference League was the first European trophy for an Italian team since Inter won the treble of the Champions League, Serie A and the Italian Cup in 2010. Both teams were coached by the same man: José Mourinho. The victory also came just the year after Italy won the European Championship. That all helped instil a belief that Italian teams could match the best in Europe. Moreover, that belief was boosted by the rise back to the top of two of Italy’s most storied clubs. Seven-time European champion AC Milan’s is back in the semifinals for the first time since it last won the Champions League in 2007. Inter had also not reached the final four since its treble-winning season. An Italian team has never won the Europa League in its current format. Parma won it in 1999 when it was still known as the UEFA Cup. Inter finished runner-up in 2020, losing to Sevilla in the final. The Italian region of Emilia Romagna has three coaches in the Champions League semifinals, as Inter’s Simone Inzaghi, Milan’s Stefano Pioli and Real Madrid’s Carlo Ancelotti all hail from there. That beats the previous record of the German region of Bavaria having two coaches in the final four: Julian Nagelsmann and Thomas Tuchel.
english
<filename>Online class/assests/css/online-c.css @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap'); :root{ --gradient: linear-gradient(90deg , #f1c40f, #f39c12); } *{ box-sizing: border-box; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; text-transform: capitalize; border: none; outline: none; transition: all .2s linear; text-decoration: none; } *::selection{ background: #f39c12; color: #fff; } html{ font-size: 62.5%; overflow-x: hidden; } /* body{ height: 300rem; } */ header{ width: 100%; display: flex; align-items: center; justify-content: space-between; position: fixed; padding: 1.5rem 7%; z-index: 1000; top: 0; left: 0; background: var(--gradient); box-shadow: 0 .1rem .3rem rgba(0,0,0,.3); } header .logo{ font-size: 2.5rem; color: #fff; } header .logo i{ margin-right: .2rem; } header .navbar ul{ list-style: none; display: flex; align-items: center; justify-content: center; } header .navbar ul li{ margin: 0 1rem; } header .navbar ul li a{ color: #fff; font-size: 2rem; } header .navbar ul li a.active, header .navbar ul li a:hover{ color: #666; } header #login{ font-size: 2.5rem; color: #fff; cursor: pointer; } header #login:hover{ color: #444; } header #menu{ display: none; font-size: 3rem; color: #fff; cursor: pointer; } .btn{ font-size: 2rem; color: #fff; background: var(--gradient); padding: .5rem 3rem; margin-top: 1rem; cursor: pointer; box-shadow: 0 .1rem .3rem rgba(0,0,0,.3); border-radius: 5rem; overflow: hidden; z-index: 0; position: relative; } .btn::before{ content: " "; position: absolute; background: #fff9; top: -1rem; left: -120%; height: 150%; width: 20%; transform: rotate(25deg); z-index: -1; } .btn:hover::before{ left: 120%; transition: .3s linear; } /* log-in section */ .login-form{ width: 100%; height: 100%; background: rgba(0,0,0,.5); position: fixed; top: -120%; left: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; } .login-form.popup{ top: 0; } .login-form form{ width: 35rem; background: #fff; padding: 1rem 3rem; margin: 0 2rem; position: relative; border-radius: .5rem; box-shadow: 0 .1rem .3rem #333; } .login-form form h3{ font-size: 2.5rem; color: #f39c12; padding: 1rem 0; } .login-form form .box{ width: 100%; padding: 1rem 0; margin: 1rem 0; border-bottom: .1rem solid #666; color: #333; font-size: 1.6rem; text-transform: none; } .login-form form .box::placeholder{ text-transform: capitalize; } .login-form form .box:focus{ border-color: #f39c12; } .login-form form .box:nth-child(3){ margin-bottom: 5rem; } .login-form form p{ font-size: 1.5rem; color: #666; padding: 1rem 0; } .login-form form p a{ color: #f39c12; } .login-form form .btn{ width: 100%; margin: 2rem 0; } .login-form form .btn:hover{ color: #444; } .login-form form i{ top: 1.5rem; right: 2rem; cursor: pointer; position: absolute; color: #999; font-size: 2.5rem; } /* home */ section{ min-height: 100vh; padding: 1rem 7%; padding-top: 6rem; } .Home{ display: flex; align-items: center; justify-content: center; flex-flow: column; background-repeat: no-repeat; background: url('home-bg.jpg'); background-position: center; background-size: cover; text-align: center; position: relative; } .Home h1{ font-size: 6rem; color: #666; } .Home p{ font-size: 2rem; color: #999; padding: 1rem 0; width: 70rem; } .Home .btn:hover{ background: #444; } .Home .shape{ position: absolute; bottom: -.2rem; left: 0; height: 15rem; width: 100%; background: url('shape.png'); block-size: 100rem 15rem; filter: drop-shadow(0 -.1rem .1rem rgba(0,0,0,.2)); animation: animate 10s infinite; } @keyframes animate{ 0%{ background-position-x: 0rem; } 100%{ background-position-x: 100rem; } } /* heading */ .heading{ font-size: 6rem; color: #999; padding: 1rem; text-align: center; } .heading span{ color: #f39c12; } /* About */ .About{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .About .image{ flex: 1 1 40rem; } .About .image img{ height: 65vh; width: 100%; } .About .content{ flex: 1 1 40rem; } .About .content h3{ font-size: 3.5rem; color: #666; } .About .content p{ font-size: 2rem; color: #666; padding: 1rem 0; } /* course */ .Courses .box-container{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .Courses .box-container .box{ width: 35rem; border: .1rem solid rgba(0,0,0,.3); position: relative; margin: 1.5rem; } .Courses .box-container .box img{ height: 20rem; width: 100%; object-fit: cover; } .Courses .box-container .box .content{ padding: 1rem; } .Courses .box-container .box .content .stars i{ color: #f1c40f; font-size: 1.7rem; padding: 1rem .1rem; } .Courses .box-container .box .content .title{ font-size: 2.1rem; color: #f39c12; } .Courses .box-container .box .content .title:hover{ text-decoration: underline; } .Courses .box-container .box .content p{ font-size: 1.5rem; color: #666; padding: 1rem 0; } .Courses .box-container .box .content .info{ padding-top: .5rem; display: flex; align-items: center; justify-content: space-between; border-top: .1rem solid rgba(0,0,0,.3); } .Courses .box-container .box .content .info h3{ font-size: 1.7rem; color: #666; padding: 1rem 0; } .Courses .box-container .box .content .info h3 i{ color: #f39c12; } .Courses .box-container .box .price{ position: absolute; text-align: center; background: var(--gradient); color: #fff; top: 16rem; right: 1rem; line-height: 8rem; border-radius: 50%; height: 8rem; width: 8rem; font-size: 3rem; } /* Teachers */ .Teachers{ text-align: center; background: url('teachers.jfif'); background-size: cover; background-position: bottom; } .Teachers P{ font-size: 2rem; width: 65rem; color: #666; margin: 1rem auto; } /* contact */ .Contacts{ margin-bottom: -5rem; } .Contacts .row{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .Contacts .row form{ flex: 1 1 50rem; padding: 2rem; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; margin-top: 1.5rem; background: #eee; box-shadow: 0 .1rem .5rem solid rgba(0,0,0,.3); } .Contacts .row form .box{ height: 5rem; width: 49%; border: .1rem solid rgba(0,0,0,.3); padding: 0 1rem; margin: 1rem 0; font-size: 1.5rem; color: #444; text-transform: none; text-align: center; } .Contacts .row form .box:focus{ border-color: #f39c12; } .Contacts .row form .box::placeholder{ text-transform: capitalize; } .Contacts .row form .address{ height: 15rem; padding: 1rem 0; width: 100%; resize: none; } .Contacts .row form .btn:hover{ background: #fff; color: #f1c40f; } .Contacts .row form .image img{ height: 80vh; margin-top: 2rem; } /* footer */ .footer .box-container{ display: flex; flex-wrap: wrap; justify-content: center; margin-top: 1rem; } .footer .box-container .box{ flex: 1 1 25rem; text-align: center; margin: 1.5rem; } .footer .box-container .box h3{ font-size: 2.5rem; color: #333; padding: 1rem 0; } .footer .box-container .box p{ font-size: 1.5rem; color: #666; padding: .5rem 0; } .footer .box-container .box p i{ color: #f39c12; } .footer .box-container .box a{ font-size: 2rem; display: block; color: #f39c12; padding: .5rem 0; } .footer .box-container .box a:hover{ text-decoration: underline; } .footer .credit{ text-align: center; padding: 2rem 1rem; font-size: 2rem; color: #666; border-top: .1rem solid rgba(0,0,0,.3); font-weight: normal; } .footer .credit a{ color: #f1c40f; } @media(max-width:768px){ html{ font-size: 55%; } header #menu{ display: block; } header .navbar{ position: fixed; top: -120%; left: 0; background: #444; width: 100%; } header .navbar ul{ flex-flow: column; padding: 2.5rem 0; } header .navbar ul li{ margin: 1.5rem 0; text-align: center; width: 100%; } header .navbar ul li a{ font-size: 2.5rem; display: block; } .fa-times{ transform: rotate(-180deg); } header .navbar.nav-toggle{ top: 6.4rem; } .Home h1{ font-size: 4rem; } .Home P{ width: auto; } .Teachers p{ width: auto; } } @media(max-width:500px){ html{ font-size: 50%; } .Contacts .row form .box{ width: 100%; } }
css
The National Water Development Agency (NWDA), a Society under the Ministry of Water Resources, as a part of its studies of National Perspecitve Plan (NPP) for Water Resources Development prepared by Government in 1980 has carried out water balanced studies of river basins/sub-basins of the country keeping in view the scenario of ultimate stage of water resources development in these basins. NWDA has identified 11 river basins/sub-basins as water deficit river basins. NWDA after the above studies has identified 30 links under NPP (16 under Peninsular Component & 14 under Himalayan Component) for preparation of Feasibility Report with a view to transfer water from water surplus areas to the water deficit regions for optimum utilization of water resources of the country. The link proposal envisages construction of storage reservoirs, canals and various other hydraulic structures with a view to achieve irrigation, flood control, hydropower, navigation benefits etc. NWDA has completed Feasibility Report for 14 links under Peninsular Rivers Development Component and 2 links under Himalayan Rivers Development Component. This information was given by the Minister of Water Resources, Prof. Saifuddin Soz in response to a question by Shri T.T.V.Dhinakaran in the Rajya Sabha today.
english
<filename>provider/muxlookupkey.go package provider import ( "github.com/lyraproj/dgo/dgo" "github.com/lyraproj/dgo/vf" "github.com/lyraproj/hiera/api" "github.com/lyraproj/hiera/merge" "github.com/lyraproj/hierasdk/hiera" ) // LookupKeyFunctions is the key that the MuxLookupKey function will use when finding the functions // that it delegates to. const LookupKeyFunctions = `hiera::lookup::providers` // MuxLookupKey performs a lookup using all LookupKey function slice registered under the LookupProviderKey key // in the given options map. The lookups are performed in the order the functions appear in the // slice. The first found value is returned. // // The intended use for this function is when a very simplistic way of configuring Hiera is desired that // requires no configuration files. func MuxLookupKey(pc hiera.ProviderContext, key string) dgo.Value { sc, ok := pc.(api.ServerContext) ic := sc.Invocation() if !ok { return nil } var rpv dgo.Array if rpv, ok = ic.SessionOptions().Get(LookupKeyFunctions).(dgo.Array); !ok { return nil } spv := rpv.AppendToSlice(make([]dgo.Value, 0, rpv.Len())) luSc := sc.ForLookupOptions() args := vf.MutableValues(luSc, key) luFunc := func(pv interface{}) dgo.Value { if lk, ok := pv.(dgo.Function); ok { return lk.Call(args)[0] } return nil } luOpts, _ := merge.GetStrategy(`deep`, nil).MergeLookup(spv, luSc.Invocation(), luFunc).(dgo.Map) sc = sc.ForData() args.Set(0, sc) ic = sc.Invocation() return ic.WithLookup(api.NewKey(key), func() dgo.Value { ic.SetMergeStrategy(sc.Option(`merge`), luOpts) return ic.LookupAndConvertData(func() dgo.Value { return ic.MergeStrategy().MergeLookup(spv, ic, luFunc) }) }) }
go
<reponame>Citingdude/laravel-breeze * { --tw-shadow: 0 0 #0000; --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; } .shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .first\:shadow-md:first-child { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .last\:shadow-md:last-child { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .odd\:shadow-md:nth-child(odd) { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .even\:shadow-md:nth-child(even) { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .visited\:shadow-md:visited { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .checked\:shadow-md:checked { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .focus-within\:shadow-md:focus-within { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .hover\:shadow-md:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .focus\:shadow-md:focus { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .focus\:hover\:shadow-md:focus:hover { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .focus-visible\:shadow-md:focus-visible { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .active\:shadow-md:active { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .disabled\:shadow-md:disabled { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:first-child .group-first\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:last-child .group-last\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:nth-child(odd) .group-odd\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:nth-child(even) .group-even\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:visited .group-visited\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:checked .group-checked\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:focus-within .group-focus-within\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:hover .group-hover\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:focus .group-focus\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:focus-visible .group-focus-visible\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:active .group-active\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:disabled .group-disabled\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } [dir='ltr'] .ltr\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } [dir='rtl'] .rtl\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } @media (prefers-reduced-motion: no-preference) { .motion-safe\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } } @media (prefers-reduced-motion: reduce) { .motion-reduce\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } } .dark .dark\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } @media (min-width: 640px) { .sm\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .sm\:active\:shadow-md:active { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } } @media (min-width: 768px) { .md\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .group:focus .md\:group-focus\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } } @media (min-width: 1024px) { .lg\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .dark .lg\:dark\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } } @media (min-width: 1280px) { .xl\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } } @media (min-width: 1536px) { .\32xl\:shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } @media (prefers-reduced-motion: no-preference) { .dark .\32xl\:dark\:motion-safe\:focus-within\:shadow-md:focus-within { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } } }
css
<filename>package.json { "name": "lastshowcomedy-com", "description": "This will be our last show.", "version": "0.0.1", "author": "<NAME>", "main": "Makefile", "scripts": { "start": "make server" }, "repository": { "type": "git", "url": "https://github.com/lambtron/lastshowcomedy.com.git" }, "engines": { "node": "^11.0.0", "npm": "^6.4.1" }, "bugs": { "url": "https://github.com/lambtron/lastshowcomedy.com/issues" }, "homepage": "https://github.com/lambtron/lastshowcomedy.com#readme", "license": "MIT" }
json
/* * Copyright 2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.springframework.shell.context; /** * Enumeration for modes shell is operating. * * @author <NAME> */ public enum InteractionMode { /** * All possible modes. */ ALL, /** * Non-interactive mode which is expected to exit and doesn't have any kind of * running mode to keep shell alive. */ NONINTERACTIVE, /** * Interactive mode which is expected to not exit and do have a running mode to * keep shell alive. */ INTERACTIVE }
java
import type { App } from '../types'; /** * Setup plugins for vuepress app */ export declare const setupAppPlugins: (app: App) => void;
typescript
16 April 2020, New Delhi: The government has set the foodgrain production target for the year FY 2020-21 at 298 mn tonnes. This has been set keeping in view the increase in productivity and better farmer practices. The Union Minister of Agriculture and Farmers’ Welfare, Shri Narendra Singh Tomar has said that all States should aim to achieve the kharif target and doubling of farmers’ income should be taken up in mission mode. Addressing the National Conference on Kharif crops 2020 through video conference, he assured the States that the Government of India will remove any obstacles that the States are facing. The main aim of the National Kharif Conference was to discuss various issues and list out steps in consultation with the States about preparedness for Kharif cultivation in view of the lockdown situation. Shri Tomar said that the extraordinary situation due to the Coronavirus has to be met with a fighting spirit by the Agriculture sector and everyone has to rise to the occasion and perform. Shri Tomar urged the states that the two schemes, – PM Fasal Bima Yojana and Soil Health Card scheme, should be explained to each farmer. The target of foodgrains production for the year 2020-21 has been fixed at 298. 0 million tonnes. During the FY 2019-20, against the foodgrain production target of 291. 10 million tonnes, higher production of about 292 million tonnes is anticipated mainly due to enhancement of area coverage and productivity of various crops. The Minister of State for Agriculture, Shri Parshottam Rupala, while addressing participants of National Conference, said benefits of the PM Fasal Bima Yojana should be explained to the farmers. Besides having record foodgrains production last year (2018-19), country has also produced about 313. 85 million metric tonnes of horticulture produce from an area of about 25. 49 million hectare, which accounts for about 13 percent of the total world production of fruits. India is the second largest producer of vegetables, after China, he said. In his address, the MoS (Agriculture) Shri Kailash Choudhary said that in the present situation of climatic change along with change in rainfall pattern, achieving record foodgrains production of about 285 million tonnes in 2018-19 which is further likely to increase to 292 million tonnes during 2019-20 is remarkable. Shri Sanjay Aggarwal, Secretary (Agriculture, Cooperation and Farmers Welfare), in his concluding remarks, said that although our country has become food surplus, but still we have to accelerate the production and productivity of agriculture and horticulture sectors for ensuring food and nutritional security in the rural areas. As regards the Rabi crops, it has been decided that all States will ensure procurement at Village/Block levels as farmers are not allowed to move out of block due lockdown position. In addition, all States are taking steps for Direct Marketing/purchasing of crop produce from farmers. Advisory/Guidelines have been issued to the all States and relaxation given for movement of trucks/ vehicles loaded with seeds and fertilizers to ensure timely availability of such inputs at Village/Block levels across the country. Government has also strengthened the e-NAM system to provide farmers an electronic online trading platform and better economic return to the farmers.
english
{ "configurations": { "always_expand": true, "default_filters": "AUTO_INCREMENT", "per_page": 5 }, "resources": { "people": "aryelgois\\Medools\\Models\\Person" } }
json
As a blogger, you ought to create great content for your readers on an ongoing basis. Building a dedicated reader base for your blog and social media profiles increase your visibility as a blogger. Only a handful of bloggers with engaging content on their blog that resonates with the audience are able to sustain and grow. So, once you create great content and have built a good follower base, what next? It is time to monetize your blog & create interesting content for your audience, but how? One way to go about this is to individually reach out to various public relation companies, different brand managers and wait for them to reach out to you and this wait is endless. What if I tell you that there is another way to approach this? There are various influencer marketing platforms on the Internet. Not all of them are trustworthy. So how do you shortlist? Look for the bloggers/ influencers associated with them, the past campaigns they executed, the payment process, etc. I have worked with many influencer marketing platforms, and one of the most reliable ones is www. influencer. in. I have worked with Influencer for several projects related to books in the past, and the experience has been great right from confirmation to remuneration. Once you qualify for their campaigns, one of their team member reaches out to you to brief you about the campaign. Your participation, the deliverables along with the remuneration terms are made clear. Once you agree, the application is further processed, and you are asked to complete the assignment. This is what everyone does, right? What sets team influencer apart is the exceptional support they extend. During the project, if you are stuck somewhere they are only a call or email away. They are very prompt with their responses. Influencer has bloggers across various categories like Auto, Beauty, Book, Fashion, Food, Investment, Lifestyle, Technology, Travel, Parenting, etc. You can also download the Influencer mobile app from Google Play Store and AppStore to get real-time updates on the go. Some of the recent projects that I have worked on with Team Influencer are Book Review: The Mask Diaries – Abhinav Goel , Book Review: The Extraordinary Consciousness Of An Ordinary Man – Roy and I got introduced to some great books and authors. PS: I am associated with Influencers and listed in the Book (Bloggers) Influencers section of the website. - Launch your campaign (Specify your requirements and campaign brief) - Receive applications and quotes (from influencers) - Review applications received and finalise influencers (Under your control) Brands can have a look at the influencers reach like Twitter followers, Instagram profile and followers, monthly blog traffic and total reach across the web along with an unique score calculated by Influencer, MOZ score and social score. This helps in assessing the influencers work before assigning the campaign to them. If you are a blogger, what are you waiting for? Sign up with Influencer today and start monetizing your influence!
english
<reponame>diVid3/WeThinkCode_Projects img { width: 150px; height: 150px; object-fit: cover; }
css
With the recent borders debate ravaging the libertarian community, I feel the need to address perceptions about property and ownership that seem to stray from reality, or at the very least usefulness. For the record, this discussion will specifically be from an anarchist perspective, where the optimal situation would involve completely private ownership of all property, and the abolition of government would be the goal. This is the part we all agree on (anarchists, that is), so there is little debate to be had around the end goal. Unfortunately, we do not live in the ideal situation right now, and may not experience it for a very long time, or even at all. So the question becomes, which actions are legitimate and which are not, regardless of the political system we live under. I have frequently heard, and sometimes even promoted, the idea that "the government doesn't exist". Or a similar argument is that because the government doesn't acquire any property legitimately, the property is in the same category as unowned land that has not been homesteaded. This is a key argument that I have determined to be demonstrably false. To clarify the issue, let's look at the most common analogy to the government: the mafia. Let's say you're a store owner, and you with your fellow store owners are extorted by the local mafia on a regular basis. While discussing what to do with the other owners, you say 'if you think about it, the mafia doesn't exist'. At this point, you will be gawked at like a crazy person for good reason. Of course the mafia exists as a human organization. As a rule of thumb, if something can kill you, it's probably real. After the extortion racket goes on for a bit, the mafia purchases and develops a local park. To appease the locals and maintain good PR, they allow general public access to this park. At this point would it make any sense to say that the local mafia doesn't own this park? Sure, they bought and built it with money they acquired through illegitimate means, but unless that issue is ever resolved, they own the park for all intents and purposes. It is arguable that possession is nine tenths of the law, but at the very least, possession is 100% of reality. Let us now imagine that nefarious characters from the other side of the tracks start to come visit this park. They come from the bad part of town that is notorious for low-level thugs and crackheads. The park starts to get vandalized, and safety concerns arise as a few minor assaults are reported in the neighborhood, perpetrated by the outsiders. The mafia, as the owners of the park, decide to start applying discretion as to who can access it, with a strong preference given to those who live in the neighborhood. Many in the neighborhood support this action the mafia has taken, for obvious reasons. There are a few things that need to be pointed out regarding those supporters: - Condoning the specific action of restricting access to the park does not have to include support for any other action the mafia has taken, or even for the mafia itself. - Even if the mafia's claim of ownership is called into question from a moral standpoint, the people from across town have zero claims of ownership or right of access to the park anyway. - Therefore, the act of barring access to certain people is not immoral, nor is it a violation of anyone's rights in any way. It is in fact a legitimate function of property ownership, a role that the mafia has taken upon itself at this particular moment in time. To make things more interesting, let's say that a homeless man from across the tracks is caught sleeping on one of the benches in this park when he was told to stay out. The mafia's enforcers, being the understanding guys that they are, beat him to death for the violation. Most in the neighborhood are horrified, even those who supported the park access limitations. They condemn the murder, shaming the local mafia leaders, demanding justice for the victim and tighter restrictions on the enforcers. Here are some more things that need to be pointed out: - Condemning the murder is not a condemnation of any other action. - Supporting discretionary access to a park is not an approval of any other action. - People that do evil things and join evil organizations are capable of performing actions that are morally neutral or good. - Beating a man to death for sleeping on a park bench is evil. - Barring people access to a park they have no claim to, that is under the control of your organization, is a morally neutral action. For one slightly different angle on the subject, let's say the shop owner has a delivery truck. One day the mafia says the truck is being seized, and will now be a community asset for other shops and neighbors. The original owner can still use it too, but has to share it like everyone else. Shortly thereafter, the shopkeeper realizes that the mafia is just leaving the keys in the vehicle, and literally anyone and everyone takes it whenever they want, often joyriding through rough terrain, tearing the vehicle up. He complains to the mafia leaders, asking that they at least restrict vehicle access to community members, or maybe just other shopkeepers, with valid reasons to use it. After all, he still needs to use the truck to make deliveries for his business, and does not want to see it destroyed. At this point I must ask - would anyone in their right mind morally condemn this man for making this request? Would anyone pass judgement on him for being a bigot for wanting to bar random people from across town access to this vehicle? Have anyone's rights, person or property been violated simply because they can't jump into this truck and use it whenever they feel like it? Proponents of open borders seem to forget that much of what is called public property was not just paid for through taxation. Some of it was in fact taken through some form of eminent domain, otherwise known as straight up theft of property. To say that 'public property' is no different from wilderness is to say that the moment the government steals your land, everyone in the world suddenly has an equal claim of access to it. Morally, this is incomprehensible. Of course some random person on another continent does not have an equal claim to property that the government just forced you to give up. I don't throw the accusation of communism around during the borders debate, but this argument flirts with that line. Let us one more time visit the subject of action. I of course believe that the existence of the state is unjustifiable, and should be abolished. But in our current reality, the state exists, and forces a monopoly on certain services such as emergency response and criminal justice. Therefore, if someone calls 911 today, I'm okay with the idea of cops responding to that call. If a murderer is discovered during that response, the cops would be fully justified in apprehending him. If the murderer is tried and convicted, the judge is morally justified in sentencing him to prison. If cops in the same police department beat a man to death for no reason, and the court system protects and exonerates the cops, nothing I just said previously changes. Of course the cop's murder was disgustingly immoral, and the system is corrupt and should be abolished. But in the mean time, it is not a compromise of principles to say that the cops were justified in apprehending the murderer, the court was justified in trying him, and the the judge was justified in sentencing him. In the same vein, controlling access to publicly used property is a perfectly legitimate action in any society, including modern nation states. Just like condemning murderers or responding to emergency calls are morally neutral or positive actions. To be in favor of these particular actions is not an endorsement of the state, its existence, or any other actions taken by state agents. In a stateless society, regional access control to publicly used property would absolutely be in place. While the existence of nation states is not ideal, the act of maintaining discretionary access to borders is not in and of itself immoral, given the fact that those seeking access do not have a particular right of access, or claim to the property within. And while the state itself is not legitimate, and the property it has was obtained through illegitimate means, we cannot pretend that the government doesn't exist, or that it is not functionally the owner of the property it claims at this moment in time. The ideas that truly do not exist are 'the public', 'the people', and 'public property'. Recognizing that public property is simply the property of the government is far more realistic and honest. A criminal organization is the owner. The phrase 'public property' means nothing, and was made up to make us feel better about it. We can point out the illegitimacy of the government's existence, but until we can change that, basic discretionary border controls are not necessarily a moral violation. The stewardship of property requires access control, and while nation states are not the property owners we want, controlling access to property is a legitimate function.
english
Ever purchase a game and thought soon after, "Wow, this sucks and I'm out 50 bucks"? Mercifully, Valve is working to make this a thing of the past, introducing 14-day refunds for Steam games bought online. The rules and restrictions on the refund policy are extremely lenient, according the official site, which states: "You can request a refund for nearly any purchase on Steam - for any reason." Whether a problem with your PC, a mistaken purchase or you simply don't like the game, the folks at Valve don't care. The one catch? Your play time on the title can't exceed two hours, though this doesn't appear to be too cut and dry either, since the site says, "even if you fall outside of the refund rules we've described, you can ask for a refund anyway and we'll take a look." DLC falls under the same agreement, though some refunds for third-party DLC may not be eligible for a refund, especially if it "irreversibl[y] levels up a game character." Although this is a good step for Steam and its users, it should be noted that main competitors Origin and GOG have been boasting refund policies for some time now. Origin, which is owned by Electronic Arts, offers a "great game guarantee" to refund a game for any reason within seven days of purchasing, or 24 hours of first launching. This applies to all EA games, and only certain third-party titles. GOG, or Good Old Games, is a bit more stingy with its refunding, offering a 30-day "withdrawal right" for any purchase, as long as it hasn't been downloaded or launched yet. The only other way to get a refund is if your game breaks from internal bugs. Even though Steam is behind the pack on game refunds, it seems to be offering the most comprehensive solution to the problem yet. Steam says all requests are accepted and should be sent through help.steampowered.com. Gamers rejoice! Get the hottest deals available in your inbox plus news, reviews, opinion, analysis, deals and more from the TechRadar team.
english
<filename>app/data/seed/locations/3c613eb7-ccea-4af6-aa86-db5e1fa3f9e3/a98795c0-f34e-40ac-a8dc-0e9c1eb76d78.json {"id":"a98795c0-f34e-40ac-a8dc-0e9c1eb76d78","name":"Bournville School and Sixth Form Centre","code":"D","address":{"addressLine1":"Griffins Brook Lane","addressLine2":"Birmingham","postcode":"B30 1QJ"},"organisation":{"id":"3c613eb7-ccea-4af6-aa86-db5e1fa3f9e3","code":"1VK","name":"Lordswood Girls’ School and Sixth Form Centre"}}
json
<gh_stars>1-10 const stab = require('./stab.json'); const Discord = require('discord.js'); module.exports = { name: "stab", category: "reactions", description: "stab someone", run: async (client, message, args) => { if (!message.mentions.users.first()) return message.reply("You need to mention someone to stab them"); if (message.mentions.users.first().id === message.author.id) return message.channel.send('I can\'t let you do that, self-harm is bad :pleading_face:'); args = args.join(" "); const embed = new Discord.RichEmbed() .setColor(Math.floor(Math.random()*16777215)) .setTimestamp() .setTitle(`TwT, ${message.author.username} stabbed ${message.mentions.users.first().username}`) .setImage(`${stab[Math.floor(Math.random() * stab.length)]}`) message.channel.send({embed}) }}
javascript