/* begin Page */


body
{
	margin: 0 auto;
	padding: 0;
	
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#an-main
{
	position: relative;
	width: 850;
	left: 0;
	top: 0;
}




#an-page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.an-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 850px;
	min-width:23px;
	min-height:23px;
}

.an-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 1px;
}


.an-Sheet
{
	margin-top: -1px !important;
}

#an-page-background-simple-gradient, #an-page-background-gradient, #an-page-background-glare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Header */
div.an-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 850px;
	height: 120px;
}


div.an-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 850px;
	height: 120px;
	background-image: url('../images/testata_2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.an-Logo
{
	display : block;
	position: absolute;
	left: 9px;
	top: 3px;
	width: 889px;
}

h1.an-Logo-name
{
	display: block;
	text-align: left;
}

h1.an-Logo-name, h1.an-Logo-name a, h1.an-Logo-name a:link, h1.an-Logo-name a:visited, h1.an-Logo-name a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #FFFFFF !important;
}

.an-Logo-text
{
	display: block;
	text-align: left;
}

.an-Logo-text, .an-Logo-text a
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
	padding:0;
	margin:0;
	color: #FA7500 !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.an-menu a, .an-menu a:link, .an-menu a:visited, .an-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.an-menu, .an-menu ul
{
	margin: 0;
	margin-left:2px;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.an-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.an-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.an-menu li li
{
	float: none;
}

.an-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.an-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.an-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}




.an-menu:after, .an-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.an-menu, .an-menu ul
{
	min-height: 0;
}

.an-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.an-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.an-menu
{
	padding: 3px 2px 0px 2px;
}

.an-nav
{
	position: relative;
	height: 33px;
	z-index: 100;
}

.an-nav .l, .an-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 33px;
	background-image: url('images/nav.png');
}

.an-nav .l
{
	left: 0;
	right:0px;
}

.an-nav .r
{
	right: 0;
	width: 898px;
	clip: rect(auto, auto, auto, 898px);
}


/* end Menu */

/* begin MenuItem */
.an-menu ul li
{
	clear: both;
}

.an-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 0px;
}


.an-menu a .r, .an-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('images/MenuItem.png');
}

.an-menu a .l
{
	left:0;
	right:4px;
}

.an-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.an-menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #FBFCFD;
	padding: 0 4px;
	margin: 0 3px;
	line-height: 29px;
	text-align: center;
}


.an-menu a:hover .l, .an-menu a:hover .r
{
	top:-29px;
}

.an-menu li:hover>a .l, .an-menu li:hover>a .r
{
	top:-29px;
}

.an-menu li:hover a .l, .an-menu li:hover a .r
{
	top:-29px;
}
.an-menu a:hover .t
{
	color: #000000;
}

.an-menu li:hover a .t
{
	color: #000000;
}

.an-menu li:hover>a .t
{
	color: #000000;
}


.an-menu a.active .l, .an-menu a.active .r
{
	top: -58px;
}

.an-menu a.active .t
{
	color: #273A59;
	
}



/* end MenuItem */

/* begin MenuSubItem */
.an-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.an-men ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.an-men ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.an-men ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.an-men ul li ul li a{
font: normal 13px Verdana;
width: 50px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.an-nav ul.an-menu ul span, .an-nav ul.an-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.an-menu ul a, .an-menu ul ul a, .an-menu ul a:link, .an-menu ul a:visited, .an-menu ul a:hover, .an-menu ul a:active, .an-nav ul.an-menu ul span, .an-nav ul.an-menu ul span span 
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #421F00;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}


.an-menu ul li a:hover
{
	color: #000000;
	background-position: 0 -20px;
}



.an-menu ul li:hover>a
{
	color: #000000;
	background-position: 0 -20px;
}

.an-nav .an-menu ul li a:hover span, .an-nav .an-menu ul li a:hover span span
{
	color: #000000;
}

.an-nav .an-menu ul li:hover>a span, .an-nav .an-menu ul li:hover>a span span
{
	color: #000000;
}


/* end MenuSubItem */

/* begin ContentLayout */
.an-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 850px;
	
}
/* end ContentLayout */

