/*
Theme Name: Jakson Theme
Theme URI: http://www.jaksonhotels.com/
Description:  Feature-packed theme with a solid design and a friendly interface. Designed by <a href="http://www.chocolatychandu.in/">chandra narayan gupta</a>.
Version: 1.0
Author: R Interactive
Author URI: http://www.rinteractive.in/
Tags: light, white, one-column, two-columns, three-columns, fixed-width, flexible-width, right-sidebar, left-sidebar, theme-options, threaded-comments, translation-ready, custom-header

	Jakson Theme 1.0 Wordpress theme
	  http://www.jaksonhotels.com/

	Theme designed by R Interactive. See the project page for more info and updates

	Both the design and code are released under GPL.
    http://www.rinteractive.in/

*/

*{ margin: 0 auto;}


body {
	background:#fff; 
	margin: 0px;
	overflow-x:hidden;
	}

@font-face {
	font-family: 'Conv_HelveticaLTStd-LightCond';
	src: url('http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/fonts/HelveticaLTStd-LightCond.eot');
	src: local(), url('http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/fonts/HelveticaLTStd-LightCond.woff') format('woff'), url('http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/fonts/HelveticaLTStd-LightCond.ttf') format('truetype'), url('http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/fonts/HelveticaLTStd-LightCond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaNeueLTCom-BdCn';
	src: url('http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/fonts/HelveticaNeueLTCom-BdCn.eot');
	src: url('http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/fonts/HelveticaNeueLTCom-BdCn.woff') format('woff'), url('http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/fonts/HelveticaNeueLTCom-BdCn.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-BdCn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


#header {
	position:fixed;
	top:0px;
	left:0px;
	background:#666; 
	height:70px; 
	width:100%;
}

h1 {
    color : #121212;
    font-family: 'Conv_HelveticaNeueLTCom-BdCn';
    font-size : 22px;
	font-weight:normal;
    margin : 0px 0px 20px 0px;
}
h2 {
    color : #121212;
    font-family: 'Conv_HelveticaNeueLTCom-BdCn';
    font-size : 18px;
	font-weight:normal;
	border-bottom:1px solid #16a2d3;
    margin : 0px 0px 15px 0px;
	padding-bottom:10px;
}

h3 {
    color : #333;
    font-family: 'Conv_HelveticaNeueLTCom-BdCn';
    font-size : 18px;
	font-weight:bold;
    margin : 0px auto 7px 0px;
}
h4 {
    color : #333;
    font-family:Arial, Helvetica, sans-serif;
    font-size : 20px;
	font-weight:normal;
	border-bottom:1px solid #cccccc;
    margin : 0px auto 15px 0px;
	padding-bottom:5px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    color : #666;
    line-height : 20px;
    margin :0px 0px 15px 0px;
}

.clear {clear:both;}



/* ### GALLERY ### */
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	text-align: center;
	width:233px;
	padding:0px!important;
	border:none!important;
	margin:0px 2px 0px 0px!important;
}
.gallery-columns-2 .gallery-item { width: 233px;
	height:150px; }
.gallery-columns-4 .gallery-item { width: 233px;
	height:150px; 	margin:0px; }
.gallery img {
	border: 0px solid white;
	padding: 0px;
	width: 233px;
	height:150px;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #666;
	font-size: 12px;
	margin: 0px 0 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


/* BOX GRID */
.boxgrid{ 
	width: 352px; 
	height: 208px; 
	margin:0px 10px 20px 0px; 
	float:left; 
	background:#161613; 
	border: solid 0px #8399AF; 
	overflow: hidden; 
	position: relative;
	cursor:pointer; 
	
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0;
	float:left;
}
.boxgrid .contentBG {
	width:330px;
	height:185px;
	border:0px solid red;
	margin:10px auto;
}
.boxgrid .contentBG-btn {
	width:auto;
	padding:8px 14px;
	background:#548eb2;
	border:0px solid red;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}
.boxgrid p{ 
	color:#fff;
	font-size:12px; 
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	margin:0px 0px 15px 0px;
}
.boxgrid h3 { 
	color:#548eb2;
	font-size:16px; 
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}

/*.job-training {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/job-training.jpg);
	width:352px;
	height:208px;
	border:none;
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 	
}
.hotel-operation {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/hotel-operation.jpg);
	width:352px;
	height:208px;
	border:none;
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 	
}
.young-managers {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/young-managers.jpg);
	width:352px;
	height:208px;
	border:none;
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 	
}*/



#bannerHome {
	background:url(images/banner.jpg) top center no-repeat;
	width:100%;
	height:355px;
	border:none;
	margin-bottom:0px;
	border:0px solid red;
}
#bannerWhy {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/whyWorkBanner.jpg) top center no-repeat;
	width:100%;
	height:355px;
	border:none;
	margin-bottom:0px;
	border:0px solid red;
}
#bannerFresh {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/freshHotelsBanner.jpg) top center no-repeat;
	width:100%;
	height:355px;
	border:none;
	margin-bottom:0px;
	border:0px solid red;
}



