* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #192533;
	background: #A2C9FF url(../images/bg_body.jpg) repeat-x top left;
}

img {
	border: 0px;
}


/* =================================================== DIVS =================================================== */

#container {
	position: relative;
	/*width: 1022px;*/
	width: 1112px;
	margin: auto;
}

#header {
	height: 115px;
	text-align: center;
}

#menu {
	height: 28px;
	margin-left: 45px;
}

#breadcrumbs {
	position: absolute;
	top: 165px;
	left: 75px;
	z-index: 2;	
	background: url(../images/menu/bg_submenu.png) repeat top left;
	line-height: 140%;
}

#menu_routes {
	position: absolute;
	top: 210px;
	left: 75px;
	width: 412px;
	height: 190px;
	z-index: 2;
	overflow: auto;
}

#content {
	position: relative;
	margin-left: 45px;
}

#content_map {
	width: 567px;
	height: 255px;
	margin: 13px 0px 0px 13px;
	float: left;
}

#content_sight {
	display: none;
	width: 527px;
	height: 235px;
	margin: 13px 0px 0px 13px;
	padding: 10px 20px;
	float: left;
	background: #1c3d89;
	color: #FFF;
}

#content_ship_detail {
	width: 567px;
	height: 245px;
	margin: 13px 0px 0px 13px;
	padding-top: 10px;
	float: left;
	background: #1c3d89;
	color: #FFF;
}

#content_sight img {
	float: left;
	margin-right: 20px;
}

#content_detail {
	width: 996px;
	height: 255px;
	margin: 13px 0px 0px 13px;
	background: #18529C;
}

#content_detail img {
	float: right;
}

#content_detail #flash_map {
	float: right;
}

#flash_map {
	width: 567px;
	height: 255px;
	float: left;
}

#content_route {
	width: 422px;
	height: 255px;
	float: left;
	margin: 13px 0px 0px 7px;
	background: #1c3d89;
	color: #FFF;
}

* html #content_route {
	margin-left: 597px;
	float: none;
}

#content_ships {
	position: relative;
	width: 389px;
	height: 176px;
	margin: 7px 0px 0px 13px;
	float: left;
	background: #375E94;
	color: #FFF;
}

#content_ships .imagefolder {
	position: absolute;
	width: 155px;
	height: 37px;
	top: 139px;
	left: 0px;
}

#content_ships .deckplans {
	position: absolute;
	width: 121px;
	height: 37px;
	top: 139px;
	left: 268px;
}

#content_photos {
	width: 244px;
	height: 176px;
	margin: 7px 0px 0px 7px;
	float: left;
}

#flash_photos {
	width: 244px;
	height: 176px;
	float: left;
}

#content_special {
	position: relative;
	width: 349px;
	height: 176px;
	margin: 7px 0px 0px 7px;
	float: left;
	background: #5C1A19;
	color: #FFF;
	text-transform: uppercase;
	background: url(../images/bg_angebote.jpg) no-repeat top left;
}

#content_special .inner {
	position: relative;
	padding: 4px 10px 0px 110px;
}

#content_special .inner img {
	position: absolute;
	top: 7px;
	left: 10px;
}

#content_big {
	margin: 13px 58px 0px 13px;
	padding: 25px;
	background: #375E94;
	color: #FFF;
	line-height: 16px;
}

#content_special_big {
	margin: 13px 58px 0px 13px;
	padding: 25px;
	background: #375E94;
	color: #FFF;
	line-height: 16px;
}

#content_special_big img {
	margin-right: 10px;
}

#content_special_big h2.special, #content_special_big h2 {
	padding: 0px;
	text-transform: uppercase;
}

#content_special h2.special {
	margin: 38px 0px 0px 10px;
}

#content_special_big strong, .h2 {
	color: #FFF100;
	font-weight: bold;
}

.special_line {
	height: 1px;
	border-top: 1px solid #FFF;
	margin-bottom: 15px;
}

