@charset "UTF-8";


body {
	text-align: center;
	background:#ffffff;
	margin: 0;
	padding: 0;
	background-image: url(1_Assets/ed_background_2.jpg);
}

Html, body {
Overflow:hidden;
}


#page-wrapper {
    width: 850px;
	height: 606px;
    margin: 0 auto;
	padding: 10px;
	text-align: left;
	background-color:#ffffff;
}

.Eduardo {
	width: 276px;
	height: 37px;
	text-align: left;
	background-image: url(1_Assets/Name.jpg);
}

.contact {
	position: relative;
	float: left;
	left: 10px;
	top: 537px;
	z-index: 4;
	width: 750px;
	height: 40px;
	text-align: left;
	background-color:#FFFFFF;
	font: 0.7em courier;
	text-indent: 0px;
	line-height: 14px;
	color: #666666;
	background-color:#ffffff;
}	

	
.astrix {
	position: relative;
	float: left;
	left: 0px;
	top: 537px;
	z-index: 3;
	width: 30px;
	height: 30px;
	text-align: left;
	background-image: url(1_Assets/2_Headings/Astriks.jpg);
}

/* 
----------------------------------------------------------------------------
tab menu styles
----------------------------------------------------------------------------
*/
	
.TabbedPanels {
	position: relative;
	top: -30px;
	border-top: solid 0px #ffffff;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	border-top: solid 0px #ffffff;
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab1 {
	position: relative;
	top: 1px;
	float: left;
	height:	26px;
	width:	121px;
	font: 0.7em courier;
	text-align: left;
	background-image: url(1_Assets/1_TabMenu/1_news-tab.gif);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-indent: 10px;
	line-height: 26px;
	color: #666666;
}

.TabbedPanelsTab2 {
	position: relative;
	top: 1px;
	float: left;
	height:	26px;
	width:	121px;
	font: 0.7em courier;
	text-align: left;
	background-image: url(1_Assets/1_TabMenu/2_soloShows-tab.gif);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-indent: 10px;
	line-height: 26px;
	color: #666666;
}

.TabbedPanelsTab3 {
	position: relative;
	top: 1px;
	float: left;
	height:	26px;
	width:	121px;
	font: 0.7em courier;
	text-align: left;
	background-image: url(1_Assets/1_TabMenu/3_groupShows-tab.gif);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-indent: 10px;
	line-height: 26px;
	color: #666666;
}

.TabbedPanelsTab4 {
	position: relative;
	top: 1px;
	float: left;
	height:	26px;
	width:	121px;
	font: 0.7em courier;
	text-align: left;
	background-image: url(1_Assets/1_TabMenu/4_projects-tab.gif);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-indent: 10px;
	line-height: 26px;
	color: #666666;
}

.TabbedPanelsTab5 {
	position: relative;
	top: 1px;
	float: left;
	height:	26px;
	width:	121px;
	font: 0.7em courier;
	text-align: left;
	background-image: url(1_Assets/1_TabMenu/5_bHouse-tab.gif);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-indent: 10px;
	line-height: 26px;
	color: #666666;
}

.TabbedPanelsTab6 {
	position: relative;
	top: 1px;
	float: left;
	height:	26px;
	width:	121px;
	font: 0.7em courier;
	text-align: left;
	background-image: url(1_Assets/1_TabMenu/6_about-tab.gif);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-indent: 10px;
	line-height: 26px;
	color: #666666;
}

.TabbedPanelsTab7 {
	position: relative;
	top: 1px;
	float: left;
	height:	26px;
	width:	121px;
	font: 0.7em courier;
	text-align: left;
	background-image: url(1_Assets/1_TabMenu/7_links-tab.gif);
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-indent: 10px;
	line-height: 26px;
	color: #666666;
}


.TabbedPanelsTabHover1 {
	text-decoration: underline;
}

.TabbedPanelsTabSelected1 {
	font: bold 0.7em courier;
	line-height: 26px;
	text-decoration: underline;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	border-top: solid 0px #ffffff;
	clear: both;
	background-color: #ffffff;
}

.TabbedPanelsContent {
	padding: 0px;
	border-top: solid 5px #ffffff;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* 
----------------------------------------------------------------------------
sub menu styles
----------------------------------------------------------------------------
*/




.newsMenu {
	width: 848px;
	height: 30px;
	text-align: left;
	background-color:#ffe3cf;
	font: 0.7em courier;
	text-indent: 10px;
	line-height: 30px;
	color: #666666;
}	

.soloShowsMenu {
	width: 848px;
	height: 30px;
	text-align: left;
	background-color:#ffcdcd;
	font: 0.7em courier;
	text-indent: 10px;
	line-height: 30px;
	color: #666666;
}	

.groupShowsMenu {
	width: 848px;
	height: 37px;
	text-align: left;
	background-color:#e6c5de;
	font: 0.7em courier;
	text-indent: 10px;
	line-height: 15px;
	color: #666666;
	padding-top: 7px;
}	
	
.projectMenu {
	width: 848px;
	height: 30px;
	text-align: left;
	background-color:#d4cde6;
	font: 0.7em courier;
	text-indent: 10px;
	line-height: 30px;
	color: #666666;
}	

.balinHouseMenu {
	width: 848px;
	height: 30px;
	text-align: left;
	background-color:#c7d4e6;
	font: 0.7em courier;
	text-indent: 10px;
	line-height: 30px;
	color: #666666;
}	

.aboutMenu {
	width: 848px;
	height: 30px;
	text-align: left;
	background-color:#cde6de;
	font: 0.7em courier;
	text-indent: 10px;
	line-height: 30px;
	color: #666666;
}	

.linksMenu {
	width: 848px;
	height: 30px;
	text-align: left;
	background-color:#d7ebcf;
	font: 0.7em courier;
	text-indent: 10px;
	line-height: 30px;
	color: #666666;
}		

/* 
----------------------------------------------------------------------------
targeted ajax page styles
----------------------------------------------------------------------------
*/

#content {
	width: 848px;
	height: 500px;
	border-top: solid 4px #ffffff;
	text-align: left;
	background-color:#ffffff;
	margin-left: 0px;
	text-indent: 0px;
	border-color: #FFFFFF;
	padding: 0px;
}

#content1 {
	width: 848px;
	height: 500px;
	border-top: solid 4px #ffffff;
	text-align: left;
	background-color:#ffffff;
	margin-left: 0px;
	text-indent: 0px;
	border-color: #FFFFFF;
	padding: 0px;
}