/* begin Box, Block */
.an-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
	
}

.an-Block-body
{
	position: relative;
	z-index: 1;
	background-color:#0066CC;
	
}

.an-Block-news
{
	position: relative;
	z-index: 1;
	background-color:#FFFFFF;
	border: 1px solid #0066CC;
	margin-top:5px;
	
}

.header-news {
	background:#0066CC;
	color:#FFFFFF;
	font: normal 13px Verdana;
	
}


/* end Box, Block */

/* begin BlockHeader */
.an-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.an-BlockHeader .t
{
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}

.an-BlockHeader .l, .an-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.an-BlockHeader .l
{
	left:0;
	right:6px;
}

.an-BlockHeader .r
{ 
	width:200px;
	right:0;
	background-position:right;
	/*clip: rect(auto, auto, auto, 892px);*/
}




/* end BlockHeader */

/* begin Box, BlockContent */
.an-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.an-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}



.an-BlockContent-body
{
	color:#2C4163;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.an-BlockContent-body a:link
{
	color: #FF7C0A;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.an-BlockContent-body a:visited, .an-BlockContent-body a.visited
{
	color: #867C8D;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.an-BlockContent-body a:hover, .an-BlockContent-body a.hover
{
	color: #D16200;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.an-BlockContent-body ul
{
	list-style-type: none;
	color: #363239;
	margin:0;
	padding:0;
}

.an-BlockContent-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}

.an-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.an-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.an-Post-body
{
	position: relative;
	z-index: 1;
	padding: 10px;
}



.an-Post
{
	margin: 10px;
}

/* Stan images */
a img
{
	border: 0;
}

.an-anicle img, img.an-anicle
{
	border: solid 1px #91A9CF;
	margin: 1em;
}

.an-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Stan tables */

.an-anicle table, table.an-anicle
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.an-anicle table, table.an-anicle .an-anicle tr, .an-anicle th, .an-anicle td
{
	background-color:Transparent;
}

.an-anicle th, .an-anicle td
{
	padding: 2px;
	border: solid 1px #988F9E;
	vertical-align: top;
	text-align:left;
}

.an-anicle th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.an-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font:Verdana;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color:#0066CC;
	
}

/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color:#000000;
}


.an-PostContent p 
{
	margin: 0.5em 0;
}

.an-PostContent, .an-PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color:#000000;
 
  
}

.an-PostContent
{
  margin:0;
}

.an-PostContent_2 p 
{
	margin: 0.5em 0;
}

.an-PostContent_2, .an-PostContent_2 p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #273A59;
  margin-left:90px; 
  
}

.an-PostContent_2
{
  margin:0;
}

/* Stan Content link style */
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #EB6D00;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #EB6D00;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
color:#0066CC;

}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #111927;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Stan Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #36517C;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #486BA3;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #5A535F;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #192539;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #192539;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #192539;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Stan Content list */
ol, ul
{
	color: #413B44;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.an-Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.an-Post ol li, .an-Post ul ol li
{
	background: none;
	padding-left:0;
}

.an-Post ul li, .an-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
	/*list-style:circle outside; color:#f07c2f;
	text-decoration:none;
	color:#000000;*/
	
	
	
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Stan blockquote */
blockquote,
blockquote p,
.an-PostContent blockquote p
{
	color:#312D34;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.an-PostContent blockquote
{
		border:solid 1px #FFB06B; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#FFD6B3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.an-button-wrapper .an-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:28px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.an-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 28px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .an-button-wrapper
{
	display:block;
	float:left;
}

.an-button-wrapper .an-button
{
	display:block;
	height: 28px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 11px !important;
	line-height: 28px;
	text-decoration: none !important;
	color: #FFFFFF !important;
}

input, select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.an-button-wrapper.hover .an-button, .an-button:hover
{
	color: #F36639 !important;
	text-decoration: none !important;
}

.an-button-wrapper.active .an-button
{
	color: #F2F1F3 !important;
}

.an-button-wrapper .l, .an-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 84px;
	background-image: url('../images/Button.png');
}

.an-button-wrapper .l
{
	left:0;
	right:10px;
}

.an-button-wrapper .r
{
	width:10px;
	right:0;
	background-position:right;
	/*clip: rect(auto, auto, auto, 399px);*/
}

.an-button-wrapper.hover .l, .an-button-wrapper.hover .r
{
	top: -28px;
}

.an-button-wrapper.active .l, .an-button-wrapper.active .r
{
	top: -56px;
}


/* end Button */

/* begin Footer */
.an-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 850px;
	margin: 5px auto 0px auto;
}

.an-Footer .an-Footer-inner
{
	height:50px;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.an-Footer .an-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/footer.jpg');
	width: 850px;
	height: 50px;
	bottom:0;
	left:0;
}


.an-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
    cursor: default;
}




