@charset "utf-8";
/* CSS Document */

body
{
	background-color:#F4F4F4;
	background-image:url(../images/body_headerbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	line-height: 20px;
	font-weight:100;
	margin: 0 auto;
	padding: 0;
}

/****** other classes ******/
.borders_top
{
	-moz-border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	/*-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
}

.borders
{
	border-radius: 15px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
	border:#CFCFCF 1px solid;
}

.smll-borders{
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border:#CFCFCF 1px solid;
}

.rightborders
{
	-moz-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.bottomborders
{
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.clear
{
	clear:both;
}

/****** header classes ******/
.main-header
{
	background-color:#1B1916;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:0;
	height: 44px;
	width:1040px;
	margin: 0 auto;
	padding: 0;
	color: #DEDCD3;
	font-family: Arial;
	font-size: 12px;
}

.mh-contact
{
	background-color:transparent;
	background-image:url(../images/header_contactico.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	border-right:#5C5A58 1px solid;
	text-align:center;
	padding-top: 12px;
	padding-left: 15px;
	height:32px;
	width: 170px;
	float:left;
}

.mh-email
{
	background-color:transparent;
	background-image:url(../images/header_mailico.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	border-right:#646361 1px solid;
	text-align:left !important;
	padding-top: 12px;
	padding-left: 30px;
	margin-left:10px;
	height:32px;
	width: 240px;
	float:left;
}

.mh-email a{
	color:#DEDCD3;
}

.mail{
	color:#DEDCD3;
	text-decoration:none;
}

.mail:hover{
	text-decoration:underline;
}

.mh-follow
{
	border-left:#585654 1px solid;
	text-align:middle;
	padding-top: 12px;
	padding-left: 20px;
	margin-right:50px;
	height:32px;
	width: 120px;
	float:right;
}

.mh-follow img
{
	border: 0;
}

.mh-f
{
	float:left;
	padding-right:5px;
}

/****** logo classes ******/
.main-logo
{
	/*background-color:transparent;
	background-image:url(../images/main_logo.jpg);
	background-position:top center;
	background-repeat:no-repeat;*/
	background: url(../images/janice_logo.png) no-repeat center center;
	border:0;
	height:160px;
	width: 1040px;
	margin: 10px auto 0px auto;
}

/****** navigation classes ******/
.main-navigation
{
	width: 1040px;
	margin: 0 auto;
	border: 0;
}

.mn-topborder
{
	background-color:transparent;
	background-image:url(../images/navigation_bgtop.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:0;
	height:12px;
}

.mn-content
{
	background-color:transparent;
	background-image:url(../images/navigation_bgcontent.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:0;
	/*height:40px;*/
}

.mn-btmborder
{
	background-color:transparent;
	background-image:url(../images/navigation_bgbottom.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:0;
	height:12px;
}

.customer-login-container{
	width:430px;
	float:left;
	padding:0px 3px;
	margin-left:5px;
}

.customer-login-container label{
	
}

.customer-login-container .input-text{
	background-color: #F4F4F4;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 1px 1px #888888 inset;
    color: #504E4E;
    font-family: Arial;
    font-size: 12px;
    margin: 10px auto 5px;
    padding: 3px;
    width: 120px;
}

.customer-login-container .login-button{
	float:right;
	font-size:11px;
	margin-top:8px;
}

.logout{
	color:#DEDCD3;
	text-decoration:none;
	padding:10px 0;
	display:block;
}

.logout:hover{
	text-decoration:underline;
}

/*.mn-content ul
{
	list-style: none;
	padding: 0 0 0 70px;
	margin: 0 auto;
}

.mn-content ul li
{
	float:left;
	text-align:center;
	padding: 6px 0px 8px;
	margin-top:5px;
	line-height:17px;
}

.mn-content img
{
	margin: -12px 0;
	padding: 0px 30px;
	height: 40px;
}

.mn-content ul li a, a:link , a:visited 
{ 
	border: none;
	text-decoration:none;
	font-family:Arial;
	font-size:14px;
	color:#636363;
	text-align:center;
}

.mn-content ul li a:hover , .mn-content ul li a:active, .mn-content ul li.active a
{ 
	
	color: #95932f;
}*/

ul.nav{
	list-style:none;
	margin:0;
	padding:0;
}

ul.nav li{
	float:left;
	margin:0;
	padding:0;
	/*margin:0 12px;*/
	/*padding:0 10px;
	background: url(../images/nav-border.jpg) no-repeat right center;*/
}


ul.nav li.first{
	padding-left:0 !important;
	margin-left:170px;
}

ul.nav li.last{
	padding-right:0 !important;
	background-image:none !important;
}

ul.nav li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#878787;
	text-decoration:none;
	display:block;
	padding:10px 40px;
	border-left:solid 1px #b7b6a2;
}

ul.nav li.first a{
	border-left:none !important;
}

ul.nav li a:hover{
	/*background:#253d88;*/
	color:#95932f;
}

ul.nav li a.current, ul.nav li.active a, ul.nav li a.active, .current_page_item a, li.current-menu-ancestor a{
	/*background:#253d88;*/
	color:#95932f;
}

#nav-one li:hover a, #nav-one li.sfHover a {
	/*background:#253d88;
	color:#FFF;*/
	color: #95932f;
}

#nav-one ul li{
	margin:0;
	padding:0;
}

#nav-one ul li.first{
	border-top:solid 1px #cecece !important;
	
}


#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background:#f4f4f4;
	display:block;
}

#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
	/*background:#f4f4f4 !important;*/
	color:#95932f;
	background:#fff;
	/*color: #ea8639 !important;*/
}

.nav li:hover ul, .nav li.sfHover ul {
	/*top: 47px;*/
}


#nav-one li{
	/*float:left;*/
	position:relative;
}