#content2 {
	width: 848px;
	height: 480px;
	border-top: solid 0px #ffffff;
	text-align: left;
	margin-top: 14px;
	text-indent: 0px;
	border-color: #FFFFFF;
	padding: 0px;
}

#content3 {
	width: 848px;
	height: 500px;
	border-top: solid 4px #ffffff;
	text-align: left;
	background-color:#ffffff;
	margin-left: 0px;
	text-indent: 0px;
	border-color: #FFFFFF;
	padding: 0px;
}

#content4 {
	width: 848px;
	height: 500px;
	border-top: solid 4px #ffffff;
	text-align: left;
	background-color:#ffffff;
	margin-left: 0px;
	text-indent: 0px;
	border-color: #FFFFFF;
	padding: 0px;
}

#content5 {
	width: 848px;
	height: 500px;
	border-top: solid 4px #ffffff;
	text-align: left;
	background-color:#ffffff;
	margin-left: 0px;
	text-indent: 0px;
	border-color: #FFFFFF;
	padding: 0px;
}


.rightCol {
	width: 200px;
	text-align: left;
	color:#666666;
	background-color:#ffffff;
	margin-left: 0px;
	text-indent: 0px;
	position: relative; 
	float: left; 
	
}

.spaceCol {
	width: 20px;
	text-align: left;
	color:#666666;
	background-color:#ffffff;
	margin-left: 0px;
	text-indent: 0px;
	position: relative; 
	float: left; 
	
}

.bhpCol {
	position: relative;
	float: left;
	left: 215px;
	top: -840px;
	width: 600px;
	text-align: left;
	color:#666666;
	background-color:#ffffff;
	font: 11px courier;
	line-height: 12px; 
}

.artsCol {
	position: relative;
	float: left;
	left: 10px;
	top: 0px;
	width: 600px;
	text-align: left;
	color:#666666;
	background-color:#ffffff;
	font: 11px courier;
	line-height: 12px; 
}

.visitingCol {
	position: relative;
	float: left;
	left: 210px;
	top: -500px;
	width: 600px;
	text-align: left;
	color:#666666;
	background-color:#ffffff;
	font: 11px courier;
	line-height: 12px; 
}

.linksCol {
	top: 0px;
	width: 600px;
	text-align: left;
	color:#666666;
	background-color:#ffffff;
	font: 11px courier;
	line-height: 12px; 
}

.imageCol {
	position: relative;
	float: left;
	left: 0px;
	top: -392px;
	z-index: 2;
	height: 440px;
	width: 407px;
	padding: 10px;
	line-height: 12px;
}

.artsLogo {
	position: relative;
	float: left;
	left: 740px;
	top: -570px;
	z-index: 2;
	height: 110px;
	width: 110px;
	padding: 10px;
	line-height: 12px;
}

.heading {
	font: bold 11px courier;
}

.bodyCopy {
	margin-top: 0px;
	font: 11px courier;
}

.cvCopy {
	margin-top: 0px;
	font: 9px courier;
}

#readMore {
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	z-index: 2;
	height: 400px;
	width: 300px;
	padding: 10px;
	background-color:#ffcdcd;
	filter:alpha(Opacity=85)-moz-opacity:.85;
	opacity:.85;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

#readMore2 {
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	z-index: 4;
	height: 400px;
	width: 400px;
	padding: 10px;
	background-color:#ffcdcd;
	filter: alpha(Opacity=90)-moz-opacity:.9;
	opacity:.90;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

#readMore3 {
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	z-index: 4;
	height: 400px;
	width: 400px;
	padding: 10px;
	background-color:#e6c5de;
	filter: alpha(Opacity=90)-moz-opacity:.9;
	opacity:.90;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

#readMore4 {
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	z-index: 4;
	height: 400px;
	width: 400px;
	padding: 10px;
	background-color:#d4cde6;
	filter: alpha(Opacity=90)-moz-opacity:.9;
	opacity:.90;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

#readMore5 {
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	z-index: 4;
	height: 400px;
	width: 400px;
	padding: 10px;
	background-color:#c7d4e6;
	filter: alpha(Opacity=90)-moz-opacity:.9;
	opacity:.90;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

#readMore6 {
	position: relative;
	float: left;
	left: 270px;
	top: -424px;
	z-index: 4;
	height: 400px;
	width: 400px;
	padding: 10px;
	background-color:#c7d4e6;
	filter: alpha(Opacity=90)-moz-opacity:.9;
	opacity:.90;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

#readMore7 {
	position: relative;
	float: left;
	left: 0px;
	top: -400px;
	z-index: 4;
	height: 440px;
	width: 400px;
	padding: 10px;
	background-color:#cde6de;
	filter: alpha(Opacity=90)-moz-opacity:.9;
	opacity:.90;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

