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

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

/** Structure */
#slider 
{ float:left; height:178px; position:relative; width:961px; }

.scroll 
{ clear:left; height:178px; overflow:auto; position: relative; width:960px; }

.scrollContainer
{ height:178px; }

/** Structure > Panel */

.panel
{ height:178px; padding:0 0 0 36px; width:924px; }

	.panel .video-model
	{ float:left; margin:10px 10px 10px 0; }

/** Structure > Navigation */

.navigation
{ bottom:-26px; position:absolute; height:26px; overflow:hidden; right:37px; width:auto; }

.navigation li 
{ float:left; margin:0 0 0 1px; }

.navigation a 
{ background:#2B2B2B url(../images/slider/jquery-slider-video-bg-navigation-tab.gif) repeat-x 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:#690; }

ul.navigation a.selected 
{ background:#000; }

/* Structure > Navigation > Next and Prev buttons */
.scrollButtons 
{ cursor:pointer; position:absolute; }

.scrollButtons.left 
{ bottom:-26px; right:118px;}

.scrollButtons.right 
{ bottom:-26px; right:10px; }

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

/** Structure */
#slider_supplier 
{ float:left; height:178px; position:relative; width:961px; }
