/* ---------------Global Styles--------------- */
a { color: #cc0000; text-decoration: none; }
a:hover { color: #EBEBEB; text-decoration: underline; }
a:visited { color: #EBEBEB; }
a img {border: none;}
h1 { color: #fff; font-size: 18pt; }
h2 { color: #fff; font-size: 14pt }
h3 { color: #fff; font-size: 12pt; }
h4 { color: #fff; font-size: 10pt }

body { color:#fff; background-image: url(graphics/page.jpg); }
body, p, td, div { font-size: 16px; font-family: Arial, Helvetica, sans-serif; }
#page {  background-image: url(graphics/page.jpg); }

.clearSpace { clear: both; height: 10px; } 
.clearSpace:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html>body .clearSpace { height: auto; min-height: 10px; }



/* End Global Styles */


#container { width: 90%; margin:20px auto; padding: 0; background: #000;  clear: both; }
#form, form table tr td { padding: 0; margin:0; text-align: left; }
.center { text-align: center; }


#header { 
 background-image: url(graphics/header.jpg);
 height: 150px; 
 padding: 0 10px;  
 text-align: center;
}

#header #logo img{width: 328px; text-align: center; }
#header #logo a img { width: 328px; height: 150px; display: block; border: none;}
#header h1 { display: none; }
#headerLeft { float: left; width: 600px; padding-top: 0px; margin-right: 20px;}

#headerRight { float: right; width: 150px; padding-top: 0px; margin-right: 20px;}

/* --------------- Middle Styles --------------- */

#middle {width: auto; margin: 0; padding 0: background: #01c2c1; }
#middleBg { clear: both; } 
#middleBg:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#middleBg {width: 960px; padding-right: 0px; background: transparent url(graphics/design/content_bottom.jpg) no-repeat bottom left; }

#sideBar {
 float: left; 
 width: 300px; /* since this element is floated, a width must be given */
 background: #EBEBEB; /* the background color will be displayed for the length of the content in the 

column, but no further */
 color: #000000;
 padding: 15px 10px; /* top and bottom padding create visual space within this div  */
}
#sideBar img {padding: 0 0 0 25px;}



#content: { clear: both; }
#content:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }


#content { 
 color: #fff;
 margin: 0 20px 0 350px; 
 padding: 20px; 
 border: none; 
 background: #000;
 text-align: left;
 }
#content table {
 text-align: center;
} 



#tableLeft, #tableRight {
	font-weight:bold;

}
#tableLeft img, #tableRight img, #tableLeft a, #tableRight a {
	text-align: center;

}
#tableLeft a img, #tableRight a img {
	border: none;
 text-align: center;

} 

#footer {	clear: both; padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 background-image: url(graphics/footer.jpg);
 font-family: Geneva, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 height: 60px;
} 
#footer p {
 text-align: center;
 font-weight: bold;
 margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
 padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer  a {
 text-decoration: none;
 color: #ffffff;
}
#footer  a:hover {
 text-decoration: underline;
 color: #cccccc;
}
.copyright {
	font-size: 11px;
	text-align: center;
}

/* Custom Styles */

.center { text-align: center; }
/* End Custom Styles */

/* enews */
#enews {
 float: right;
 width: 208px;
 height: 52px;
}
/* End enews */


/* ---------------General Module Styles--------------- */
.itemCount { }
.itemList { clear: both; } 
.itemList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.itemList h2 a { text-decoration: none; }
.itemList h2 a:hover { text-decoration: underline; }
.itemList span { display: block; }
.itemLabel { font-weight: bold; }
.itemList span.itemLabel { display: inline; }
.bottomNavigation { clear: both; }
.goBack { }
.errorMessage{ font-weight:bold; color:#f00; }
/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */

/* --------------- Photo Styles --------------- */

.photoLeftTop { float: left; margin: 15px 15px 15px 0px;}
.photoRightTop { float: right; margin: 15px 0px 15px 15px; }
.photoLeft { float: left; margin: 0px 15px 15px 0px; clear: both;}
.photoRight { float: right; margin: 0px 0px 15px 15px; clear: both;}




/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */


#menu_top {
 height: 22px; 
 width: 100%; 
 float: right;
 color: #ffffff;
 font-weight: bold;
 background-color: #01c2c1; 
}

/* MenuBegin:menus_menu_top_right */
ul.menus_menu_top_right { margin: 0; border: 0; padding: 0; list-style: none; line-height: 22px; }
ul.menus_menu_top_right li { margin: 0; border: 0; padding: 0; float: right;/*Gecko*/ display: inline; list-style: none; position: relative; }
ul.menus_menu_top_right ul { margin: 0; border: 0; padding: 0; list-style: none; width: 80px; display: none; position: absolute; top: 22px; left: 0; }
ul.menus_menu_top_right ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: right;/*IE 7*/ position: relative; }