#readMore8 {
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	z-index: 5;
	height: 400px;
	width: 400px;
	padding: 10px;
	background-color:#c7d4e6;
	filter: alpha(Opacity=90)-moz-opacity:.9;
	opacity:.90;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

#readMoreNews {
	position: relative;
	float: left;
	left: 0px;
	top: -4px;
	z-index: 4;
	height: 400px;
	width: 400px;
	padding: 10px;
	background-color:#ffe3cf;
	filter: alpha(Opacity=90)-moz-opacity:.9;
	opacity:.90;
	font: 11px courier;
	line-height: 12px;
	visibility:hidden;
}

.imagebox {
	position: relative;
	float: right;
	left: 0px;
	top: -417px;
	z-index: 1;
	height: 300px;
	width: 630px;
	padding: 0px;
	background-color: #ffffff;
	border-color: #ffffff;
	overflow-x: hidden;
}

#thums {
  	list-style: none;
  	position: relative;
  	padding: 0;
  	margin: 0;
  	left: 220px;
	top: -497px;
	z-index: 1;
	height: 400px;
	width: 620px;
}

#thums span {
  display: none;
  position: absolute;
}

#thums a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#thums a:hover {
  background-position: left bottom;
}

#thums a:hover span {
  display: block;
}

/* 
----------------------------------------------------------------------------
solo shows - strange man - thums
----------------------------------------------------------------------------
*/

#thums .sm1 {
  width: 127px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .sm1 span {
  width: 127px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .sm2 {
  width: 90px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_2.jpg) no-repeat;
  left: 137px;
  top: 0px;
}

#thums .sm2 span {
  width: 90px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_2.jpg) no-repeat;
  left: 137px;
  top: 0px;
}

#thums .sm3 {
  width: 68px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_3.jpg) no-repeat;
  left: 237px;
  top: 0px;
}

#thums .sm3 span {
  width: 68px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_3.jpg) no-repeat;
  left: 237px;
  top: 0px;
}

#thums .sm4 {
  width: 67px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_4.jpg) no-repeat;
  left: 315px;
  top: 0px;
}

#thums .sm4 span {
  width: 67px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_4.jpg) no-repeat;
  left: 315px;
  top: 0px;
}

#thums .sm5 {
  width: 75px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_5.jpg) no-repeat;
  left: 392px;
  top: 0px;
}

#thums .sm5 span {
  width: 75px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_5.jpg) no-repeat;
  left: 392px;
  top: 0px;
}

#thums .sm6 {
  width: 71px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_6.jpg) no-repeat;
  left: 477px;
  top: 0px;
}

#thums .sm6 span {
  width: 71px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_6.jpg) no-repeat;
  left: 477px;
  top: 0px;
}

#thums .sm7 {
  width: 69px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_7.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .sm7 span {
  width: 69px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_7.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .sm8 {
  width: 69px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_8.jpg) no-repeat;
  left: 79px;
  top: 102px;
}

#thums .sm8 span {
  width: 69px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_8.jpg) no-repeat;
  left: 79px;
  top: 102px;
}

#thums .sm9 {
  width: 69px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_9.jpg) no-repeat;
  left: 158px;
  top: 102px;
}

#thums .sm9 span {
  width: 69px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_9.jpg) no-repeat;
  left: 158px;
  top: 102px;
}

#thums .sm10 {
  width: 69px;
  height: 92px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_10.jpg) no-repeat;
  left: 237px;
  top: 102px;
}

#thums .sm10 span {
  width: 69px;
  height: 0px;
  background: url(1_Assets/3_Images/3_StrangeMan/sm_thum_10.jpg) no-repeat;
  left: 237px;
  top: 102px;
}


/* 
----------------------------------------------------------------------------
solo shows - the park - thums
----------------------------------------------------------------------------
*/

#thums .tp1 {
  width: 127px;
  height: 92px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .tp1 span {
  width: 127px;
  height: 0px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .tp2 {
  width: 127px;
  height: 92px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_2.jpg) no-repeat;
  left: 137px;
  top: 0px;
}

#thums .tp2 span {
  width: 127px;
  height: 0px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_2.jpg) no-repeat;
  left: 137px;
  top: 0px;
}

#thums .tp3 {
  width: 127px;
  height: 92px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_3.jpg) no-repeat;
  left: 277px;
  top: 0px;
}

#thums .tp3 span {
  width: 127px;
  height: 0px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_3.jpg) no-repeat;
  left: 277px;
  top: 0px;
}

#thums .tp4 {
  width: 127px;
  height: 92px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_4.jpg) no-repeat;
  left: 407px;
  top: 0px;
}

#thums .tp4 span {
  width: 127px;
  height: 0px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_4.jpg) no-repeat;
  left: 407px;
  top: 0px;
}

#thums .tp5 {
  width: 68px;
  height: 92px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .tp5 span {
  width: 68px;
  height: 0px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .tp6 {
  width: 120px;
  height: 92px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_6.jpg) no-repeat;
  left: 78px;
  top: 102px;
}

#thums .tp6 span {
  width: 120px;
  height: 0px;
  background: url(1_Assets/3_Images/4_thePark/tp_thum_6.jpg) no-repeat;
  left: 78px;
  top: 102px;
}

/* 
----------------------------------------------------------------------------
solo shows - viva lost vaugeness! - thums
----------------------------------------------------------------------------
*/

#thums .vl1 {
  width: 65px;
  height: 92px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .vl1 span {
  width: 65px;
  height: 0px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .vl2 {
  width: 103px;
  height: 92px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_2.jpg) no-repeat;
  left: 75px;
  top: 0px;
}

