@charset "utf-8";
/* CSS Document */

		/*  ------------------------------  Placements T-Z  ------------------------------  */

.threerivers15x, .travelguidemt15x, .westernbywaysmt15x, .wljrnlproperties15x, .worldmuseummining15x, .yellowstonejrnl15x { width: 24rem; }

.threerivers15x, .travelguidemt15x, .westernbywaysmt15x, .wljrnlproperties15x, .worldmuseummining15x, .yellowstonejrnl15x {
	display: block;
	max-width: 100%;
	height: 0;
	margin-top: 1rem;
	padding-bottom: 6%;								/* tile height(24px) ÷ tile width (384px) X 100  */
	background: url(../../images/sprites/portfolio/b_busAdvert/hdrbPublicationTZ.png) center top no-repeat;
	-webkit-background-size: 100% auto;                    /*  sprite width: 384px (24rem)  sprite height: 168px (10.5rem) - 6 tiles - 1 double  */
	-moz-background-size: 100% auto;                       /*  x-pos = 100 X tile left  ÷  abs(tile width - sprite width)  */
	-o-background-size: 100% auto;                         /*  y-pos = 100 X tile top  ÷  abs(tile height - sprite height)  */
	background-size: 100% auto;                            /*  tile position (left, top) (x,y)  */
}																	
.threerivers15x					{ background-position: 0 0; }				/*    0,   0  */
.travelguidemt15x					{ background-position: 0 16.6667%; }		/*    0,  24  */
.westernbywaysmt15x					{ background-position: 0 33.3333%; }		/*    0,  48  */
.wljrnlproperties15x				{ padding-bottom: 12%;
								  background-position: 0 60%; }			/*    0,  72  tile height: 48px  */
.worldmuseummining15x				{ background-position: 0 83.3333%; }		/*    0, 120  */
.yellowstonejrnl15x					{ background-position: 0 100%; }			/*    0, 144  */

.threerivers1x, .travelguidemt1x, .westernbywaysmt1x, .wljrnlproperties1x, .worldmuseummining1x, .yellowstonejrnl1x { width: 15.75rem; }

.threerivers, .travelguidemt, .westernbywaysmt, .wljrnlproperties, .worldmuseummining, .yellowstonejrnl {
	display: block;
	max-width: 100%;
	height: 0;
	padding-bottom: 7.1429%;								/* tile height(16px) ÷ tile width (224px) X 100  */
	background: url(../../images/sprites/portfolio/b_busAdvert/navsbPublicationTZ.png) center top no-repeat;
	-webkit-background-size: 400% auto;                         /*  sprite width: 896px (56rem)  sprite height: 112px (7rem) 6 tiles - 1 double  */
	-moz-background-size: 400% auto;                            /*  x-pos = 100 X tile left  ÷  abs(tile width - sprite width)  */
	-o-background-size: 400% auto;                              /*  y-pos = 100 X tile top  ÷  abs(tile height - sprite height)  */
	background-size: 400% auto;                                 /*  tile position (left, top) (x,y)  */
}																	
.threerivers						{ background-position: 0 0; }				/*    0,   0  */
.travelguidemt						{ background-position: 0 16.6667%; }		/*    0,  16  */
.westernbywaysmt					{ background-position: 0 33.3333%; }		/*    0,  32  */
.wljrnlproperties					{ padding-bottom: 14.2857%;
								  background-position: 0 60%; }			/*    0,  48  tile height: 32px  */
.worldmuseummining					{ background-position: 0 83.3333%; }		/*    0,  80  */
.yellowstonejrnl					{ background-position: 0 100%; }			/*    0,  96  */

.threerivers:visited				{ background-position: 33.3333% 0; }		/*  224,   0  */
.travelguidemt:visited				{ background-position: 33.3333% 16.6667%; }	/*  224,  16  */
.westernbywaysmt:visited				{ background-position: 33.3333% 33.3333%; }	/*  224,  32  */
.wljrnlproperties:visited			{ background-position: 33.3333% 60%; }		/*  224,  48  tile height: 32px  */
.worldmuseummining:visited			{ background-position: 33.3333% 83.3333%; }	/*  224,  80  */
.yellowstonejrnl:visited				{ background-position: 33.3333% 100%; }		/*  224,  96  */

.threerivers:hover					{ background-position: 66.6667% 0; }		/*  448,   0  */
.travelguidemt:hover				{ background-position: 66.6667% 16.6667%; }	/*  448,  16  */
.westernbywaysmt:hover				{ background-position: 66.6667% 33.3333%; }	/*  448,  32  */
.wljrnlproperties:hover				{ background-position: 66.6667% 60%; }		/*  448,  48  tile height: 32px  */
.worldmuseummining:hover				{ background-position: 66.6667% 83.3333%; }	/*  448,  80  */
.yellowstonejrnl:hover				{ background-position: 66.6667% 100%; }		/*  448,  96  */

.threerivers:active					{ background-position: 100% 0; }			/*  672,   0  */
.travelguidemt:active				{ background-position: 100% 16.6667%; }		/*  672,  16  */
.westernbywaysmt:active				{ background-position: 100% 33.3333%; }		/*  672,  32  */
.wljrnlproperties:active				{ background-position: 100% 60%; }			/*  672,  48  tile height: 32px  */
.worldmuseummining:active			{ background-position: 100% 83.3333%; }		/*  672,  80  */
.yellowstonejrnl:active				{ background-position: 100% 100%; }		/*  672,  96  */