.teamMember {
	position: relative;
	float: left;
	width: 220px;
	height: 320px;
}

.teamMember img {
	margin-bottom: 15px;
}

#footer {
	height: 27px;
	line-height: 27px;
	margin: 9px 58px 9px 58px;
	background: url(../images/bg_footer.jpg) repeat-x top left;
}

#footer img {
	float: right;
}


/* =================================================== LINKS =================================================== */

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #A2C9FF;
	text-decoration: none;
}

#content_ships a, #content_ships a:link, #content_ships a:visited, #content_ships a:focus, #content_ships a:hover, #content_ships a:active {
	outline: 0px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 15px;
}

#footer a:hover {
	color: #A2C9FF;
}

#footer a.active, #footer a.active:link, #footer a.active:visited, #footer a.active:focus, #footer a.active:hover, #footer a.active:active {
	color: #A2C9FF;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:focus, #breadcrumbs a:hover, #breadcrumbs a:active {
	color: #A2C9FF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 8px;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs a.active, #breadcrumbs a.active:link, #breadcrumbs a.active:visited, #breadcrumbs a.active:focus, #breadcrumbs a.active:hover, #breadcrumbs a.active:active {
	color: #F9C400;
}

#breadcrumbs a.main, #breadcrumbs a.main:link, #breadcrumbs a.main:visited, #breadcrumbs a.main:focus, #breadcrumbs a.main:hover, #breadcrumbs a.main:active {
	color: #FFF;
}

a.more, a.more:link, a.more:visited, a.more:focus, a.more:hover, a.more:active {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

a.more:hover {
	color: #FFF100;
}

a.back, a.back:link, a.back:visited, a.back:focus, a.back:hover, a.back:active {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 5px;
}

a.back:hover {
	color: #FFF100;
}

a.pdf, a.pdf:link, a.pdf:visited, a.pdf:focus, a.pdf:hover, a.pdf:active {
	font-weight: bold;
	color: #FFF100;
	text-decoration: none;
}

a.pdf:hover {
	text-decoration: underline;
}

a.cat, a.cat:link, a.cat:visited, a.cat:focus, a.cat:hover, a.cat:active {
	color: #F9C400;
	font-weight: bold;
	text-decoration: none;
}

a.cat:hover {
	text-decoration: underline;
}

a.trip, a.trip:link, a.trip:visited, a.trip:focus, a.trip:hover, a.trip:active {
	color: #F9C400;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
}

a.trip:hover {
	text-decoration: underline;
}

a.route, a.route:link, a.route:visited, a.route:focus, a.route:hover, a.route:active {
	color: #000;
	text-decoration: none;
}

a.route:hover {
	color: #666;
}

.shiproutes a, .shiproutes a:link, .shiproutes a:visited, .shiproutes a:focus, .shiproutes a:hover, .shiproutes a:active {
	text-decoration: none;
}

.shiproutes a:hover {
	color: #F9C400;
}

/* --------------------------------------------------- mainmenu --------------------------------------------------- */

ul#mainmenu {
	height: 28px;
}

ul#mainmenu li {
	display: inline;
	position: relative;
}

a#menu_home, a#menu_home:link, a#menu_home:visited, a#menu_home:focus, a#menu_home:hover, a#menu_home:active,
a#menu_kreuzfahrten, a#menu_kreuzfahrten:link, a#menu_kreuzfahrten:visited, a#menu_kreuzfahrten:focus, a#menu_kreuzfahrten:hover, a#menu_kreuzfahrten:active,
a#menu_schiffe, a#menu_schiffe:link, a#menu_schiffe:visited, a#menu_schiffe:focus, a#menu_schiffe:hover, a#menu_schiffe:active,
a#menu_landausfluege, a#menu_landausfluege:link, a#menu_landausfluege:visited, a#menu_landausfluege:focus, a#menu_landausfluege:hover, a#menu_landausfluege:active,
a#menu_katalog, a#menu_katalog:link, a#menu_katalog:visited, a#menu_katalog:focus, a#menu_katalog:hover, a#menu_katalog:active,
a#menu_wissen, a#menu_wissen:link, a#menu_wissen:visited, a#menu_wissen:focus, a#menu_wissen:hover, a#menu_wissen:active,
a#menu_faq, a#menu_faq:link, a#menu_faq:visited, a#menu_faq:focus, a#menu_faq:hover, a#menu_faq:active {
	height: 28px;
	float: left;
}