#thums .vl2 span {
  width: 103px;
  height: 0px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_2.jpg) no-repeat;
  left: 75px;
  top: 0px;
}

#thums .vl3 {
  width: 123px;
  height: 92px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_3.jpg) no-repeat;
  left: 188px;
  top: 0px;
}

#thums .vl3 span {
  width: 123px;
  height: 0px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_3.jpg) no-repeat;
  left: 188px;
  top: 0px;
}

#thums .vl4 {
  width: 143px;
  height: 92px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_4.jpg) no-repeat;
  left: 321px;
  top: 0px;
}

#thums .vl4 span {
  width: 143px;
  height: 0px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_4.jpg) no-repeat;
  left: 321px;
  top: 0px;
}

#thums .vl5 {
  width: 142px;
  height: 92px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .vl5 span {
  width: 142px;
  height: 0px;
  background: url(1_Assets/3_Images/5_VivaLost/vl_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

/* 
----------------------------------------------------------------------------
group shows - colesce - thums
----------------------------------------------------------------------------
*/

#thums .cl1 {
  width: 145px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .cl1 span {
  width: 145px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .cl2 {
  width: 138px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_2.jpg) no-repeat;
  left: 155px;
  top: 20px;
}

#thums .cl2 span {
  width: 138px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_2.jpg) no-repeat;
  left: 155px;
  top: 20px;
}

#thums .cl3 {
  width: 60px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_3.jpg) no-repeat;
  left: 303px;
  top: 20px;
}

#thums .cl3 span {
  width: 60px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_3.jpg) no-repeat;
  left: 303px;
  top: 20px;
}

#thums .cl4 {
  width: 136px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_4.jpg) no-repeat;
  left: 373px;
  top: 20px;
}

#thums .cl4 span {
  width: 136px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_4.jpg) no-repeat;
  left: 373px;
  top: 20px;
}

#thums .cl5 {
  width: 136px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_5.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .cl5 span {
  width: 136px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_5.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .cl6 {
  width: 119px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_6.jpg) no-repeat;
  left: 146px;
  top: 122px;
}

#thums .cl6 span {
  width: 119px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_6.jpg) no-repeat;
  left: 146px;
  top: 122px;
}

#thums .cl7 {
  width: 133px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_7.jpg) no-repeat;
  left: 275px;
  top: 122px;
}

#thums .cl7 span {
  width: 133px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_7.jpg) no-repeat;
  left: 275px;
  top: 122px;
}

#thums .cl8 {
  width: 134px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_8.jpg) no-repeat;
  left: 0px;
  top: 224px;
}

#thums .cl8 span {
  width: 134px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_8.jpg) no-repeat;
  left: 0px;
  top: 224px;
}

#thums .cl9 {
  width: 133px;
  height: 92px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_9.jpg) no-repeat;
  left: 144px;
  top: 224px;
}

#thums .cl9 span {
  width: 133px;
  height: 0px;
  background: url(1_Assets/3_Images/6_Coalesce/cl_thum_9.jpg) no-repeat;
  left: 144px;
  top: 224px;
}

/* 
----------------------------------------------------------------------------
group shows - F sudden gone - thums
----------------------------------------------------------------------------
*/

#thums .fs1 {
  width: 65px;
  height: 92px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .fs1 span {
  width: 65px;
  height: 0px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .fs2 {
  width: 128px;
  height: 92px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_2.jpg) no-repeat;
  left: 75px;
  top: 20px;
}

#thums .fs2 span {
  width: 128px;
  height: 0px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_2.jpg) no-repeat;
  left: 75px;
  top: 20px;
}

#thums .fs3 {
  width: 65px;
  height: 92px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_3.jpg) no-repeat;
  left: 213px;
  top: 20px;
}

#thums .fs3 span {
  width: 65px;
  height: 0px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_3.jpg) no-repeat;
  left: 213px;
  top: 20px;
}

#thums .fs4 {
  width: 128px;
  height: 92px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_4.jpg) no-repeat;
  left: 292px;
  top: 20px;
}

#thums .fs4 span {
  width: 128px;
  height: 0px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_4.jpg) no-repeat;
  left: 292px;
  top: 20px;
}

#thums .fs5 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_5.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .fs5 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/7_Fsudden/fs_thum_5.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

/* 
----------------------------------------------------------------------------
group shows - F circle - thums
----------------------------------------------------------------------------
*/

#thums .fc1 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .fc1 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .fc2 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_2.jpg) no-repeat;
  left: 83px;
  top: 20px;
}

#thums .fc2 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_2.jpg) no-repeat;
  left: 83px;
  top: 20px;
}

#thums .fc3 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_3.jpg) no-repeat;
  left: 214px;
  top: 20px;
}

#thums .fc3 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_3.jpg) no-repeat;
  left: 214px;
  top: 20px;
}

#thums .fc4 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_4.jpg) no-repeat;
  left: 345px;
  top: 20px;
}

#thums .fc4 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_4.jpg) no-repeat;
  left: 345px;
  top: 20px;
}

#thums .fc5 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_5.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .fc5 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_5.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .fc6 {
  width: 107px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_6.jpg) no-repeat;
  left: 131px;
  top: 122px;
}

#thums .fc6 span {
  width: 107px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_6.jpg) no-repeat;
  left: 131px;
  top: 122px;
}

#thums .fc7 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_7.jpg) no-repeat;
  left: 248px;
  top: 122px;
}

#thums .fc7 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_7.jpg) no-repeat;
  left: 248px;
  top: 122px;
}

#thums .fc8 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_8.jpg) no-repeat;
  left: 379px;
  top: 122px;
}

#thums .fc8 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_8.jpg) no-repeat;
  left: 379px;
  top: 122px;
}