#readmore a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
#readmore a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#0099cc;
	text-decoration:underline;
}


/* ### NAVIGATION ### */
#mainMenuBox {
	width:100%;
	height:75px;
	position:fixed;
	z-index:1;
	margin-top:0px;
	margin-left:0px;
	border:0px solid blue;
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/navigationBkg.jpg) top left repeat-x;
}
#mainMenuBox .logo {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/JaksonInnsLogo.png);
	width:631px;
	height:94px;
	border:0px solid yellow;
	margin:10px 0px;
	float:left;
	position:absolute;
	margin-left:-285px;
	top:-15px;
}
#mainMenuBoxInner {
	width:990px;
	border:0px solid yellow;
	margin:0px auto;
}

#mainMenuBoxInner .mainMenu {
	border:0px solid blue;
	margin:17px 0px 0px 0px;
	float:right;
	width:600px;
}
#mainMenuBoxInner .mainMenu li{
	list-style:none;
	display:inline;
	float:right;
	padding:10px 24px;
}
#mainMenuBoxInner .mainMenu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color:#9ea391;
	text-decoration:none;
}
#mainMenuBoxInner .mainMenu li a:hover {
	color:#e9d9bb;
	text-decoration:none;
}
#mainMenuBoxInner .mainMenu li a.current {
	color:#e9d9bb;
	text-decoration:none;
}

#blank {
	width:100%;
	height:75px;
	border:0px solid blue;
}
#blank2 {
	width:100%;
	height:100px;
	border:0px solid blue;
}
#blank3 {
	width:100%;
	height:50px;
	border:0px solid blue;
}
#blank4 {
	width:100%;
	height:310px;
	border:0px solid blue;
}

/* BANNER */
#banner {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/bg_first.jpg) top center no-repeat;
	width:100%;
	height:488px;
	border:none;
}


label {
    text-align:left;
    width: 100%;
	display:block;
    font-size: 12px;
	font-style:normal;
	border:0px solid #eeeeee;
	margin-bottom:-10px;
}
input[type=text] {
	width:320px;
	padding:10px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border:1px solid #d8d8d8;
	-moz-box-shadow:inset 0 0 8px #f2f2f2;
	-webkit-box-shadow:inset 0 0 8px #f2f2f2;
	box-shadow:inset 0 0 8px #f2f2f2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2');
}
input[type=file], select {
	width:320px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border:1px solid #d8d8d8;
	-moz-box-shadow:inset 0 0 8px #f2f2f2;
	-webkit-box-shadow:inset 0 0 8px #f2f2f2;
	box-shadow:inset 0 0 8px #f2f2f2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2');
}
textarea {
	width:320px;
	height:88px;
	resize:none;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border:1px solid #d8d8d8;
	-moz-box-shadow:inset 0 0 8px #f2f2f2;
	-webkit-box-shadow:inset 0 0 8px #f2f2f2;
	box-shadow:inset 0 0 8px #f2f2f2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f2f2f2');
}
.submitOB {
	background:#229fff;
	cursor:pointer;
	padding:10px 15px;
	font-size:12px;
	float:left;
	border:none;
	color:#fff;
}
input[type=submit] {
	background:#229fff;
	cursor:pointer;
	padding:10px 15px;
	font-size:12px;
	float:left;
	border:none;
	color:#fff;
}


/* CONTAINER */
#container {
	width:996px;
	margin:10px auto;
	border:0px solid red;
}
#container .leftCol {
	width:730px;
	float:left;
	margin:0px;
	border:0px solid red;
}
#container .rightCol {
	width:242px;
	float:right;
	margin:0px;
	border:0px solid red;
}