a#menu_home, a#menu_home:link, a#menu_home:visited, a#menu_home:focus, a#menu_home:hover, a#menu_home:active {
	width: 59px;
	background: transparent url(../images/menu/home.jpg) 0 0 no-repeat;
}

a#menu_home:hover {
	background: transparent url(../images/menu/home.jpg) 0 -28px no-repeat;
}

a#menu_kreuzfahrten, a#menu_kreuzfahrten:link, a#menu_kreuzfahrten:visited, a#menu_kreuzfahrten:focus, a#menu_kreuzfahrten:hover, a#menu_kreuzfahrten:active {
	width: 148px;
	background: transparent url(../images/menu/kreuzfahrten.jpg) 0 0 no-repeat;
}

a#menu_kreuzfahrten:hover {
	background: transparent url(../images/menu/kreuzfahrten.jpg) 0 -28px no-repeat;
}

a#menu_schiffe, a#menu_schiffe:link, a#menu_schiffe:visited, a#menu_schiffe:focus, a#menu_schiffe:hover, a#menu_schiffe:active {
	width: 118px;
	background: transparent url(../images/menu/schiffe.jpg) 0 0 no-repeat;
}

a#menu_schiffe:hover {
	background: transparent url(../images/menu/schiffe.jpg) 0 -28px no-repeat;
}

a#menu_landausfluege, a#menu_landausfluege:link, a#menu_landausfluege:visited, a#menu_landausfluege:focus, a#menu_landausfluege:hover, a#menu_landausfluege:active {
	width: 110px;
	background: transparent url(../images/menu/landausfluege.jpg) 0 0 no-repeat;
}

a#menu_landausfluege:hover {
	background: transparent url(../images/menu/landausfluege.jpg) 0 -28px no-repeat;
}

a#menu_katalog, a#menu_katalog:link, a#menu_katalog:visited, a#menu_katalog:focus, a#menu_katalog:hover, a#menu_katalog:active {
	width: 114px;
	background: transparent url(../images/menu/katalog.jpg) 0 0 no-repeat;
}

a#menu_katalog:hover {
	background: transparent url(../images/menu/katalog.jpg) 0 -28px no-repeat;
}

a#menu_wissen, a#menu_wissen:link, a#menu_wissen:visited, a#menu_wissen:focus, a#menu_wissen:hover, a#menu_wissen:active {
	width: 108px;
	background: transparent url(../images/menu/wissen.jpg) 0 0 no-repeat;
}

a#menu_wissen:hover {
	background: transparent url(../images/menu/wissen.jpg) 0 -28px no-repeat;
}

a#menu_faq, a#menu_faq:link, a#menu_faq:visited, a#menu_faq:focus, a#menu_faq:hover, a#menu_faq:active {
	width: 51px;
	background: transparent url(../images/menu/faq.jpg) 0 0 no-repeat;
}

a#menu_faq:hover {
	background: transparent url(../images/menu/faq.jpg) 0 -28px no-repeat;
}

a#menu_hal, a#menu_hal:link, a#menu_hal:visited, a#menu_hal:focus, a#menu_hal:hover, a#menu_hal:active {
	position: absolute;
	width: 190px;
	height: 80px;
	top: 63px;
	left: 864px;
	/*background: transparent url(../images/menu/holland_america_line.jpg) 0 0 no-repeat;*/
	background: #090 url(../images/menu/holland_america_line.jpg) 0 0 no-repeat;
}