#thums .fc9 {
  width: 105px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_9.jpg) no-repeat;
  left: 0px;
  top: 224px;
}

#thums .fc9 span {
  width: 105px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_9.jpg) no-repeat;
  left: 0px;
  top: 224px;
}

#thums .fc10 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_10.jpg) no-repeat;
  left: 115px;
  top: 224px;
}

#thums .fc10 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_10.jpg) no-repeat;
  left: 115px;
  top: 224px;
}

#thums .fc11 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_11.jpg) no-repeat;
  left: 197px;
  top: 224px;
}

#thums .fc11 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/8_Fcircle/fc_thum_11.jpg) no-repeat;
  left: 197px;
  top: 224px;
}


/* 
----------------------------------------------------------------------------
group shows - Local Worlds - thums
----------------------------------------------------------------------------
*/

#thums .lw1 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .lw1 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .lw2 {
  width: 119px;
  height: 92px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_2.jpg) no-repeat;
  left: 82px;
  top: 20px;
}

#thums .lw2 span {
  width: 119px;
  height: 0px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_2.jpg) no-repeat;
  left: 82px;
  top: 20px;
}

#thums .lw3 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_3.jpg) no-repeat;
  left: 211px;
  top: 20px;
}

#thums .lw3 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_3.jpg) no-repeat;
  left: 211px;
  top: 20px;
}

#thums .lw4 {
  width: 107px;
  height: 92px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_4.jpg) no-repeat;
  left: 293px;
  top: 20px;
}

#thums .lw4 span {
  width: 107px;
  height: 0px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_4.jpg) no-repeat;
  left: 293px;
  top: 20px;
}

#thums .lw5 {
  width: 165px;
  height: 92px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_5.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .lw5 span {
  width: 65px;
  height: 0px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_5.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .lw6 {
  width: 119px;
  height: 92px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_6.jpg) no-repeat;
  left: 75px;
  top: 122px;
}

#thums .lw6 span {
  width: 119px;
  height: 0px;
  background: url(1_Assets/3_Images/9_LocalWorlds/lw_thum_6.jpg) no-repeat;
  left: 75px;
  top: 122px;
}

/* 
----------------------------------------------------------------------------
group shows - One thing - thums
----------------------------------------------------------------------------
*/

#thums .ot1 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .ot1 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .ot2 {
  width: 119px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_2.jpg) no-repeat;
  left: 82px;
  top: 20px;
}

#thums .ot2 span {
  width: 119px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_2.jpg) no-repeat;
  left: 82px;
  top: 20px;
}

#thums .ot3 {
  width: 119px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_3.jpg) no-repeat;
  left: 212px;
  top: 20px;
}

#thums .ot3 span {
  width: 119px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_3.jpg) no-repeat;
  left: 212px;
  top: 20px;
}

#thums .ot4 {
  width: 119px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_4.jpg) no-repeat;
  left: 341px;
  top: 20px;
}

#thums .ot4 span {
  width: 119px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_4.jpg) no-repeat;
  left: 341px;
  top: 20px;
}

#thums .ot5 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_5.jpg) no-repeat;
  left: 470px;
  top: 20px;
}

#thums .ot5 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_5.jpg) no-repeat;
  left: 470px;
  top: 20px;
}

#thums .ot6 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_6.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .ot6 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_6.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .ot7 {
  width: 119px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_7.jpg) no-repeat;
  left: 82px;
  top: 122px;
}

#thums .ot7 span {
  width: 119px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_7.jpg) no-repeat;
  left: 82px;
  top: 122px;
}

#thums .ot8 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_8.jpg) no-repeat;
  left: 212px;
  top: 122px;
}

#thums .ot8 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_8.jpg) no-repeat;
  left: 212px;
  top: 122px;
}

#thums .ot9 {
  width: 119px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_9.jpg) no-repeat;
  left: 294px;
  top: 122px;
}

#thums .ot9 span {
  width: 119px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_9.jpg) no-repeat;
  left: 294px;
  top: 122px;
}

#thums .ot10 {
  width: 44px;
  height: 92px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_10.jpg) no-repeat;
  left: 423px;
  top: 122px;
}

#thums .ot10 span {
  width: 44px;
  height: 0px;
  background: url(1_Assets/3_Images/10_OneThing/ot_thum_10.jpg) no-repeat;
  left: 423px;
  top: 122px;
}

/* 
----------------------------------------------------------------------------
group shows - Reflect - thums
----------------------------------------------------------------------------
*/

#thums .rf1 {
  width: 115px;
  height: 92px;
  background: url(1_Assets/3_Images/11_Reflect/rf_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .rf1 span {
  width: 115px;
  height: 0px;
  background: url(1_Assets/3_Images/11_Reflect/rf_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .rf2 {
  width: 70px;
  height: 92px;
  background: url(1_Assets/3_Images/11_Reflect/rf_thum_2.jpg) no-repeat;
  left: 125px;
  top: 20px;
}

#thums .rf2 span {
  width: 70px;
  height: 0px;
  background: url(1_Assets/3_Images/11_Reflect/rf_thum_2.jpg) no-repeat;
  left: 125px;
  top: 20px;
}

/* 
----------------------------------------------------------------------------
group shows - Reworking - thums
----------------------------------------------------------------------------
*/

#thums .rw1 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .rw1 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_1.jpg) no-repeat;
  left: 0px;
  top: 20px;
}

#thums .rw2 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_2.jpg) no-repeat;
  left: 131px;
  top: 20px;
}

#thums .rw2 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_2.jpg) no-repeat;
  left: 131px;
  top: 20px;
}

