/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em 0 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 0 -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 0.2em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 9px/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 11px; }
.ui-widget-content {  margin:2px/*{borderColorContent}*/; /*{bgColorContent}*/ url(images/ui-bg_glass_75_ffffff_1x400.png)/*{bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 0px solid #aaaaaa/*{borderColorHeader}*/; /*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ 0/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 0/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_inset-soft_95_fef1ec_1x100.png)/*{bgImgUrlError}*/ 0/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #363636/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -4px/*{offsetTopShadow}*/ 0 0 -4px/*{offsetLeftShadow}*/; padding: 4px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0/*{bgShadowXPos}*/ 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .35;filter:Alpha(Opacity=35)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; }.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    background: #666;
}
.jScrollPaneDrag {
    position: absolute;
      background: #aaa;    
    cursor: pointer;
    overflow: hidden;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowUp:hover {
    /*background-color: #f60;*/
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}
a.jScrollArrowUp {
    background: url(images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
    background-position: 0 -15px;
}
a.jScrollArrowDown {
    background: url(images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
    background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    background-position: 0 -30px;
}
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
* { border:none;}
body {background: url(../immagini/fondo.jpg) 0px -50px; font-family: Verdana, Geneva, sans-serif; font-size: 12; color: #fff;}
#top_bar{width: 100%; background-color: #fff; height: 50px; vertical-align: middle;}
#top_bar .wrapper{margin: 0 auto; width: 950px; position: relative; height: 22px; padding-top: 14px;}
#top_bar .wrapper img{vertical-align: middle;}
#social{position: absolute; left: 0;}
#social a{display: inline-block; width: 100px; text-align: center;}
#search{position: absolute; right: 0; width: 190px;}
#parolaChiave{height: 10px; width: 104px; border: 1px solid black;}
#container{width: 950px; margin: 0 auto;}
#header{height: 200px; position: relative; }
#header #logo{position: absolute; left: 6px; }
#header #materdomini{position: absolute; right: 130px; top: 32px;}
#menu-top{position: absolute; bottom: 18px; right: 0;}
#centro{width: 100%; background-color: #004595; position: relative; height: auto; min-height: 900px;}
#content{width: 660px; /*position: absolute;*/ top: 0; left: 0; padding: 10px; text-align:justify;}
#menu{width: 280px; position: absolute; top: 0; right: 0;}
/* #partita{width: 280px; height: 700px; background: url(../immagini/vs.jpg) 0 0 no-repeat;} */
#partita{width: 280px; height: 700px;}
#boxHome{wdith: 665px; height: 295px; cursor: pointer;position: relative; padding: 5px; margin: 5px; background-color: #2E3192;}
#boxHome #datiNews{background-color: #004595; border-radius: 10px;  -moz-border-radius: 10px;  -webkit-border-radius: 10px; opacity: 0.7; filter:alpha(opacity: 70%); color: #fff; position: absolute; bottom: 20px; padding: 10px 20px; width: 615px; font-size: 12px;}
.nomeSezione{color: #ff9900; text-transform: uppercase; font-weight: bold;}
#boxHome #datiNews h3{font-size: 13px; font-weight: bold; margin: 0;}
.slideNews{height: 121px; position: absolute; margin-left: 25px;}
.slideNews ul li{list-style: none; display: inline-block; width: 110px; height: 70px; margin: 0 15px; position: relative; overflow: hidden;}
.slideNews ul li a{ filter:alpha(opacity: 70%); background-color: #004595;
    color: #FFFFFF;
    display: block;
    font-size: 9px;
    font-weight: bold;
    opacity: 0.7;
    padding: 5px; position: absolute; bottom:0; width:100px; height: 12px; overflow-style:marquee-block;}
*{outline: none;}
a{color: #999; text-decoration: none;}
.Stile1 {color: #FFFFFF}
.Stile2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2{margin:0; font-size: 20px; color: #333;}
.prev{margin-right: 5px; vertical-align:middle; position: absolute; left: 10px;}
.next{margin-left: 5px; vertical-align: middle; position: absolute; right: 20px;}
.slideNewsContainer{  height: 60px;
    margin: 15px auto;
    position: relative;
    width: 620px;}
	#gallery{min-height: 400px;}
	.pic-div{width: 20%; text-align: center; float: left; overflow:hidden; margin: 25px 5px;}
	.news-elenco-titolo{font-size:14px; color: #fff; margin: 10px 10px 25px 10px;}
	#news-archivio .news-item{padding: 10px; height: 80px; overflow: hidden; background-color: #2E3192; margin: 15px; color: #fff; font-size: 9px; font-weight: bold; position: relative;line-height: 180%;}
#news-archivio .news-item img{padding-right: 10px;}
#news-archivio .news-item a{ color: #fff;}
#news-archivio .news-data{display: none;}
#news-archivio .news-titolo{display: inline;}
#news-archivio .news-sezione{display: inline; text-transform: uppercase; color: #FDCC00;}
#news-archivio .news-leggitutto{position: absolute; bottom: 10px; right: 10px;}
#news-detail .news-data{display: none;}
#news-detail .news-titolo{margin-bottom: 10px;}
#news-pag{text-align: left;}
#news-pag a{color: #fff; font-weight: bold;}

body {
    margin:0;
    padding:0;
    background-color:#eee;
}
a {outline:none;}

#wrap {
    width:500px;
    margin:0 auto;
}

.button_1 {
width: 170px;
height: 24px;
}

.button_1 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/civita_vincenzo.jpg) top left no-repeat;

}

.button_1 a:hover {
background-position: top right;
}


.button_2 {
width: 170px;
height: 24px;
}

.button_2 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/gramegna_lorenzo.jpg) top left no-repeat;

}

.button_2 a:hover {
background-position: top right;
}


.button_3 {
width: 170px;
height: 24px;
}

.button_3 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/attanasio_simone.jpg) top left no-repeat;

}

.button_3 a:hover {
background-position: top right;
}


.button_4 {
width: 170px;
height: 24px;
}

.button_4 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/depinto_giuseppe.jpg) top left no-repeat;

}