/* --------------------------------------------------- sub(sub)menu --------------------------------------------------- */

ul.submenu {
	display: none;
	position: absolute;
	z-index: 99;
	width: 125px;
	top: 143px;
	left: 117px;
	list-style-type: none;
	padding: 23px 0px 23px 10px;
	text-align: center;
	background: url(../images/menu/bg_submenu.png) repeat top left;
}

ul.submenu li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 35px;
}

ul.submenu li.active {
	position: relative;
	margin-bottom: 10px;
	background: url(../images/menu/bg_submenu_active.png) no-repeat center right;
}

ul.subsubmenu {
	display: none;
	position: absolute;
	width: 110px;
	top: 0px;
	left: 126px;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background: url(../images/menu/bg_submenu.png) repeat top left;
}

ul.subsubmenu li, ul.subsubmenu li.active {
	margin-bottom: 5px;
	padding: 0px;
	background: none;
}

a.submenu_item, a.submenu_item:link, a.submenu_item:visited, a.submenu_item:focus, a.submenu_item:hover, a.submenu_item:active {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.subsubmenu_item, a.subsubmenu_item:link, a.subsubmenu_item:visited, a.subsubmenu_item:focus, a.subsubmenu_item:hover, a.subsubmenu_item:active {
	font-weight: bold;
	text-decoration: none;
}

/* --------------------------------------------------- shipmenu --------------------------------------------------- */

ul.shipmenu {
	list-style-type: none;
	width: 128px;
	margin-right: 5px;
}

ul.shipmenu li {
	height: 33px;
}

a#menu_lm, a#menu_lm:link, a#menu_lm:visited, a#menu_lm:focus, a#menu_lm:hover, a#menu_lm:active,
a#menu_lc, a#menu_lc:link, a#menu_lc:visited, a#menu_lc:focus, a#menu_lc:hover, a#menu_lc:active,
a#menu_coral, a#menu_coral:link, a#menu_coral:visited, a#menu_coral:focus, a#menu_coral:hover, a#menu_coral:active,
a#menu_oq, a#menu_oq:link, a#menu_oq:visited, a#menu_oq:focus, a#menu_oq:hover, a#menu_oq:active,
a#menu_aqua, a#menu_aqua:link, a#menu_aqua:visited, a#menu_aqua:focus, a#menu_aqua:hover, a#menu_aqua:active,
a#menu_ap, a#menu_ap:link, a#menu_ap:visited, a#menu_ap:focus, a#menu_ap:hover, a#menu_ap:active,
a#menu_cal, a#menu_cal:link, a#menu_cal:visited, a#menu_cal:focus, a#menu_cal:hover, a#menu_cal:active,
a#menu_lm_active, a#menu_lm_active:link, a#menu_lm_active:visited, a#menu_lm_active:focus, a#menu_lm_active:hover, a#menu_lm_active:active,
a#menu_lc_active, a#menu_lc_active:link, a#menu_lc_active:visited, a#menu_lc_active:focus, a#menu_lc_active:hover, a#menu_lc_active:active,
a#menu_coral_active, a#menu_coral_active:link, a#menu_coral_active:visited, a#menu_coral_active:focus, a#menu_coral_active:hover, a#menu_coral_active:active,
a#menu_oq_active, a#menu_oq_active:link, a#menu_oq_active:visited, a#menu_oq_active:focus, a#menu_oq_active:hover, a#menu_oq_active:active,
a#menu_aqua_active, a#menu_aqua_active:link, a#menu_aqua_active:visited, a#menu_aqua_active:focus, a#menu_aqua_active:hover, a#menu_aqua_active:active,
a#menu_ap_active, a#menu_ap_active:link, a#menu_ap_active:visited, a#menu_ap_active:focus, a#menu_ap_active:hover, a#menu_ap_active:active,
a#menu_cal_active, a#menu_cal_active:link, a#menu_cal_active:visited, a#menu_cal_active:focus, a#menu_cal_active:hover, a#menu_cal_active:active {
	display: block;
	width: 128px;
	height: 33px;
}