#thums .rw3 {
  width: 91px;
  height: 92px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_3.jpg) no-repeat;
  left: 262px;
  top: 20px;
}

#thums .rw3 span {
  width: 91px;
  height: 0px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_3.jpg) no-repeat;
  left: 262px;
  top: 20px;
}

#thums .rw4 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_4.jpg) no-repeat;
  left: 363px;
  top: 20px;
}

#thums .rw4 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_4.jpg) no-repeat;
  left: 363px;
  top: 20px;
}

#thums .rw5 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_5.jpg) no-repeat;
  left: 0px;
  top: 121px;
}

#thums .rw5 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_5.jpg) no-repeat;
  left: 0px;
  top: 121px;
}

#thums .rw6 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_6.jpg) no-repeat;
  left: 131px;
  top: 121px;
}

#thums .rw6 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_6.jpg) no-repeat;
  left: 131px;
  top: 121px;
}

#thums .rw7 {
  width: 51px;
  height: 92px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_7.jpg) no-repeat;
  left: 213px;
  top: 121px;
}

#thums .rw7 span {
  width: 51px;
  height: 0px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_7.jpg) no-repeat;
  left: 213px;
  top: 121px;
}

#thums .rw8 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_8.jpg) no-repeat;
  left: 274px;
  top: 121px;
}

#thums .rw8 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/12_Reworking/rw_thum_8.jpg) no-repeat;
  left: 274px;
  top: 121px;
}

/* 
----------------------------------------------------------------------------
residencies - aca - thums
----------------------------------------------------------------------------
*/

#thums .ac1 {
  width: 139px;
  height: 92px;
  background: url(1_Assets/3_Images/13_aca/ac_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .ac1 span {
  width: 139px;
  height: 0px;
  background: url(1_Assets/3_Images/13_aca/ac_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .ac2 {
  width: 63px;
  height: 92px;
  background: url(1_Assets/3_Images/13_aca/ac_thum_2.jpg) no-repeat;
  left: 149px;
  top: 0px;
}

#thums .ac2 span {
  width: 63px;
  height: 0px;
  background: url(1_Assets/3_Images/13_aca/ac_thum_2.jpg) no-repeat;
  left: 149px;
  top: 0px;
}

/* 
----------------------------------------------------------------------------
residencies - inIVA - thums
----------------------------------------------------------------------------
*/

#thums .in1 {
  width: 139px;
  height: 92px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .in1 span {
  width: 139px;
  height: 0px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .in2 {
  width: 139px;
  height: 92px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_2.jpg) no-repeat;
  left: 149px;
  top: 0px;
}

#thums .in2 span {
  width: 139px;
  height: 0px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_2.jpg) no-repeat;
  left: 149px;
  top: 0px;
}

#thums .in3 {
  width: 139px;
  height: 92px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_3.jpg) no-repeat;
  left: 298px;
  top:0px;
} 

#thums .in3 span {
  width: 139px;
  height: 0px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_3.jpg) no-repeat;
  left: 298px;
  top: 0px;
}

#thums .in4 {
  width: 139px;
  height: 92px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_4.jpg) no-repeat;
  left: 0px;
  top: 101px;
}

#thums .in4 span {
  width: 139px;
  height: 0px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_4.jpg) no-repeat;
  left: 0px;
  top: 101px;
}

#thums .in5 {
  width: 139px;
  height: 92px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_5.jpg) no-repeat;
  left: 149px;
  top: 101px;
}

#thums .in5 span {
  width: 139px;
  height: 0px;
  background: url(1_Assets/3_Images/14_iniva/in_thum_5.jpg) no-repeat;
  left: 149px;
  top: 101px;
}

/* 
----------------------------------------------------------------------------
residencies - LPS - thums
----------------------------------------------------------------------------
*/

#thums .lp1 {
  width: 115px;
  height: 92px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .lp1 span {
  width: 115px;
  height: 0px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .lp2 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_2.jpg) no-repeat;
  left: 125px;
  top: 0px;
}

#thums .lp2 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_2.jpg) no-repeat;
  left: 125px;
  top: 0px;
}

#thums .lp3 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_3.jpg) no-repeat;
  left: 256px;
  top: 0px;
}

#thums .lp3 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_3.jpg) no-repeat;
  left: 256px;
  top: 0px;
}

#thums .lp4 {
  width: 129px;
  height: 92px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_4.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .lp4 span {
  width: 129px;
  height: 0px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_4.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .lp5 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_5.jpg) no-repeat;
  left: 139px;
  top: 102px;
}

#thums .lp5 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_5.jpg) no-repeat;
  left: 139px;
  top: 102px;
}

#thums .lp6 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_6.jpg) no-repeat;
  left: 270px;
  top: 102px;
}

#thums .lp6 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_6.jpg) no-repeat;
  left: 270px;
  top: 102px;
}

#thums .lp7 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_7.jpg) no-repeat;
  left: 401px;
  top: 102px;
}

#thums .lp7 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/15_lps/lp_thum_7.jpg) no-repeat;
  left: 401px;
  top: 102px;
}

/* 
----------------------------------------------------------------------------
residencies - Leftover - thums
----------------------------------------------------------------------------
*/

#thums .lo1 {
  width: 69px;
  height: 92px;
  background: url(1_Assets/3_Images/16_leftover/lo_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .lp1 span {
  width: 69px;
  height: 0px;
  background: url(1_Assets/3_Images/16_leftover/lo_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

/* 
----------------------------------------------------------------------------
residencies - riaa - thums
----------------------------------------------------------------------------
*/

#thums .ri1 {
  width: 113px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_1.jpg) no-repeat;
  left: 466px;
  top: 102px;
}

#thums .ri1 span {
  width: 113px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_1.jpg) no-repeat;
  left: 466px;
  top: 102px;
}

