/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Tahoma;
   font-size: 12px;
   margin: 0 auto;     /* this centers wrapper */
   
}

table, label,tr,td,select,input,form,submit,reset {
   font-family: Verdana;
   font-size: 12px;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a {
  text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:10px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}
a:link {
   text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:10px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}
a:active {
   text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:10px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}
/* remove underline on hover and change color */
a:hover {
   font-family:Tahoma,Verdana;
   font-size:10px;
   font-weight:bold;
   text-decoration: none;
   color: #58595B;
}

a:visited {
  font-family:Tahoma,Verdana;
  font-size:10px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000;                 /* a different color can be used for visited links */
}

a.menu{
  text-decoration: none;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}
a.menu:link {
   text-decoration: none;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}
a.menu:active {
   text-decoration: none;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}
a.menu:hover {
   font-family:Arial;
   font-size:12px;
   font-weight:bold;
   text-decoration: none;
   color: #58595B;
}
a.menu:visited {
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000;                 /* a different color can be used for visited links */
}

/***************
Top Header Menu Link style
***************/
a.topheader {
  text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:12px;
  font-weight:bold;
  background-color: inherit; 
  color: #FFFFFF; 
}
a.topheader:link {
  text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:12px;
  font-weight:bold;
  background-color: inherit; 
  color: #FFFFFF; 
}
a.topheader:active {
  text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:12px;
  font-weight:bold;
  background-color: inherit; 
  color: #FFFFFF; 
}

a.topheader:visited {
  font-family:Tahoma,Verdana;
  font-size:12px;
  font-weight:bold;
  background-color: inherit; 
  color: #FFFFFF;                 /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a.topheader:hover {
   font-family:Tahoma,Verdana;
   font-size:12px;
   font-weight:bold;
   text-decoration: none;
   color: Yellow;
}

/*****************
Link style for item display
*****************/
a.item {
  text-decoration: none;
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  color: #000000; 
}
a.item:link {
  text-decoration: none;
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  color: #000000; 
}
a.item:active {
  text-decoration: none;
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  color: #000000; 
}

a.item:visited {
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  color: #000000;                 /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a.item:hover {
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   text-decoration: none;
   color: #006417;
}

/*****************
Link style for category display
*****************/
a.category {
  padding-left:5px;
  text-decoration: none;
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  color: #ffffff; 
}

a.category:link {
  padding-left:5px;
  text-decoration: none;
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  color: #ffffff; 
}

a.category:active {
  padding-left:5px;
  text-decoration: none;
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  color: pink; 
}

a.category:visited {
  padding-left:5px;
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  color: #ffffff;                 /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a.category:hover {
  padding-left:5px;
   font-family:Verdana;
   font-size:13px;
   font-weight:bold;
   text-decoration: underline;
   color: pink;
}


/*****************
Link style for category display
*****************/
a.footer {
  text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:11px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}
a.footer:link {
  text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:11px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}
a.footer:active {
  text-decoration: none;
  font-family:Tahoma,Verdana;
  font-size:11px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000; 
}

a.footer:visited {
  font-family:Tahoma,Verdana;
  font-size:11px;
  font-weight:bold;
  background-color: inherit; 
  color: #000000;                 /* a different color can be used for visited links */
}
a.footer:hover {
   font-family:Tahoma,Verdana;
   font-size:11px;
   font-weight:bold;
   text-decoration: none;
   color: #58595B;
}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;     /* this centers wrapper */
   background-color: #fff;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 80px; /* adjust according your image size */
   background: #385678;           
}

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; 
   display: block; 
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 ndiv#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
}


div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #385C72; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
  line-height:1.4em;
  margin: 0 0 1.5em 0;
  padding: 10px;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}


