/**
* Airport-int - jquery-slider.css
*
* Stylesheet for jquery-slider.js
*/

/**
* Slider
*
* @section			structure
* @subsection		content-top
* @subsubsection	slider
*/

/** Structure */

#slider 
{ background:#0C0C0C; float:left; height:284px; margin:0 auto; position:relative; width:524px; }

	#slider ul
	{ clear:left; height:284px; overflow:hidden; position: relative; width:524px; }

		#slider ul li
		{ height:284px; }

/** Structure > Panel */

.panel
{ height:284px; overflow:hidden; padding:0; width:524px; }

.panel img
{ display:block; float:left; }

	.panel a img
	{ border:none; }

.panel .panel-title
{ background:#000; clear:both; height:55px; padding:6px; text-align:justify; }

.panel .panel-title h2,
.panel .panel-title p
{ text-align:left; overflow:hidden; width:505px; }

.panel .panel-title h2
{ color:#FFF; font-size:22px; height:25px; line-height:24px; padding:2px 0 0 0; }

	.panel .panel-title h2 a
	{ color:#FFF; }
	
		.panel .panel-title h2 a:hover
		{ color:#4655CB; }

.panel .panel-title p
{ color:#666; font-size:11px; line-height:15px; height:15px; padding:2px 0 0 0; }

/** Structure > Numeric Controls */

#controls
{ background:url(../../../images/structure/bg-opacity-black-80.png) repeat; height:18px; overflow:hidden; padding:0 42px 0 0; position:absolute; right:465px; top:217px; width:auto; }

	#controls li 
	{ float:left; width:20px; }
	
		#controls li a:link,
		#controls li a:visited,
		#controls li a:active
		{ color:#666; display:block; font-size:10px; line-height:18px; text-align:center; }
	
		#controls li a:hover 
		{ color:#4655CB; }
		
		#controls li.current a
		{ color:#FFF !important; }

/** Structure > Arrow Controls */
		
#prevBtn,
#nextBtn
{ position:absolute; top:217px; width:20px; }

#prevBtn
{ background:url(../images/slider/bt-jquery-slider-1-7-left.png) no-repeat 0 0; left:490px; }

#nextBtn
{ background:url(../images/slider/bt-jquery-slider-1-7-right.png) no-repeat 0 0; left:510px; }

	#prevBtn a,
	#nextBtn a
	{ display:block; height:18px; text-indent:-9999px; }
	
/* Structure > Navigation > Next and Prev buttons */

.scrollButtons 
{ cursor: pointer;  position:absolute; }

.scrollButtons.left 
{ right:-32px; top:167px; }

.scrollButtons.right 
{ right:-32px; top:140px; }