/* 1st Level */
ul.menus_menu_top_right a { color: #fff; text-decoration: none; width: auto; border-left: 1px solid #ddd; text-align: right; padding: 0px 10px; font: bold 12px/22px Verdana, Geneva, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.menus_menu_top_right a:hover,
ul.menus_menu_top_right li:hover a,
ul.menus_menu_top_right a:hover,
ul.menus_menu_top_right li.over a { color: #fff; text-decoration: underline; }
ul.menus_menu_top_right a.last { border-right: 0px solid #fff;}

/* 2nd Level */
ul.menus_menu_top_right li:hover li a,
ul.menus_menu_top_right li.over li a { line-height:11px; padding:5px 10px; color: #fff; text-decoration: none; border-top: 1px solid #ddd; border-bottom:0; border-right:0; float: none; }
ul.menus_menu_top_right li:hover li a:hover,
ul.menus_menu_top_right li:hover li:hover a,
ul.menus_menu_top_right li.over li a:hover,
ul.menus_menu_top_right li.over li.over a { color: #fff; text-decoration: underline; }
ul.menus_menu_top_right li:hover li:hover li a.first,ul.menus_menu_top_right li.over li.over li a.first { border-top: 0; }

/* Do Not Move - Must Come Before display:block for Gecko */
ul.menus_menu_top_right li:hover ul,ul.menus_menu_top_right li.over ul { display: block; }
ul.menus_menu_top_right .nav ul :after /*IE 7*/ { clear: both; display: block; font: 1px/0px serif; content: ; height: 0; visibility: hidden; }
/* MenuEnd:menus_menu_top_right */

/* ModuleBegin::newsfeed */
.newsfeedListWrapper { }
.newsfeedNumber { }
.newsfeedTitle { }
.newsfeedSource { }
.newsfeedDetailWrapper { }
.newsfeedDetailWrapper .newsItem {border-bottom:1px solid #ccc; margin-bottom:10px;padding-bottom:10px;}
.newsfeedDetailWrapper .newsItem img {margin:0 10px 0 0;}
.newsfeedDetailWrapper .newsItem span {display:block;}
.newsfeedDetailWrapper .newsItem .newsListHeadline {font-size:120%;}
.newsfeedDetailWrapper .newsItem .newsListPublishline {font-size:90%;}
/* ModuleEnd::newsfeed */


/* ModuleBegin::directory-rotator */
img {z-index:-1;}

.imgborder {
	z-index:1000;
	position:relative;
}


.border {
 border:5px solid #fff;
 z-index:1000;
}

.low {
	z-index:1;
	postition:relative;	
}

.lowopac{
	opacity:0.2;
		border:5px solid #fff;
z-index:1;
}
#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
	z-index:1;
}
#wrap table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

#wrap th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

#wrap td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

#wrap select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}
/*.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}*/

#wrap .jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

#wrap .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 555px;
	height:210px;
    padding: 10px 40px;
	z-index:1;
}

#wrap .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 545px;
    padding: 40px 20px;
}

#wrap .jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

#wrap .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  560px;
    height: 308px;
	z-index:1;
}

#wrap .jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

#wrap .jcarousel-skin-tango .jcarousel-item {
    width: 130px;
    height: 275px;
}

#wrap .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
	z-index:1;
}

#wrap .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

#wrap .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

#wrap .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#wrap .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 103px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(graphics/js/next-horizontal.png) no-repeat 0 0;
}

#wrap .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(graphics/js/prev-horizontal.png);
}

#wrap .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
#wrap .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 103px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(graphics/js/prev-horizontal.png) no-repeat 0 0;
}

#wrap .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(graphics/js/next-horizontal.png);
}

#wrap .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
#wrap .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
#wrap .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(graphics/js/next-vertical.png) no-repeat 0 0;
}

#wrap .jcarousel-skin-tango .jcarousel-next-vertical:hover,
#wrap .jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

#wrap .jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

#wrap .jcarousel-skin-tango .jcarousel-next-disabled-vertical,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(graphics/js/prev-vertical.png) no-repeat 0 0;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-vertical:hover,
#wrap .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* ModuleEnd::directory-rotator */

/* --------------- Mobile Global Styles--------------- */



#containerMobile { width: 320px; margin:10px auto; padding: 0; background: #000;  clear: both; }
#containerMobile p, #containerMobile td, #containerMobile div {
 font-size: 12px; font-family: Arial, Helvetica, sans-serif; 
}