#thums .ri2 {
  width: 118px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_2.jpg) no-repeat;
  left: 128px;
  top: 0px;
}

#thums .ri2 span {
  width: 118px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_2.jpg) no-repeat;
  left: 128px;
  top: 0px;
}

#thums .ri3 {
  width: 122px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_3.jpg) no-repeat;
  left: 256px;
  top: 0px;
}

#thums .ri3 span {
  width: 122px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_3.jpg) no-repeat;
  left: 256px;
  top: 0px;
}

#thums .ri4 {
  width: 122px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_4.jpg) no-repeat;
  left: 388px;
  top: 0px;
}

#thums .ri4 span {
  width: 122px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_4.jpg) no-repeat;
  left: 388px;
  top: 0px;
}

#thums .ri5 {
  width: 118px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .ri5 span {
  width: 118px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .ri6 {
  width: 118px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_6.jpg) no-repeat;
  left: 128px;
  top: 102px;
}

#thums .ri6 span {
  width: 118px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_6.jpg) no-repeat;
  left: 128px;
  top: 102px;
}

#thums .ri7 {
  width: 118px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_7.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .ri7 span {
  width: 118px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_7.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .ri8 {
  width: 118px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_8.jpg) no-repeat;
  left: 256px;
  top: 102px;
}

#thums .ri8 span {
  width: 118px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_8.jpg) no-repeat;
  left: 256px;
  top: 102px;
}

#thums .ri9 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_9.jpg) no-repeat;
  left: 384px;
  top: 102px;
}

#thums .ri9 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_9.jpg) no-repeat;
  left: 384px;
  top: 102px;
}

#thums .ri10 {
  width: 118px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_10.jpg) no-repeat;
  left: 0px;
  top: 204px;
}

#thums .ri10 span {
  width: 118px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_10.jpg) no-repeat;
  left: 0px;
  top: 204px;
}

#thums .ri11 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_11.jpg) no-repeat;
  left: 128px;
  top: 204px;
}

#thums .ri11 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_11.jpg) no-repeat;
  left: 128px;
  top: 204px;
}

#thums .ri12 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_12.jpg) no-repeat;
  left: 252px;
  top: 204px;
}

#thums .ri12 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_12.jpg) no-repeat;
  left: 252px;
  top: 204px;
}

#thums .ri13 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_13.jpg) no-repeat;
  left: 376px;
  top: 204px;
}

#thums .ri13 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_13.jpg) no-repeat;
  left: 376px;
  top: 204px;
}

#thums .ri14 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_14.jpg) no-repeat;
  left: 502px;
  top: 204px;
}

#thums .ri14 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_14.jpg) no-repeat;
  left: 502px;
  top: 204px;
}

#thums .ri15 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_15.jpg) no-repeat;
  left: 0px;
  top: 306px;
}

#thums .ri15 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_15.jpg) no-repeat;
  left: 0px;
  top: 306px;
}

#thums .ri16 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_16.jpg) no-repeat;
  left: 124px;
  top: 306px;
}

#thums .ri16 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_16.jpg) no-repeat;
  left: 124px;
  top: 306px;
}

#thums .ri17 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_17.jpg) no-repeat;
  left: 248px;
  top: 306px;
}

#thums .ri17 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_17.jpg) no-repeat;
  left: 248px;
  top: 306px;
}

#thums .ri18 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_18.jpg) no-repeat;
  left: 372px;
  top: 306px;
}

#thums .ri18 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_18.jpg) no-repeat;
  left: 372px;
  top: 306px;
}

#thums .ri19 {
  width: 114px;
  height: 92px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_19.jpg) no-repeat;
  left: 496px;
  top: 306px;
}

#thums .ri19 span {
  width: 114px;
  height: 0px;
  background: url(1_Assets/3_Images/17_riaa/ri_thum_19.jpg) no-repeat;
  left: 496px;
  top: 306px;
}

/* 
----------------------------------------------------------------------------
balin house - back yard - thums
----------------------------------------------------------------------------
*/

#thums .by1 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_1.jpg) no-repeat;
  left: 131px;
  top: 0px;
}

#thums .by1 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_1.jpg) no-repeat;
  left: 131px;
  top: 0px;
}

#thums .by2 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_2.jpg) no-repeat;
  left: 213px;
  top: 0px;
}

#thums .by2 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_2.jpg) no-repeat;
  left: 213px;
  top: 0px;
}

#thums .by3 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_3.jpg) no-repeat;
  left: 295px;
  top: 0px;
}

#thums .by3 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_3.jpg) no-repeat;
  left: 295px;
  top: 0px;
}

#thums .by4 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_4.jpg) no-repeat;
  left: 426px;
  top: 0px;
}

#thums .by4 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_4.jpg) no-repeat;
  left: 426px;
  top: 0px;
}

#thums .by5 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .by5 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .by6 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_6.jpg) no-repeat;
  left: 131px;
  top: 102px;
}

#thums .by6 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_6.jpg) no-repeat;
  left: 131px;
  top: 102px;
}

#thums .by7 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_7.jpg) no-repeat;
  left: 262px;
  top: 102px;
}

#thums .by7 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_7.jpg) no-repeat;
  left: 344px;
  top: 102px;
}

#thums .by8 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_8.jpg) no-repeat;
  left: 344px;
  top: 102px;
}

#thums .by8 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_8.jpg) no-repeat;
  left: 393px;
  top: 102px;
}

#thums .by9 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_9.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .by9 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/19_BackYard/by_thum_9.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