.button_4 a:hover {
background-position: top right;
}


.button_5 {
width: 170px;
height: 24px;
}

.button_5 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/petrosillo_emanuele.jpg) top left no-repeat;

}

.button_5 a:hover {
background-position: top right;
}


.button_6 {
width: 170px;
height: 24px;
}

.button_6 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/bruno_vito.jpg) top left no-repeat;

}

.button_6 a:hover {
background-position: top right;
}


.button_7 {
width: 170px;
height: 24px;
}

.button_7 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/marzo_luca.jpg) top left no-repeat;

}

.button_7 a:hover {
background-position: top right;
}


.button_8 {
width: 170px;
height: 24px;
}

.button_8 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/ciavarella_alessandro.jpg) top left no-repeat;

}

.button_8 a:hover {
background-position: top right;
}


.button_9 {
width: 170px;
height: 24px;
}

.button_9 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/primavera_alessandro.jpg) top left no-repeat;

}

.button_9 a:hover {
background-position: top right;
}


.button_10 {
width: 170px;
height: 24px;
}

.button_10 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/pellegrino_davide.jpg) top left no-repeat;

}

.button_10 a:hover {
background-position: top right;
}


.button_11 {
width: 170px;
height: 24px;
}

.button_11 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/daversa_gabriele.jpg) top left no-repeat;

}

.button_11 a:hover {
background-position: top right;
}


.button_12 {
width: 170px;
height: 24px;
}

.button_12 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/mariella_giulio.jpg) top left no-repeat;

}

.button_12 a:hover {
background-position: top right;
}


.button_13 {
width: 170px;
height: 24px;
}

.button_13 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/spadavecchia_vincenzo.jpg) top left no-repeat;

}

.button_13 a:hover {
background-position: top right;
}


.button_14 {
width: 170px;
height: 24px;
}

.button_14 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/battista_leonardo.jpg) top left no-repeat;

}

.button_14 a:hover {
background-position: top right;
}




.button_15 {
width: 170px;
height: 24px;
}

.button_15 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/braico_federico.jpg) top left no-repeat;

}

.button_15 a:hover {
background-position: top right;
}


.button_16 {
width: 170px;
height: 24px;
}

.button_16 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/gramegna_lorenzo.jpg) top left no-repeat;

}

.button_16 a:hover {
background-position: top right;
}


.button_17 {
width: 170px;
height: 24px;
}

.button_17 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/attanasio_simone.jpg) top left no-repeat;

}

.button_17 a:hover {
background-position: top right;
}


.button_18 {
width: 170px;
height: 24px;
}

.button_18 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/depinto_giuseppe.jpg) top left no-repeat;

}

.button_18 a:hover {
background-position: top right;
}


.button_19 {
width: 170px;
height: 24px;
}

.button_19 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/deserio_michele.jpg) top left no-repeat;

}

.button_19 a:hover {
background-position: top right;
}


.button_20 {
width: 170px;
height: 24px;
}

.button_20 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/bruno_vito.jpg) top left no-repeat;

}

.button_20 a:hover {
background-position: top right;
}


.button_21 {
width: 170px;
height: 24px;
}