a:link {
font-family: Tahoma;
font-size: 12px;
	text-decoration: none;
}
a:visited {
font-size: 12px;
font-family: Tahoma;
	text-decoration: none;
}
a:hover {
font-size:12px;
font-family: Tahoma;
	text-decoration: none;
}
a:active {
font-size:12px;
font-family: Tahoma;
	text-decoration: none;
}

/* END LISTS */

BODY, DIV, P, TD, TH {
    font-family : arial, helvetica, sans-serif;
    font-size : 100%;
    font-size : 10pt;
}
BODY {
    margin : 0px;
    padding : 0px;
    background-color : #fff;
}

#sky-body {
    background-image : url("../img/page-background_new.gif");
    background-repeat : repeat-y;
}
P {
    margin-top : 0px;
}
FIELDSET DIV {
    margin : 10px;
    padding : 5px 3px 5px 0px;
    width : 100%;
}
FIELDSET DIV .sky-table {
    margin : 0px;
    padding : 0px;
}
FIELDSET {
    -moz-border-radius : 3px;
    border-style : solid;
    border-width : 1px;
    border-color : #ccc;
    width : 95%;
}
FIELDSET LEGEND {
    color : #000;
}


#sky-header {
    width : 100%;
    height : 80px;
    border : 0px;
    background-image : url("../img/header-background_new.gif");
    background-repeat : repeat-x;
    background-color : #369;
}

#sky-header H1{
	margin:0;
	padding:10px;
	color:#F7F7F7;
	width:500px;
	height:22px;
	font-size:14pt;
	font-weight:normal;
	font-family:sans-serif;
	filter: Shadow(Color=#707070, Direction=100)
}

#sky-header .info {
    font-size : 8pt;
    color : #fff;
    padding-right : 2em;
    text-align : right;
}

#sky-content {
    padding : 1em;
}

#sky-header #sky-tabs UL, #sky-header #sky-tabs LI {
    display : inline;
    padding : 3px;
    margin : 0px;
}
#sky-header #sky-tabs LI {
    font-family : verdana;
    font-size : 8pt;
    font-weight : bold;
}
#sky-header #sky-tabs LI A {
    text-decoration : none;
    padding : 3px 5px 3px 5px;
    background-color : #6788A6;
    color :	#FFFFFF;
}
#sky-header #sky-tabs LI A:hover {
    color : #fff;
    text-decoration : underline;
}
#sky-header #sky-tabs .currentlink A {
    color : #fff;
    background-color : #EAF1F8;
    color: #006699;
    padding-top: 5px;
	padding-bottom: 10px;
}

#logviewer .sky-tabs TD {
    font-family : verdana;
    font-size : 8pt;
}
#logviewer .sky-tabs .sky-tab, .sky-tabs .sky-tab-active {
    border : 1px #ccc solid;
    white-space : nowrap;
    padding : 4px 1em 4px 1em;
    background-color : #ddd;
}
#logviewer .sky-tabs .sky-tab-active {
    border-bottom : 1px #fff solid;
    background-color : #fff;
}
#logviewer .sky-tabs .sky-spacer, .sky-tabs .sky-stretch {
    border-bottom : 1px #ccc solid;
}
#logviewer .sky-tabs .sky-tab A, #logviewer .sky-tabs .sky-tab-active A {
    text-decoration : none;
    font-weight : bold;
    color : #000;
}
#logviewer .sky-tabs .sky-tab A:hover, #logviewer .sky-tabs .sky-tab-active A:hover {
    text-decoration : underline;
}

.log-info {
    border-width : 0px 1px 1px 1px;
    border-color : #ccc;
    border-style : solid;
}


/* --------------------------------------------- */
/*  -- Login link --                            */
/* --------------------------------------------- */

.sky-login-form {
    position : relative;
    top : 148px;
    text-align : center;
    width : 100%;
}
.sky-login-form .sky-login-label {
    font-size : 0.8em;
}
.sky-login-form .sky-footer {
    font-size : 0.8em;
    font-weight : bold;
}
#sky-login-text-image {
    padding : 0px;
    margin : 0px;
    padding-top : 18px;
    padding-bottom : 10px;
}
#sky-logo-image {
    padding : 0px;
    margin : 0px;
    padding-right : 10px;
}
/* --------------------------------------------- */
/*  -- Logout link --                            */
/* --------------------------------------------- */

