/* APPLICATIONS - common */
.application-wrapper.gallery {
	position:relative;
	padding:13px 15px 0;
	height:458px;
	overflow:hidden;
	background:url(../gfx/bkg/bkg-cnt-gallery.png) -50px 298px no-repeat #000;
}
.flash-CTR{
	width:711px;
	height:471px;
	z-index:0;
	overflow:hidden;
	top:0px;
	left:0px;
	position:absolute;	
}
.flash-CTR object{
	margin:0 0 0 3px   
}
#site-main-CNT .application-wrapper {
	padding:13px 10px 15px 15px;
	height:auto;
}
.application-wrapper > hr {
	display:none;
}
.application-wrapper > header {
	height:40px;
}
.application-wrapper > header h1 {
	font:normal 14px/1.1em "HelveticaNeueW02-85Heav",Arial,Helvetica,sans-serif;
	color:#CBCBCB;
	text-transform:uppercase;
}
.application-wrapper > header h1 strong {
	display:block;
	font-weight:normal; font-size:19px; font-family:"HelveticaNeueW01-95Blac",Arial,Helvetica,sans-serif;
	color:#fff;
}
.application-wrapper > nav {
	margin:0 3px 9px;
	border:1px solid #DEDEDE;
	padding:3px;
}
.application-wrapper > nav ul {
}
.application-wrapper > nav ul li {
	display:inline;
	padding:0 11px;
	border-left:1px solid #929497;
	font-size:13px;
	line-height:1.1em;
	color:#626363;
}
.application-wrapper > nav ul li:first-child {
	border:0 none;
}
.application-wrapper > nav ul li a {
	color:#626363;
	text-decoration:none;
}
.application-wrapper > nav ul li a:hover {
	color:#000;
}
.application-wrapper > nav ul li a.active {
	color:#DB413A;
	cursor:default;
}
/*GALLERY*/
.application-wrapper.gallery ul.rel-lnk-btm li a strong {
	color:#FFF !important
}
.application-wrapper.gallery ul.rel-lnk-btm li a:hover {
	color:#FFF !important
}
/*
	root element for the mediaGallery-CNT.
	when scrolling occurs this element stays still.
*/
.mediaGallery-CNT {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 634px;
	height:240px;
  	margin:90px 0 0 0;
	/* custom decorations */
	/*background:url(/img/global/gradient/h300.png) repeat-x;*/
}
/*
	root element for mediaGallery-CNT items. Must be absolutely positioned
	and it should have a extremely large width to accomodate mediaGallery-CNT items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.mediaGallery-CNT .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.mediaGallery-CNT .itemsGallery {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	width:634px;
	height:240px;
}
.itemsGallery div {
	float:left;
	width:634px;
	height:240px;
}
/* single mediaGallery-CNT item */
.mediaGallery-CNT div{
  	height:240px
}
.mediaGallery-CNT a img {
	float:left;
	margin-left:-60px;
	padding:0px;
	position:relative;
	/*border:1px solid #ccc;*/
	/*-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(black), color-stop(.3, black), to(transparent));*/
}
.mediaGallery-CNT a{
	width:200px;
	height:200px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 4px;
	text-align:center;
	border:1px solid #000;
	position:relative;
	background:url(../img/ajax-loader.gif) 90px 90px no-repeat;
}
/* active item */
.mediaGallery-CNT .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* this makes it possible to add next button beside mediaGallery-CNT */
.mediaGallery-CNT {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../gfx/spr/arr-allery.png) no-repeat;
	display:block;
	width:21px;
	height:30px;
	float:left;
	margin:180px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 0px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:0px 0px; }
a.right:active 	{ background-position:0px 0px; } 


/* left */
a.left				{ background-position: 0 -30px; margin-left: 0px; } 
a.left:hover  		{ background-position:0px -30px; }
a.left:active  	{ background-position:0px -30px; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/mediaGallery-CNT/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
/*gallery playlist*/
.application-wrapper.gallery.galleryList{background:url(../gfx/bkg/bkg-cnt-gallery.png) -50px 258px no-repeat #000;}
#flash-CNT.playlist .mediaGallery-CNT{margin: 50px 0 0;}
#flash-CNT.playlist a.browse{margin: 140px 0;}
/*gallery playlist nav*/
#galleryList-CNT {position:absolute; top:349px; left:0px; height:52px; width:711px; text-align:center; background:url(../gfx/bkg/bkg-galleryPlaylist.png) repeat-x 0 0;}
#galleryList-CNT .wrapper{width:691px; margin:0 10px; height:57px; overflow:hidden; position:relative;}
#galleryList-CNT .wrapper .itemsPlaylistGallery{position:relative; clear:both; margin:0 auto}
#galleryList-CNT .wrapper .itemsPlaylistGallery .panelItemsCont{float:left; }
#galleryList-CNT .wrapper .itemsPlaylistGallery .panelItemsCont div{float:left; height:32px; padding:20px 0 0;}
#galleryList-CNT .wrapper .itemsPlaylistGallery .panelItemsCont div.sel{background:url(../gfx/bkg/arrPlaylist.png) no-repeat;}
#galleryList-CNT .wrapper .itemsPlaylistGallery .panelItemsCont div a{color:#979797; text-decoration:none; border-right:1px solid #979797; padding:0 18px; text-transform:uppercase; font-size:10px; display:block}
#galleryList-CNT .wrapper .itemsPlaylistGallery .panelItemsCont div.sel a{color:#FFF}
#galleryList-CNT .wrapper .itemsPlaylistGallery .panelItemsCont:first-child div:first-child a{padding-left:0px}
#galleryList-CNT .wrapper .itemsPlaylistGallery .panelItemsCont div a:hover, #galleryList-CNT > div div a.selected{color:#FFF;}
#galleryList-CNT .itemsPlaylistGallery{}
.scroll-bar-wrap { clear: left; margin: 0 -1px -1px 10px; background: none #151515; width:691px}
#galleryList-CNT .scroll-bar-wrap .ui-slider { background: none #151515; border:0; height: 5px; margin: 0 auto; border-radius:0px}
#galleryList-CNT .scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
#galleryList-CNT .scroll-bar-wrap .ui-slider-handle { top:0px; height: 5px; border-radius:0px; background:none #4d4d4d; border:0px}
#galleryList-CNT .scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; display:none}
#galleryList-CNT a.browse{display:none}
/*gallery playlist nav - fine*/