#headerMobile { 
 background-image: url(graphics/Mobile/header.jpg);
 height: 91px; 
 padding: 0 5px;  
 text-align: center;
}

#headerMobile #logoMobile img{width: 200px; }
#headerMobile #logoMobile a img { width: 200px; height: 91px; display: block; border: none; text-align: center;}

/* -------------- Mobile Middle Styles --------------- */

#middleBgMobile {width: 320px; }


#contentMobile: { clear: both; }
#content:afterMobile{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }


#contentMobile { 
 color: #fff;
 border: none; 
 background: #000;
 text-align: center;
 }
#contentMobile table {
 cellpadding: 0;
 cellspacing: 0;
 text-align: center;
} 



#tableLeftMobile, #tableRightMobile {
	font-weight:bold;

}
#tableLeftMobile img, #tableRightMobile img, #tableLeftMobile a, #tableRightMobile a {
	text-align: center;

}
#tableLeftMobile a img, #tableRightMobile a img {
	border: none;
 text-align: center;

}

/* --------------- Mobile Menu Styles ------------- */

#menu_topMobile {
 height: 20px; 
 width: 320px; 
 color: #ffffff;
 font-weight: bold;
 background-color: #01c2c1; 
}

/* MenuBegin:menus_menu_top_right_Mobile */
ul.menus_menu_top_right_Mobile { margin: 0; border: 0; padding: 0; list-style: none; line-height: 18px; }
ul.menus_menu_top_right_Mobile li { margin: 0; border: 0; padding: 0; float: left; /*Gecko*/ display: inline; list-style: none; position: relative; }
ul.menus_menu_top_right_Mobile ul { margin: 0; border: 0; padding: 0; list-style: none; width: 100px; display: none; position: absolute; top: 10px; left: 0; }
ul.menus_menu_top_right_Mobile ul li { position: relative; display: block !important; display: inline;/*For IE*/ float: left;/*IE 7*/ position: relative; }

/* 1st Level */
ul.menus_menu_top_right_Mobile a { color: #fff; background: #01c2c1; text-decoration: none; width: 80px; border-right: 1px solid #fff; text-align: center; padding: 0px 10px; font: bold 14px/18px Verdana, Geneva, sans-serif; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; height: auto !important; height: 1%; /*For IE*/ }
ul.menus_menu_top_right_Mobile a:hover,
ul.menus_menu_top_right_Mobile li:hover a,
ul.menus_menu_top_right_Mobile a:hover,
ul.menus_menu_top_right_Mobile li.over a { color: #fff; background: #01c2c1; text-decoration: underline; }
ul.menus_menu_top_right_Mobile a.last { border-right: 0; }

/* 2nd Level */
ul.menus_menu_top_right_Mobile li:hover li a,
ul.menus_menu_top_right_Mobile li.over li a { line-height:10px; padding:4px 10px; color: #fff; background: #01c2c1; text-decoration: none; border-top: 1px solid #fff; border-bottom:0; border-right:0; float: none; }
ul.menus_menu_top_right_Mobile li:hover li a:hover,
ul.menus_menu_top_right_Mobile li:hover li:hover a,
ul.menus_menu_top_right_Mobile li.over li a:hover,
ul.menus_menu_top_right_Mobile li.over li.over a { color: #fff; background: #01c2c1; text-decoration: underline; }
ul.menus_menu_top_right_Mobile li:hover li:hover li a.first,ul.menus_menu_top_right_Mobile li.over li.over li a.first { border-top: 0; }

/* Do Not Move - Must Come Before display:block for Gecko */
ul.menus_menu_top_right_Mobile li:hover ul,ul.menus_menu_top_right_Mobile li.over ul { display: block; }
ul.menus_menu_top_right_Mobile .nav ul :after /*IE 7*/ { clear: both; display: block; font: 1px/0px serif; content: ; height: 0; visibility: hidden; }
/* MenuEnd:menus_menu_top_right_Mobile */

/* --------------- Mobile Footer Styles ------------------ */

#footerMobile {	clear: both; padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 background-image: url(graphics/Mobile/footer.jpg);
 font-family: Geneva, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 height: 60px;
} 
#footerMobile p {
 text-align: center;
 font-size: 10px;
 font-weight: bold;
 margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
 padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footerMobile  a {
 text-decoration: none;
 color: #ffffff;
}
#footerMobile  a:hover{
 text-decoration: underline;
 color: #cccccc;
}
.copyrightMobile {
	font-size: 6px;
	text-align: center;
}

/* ModuleBegin::directory-rotatorMobile */
img {z-index:-1;}

.imgborderMobile {
	z-index:1000;
	position:relative;
}


.borderMobile {
 border:3px solid #fff;
 z-index:1000;
}

.lowMobile {
	z-index:1;
	postition:relative;	
}

.lowopacMobile {
	opacity:0.2;
		border:3px solid #fff;
z-index:1;
}
#wrapMobile {
    color: #404040;
    height: 220px; 
    /*margin: 0 12%;*/
    margin: 5px 2px;
	z-index:1;
}
#wrapMobile table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
border:3px solid #00ff00;
}