.an-Footer .an-Footer-text p
{
	margin: 0;
}

.an-Footer .an-Footer-text
{
	display:inline-block;
	color:#FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.an-Footer .an-Footer-text a:link
{
	text-decoration: none;
	color: #86A0CA;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.an-Footer .an-Footer-text a:visited
{
	text-decoration: none;
	color: #AAA2AE;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.an-Footer .an-Footer-text a:hover
{
	text-decoration: none;
	color: #486BA3;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.an-page-footer, .an-page-footer a, .an-page-footer a:link, .an-page-footer a:visited, .an-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#9FB4D5;
}

.an-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#BBB5BF;
}
/* end PageFooter */

/* begin LayoutCell */
.an-contentLayout .an-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 180px;
}
/* end LayoutCell */

/* begin LayoutCell */
.an-contentLayout .an-content
{
	position: relative;
	margin: 0;
	padding: 0;
	
	float: left;
	margin-left:5px;
	margin-top:5px;
	border: solid 1px #0066CC;
	width: 663px;
}
.an-contentLayout .an-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 850px;
}

.an-Post-inner {
	margin-top:2px;

}
/* end LayoutCell */
form
{
	padding:0 !important;
	margin:0 !important;
}

.contact01{
	width:150px;
	position: absolute;
	left: 50px;
}

.form{
	height: 25px;
	
}

.form_font
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  
}

.form_select{
	width: 302px;
}

.contact02{
	width:500px;
	height: 180px;
	left: 150px;
	position:relative;
	vertical-align: middle;
	
}

.mess{
	height: 90px;
	
}

.msg{
	margin-top:32px;
	float:left;
}

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 500px;
    height:120px; 
	float:left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:100px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
.scrollable .active {
	border:2px solid #91A9CF;
	z-index:9999;
	position:relative;
}

   .photosmall {
	position: relative;
	width: 330px;
	height: 110px;
	background-color: #ffffff;
	
	
   }
   
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	float:left;
	display:inline-block;
	width:30px;
	height:30px;
	margin-top:35px;
	margin-right:10px;
	cursor:pointer;
	font-size:1px;
	
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
a.disabled {
	visibility:hidden !important;		
} 	


.gems-gemsicle table, table.gems-gemsicle
{
	border-collapse: collapse;
	margin: 0px;
	
}

.gems-gemsicle table, table.gems-gemsicle .gems-gemsicle tr, .gems-gemsicle th, .gems-gemsicle td
{
	background-color:Transparent;
}

.gems-gemsicle th, .gems-gemsicle td
{
	padding: 1px;
	vertical-align: top;
	text-align:left;
}

.gems-gemsicle th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

.gallery-img-list{
	width: 80px;
	height: 80px;
}

.page_number{

  text-align: center;
  
}

.ultimora {padding:3px; height:50px; font-family:"Courier New", Courier, monospace; font-size:11px; }
.ultimora h3 {font-size:12px; margin:0; padding:0; margin-left:15px; margin-top:2px; font-weight:bolder; color:#0066CC;}
.ultimora_slider {height:150px !important; overflow:hidden; position:relative;}
.ultimora_slider div.items { position:absolute;  height:20000em;} 
.ultimora_slider {height:150px !important; overflow:hidden; position:relative;