a#menu_lm, a#menu_lm:link, a#menu_lm:visited, a#menu_lm:focus, a#menu_lm:hover, a#menu_lm:active {
	background: transparent url(../images/menu/louis_majesty.jpg) 0 0 no-repeat;
}

a#menu_lm:hover {
	background: transparent url(../images/menu/louis_majesty.jpg) 0 -66px no-repeat;
}

a#menu_lm_active, a#menu_lm_active:link, a#menu_lm_active:visited, a#menu_lm_active:focus, a#menu_lm_active:hover, a#menu_lm_active:active {
	background: transparent url(../images/menu/louis_majesty.jpg) 0 -33px no-repeat;
}

a#menu_lc, a#menu_lc:link, a#menu_lc:visited, a#menu_lc:focus, a#menu_lc:hover, a#menu_lc:active {
	background: transparent url(../images/menu/louis_cristal.jpg) 0 0 no-repeat;
}

a#menu_lc:hover {
	background: transparent url(../images/menu/louis_cristal.jpg) 0 -66px no-repeat;
}

a#menu_lc_active, a#menu_lc_active:link, a#menu_lc_active:visited, a#menu_lc_active:focus, a#menu_lc_active:hover, a#menu_lc_active:active {
	background: transparent url(../images/menu/louis_cristal.jpg) 0 -33px no-repeat;
}

a#menu_coral, a#menu_coral:link, a#menu_coral:visited, a#menu_coral:focus, a#menu_coral:hover, a#menu_coral:active {
	background: transparent url(../images/menu/coral.jpg) 0 0 no-repeat;
}

a#menu_coral:hover {
	background: transparent url(../images/menu/coral.jpg) 0 -66px no-repeat;
}

a#menu_coral_active, a#menu_coral_active:link, a#menu_coral_active:visited, a#menu_coral_active:focus, a#menu_coral_active:hover, a#menu_coral_active:active {
	background: transparent url(../images/menu/coral.jpg) 0 -33px no-repeat;
}

a#menu_oq, a#menu_oq:link, a#menu_oq:visited, a#menu_oq:focus, a#menu_oq:hover, a#menu_oq:active {
	background: transparent url(../images/menu/orient_queen.jpg) 0 0 no-repeat;
}

a#menu_oq:hover {
	background: transparent url(../images/menu/orient_queen.jpg) 0 -66px no-repeat;
}

a#menu_oq_active, a#menu_oq_active:link, a#menu_oq_active:visited, a#menu_oq_active:focus, a#menu_oq_active:hover, a#menu_oq_active:active {
	background: transparent url(../images/menu/orient_queen.jpg) 0 -33px no-repeat;
}

a#menu_aqua, a#menu_aqua:link, a#menu_aqua:visited, a#menu_aqua:focus, a#menu_aqua:hover, a#menu_aqua:active {
	background: transparent url(../images/menu/aquamarine.jpg) 0 0 no-repeat;
}

a#menu_aqua:hover {
	background: transparent url(../images/menu/aquamarine.jpg) 0 -66px no-repeat;
}

a#menu_aqua_active, a#menu_aqua_active:link, a#menu_aqua_active:visited, a#menu_aqua_active:focus, a#menu_aqua_active:hover, a#menu_aqua_active:active {
	background: transparent url(../images/menu/aquamarine.jpg) 0 -33px no-repeat;
}

a#menu_ap, a#menu_ap:link, a#menu_ap:visited, a#menu_ap:focus, a#menu_ap:hover, a#menu_ap:active {
	background: transparent url(../images/menu/aegean_pearl.jpg) 0 0 no-repeat;
}