#sky-header #sky-logout {
    white-space : nowrap;
}
#sky-header #sky-logout A {
    color : #CEE1FA;
    font-size : 8pt;
    font-family : verdana;
    font-weight : bold;
    text-decoration : none;
}
#sky-header #sky-logout A:hover {
    color : #fff;
    text-decoration : underline;
}

#sky-main #sky-title {
    font-size : 12pt;
    font-weight : bold;
    padding-bottom : 1em;
}
#sky-main #sky-breadcrumbs {
    font-size : 8pt;
    font-family : verdana;
    white-space : nowrap;
}
#sky-main #sky-breadcrumbs A {
    color : #000;
    text-decoration : none;
}
#sky-main #sky-breadcrumbs A:hover {
    color : #000;
    text-decoration : underline;
}

#sky-main #sky-sidebar {
    padding : 0px 5px 5px 5px;
}
#sky-main #sky-sidebar ul {
	margin: 0; 
	padding: 0 0 0 0; 
	list-style-type: none; 
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#sky-main #sky-sidebar li {
	margin: 0 15px 2px 0px;
	width : 160px;	
}
#sky-main #sky-sidebar a {
	display: block;
	padding: 2px 2px 2px 10px;
	border: 1px solid #EAF1F8;
	color: #003366;
	width: 160px;
	-moz-border-radius : 3px;

}
#sky-main #sky-sidebar a:link, #sky-main #sky-sidebar a:visited {
	color: #000;
	text-decoration: none; 
}
#sky-main #sky-sidebar a:hover {

	border : 1px solid #369;
	background-color : #fff;
}
#sky-main #sky-sidebar .currentlink a,
#sky-main #sky-sidebar .currentlink a:link,
#sky-main #sky-sidebar .currentlink a:visited,
#sky-main #sky-sidebar .currentlink a:hover
{
	border: 1px solid #369;
	background-color: #5C7D9D;
	color: #fff; 
	font-weight : bold;
}
#sky-main #sky-sidebar .category {
    padding-top : 1.5em;
    padding-bottom : 0.5em;
    font-weight : bold;
}
#sky-main #sky-sidebar .subitems LI {
    margin-left : 10px;
    width : 130px;
}
#sky-main #sky-sidebar .subitems LI A {
    margin-left : 10px;
    padding : 2px 2px 2px 5px;
    width : 120px;
}

#sky-runningtask {
    margin-left : 1em;
}

PRE, TT {
    font-size : 10pt;
    font-family : courier new, monospaced;
}


.sky-error TABLE, .sky-info TABLE, .sky-success TABLE {
    border : 1px #ccc solid;
}
.sky-error TD, .sky-info TD, .sky-success TD {
    padding : 3px;
    vertical-align : top;
}
.sky-error-text, .sky-error .sky-icon-label, .sky-error-text A, .sky-error .sky-icon-label A {
    color : #f00;
}
.sky-success-text, .sky-success .sky-icon-label, .sky-success-text A, .sky-success .sky-icon-label A {
    color : #090;
}
.sky-info-text, .sky-info .sky-icon-label, .sky-info-text A, .sky-info .sky-icon-label A {
    color : #306;
}