#nav-one ul {
	list-style: none;
	position:absolute;
	display:none;
	width:100px;
	top:40px;
	left:-40px;
	z-index:99999;
}

#nav-one li ul li{
	/*background:#04829a !important;*/
	background: none;
	padding:0;
	margin:0;
}

#nav-one li ul{
	/*border-top:solid 1px #CFCFCF;*/
}

#nav-one li ul a{
	width:200px;
	height:auto;
	float:left;
	background:#fff;
	text-align:left !important;
	padding:6px 0 6px 10px !important;
	/*white-space: nowrap;
	border-top:solid 1px #CFCFCF;*/
	border-left:solid 1px #CFCFCF;
	border-right:solid 1px #CFCFCF;
	border-bottom:solid 1px #CFCFCF;
}

#nav-one ul ul{
	top:auto;
}	

#nav-one li ul ul {
	/*left:13em;
	margin:0px 0 0 10px;*/
	left:211px;
}

#nav-one li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
	
}
#nav-one li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	
}

/****** main body classes ******/
.main-bodywrapper
{
	width: 1040px;
	margin: 0 auto;
	padding:0;
}
.main-body
{
	background-color: #FFFFFF;
	width: 1040px;
	height: auto;
	float:left;
	padding:8px 0 0 0;
}

.mb-divlabel
{
	font-family:"Times New Roman";
	font-size: 18px;
	color:#676626;
	text-align:left;
	text-transform:uppercase;
	margin: 12px 0px 20px 10px;
}

.input-form
{
	background-color:#F4F4F4;
	-moz-box-shadow: inset 1px 1px 1px #888;
	-webkit-box-shadow: inset 1px 1px 1px #888;
	box-shadow: inset 1px 1px 1px #888;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border:#FFFFFF 1px solid;
	
	font-family:Arial;
	font-size:12px;
	color: #504E4E;
	
	width: 200px;
	padding: 7px;
	margin: 5px auto;
}