.button_21 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/marzo_luca.jpg) top left no-repeat;

}

.button_21 a:hover {
background-position: top right;
}


.button_22 {
width: 170px;
height: 24px;
}

.button_22 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/ciavarella_alessandro.jpg) top left no-repeat;

}

.button_22 a:hover {
background-position: top right;
}


.button_23 {
width: 170px;
height: 24px;
}

.button_23 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/fortunato_jacopo.jpg) top left no-repeat;

}

.button_23 a:hover {
background-position: top right;
}


.button_24 {
width: 170px;
height: 24px;
}

.button_24 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/inguscio_alessio.jpg) top left no-repeat;

}

.button_24 a:hover {
background-position: top right;
}


.button_25 {
width: 170px;
height: 24px;
}

.button_25 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/mariella_giulio.jpg) top left no-repeat;

}

.button_25 a:hover {
background-position: top right;
}


.button_26 {
width: 170px;
height: 24px;
}

.button_26 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/melfi_alessandro.jpg) top left no-repeat;

}

.button_26 a:hover {
background-position: top right;
}


.button_27 {
width: 170px;
height: 24px;
}

.button_27 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/primavera_alessandro.jpg) top left no-repeat;

}

.button_27 a:hover {
background-position: top right;
}




.button_28 {
width: 170px;
height: 24px;
}

.button_28 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/milone_francesco.jpg) top left no-repeat;

}

.button_28 a:hover {
background-position: top right;
}


.button_29 {
width: 170px;
height: 24px;
}

.button_29 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/atene_pierluigi.jpg) top left no-repeat;

}

.button_29 a:hover {
background-position: top right;
}


.button_30 {
width: 170px;
height: 24px;
}

.button_30 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/curci_domenico.jpg) top left no-repeat;

}

.button_30 a:hover {
background-position: top right;
}


.button_31 {
width: 170px;
height: 24px;
}

.button_31 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/galizia_antonello.jpg) top left no-repeat;

}

.button_31 a:hover {
background-position: top right;
}


.button_32 {
width: 170px;
height: 24px;
}

.button_32 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/fuentes_alessandro.jpg) top left no-repeat;

}

.button_32 a:hover {
background-position: top right;
}


.button_33 {
width: 170px;
height: 24px;
}

.button_33 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/mangini_vincenzo.jpg) top left no-repeat;

}

.button_33 a:hover {
background-position: top right;
}


.button_34 {
width: 170px;
height: 24px;
}

.button_34 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/matera_enrico.jpg) top left no-repeat;

}

.button_34 a:hover {
background-position: top right;
}


.button_35 {
width: 170px;
height: 24px;
}

.button_35 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/mazzarelli_giuseppe.jpg) top left no-repeat;

}

.button_35 a:hover {
background-position: top right;
}


.button_36 {
width: 170px;
height: 24px;
}

.button_36 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/marchitelli_giammarco.jpg) top left no-repeat;

}

.button_36 a:hover {
background-position: top right;
}


.button_37 {
width: 170px;
height: 24px;
}

.button_37 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/nero_alessandro.jpg) top left no-repeat;

}

.button_37 a:hover {
background-position: top right;
}


.button_38 {
width: 170px;
height: 24px;
}

.button_38 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/petrosillo_francesco.jpg) top left no-repeat;

}

.button_38 a:hover {
background-position: top right;
}


.button_39 {
width: 170px;
height: 24px;
}

.button_39 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/polignano_stefano.jpg) top left no-repeat;

}

.button_39 a:hover {
background-position: top right;
}


.button_40 {
width: 170px;
height: 24px;
}

.button_40 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/valente_vito.jpg) top left no-repeat;

}

.button_40 a:hover {
background-position: top right;
}


.button_41 {
width: 170px;
height: 24px;
}

.button_41 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/braico_alessandro.jpg) top left no-repeat;

}

.button_41 a:hover {
background-position: top right;
}


.button_42 {
width: 170px;
height: 24px;
}

.button_42 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/dibrindisi_vito.jpg) top left no-repeat;

}

.button_42 a:hover {
background-position: top right;
}


.button_43 {
width: 170px;
height: 24px;
}

.button_43 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/dimasi_leonardo.jpg) top left no-repeat;

}

.button_43 a:hover {
background-position: top right;
}


.button_44 {
width: 170px;
height: 24px;
}

.button_44 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/salamida_sebastiano.jpg) top left no-repeat;

}

.button_44 a:hover {
background-position: top right;
}


.button_45 {
width: 170px;
height: 24px;
}

.button_45 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/dipinto_fabio.jpg) top left no-repeat;

}