/* HOMEPAGE BOXES */
#searchBox {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/homeSearchBox.jpg);
	width:352px;
	height:209px;
	margin:0px 0px 10px 0px;
	float:left;
}
#searchBox .panelSB {
	width:300px;
	margin:150px 0px 10px 20px;
	border:0px solid yellow;
}
#searchBox .panelSB input[type=text] {
	width:200px;
	height:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif!important;
	margin:0px!important;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;	
}
#searchBox .panelSB .searchBtnHome {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/searchBtnHomepage.jpg)!important;
	width:77px;
	height:37px;
	border:none!important;
	float:left;
	cursor:pointer;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;	
}



#delightBox {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/delightBox.jpg);
	width:352px;
	height:209px;
	margin:0px 0px 10px 0px;
	float:right;
	border:0px solid red;
}
#delightBoxInner {
	width:320px;
	height:190px;
	border:0px solid blue;
	margin:10px auto;
}
#coreValues {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/coreValues.png);
	width:320px;
	height:39px;
	border:0px solid blue;
}
.coreValuesImg01 {
	background:url(images/coreValues01.png);
	width:320px;
	height:121px;
	border:0px solid blue;
}
.coreValuesImg02 {
	background:url(images/coreValues02.png);
	width:320px;
	height:121px;
	border:0px solid blue;
}
.coreValuesImg03 {
	background:url(images/coreValues03.png);
	width:320px;
	height:121px;
	border:none;
}
.coreValuesImg04 {
	background:url(images/coreValues04.png);
	width:320px;
	height:121px;
	border:none;
}
.coreValuesImg05 {
	background:url(images/coreValues05.png);
	width:320px;
	height:121px;
	border:none;
}
.coreValuesImg06 {
	background:url(images/coreValues06.png);
	width:320px;
	height:121px;
	border:none;
}
.coreValuesImg07 {
	background:url(images/coreValues07.png);
	width:320px;
	height:121px;
	border:none;
}
.coreValuesImg08 {
	background:url(images/coreValues08.png);
	width:320px;
	height:121px;
	border:none;
}

#delightBoxInnerTop {
	width:320px;
	height:115px;
	overflow:hidden;
	border:0px solid blue;
}

#delightBoxInnerBottom {
	width:320px;
	height:30px;
	border:0px solid blue;
}

#whyWorkBox {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/whyWorkBox.jpg);
	width:352px;
	height:209px;
	margin:0px 0px 10px 0px;
	float:left;
}
#freshHotelsBox {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/freshHotelsBox.jpg);
	width:352px;
	height:209px;
	margin:0px 0px 10px 0px;
	float:right;
}


/* CURRENT OPENINGS */
#currentOpenings {
	padding:10px;
	border:1px solid #ebebeb;
	margin:0px 0px 10px 0px;
}
#currentOpenings .headingCO a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#16a2d3;
	text-decoration:none;
	margin:0px 0px 10xp 0px;
}
#currentOpenings .dateCO {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	margin:0px 0px 10xp 0px;
}


/* JOB DEATILS */
#jobDetails {
	width:100%;
	margin-bottom:20px;
	border:0px solid blue;
}
#jobDetails .leftBox {
	width:130px;
	float:left;
	background:#f2f1f1;
	padding:10px;
	min-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}
#jobDetails .rightBox {
	width:550px;
	float:right;
	background:#fafafa;
	padding:10px;
	min-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #ffffff;
}
#jobDetails .rightBox p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}



/* HOMEPAGE BOXES */
#searchBoxSidebar {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/sidebarSearchBox.jpg);
	width:242px;
	height:89px;
	margin:0px 0px 10px 0px;
}
#searchBoxSidebar .panelSBS {
	width:220px;
	margin:0px auto;
	padding-top:45px;
	border:0px solid yellow;
}
#searchBoxSidebar .panelSBS input[type=text] {
	width:130px;
	height:17px;
	float:left;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif!important;
	margin:0px!important;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;	
}
#searchBoxSidebar .panelSBS .searchBtnHomeS {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/searchBtnHomepage.jpg) left center no-repeat!important;
	width:77px;
	height:28px;
	border:none!important;
	float:left;
	cursor:pointer;
	border:none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;	
}


