
.menu{
	font-family: Arial;
	color: #4d4d4d;
	width: 80px;
	position: relative;
	height: 40px;
	text-align:left;
}
.menu li a{
	color: #515151;
	display: block;
	padding: 6px 15px;
	cursor: pointer;
	font-size: 14px;
}
.menu li a:hover{
	background: #C00;
	color: #fff;
}
.sub{
	background: #fff;
	position: absolute;
	z-index: 2;
	width: 150px;
	padding: 10px 0 3px;
	border-radius: 3px;
	box-shadow: 0 2px 4px #ddd;
	border: 1px solid #ddd;
	display: none;
	top:35px;
}
a.hover-link{
	width: 70px;
	font-size: 14px;
	color: #515151;
	position: absolute;
	z-index: 110;
	display: block;
	padding: 7px 0 1px 10px;
	height: 28px;
	cursor:pointer;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
.sub-options{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 11px;
}


ul.tabs
{
    padding: 2px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 14px;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
  border-bottom:3px #ff0000 solid; 
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    font-weight:bold;
	border-bottom:3px #ff0000 solid;
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
    border: 1px solid #c9c9c9; padding: 20px 15px;
    background-color:#FFF;
    border-radius: 0 2px 2px 2px;
}

.slide-inner
{
	padding:0;
	margin:0 auto;
}

.slide-inner h3
{
	font-size:14px; color:#333; padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.slide-inner p
{
	font-size:12px; color:#333; line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

.arrow {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

.slide-cont { padding:8px 0px; border-bottom:1px #ccc dashed;}
.slide-cont-lft { float:left; width:100px;}
.slide-cont-lft-pic { padding:0; margin:0 auto;}
.slide-cont-lft-pic img { width:98px; border:none; border:1px #ccc solid;}
.slide-cont-rgt { float:left; width:110px; margin-left:7px;}
.slide-cont-rgt-mat { padding:0; margin:0 auto;}
.slide-cont-rgt-mat p { font-size:12px; color:#807F7F; line-height:16px; padding-bottom:5px;}
.slide-cont-rgt-mat a { color:#0077AA;}
.slide-cont-rgt-mat a:hover { text-decoration:underline;}

.slider-wrap								{ width: 750px; position: absolute; margin-bottom:30px;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 750px; height: 360px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 750px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin:-45px -28px 0px 0px; }
#movers-row div								{ width:16%; float: left; }
#movers-row div a.cross-link 				{ float:right; text-align:center; color:#0077AA;}
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 115px; margin-top: -15px; 
											  position: relative; padding-top: 15px; z-index: 9999; text-align:center;}
.active-thumb 								{ background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat;}