/* 
----------------------------------------------------------------------------
balin house - beating bounds - thums
----------------------------------------------------------------------------
*/

#thums .bb1 {
  width: 68px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .bb1 span {
  width: 68px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .bb2 {
  width: 134px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_2.jpg) no-repeat;
  left: 78px;
  top: 0px;
}

#thums .bb2 span {
  width: 134px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_2.jpg) no-repeat;
  left: 78px;
  top: 0px;
}

#thums .bb3 {
  width: 134px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_3.jpg) no-repeat;
  left: 222px;
  top: 0px;
}

#thums .bb3 span {
  width: 134px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_3.jpg) no-repeat;
  left: 222px;
  top: 0px;
}

#thums .bb4 {
  width: 68px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_4.jpg) no-repeat;
  left: 366px;
  top: 0px;
}

#thums .bb4 span {
  width: 68px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_4.jpg) no-repeat;
  left: 366px;
  top: 0px;
}

#thums .bb5 {
  width: 134px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_5.jpg) no-repeat;
  left: 444px;
  top: 0px;
}

#thums .bb5 span {
  width: 134px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_5.jpg) no-repeat;
  left: 444px;
  top: 0px;
}

#thums .bb6 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_6.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .bb6 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_6.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .bb7 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_7.jpg) no-repeat;
  left: 131px;
  top: 102px;
}

#thums .bb7 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_7.jpg) no-repeat;
  left: 131px;
  top: 102px;
}

#thums .bb8 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_8.jpg) no-repeat;
  left: 262px;
  top: 102px;
}

#thums .bb8 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_8.jpg) no-repeat;
  left: 262px;
  top: 102px;
}

#thums .bb9 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_9.jpg) no-repeat;
  left: 393px;
  top: 102px;
}

#thums .bb9 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_9.jpg) no-repeat;
  left: 393px;
  top: 102px;
}

#thums .bb10 {
  width: 134px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_10.jpg) no-repeat;
  left: 0px;
  top: 204px;
}

#thums .bb10 span {
  width: 134px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_10.jpg) no-repeat;
  left: 0px;
  top: 204px;
}

#thums .bb11 {
  width: 134px;
  height: 92px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_11.jpg) no-repeat;
  left: 144px;
  top: 204px;
}

#thums .bb11 span {
  width: 134px;
  height: 0px;
  background: url(1_Assets/3_Images/20_BeatingBounds/bb_thum_11.jpg) no-repeat;
  left: 144px;
  top: 204px;
}

/* 
----------------------------------------------------------------------------
balin house - blue - thums
----------------------------------------------------------------------------
*/

#thums .bl1 {
  width: 134px;
  height: 92px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .bl1 span {
  width: 134px;
  height: 0px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .bl2 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_2.jpg) no-repeat;
  left: 144px;
  top: 0px;
}

#thums .bl2 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_2.jpg) no-repeat;
  left: 144px;
  top: 0px;
}

#thums .bl3 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_3.jpg) no-repeat;
  left: 275px;
  top: 0px;
}

#thums .bl3 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_3.jpg) no-repeat;
  left: 275px;
  top: 0px;
}

#thums .bl4 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_4.jpg) no-repeat;
  left: 406px;
  top: 0px;
}

#thums .bl4 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_4.jpg) no-repeat;
  left: 406px;
  top: 0px;
}

#thums .bl5 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .bl5 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_5.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .bl6 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_6.jpg) no-repeat;
  left: 131px;
  top: 102px;
}

#thums .bl6 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/21_Blue/bl_thum_6.jpg) no-repeat;
  left: 131px;
  top: 102px;
}

/* 
----------------------------------------------------------------------------
balin house - Childs jail - thums
----------------------------------------------------------------------------
*/

#thums .jl1 {
  width: 68px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .jl1 span {
  width: 68px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_1.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#thums .jl2 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_2.jpg) no-repeat;
  left: 78px;
  top: 0px;
}

#thums .jl2 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_2.jpg) no-repeat;
  left: 78px;
  top: 0px;
}

#thums .jl3 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_3.jpg) no-repeat;
  left: 209px;
  top: 0px;
}

#thums .jl3 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_3.jpg) no-repeat;
  left: 209px;
  top: 0px;
}

#thums .jl4 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_4.jpg) no-repeat;
  left: 340px;
  top: 0px;
}

#thums .jl4 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_4.jpg) no-repeat;
  left: 340px;
  top: 0px;
}

#thums .jl5 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_5.jpg) no-repeat;
  left: 471px;
  top: 0px;
}

#thums .jl5 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_5.jpg) no-repeat;
  left: 471px;
  top: 0px;
}

#thums .jl6 {
  width: 72px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_6.jpg) no-repeat;
  left: 0px;
  top: 102px;
}

#thums .jl6 span {
  width: 72px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_6.jpg) no-repeat;
  left: 0px;
  top: 122px;
}

#thums .jl7 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_7.jpg) no-repeat;
  left: 82px;
  top: 102px;
}

#thums .jl7 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_7.jpg) no-repeat;
  left: 82px;
  top: 102px;
}

#thums .jl8 {
  width: 81px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_8.jpg) no-repeat;
  left: 213px;
  top: 102px;
}

#thums .jl8 span {
  width: 81px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_8.jpg) no-repeat;
  left: 213px;
  top: 102px;
}

#thums .jl9 {
  width: 121px;
  height: 92px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_9.jpg) no-repeat;
  left: 304px;
  top: 102px;
}

#thums .jl9 span {
  width: 121px;
  height: 0px;
  background: url(1_Assets/3_Images/22_Jail/jl_thum_9.jpg) no-repeat;
  left: 304px;
  top: 102px;
}