#wrapMobile th {
    background: #d8d8d8;
    text-align: left;
    padding: 3px;
    white-space: nowrap;
border:3px solid #00ff00;
}

#wrapMobile td {
    background: #f8f8f8;
    text-align: left;
    padding: 1px;
    vertical-align: top;
border:3px solid #00ff00;

}

#wrapMobile select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}
/*#wrapMobile .jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
   border-radius: 5px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}*/

#wrapMobile .jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 283px;
	height:210px;
    padding: 0px 20px;  
	z-index:1;
}
#wrapMobile .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 47px;
    height: 100px;
    padding: 5px 5px;
border:3px solid #0000ff;
}
#wrapMobile .jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
#wrapMobile .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  283px;
    height: 210px;
    margin: 3px;
	z-index:1;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  30px;
    height: 146px;
border:3px solid #ff0000;

}
#wrapMobile .jcarousel-skin-tango .jcarousel-item {
    width: 140px;
    height: 207px;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-item img {
    width: 140px;
    height: 207px;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 3px;
	z-index:1;

}

#wrapMobile .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {


}

#wrapMobile .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 5px;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#wrapMobile .jcarousel-skin-tango .jcarousel-next-horizontal {
    display: none !important;
    position: absolute;
    top: 50px;
    right: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(graphics/js/next-horizontalMobile.png) no-repeat 0 0;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 2px;
    right: auto;
    background-image: url(graphics/js/prev-horizontalMobile.png);
}

#wrapMobile .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
#wrapMobile .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -20px 0;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -40px 0;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#wrapMobile .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#wrapMobile .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
#wrapMobile .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-prev-horizontal {
    display: none !important;
    position: absolute;
    top: 50px;
    left: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(graphics/js/prev-horizontalMobile.png) no-repeat 0 0;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 2px;
    background-image: url(graphics/js/next-horizontalMobile.png);
}

#wrapMobile .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -20px 0;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -40px 0;
}

#wrapMobile .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#wrapMobile .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#wrapMobile .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
#wrapMobile .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}

/* ModuleEnd::directory-rotatorMobile */

/* ModuleBegin::directory-comingSoon */
img {z-index:-1;}

.imgborder {
	z-index:1000;
	position:relative;
}


.border {
 border:5px solid #fff;
 z-index:1000;
}

.low {
	z-index:1;
	postition:relative;	
}

.lowopac{
	opacity:0.2;
		border:5px solid #fff;
z-index:1;
}
#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
	z-index:1;
}
#wrap table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

#wrap th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

#wrap td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

#wrap select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}
/*.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}*/

#wrap .jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

#wrap .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 555px;
	height:210px;
    padding: 10px 40px;
	z-index:1;
}

#wrap .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 545px;
    padding: 40px 20px;
}

#wrap .jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

#wrap .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  560px;
    height: 308px;
	z-index:1;
}

#wrap .jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

#wrap .jcarousel-skin-tango .jcarousel-item {
    width: 130px;
    height: 275px;
}

#wrap .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
	z-index:1;
}

#wrap .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

#wrap .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

#wrap .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#wrap .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 103px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(graphics/js/next-horizontal.png) no-repeat 0 0;
}

#wrap .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(graphics/js/prev-horizontal.png);
}

#wrap .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
#wrap .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 103px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(graphics/js/prev-horizontal.png) no-repeat 0 0;
}

#wrap .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(graphics/js/next-horizontal.png);
}

#wrap .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
#wrap .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
#wrap .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(graphics/js/next-vertical.png) no-repeat 0 0;
}

#wrap .jcarousel-skin-tango .jcarousel-next-vertical:hover,
#wrap .jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

#wrap .jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

#wrap .jcarousel-skin-tango .jcarousel-next-disabled-vertical,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
#wrap .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(graphics/js/prev-vertical.png) no-repeat 0 0;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-vertical:hover,
#wrap .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
#wrap .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/* ModuleEnd::directory-comingSoon */