.mb-button
{
	background-image:url(../images/button.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: transparent;
	color: #4b4a18;
	font-family:Arial;
	font-size:14px;
	border:0;
	display:block;
	width:107px;
	margin:0 auto;
	height:32px;
	padding-left:25px;
	margin-top:5px;
	cursor:pointer;
	line-height:30px;
}

.mb-button:hover
{
	background-image:url(../images/button_hover.png);
}

/****** main body classes : LEFT SIDE ******/
.mb-left
{
	width: 242px;
	height:auto;
	margin:0 8px 8px 8px;
	float:left;
}

.mbl-prdcategory
{
	background-color:transparent;
	background-image:url(../images/div_headerbg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	/*height:310px;*/
	height:auto;
	margin-bottom:8px;
}

.mbl-gotq
{
	background-color:transparent;
	background-image:url(../images/div_headerbg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:auto;
	/*margin-top:8px;*/
}

.input-search-box
{
	border:#CFCFCF 1px solid;
	width:203px;
	padding: 2px 2px 2px;
	margin:4px 0 3px 3px;
	position:relative;
}

.input-search{
	border:none;
	width:165px;
	font-family: Arial;
	font-size: 12px;
	color:#717171;
	float:left;
}

.search-btn{ float:right;}

.is-wrapper
{
	background-image:url(../images/gradientbg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border:#CFCFCF 1px solid;
	height:34px;
	width:215px;
	margin:0 auto;
}

.mbl-subcategory
{
	padding:0px 5px;
	margin: 0 auto;
}

.mbl-subcategory ul
{
	list-style: none;
	font-family:Arial;
	font-size:12px;
	color: #504e4e;
	padding: 0px;
	width: 220px;
	/*height: 360px;
	overflow: auto;*/
	margin: 10px auto;
}
.mbl-subcategory ul li{}

.mbl-subcategory ul li a
{
	display:block;
	text-align:left;
	height: 16px;
	border-bottom: #CFCFCF 1px dotted;
	padding: 7px 3px;
	text-decoration:none;
	color:#504e4e;
}

/*.mbl-subcategory ul li a:hover{
	
	color:#9e7732;
}*/

.mbl-subcategory ul li a:hover, .mbl-subcategory ul li a.active{
	background: #f4f4f4;
	color:#9e7732;
}

.mbl-subcategory ul li.more a{
	border-bottom:none !important;
}

.mbl-subcategory ul li.more a:hover{
	background: none !important;
}

.mbl-link
{
	background-color:transparent;
	background-image:url(../images/arrow.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	/*padding-top:5px;*/
	padding-left:15px !important;
	border-bottom: none !important;
	margin-top:15px;
	/*width:180px;
	margin:0 auto;*/
}

.mblq-form
{
	padding:0px 10px 10px 10px;
}

/****** main body classes : RIGHT SIDE ******/
.mb-right
{
	width: 770px;
	height: auto;
	/*margin-left:258px;*/
	margin:0 8px 8px 0px;
	float:right;
}

.mbr-gallery
{
	width: 760px;
	height:240px;
	padding:6px;
}

.banner{
	margin:0 8px 8px;
	height:250px;
}

/***main body classes : RIGHT SIDE : GALLERY ***/
.mbrg-content
{
	background-color:transparent;
	/*background-image:url(../images/gallery/gallery01.jpg);
	background-image:url(../images/banner/banner3.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
	width: 758px;
	height:238px;
}

.mbrgc-rightwrapper
{
	float:right;
	height: inherit;
	width: 260px;
}
.mbrgc-rightbg
{
	border-left:#e5dfcf solid 1px;
	background-color:#8f7e61;
	opacity: .7;
	height: inherit;
	width:inherit;
	float:right;
}


.mbrgc-rightcontent
{
	background-color:transparent;
	height: inherit;
	width: 230px;
	position:absolute;
	padding:35px 20px 20px 20px;
}

.mbrgc-right-title
{
	background-color:transparent;
	background-image:url(../gallery/divider.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	font-family:"Times New Roman";
	font-size:22px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	margin: 0 auto;
	height: 40px;
}

.mbrgc-right-caption
{
	font-family:Arial;
	font-size:12px;
	color:#fdf8f0;
	text-transform:capitalize;
	text-align:left;
	line-height: 24px;
	width: 220px;
	margin-top:10px;
}

.mbrgc-leftcontent
{
	float:right;
	height:auto;
	width: 250px;
	margin-top: 150px;
	margin-right: 15px;
}

.mbrgc-left-title
{
	font-family:"Times New Roman";
	font-size:40px;
	color:#FFFFFF;
	text-transform:capitalize;
}

.mbrgc-left-caption
{
	margin-top:7px;
	font-family:"Times New Roman";
	font-size:18px;
	color:#D3D3D3;
	text-transform:uppercase;
}

.mbrgc-button
{
	background-image:url(../images/viewgallery_btn.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color: transparent;
	color: #4b4a18;
	display:block;
	line-height:35px;
	font-family:Arial;
	font-size:14px;
	border:0;
	width:154px;
	margin:0 auto;
	height:34px;
	padding-left:25px;
	cursor:pointer;
}

.mbrgc-button:hover
{
	background-image:url(../images/viewgallery_btn_hover.png);
}

/***main body classes : RIGHT SIDE : WELCOME ***/
.mbr-welcome
{
	background:url(../images/gradientbg.jpg) repeat-x bottom;
	width: 752px;
	/*height: auto;*/
	
	min-height:270px;
    height:auto !important;
    height:270px;
	margin-top:8px;
	padding:10px;
	font-family:Arial;
	font-size: 12px;
	text-align:justify;
	color:#666666;
}

/***main body classes : RIGHT SIDE : NEW ITEM ***/
.mbr-newitems
{
	width: inherit;
	height: 260px;
	margin:8px auto 20px;
}

.mbrn-item
{
	width:367px;
	padding: 6px;
	background-image:url(../images/gradientbg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:260px;
	float:left;
}
.mbrn-item img
{
	float:right;
	margin:-1px;
}

.mbrni-1ndimage
{
	background-color:transparent;
	background-image:url(../images/gallery/gallery03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: auto;
	height: 210px;
}

.mbrni-2ndimage
{
	background-color:transparent;
	background-image:url(../images/gallery/gallery02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: auto;
	height: 210px;
}

.mbrni-description
{
	width: auto;
	height: 200px;
	margin-top:5px;
	padding-left:5px;
}

.mbrnid-1ststyle
{
	color:#676626;
	font-size:22px;
	text-transform:uppercase;
}
.mbrnid-2ndstyle
{
	color:#4c4c4c;
	font-size:14px;
	text-transform:uppercase;
}
.mbrnid-3rdstyle
{
	color:#504e4e;
	font-family:Arial; 
	font-size:12px;
}

/***main body classes : RIGHT SIDE : BEST ITEM ***/
.mbr-bestitems
{
	background-image:url(../images/div_headerbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width: inherit;
	height: 185px;
	margin:22px auto 10px auto;
	padding-bottom: 10px;
}

.mbrbt-item
{
	width: 235px;
	height: 130px;
	float: left;
	margin: 0 10px;
}

.mbrbti-content
{
	width: 235px;
	height: 130px;
	margin: 0 10px 0 0;
}

.mbrbti-content img
{
	margin: 20px 0px 20px 20px;
	float:left;
}

.mbrbti-style
{
	font-family:Arial; 
	color:#676626;
	line-height: 30px;
}

.mbrbti-tag
{
	width: 120px;
	float: right;
	margin-top: 15px;
	margin-right:20px;
	text-align:center;
}


/****** OVERVIEW ******/
.mbr-wrapper
{
	background-image:url(../images/div_headerbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width: inherit;
	height: auto;
	margin:0px auto 10px auto;
	padding-bottom: 10px;
}

.mbro-wrapper
{
	width:auto;
	height:auto;
	padding:10px 10px;
}

.mbro-wrapper p, .mbro-wrapper ul li, .mbro-wrapper ol li, .mbrp-content p{
	width: inherit;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	line-height:18px;
	color:#504e4e;
	margin:7px 7px 7px 5px;
	height:auto;
}

.mbro-wrapper p.mbro-title
{
	width: inherit;
	border-bottom: #C2C2C8 1px solid;
	font-family:Arial;
	font-size:20px;
	text-align:middle;
	color:#676626;
	margin:7px 7px 7px 5px;
	height:30px;
}

.list-item{
	border-bottom: #C2C2C8 1px solid;
	margin-bottom:10px;
	padding:7px 7px 7px 5px;
}

.list-title{
	font-family:Arial;
	font-size:14px;
	color:#676626;
	padding:7px 7px 7px 5px;
}

.list-time{
	font-family:Arial;
	font-size:12px;
	color:#504e4e;
}

.list-date{
	font-family:Arial;
	font-size:12px;
	color:#504e4e;
	padding:7px 7px 7px 5px;
}

.list-location{
	font-family:Arial;
	font-size:12px;
	color:#504e4e;
}

.list-description{
	font-family:Arial;
	font-size:12px;
	color:#504e4e;
}

.last-item{
	border-bottom: 0 !important;
	margin-bottom:10px;
}

hr{
	border-bottom: #C2C2C8 1px solid;
}

.mbro-description
{
	width: inherit;
	font-family:Arial;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	color:#504e4e;
	margin:7px 7px 7px 5px;
	height:auto;
}

/****** PRODUCTS ******/
.mbrp-wrapper
{
	width:auto;
	height:auto;
	padding:10px 10px;
}

.mbrp-title
{
	width: auto;
	border-bottom: #C2C2C8 1px solid;
	margin:7px 7px 7px 5px;
	height:30px;
}

.mbrpt-name
{
	font-family:Arial;
	font-size:20px;
	text-align:middle;
	color:#676626;
	float:left;
}

.mbrpt-pages
{
	font-family:Arial;
	font-size:12px;
	text-align:middle;
	word-spacing: 7px;
	color:#676626;
	float:right;
}

.mbrpt-item
{
	width:215px;
	height:auto;
	float: left;
	margin: 15px;
	height:406px;
}

.mbrptimg-wrapper
{
	background-color:#FFFFF;
	/*height:230px;*/
}

.mbrptimg-wrapper img{
	/*margin:10px 0;*/
}

.mbrptext-wrapper
{
	width:215px;
	height: 100;
	text-align:center;
	background-color:#F4F4F4;
	border-top:#CFCFCF 1px solid;
	padding-bottom:10px;
}

.mbrp-itemtext
{
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	color:#797258;
	text-align:center;
	margin:10px auto 0px auto;
}

/****** PRODUCTS - SUB ******/
.mbrp-itemprevs-wrapper
{
	width: 410px;
	height:auto;
	float:left;
}

.image-preview-wrapper
{
	padding: 20pxpx 20px 20px 20px;
	width: 410px;
	height: auto;
	text-align:center;
	margin-bottom:10px;
}

.image-preview-wrapper img
{
	width: 270px;
	height: auto;
}

.image-thumbnails-wrapper
{
	width: 410px;
	height:auto;
}

.image-thumbs
{
	width: auto;
	height: auto;
	text-align:center;
	padding: 15px;
	margin: 5px 10px 5px 0px;
	float:right;
}

.image-thumbs img
{
	width: 80px;
	height: 80px;
	float:right;
}

.mbrp-itemdetails-wrapper
{
	width: 330px;
	height: auto;
	padding: 10px 0;
	/*margin-left:20px;*/
	float: right;
	font-family: Arial;
	color:#504e4e;
	line-height: 20px;
}


.item-name
{
	width: inherit;
	height: auto;
	font-size: 16px;
	margin: 20px 0;
}

.item-description, .item-availability
{
	width: inherit;
	height:auto;
	font-size: 12px;
	text-align: justify;
	margin-bottom:10px;
}

.item-notes
{
	width: inherit;
	height:auto;
	font-size: 11px;
	margin-bottom:10px;
}

.item-price
{
	width: inherit;
	height:auto;
	font-size:24px;
	color:87775b;
	margin:30px 0px 15px 0px;
}
/****** MAIN FOOTER ******/
.main-footer
{
	color:#484847;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	width: 1040px;
	height: auto;
	margin: 0 auto 50px auto;
}

.binarylink
{
	color:#bc8f63;
}


/** Pagination **/

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background: url(../images/pagination-bg.jpg);
	/*border: 1px solid #AAAADD;*/
	border: 1px solid #797258;
	font-size:12px;
	font-family: Arial;
	text-decoration: none; /* no underline */
	color: #797258;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #797258;
	font-size:12px;
	font-family: Arial;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #797258;
	font-size:12px;
	font-family: Arial;
	font-weight: bold;
	background-color: #797258;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	font-size:12px;
	font-family: Arial;
	color: #DDD;
}

.gallery{list-style:none;}
.gallery li{
	float:left; 
	margin:5px;
	padding:3px;
	/*border: 1px solid #797258;*/
}

.gallery li a{display:block;}

/*#scrollbar1 .viewport { width: 220px; height: 355px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }*/

/*#scrollbar1 { width: 220px; margin: 20px 0 10px; }
#scrollbar1 .track{display:none;}
#scrollbar1 .viewport { width: 210px; height: 340px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }*/

/*** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:260px;
}
#slideshow img {
    position:absolute;
    top:0px;
    left:0px;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}

/*****Accordion Styles*****/
ul#accordion, ul#accordion ul { list-style: none; margin: 0; }
ul#accordion {  }
ul#accordion li { border-bottom: none; }
ul#accordion ul li { border: none; /*color: #999;*/ padding: 0px 10px; }
ul#accordion ul li:last-child { border-bottom: none; }
ul#accordion a.heading { 
	/*background: #F4FFF9;
	color: #999;
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 5px;
	text-decoration: none;*/
}
/*ul#accordion a.heading:hover { background: #00B9D2; color: #fff; }*/
ul#accordion li.ui-accordion-selected a.heading, ul#accordion li.current a.heading { /*background: #025185; color: #fff; */}
ul#accordion li ul a {  /*color: #025185; text-decoration: none;*/ }
ul#accordion li ul a:hover { /*border-bottom: none;*/ }
ul#accordion li ul .date { padding-right: 10px; }
ul#accordion li ul .count { padding-left: 10px; }

/*****Additional Custom Accordion Styles*****/
ul#accordion li ul { display: none; }
ul#accordion li.current ul { display: block; }