/* SIDEBAR NAV */
#sidebarNav {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/sidebarNav.jpg);
	width:242px;
	height:162px;
}
#sidebarNav .middleBox {
	width:220px;
	height:140px;
	border:0px solid yellow;
	margin:10px auto;
	padding-top:5px;
}
#sidebarNav .middleBox ul {
	margin:10px 0px 0px -40px;
}
#sidebarNav .middleBox li {
	list-style:none;
	color:#666666;
}
#sidebarNav .middleBox li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#9f8879;
	text-decoration:none;
	padding:10px 0px;
	display:block;
	border-bottom:1px dashed #6b5647;
	
}
#sidebarNav .middleBox li a:hover {
	color:#fff;
	text-decoration:none;
	padding:10px 0px;
}



/* SEARCH PAGE */
#searchPage {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/searchBox.jpg);
	width:730px;
	height:105px;
	margin:0px 0px 15px 0px;
}
#searchPage .panelSBP {
	width:690px;
	margin:0px 0px 0px 15px;
	padding-top:50px;
	border:0px solid yellow;
}
#searchPage .panelSBP input[type=text] {
	width:500px;
	height:15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif!important;
	font-size:16px;
	margin:0px!important;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;	
}
#searchPage .panelSBP .searchBtn {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/searchBtnHomepage.jpg)!important;
	width:77px;
	height:37px;
	border:none!important;
	float:left;
	cursor:pointer;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;	
}


/* FORMS */
#formBox {
	width:100%;
	margin-bottom:20px;
	border:0px solid blue;
}
#formBox .leftBoxFB {
	width:340px;
	float:left;
	border:0px solid #ccc;
}
#formBox .rightBoxFB {
	width:340px;
	float:right;
	border:0px solid #ccc;
}


/* FILTER RESULTS */
#filterResults {
	width:100%;
	border-bottom:1px solid #e9e8e7;
	margin-bottom:30px;
	margin-top:20px;
	padding-bottom:5px;
}
#filterResults .txt {
	width:200px;
	float:left;
	border:0px solid red;
}
#filterResults .paginav {
	width:500px;
	float:right;
	text-align:right;
	border:0px solid red;
}
#filterResultsB {
	width:100%;
	border-top:1px solid #e9e8e7;
	margin-top:30px;
	margin-top:20px;
	padding-bottom:5px;
	padding-top:10px;
}
#filterResultsB .txtB {
	width:200px;
	float:left;
	border:0px solid red;
}
#filterResultsB .paginavB {
	width:500px;
	float:right;
	text-align:right;
	border:0px solid red;
}




/* CURRENT OPENINGS */
#searchResults {
	padding:10px;
	border:1px solid #ebebeb;
	margin:0px 0px 10px 0px;
}
#searchResults .headingSR a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#16a2d3;
	text-decoration:none;
	margin:0px 0px 15px 0px;
}
#searchResults .contentSR p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	margin:0px 0px 10px 0px;
}
#searchResults .viewDetails {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background:#42b3e5;
	padding:6px;
	float:left;
	margin:0px 10px 10px 0px;
}

/* LEFT RIGHT BUTTON */
.rightBtn {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/leftBtn.png);
	width:32px;
	height:30px;
	border:none;
	float:left;
	cursor:pointer;
}	
.leftBtn {
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/rightBtn.png);
	width:32px;
	height:30px;
	border:none;
	float:right;
	cursor:pointer;
}	


/* FOOTER */
#footerTxt {
	width:100%;
	margin:0px;
	padding:20px 0px;
	background:url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/contactBkg.jpg) top left repeat-x;
}
#footerTxtInner {
	width:964px;
	margin:0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#604737;	
}


	


/* HOMEPAGE SLIDER */
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 320px; height:115px; border:0px solid blue;  }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 320px; height: 115px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 0px solid black; margin-right: 5px; }
#movers-row									{ margin: 0px auto; border:0px solid blue; width: 315px; }
#movers-row div								{ width: auto; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ padding: 0px; height: 30px; color: black; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 45px;
											  position: relative; z-index: 9999; }
.active-thumb 								{ background: transparent url(http://jaksonhospitality.com/career/wp-content/themes/jaksonTheme/images/icon00-uparrowsmallwhite.png) top center no-repeat; }