.sky-table {
    border-color : #bbb;
    border-style : solid;
    border-width : 1px 1px 0px 1px;
}
.sky-table .c1, fieldset .c1 {
    width : 30%;
}
.sky-table TH, .sky-table TD {
    padding : 4px;
}
.sky-table TH {
    background-color : #eee;
    border-bottom : 1px #bbb solid;
    border-right : 1px #bbb solid;
    text-align : center;
    font-family : verdana;
    font-size : 8pt;
    font-weight : bold;
}
.sky-table TR TD {
    border-bottom : 1px #ccc solid;
    border-right : 1px #ccc solid;
}
.sky-table TD {
    font-family : arial, helvetica, sans-serif;
    font-size : 10pt;
}
.sky-table .sky-odd TD {
    background-color : #fff;
}
.sky-table .sky-even TD {
    background-color : #fbfbfb;
}
.sky-table TFOOT TD {
    background-color : #ddd;
    font-family : verdana;
    font-size : 8pt;
    border-right : 1px #bbb solid;
}
.sky-table TD TD {
    border-width : 0px;
}
.sky-table INPUT, .sky-table SELECT {
    font-family : verdana;
    font-size : 8pt;
}

.sky-description, .sky-description A, .sky-table .sky-date, .sky-description INPUT,
.sky-description SELECT
{
    font-family : verdana,arial,helvetica,sans-serif;
    font-size : 8pt;
}

.sky-label {
    background-color : #eee;
    padding-right : 10px;
    width : 1%;
    white-space : nowrap;
}

.sky-buttons .sky-icon {
    padding : 3px;
}
.sky-buttons .sky-icon-label {
    padding : 3px;
    white-space : nowrap;
    padding-right : 1em;
    font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
}

TABLE.calBgColor {
    padding : 0px;
}
td.cal {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background-color : #fff;
    padding : 0px;
}
select.month {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    width : 85px;
}
input.year {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    width : 30px;
}
td.calDaysColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #000000;
}
td.calWeekend {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #d3d3d3;
}
td.calBgColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #ffc;
}
.calBorderColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #a9a9a9;
}
td.calHighlightColor {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #ffffff;
    background-color : #ffffcc;
}
A.cal {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #000000;
    background: transparent;
    text-decoration : none;
}
A.cal:Hover {
    font-family : Arial,Helvetica,Sans-serif;
    font-size : 11px;
    color : #FF0000;
    background: transparent;
    text-decoration : none;
}
.calDisabled {
  font-family : Arial,Helvetica,Sans-serif;
  font-size : 11px;
  color : #808080;
  background: transparent;
  text-decoration : none;
}


.sky-quoteheader {
    font-weight : bold;
    width : 90%;
    margin-left : 15px;
}
.sky-quote {
    border : #d1d7dc 1px solid;
    color : #444;
    background-color : #fafafa;
    width : 90%;
    margin-left : 15px;
}

#sky-loginBox {
    display: block;
    position: relative;
    width: 500px;
    text-align: left;
    top: 148px;
}
#sky-loginLogo {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 12px 0px 0px 50px;
    background: url('../img/logo-nx.gif') no-repeat;
    float: left;
    overflow: hidden;
}
#sky-loginHeader {
    display: block;
    position: relative;
    width: 300px;
    height: 40px;
    margin: 25px 0px 10px 0px;
    padding-top: 9px;
    font-size: 20px;
    color: #255480;
    float: right;
    overflow: hidden;
}
#sky-loginTable {
    display: block;
    position: relative;
    clear: both;
    width: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px;

}
#sky-loginTable td.loginFormTable {
    padding: 17px 17px 7px 18px;
    background-color: #e1eaf1;
    border: 1px solid #b6c5d3;
    -moz-border-radius: 4px;
}
#sky-loginVersion {
    color: #999999;
    font-weight: normal;
    font-size: 11px;
    padding-top: 8px;
}

.sky-login-label {
    font-size : 12px;
    font-weight: bold;
    color: #214c74;
}

.sky-login-body {
    background-image : url(../img/login_background.png);
    background-repeat : repeat-x;
    background-color : #fff;
    padding : 0px;
    margin : 0px;
}
.fr_category {
  padding-left:5px;
  text-decoration: none;
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  color: #ffffff; 
}

/*********For image appear********/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
