/**
* Airport-int - jquery-slider.css
*
* Stylesheet for jquery-slider.js
*/

/**
* Slider
*
* @section			structure
* @subsection		content-top
* @subsubsection	slider
*/

/** Structure */
#slider 
{ background:#0C0C0C; border:6px solid #0C0C0C; float:left; height:282px; margin:0 auto; position:relative; width:528px; }

.scroll 
{ border:1px solid #6D6D6D; clear:left; height:280px; overflow: auto; position: relative; width:526px; }

.scrollContainer
{ height:281px; }

/** Structure > Panel */
.panel
{ height:279px; padding:1px; width:524px; }

.panel img
{ display:block; float:left; }

	.panel a img
	{ border:none; }

.panel .panel-title
{ background:#000; height:50px; padding:0 4px; text-align:justify; }

.panel .panel-title h2
{ color:#FFF; font-size:20px; line-height:30px; }

	.panel .panel-title h2 a
	{ color:#FFF; }
	
		.panel .panel-title h2 a:hover
		{ color:#BB081C; }

.panel .panel-title p
{ color:#ABABAB; font-size:13px; line-height:normal; }

/** Structure > Navigation */
.navigation
{ position:absolute; height:134px; right:-32px; top:5px; width:26px; }

.navigation li 
{ margin:0 0 1px 0; }

.navigation a 
{ background:#2B2B2B url(../images/slider/jquery-slider-bg-navigation-tab.gif) no-repeat 0 0; color:#FFF; display:block; font-size:12px; line-height:18px; height:22px; padding:4px 0 0 0; text-align:center; width:26px; }

ul.navigation a:hover 
{ color:#BB081C; }

ul.navigation a.selected 
{ background:#0C0C0C; }

/* Structure > Navigation > Next and Prev buttons */
.scrollButtons 
{ cursor: pointer;  position:absolute; }

.scrollButtons.left 
{ right:-32px; top:167px; }

.scrollButtons.right 
{ right:-32px; top:140px; }