a#menu_ap:hover {
	background: transparent url(../images/menu/aegean_pearl.jpg) 0 -66px no-repeat;
}

a#menu_ap_active, a#menu_ap_active:link, a#menu_ap_active:visited, a#menu_ap_active:focus, a#menu_ap_active:hover, a#menu_ap_active:active {
	background: transparent url(../images/menu/aegean_pearl.jpg) 0 -33px no-repeat;
}

a#menu_cal, a#menu_cal:link, a#menu_cal:visited, a#menu_cal:focus, a#menu_cal:hover, a#menu_cal:active {
	background: transparent url(../images/menu/calypso.jpg) 0 0 no-repeat;
}

a#menu_cal:hover {
	background: transparent url(../images/menu/calypso.jpg) 0 -66px no-repeat;
}

a#menu_cal_active, a#menu_cal_active:link, a#menu_cal_active:visited, a#menu_cal_active:focus, a#menu_cal_active:hover, a#menu_cal_active:active {
	background: transparent url(../images/menu/calypso.jpg) 0 -33px no-repeat;
}


/* =================================================== TEXT =================================================== */

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	text-transform: uppercase;
}

h1.route {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	background: #6F893C;
	padding-left: 10px;
}

h1.ships {
	font-size: 14px;
	height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	margin-top: 10px;
}

h1.special {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	background: #AC0018;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #FFF100;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h2.special {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

#content_special strong {
	font-weight: normal;
	color: #FFF100;
}

#content_special img {
	margin: 0px 5px 5px 0px;
}

#content_special p {
	margin-bottom: 5px;
}

.lower {
	text-transform: lowercase;
}

.price, .h1 {
	font-weight: bold;
	font-size: 18px;
	color: #FFF100;
}

ul {
}

ul li {
}

#content_big ul, #content_big ol {
	margin-left: 18px;
	margin-bottom: 20px;
}

ul li {
}

.info {
	color: #FFF100;
	font-size: 11px;
	padding-left: 20px;	
}


/* =================================================== TABELLEN =================================================== */

table.ships {
	width: auto;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 2px 0px 0px 2px;
}

table.ships td {
	vertical-align: top;
	padding: 2px;
}

table.routes {
	width: 390px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.routes td {
	vertical-align: top;
	padding: 1px 3px 1px 5px;
	color: #000;
	font-size: 11px;
	white-space: nowrap;
}

table.routes td.white {
	background: #FFF;
	border-bottom: 1px solid #666;
}

table.shiproutesStruct {
	width: auto;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.shiproutesStruct td {
	vertical-align: top;
	padding: 0px;
}

table.shiproutes {
	width: auto;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 6px;
}

table.shiproutes td {
	height: 17px;
	vertical-align: top;
	padding: 2px 8px 0px 0px;
}

table.shiproutes td strong {
	color: #F9C400;
}

table.shipContact {
	width: auto;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.shipContact td {
	vertical-align: top;
	padding: 2px 12px 2px 0px;
}


/* =================================================== FORMULARE =================================================== */

input, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 2px;
	vertical-align: middle;
}

input.check {
	padding: 0px;
	background: none;
	border: 0px;
}

option {
	border: 0px;
}

label {
	vertical-align: middle;
}


/* =================================================== HELPER =================================================== */

.clear {
	clear: both;
	background: none;
	width: 0;
	height: 0;
	line-height: 0;
}

/* --------------------------------------------------- scrollable --------------------------------------------------- */

.scrollable {
	float: left;
	position: relative;
	overflow: hidden;
	width: 370px;
	height: 150px;
	margin-top: 20px;
}

.scrollable .items {
	position: absolute;
	width: 8000px;
	height: 150px;
}

.scrollable .items img {
	margin: 0px 10px;
	vertical-align: middle;
}

.scrollButton {
	width: 11px;
	height: 16px;
	float: left;
	margin: 70px 5px;
	cursor: pointer;
}

a.disabled {
	visibility: hidden !important;		
} 