.button_45 a:hover {
background-position: top right;
}


.button_46 {
width: 170px;
height: 24px;
}

.button_46 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/campanella_claudio.jpg) top left no-repeat;

}

.button_46 a:hover {
background-position: top right;
}


.button_47 {
width: 170px;
height: 24px;
}

.button_47 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/longo_giuseppe.jpg) top left no-repeat;

}

.button_47 a:hover {
background-position: top right;
}


.button_48 {
width: 170px;
height: 24px;
}

.button_48 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/donatone_giuseppe.jpg) top left no-repeat;

}

.button_48 a:hover {
background-position: top right;
}


.button_49 {
width: 170px;
height: 24px;
}

.button_49 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/lacatena_leonardo.jpg) top left no-repeat;

}

.button_49 a:hover {
background-position: top right;
}


.button_50 {
width: 170px;
height: 24px;
}

.button_50 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/indellicati_roberto.jpg) top left no-repeat;

}

.button_50 a:hover {
background-position: top right;
}


.button_51 {
width: 170px;
height: 24px;
}

.button_51 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/palattella_mattia.jpg) top left no-repeat;

}

.button_51 a:hover {
background-position: top right;
}


.button_52 {
width: 170px;
height: 24px;
}

.button_52 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/garganese_giampiero.jpg) top left no-repeat;

}

.button_52 a:hover {
background-position: top right;
}


.button_53 {
width: 170px;
height: 24px;
}

.button_53 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/lombardi_francesco.jpg) top left no-repeat;

}

.button_53 a:hover {
background-position: top right;
}


.button_54 {
width: 170px;
height: 24px;
}

.button_54 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/pace_domenico.jpg) top left no-repeat;

}

.button_54 a:hover {
background-position: top right;
}


.button_55 {
width: 170px;
height: 24px;
}

.button_55 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/petrera_francesco.jpg) top left no-repeat;

}

.button_55 a:hover {
background-position: top right;
}


.button_56 {
width: 170px;
height: 24px;
}

.button_56 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/fanizza_vincenzo.jpg) top left no-repeat;

}

.button_56 a:hover {
background-position: top right;
}


.button_57 {
width: 170px;
height: 24px;
}

.button_57 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/franco_isa.jpg) top left no-repeat;

}

.button_57 a:hover {
background-position: top right;
}


.button_58 {
width: 170px;
height: 24px;
}

.button_58 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/morales_vito.jpg) top left no-repeat;

}

.button_58 a:hover {
background-position: top right;
}


.button_59 {
width: 170px;
height: 24px;
}

.button_59 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/santoro_raffaele.jpg) top left no-repeat;

}

.button_59 a:hover {
background-position: top right;
}


.button_60 {
width: 170px;
height: 24px;
}

.button_60 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/gasbarro_giuseppe.jpg) top left no-repeat;

}

.button_60 a:hover {
background-position: top right;
}


.button_61 {
width: 170px;
height: 24px;
}

.button_61 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/lippolis_valerio.jpg) top left no-repeat;

}

.button_61 a:hover {
background-position: top right;
}



.button_62 {
width: 170px;
height: 24px;
}

.button_62 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/marzullo_francesco.jpg) top left no-repeat;

}

.button_62 a:hover {
background-position: top right;
}



.button_63 {
width: 170px;
height: 24px;
}

.button_63 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/gigante_valerio.jpg) top left no-repeat;

}

.button_63 a:hover {
background-position: top right;
}



.button_64 {
width: 170px;
height: 24px;
}

.button_64 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/daprile_onofrio.jpg) top left no-repeat;

}

.button_64 a:hover {
background-position: top right;
}



.button_65 {
width: 170px;
height: 24px;
}

.button_65 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/giodice_giovanni.jpg) top left no-repeat;

}

.button_65 a:hover {
background-position: top right;
}



.button_66 {
width: 170px;
height: 24px;
}

.button_66 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/volpe_luca.jpg) top left no-repeat;

}

.button_66 a:hover {
background-position: top right;
}



.button_67 {
width: 170px;
height: 24px;
}

.button_67 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/surico_carmelo.jpg) top left no-repeat;

}

.button_67 a:hover {
background-position: top right;
}



.button_68 {
width: 170px;
height: 24px;
}

.button_68 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/impedovo_antonella.jpg) top left no-repeat;

}

.button_68 a:hover {
background-position: top right;
}


.button_69 {
width: 170px;
height: 24px;
}

.button_69 a {
display: block;
width: 170px;
height: 24px;
background: url(../immagini/bonfiglio_catia.jpg) top left no-repeat;

}

.button_69 a:hover {
background-position: top right;
}




