/**** news.slider ****/
#slider {
	width:490px;
	height:280px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	overflow:hidden;	
	width: 490px;
}

#gallery {
	list-style:none;
	z-index:0;
	/* width = total items multiply with #mask gallery width */
	width:1200px;
	overflow:hidden;
}
#gallery li {
	/* float left, so that the items are arrangged horizontally */
	float:left;
	width: 490px;
}
#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	bottom:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:490px;
	height: 100px;
	overflow:hidden;
}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;  
	-khtml-opacity: 0.9;
	opacity: 0.9;  
	
	/* Clear the list style */
	list-style:none;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:490px;
	
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}
#excerpt h2 a {
	font-size: 15px;
}

#excerpt li {
	height: 100px;
}
#slheader {
	filter:alpha(opacity=60);
	background: #000;
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	width: 490px;
	height: 30px;
}
#slheader-l {
	font-family: Century Gothic; font-size: 16px; line-height: 30px; padding: 0 10px; float: left;
}
#slheader-l span {
	color: #5ba0ff;
}
#numbslide {
	float: right; list-style: none;
}
#numbslide li {
	float: left; width: 27px; text-align: center; height: 16px; margin: 5px 3px; font-size: 12px; font-weight: bold; cursor: pointer;
	background: url(/img/deflaj/newslide-item.gif); line-height: 16px;
}
#numbslide li.selected {
	background: url(/img/deflaj/newslide-item-act.gif); cursor: default;
}


/****  jquery.jcarousel  ****/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 65px;
    height: 65px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-friends .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-friends .jcarousel-container-horizontal {
    width: 335px;
    padding: 20px 40px;
}
.jcarousel-skin-friends .jcarousel-clip-horizontal {
    width:  335px;
    height: 65px;
}

.jcarousel-skin-friends .jcarousel-item {
    width: 160px;
    height: 60px;
}

.jcarousel-skin-friends .jcarousel-item-horizontal {
    margin-right: 1px;
}

.jcarousel-skin-friends .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-friends .jcarousel-next-horizontal {
    position: absolute;
    top: 33px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/img/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-friends .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-friends .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-friends .jcarousel-next-disabled-horizontal,
.jcarousel-skin-friends .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-friends .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-friends .jcarousel-prev-horizontal {
    position: absolute;
    top: 33px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/img/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-friends .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-friends .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-friends .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-friends .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-friends .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**** jquery.contextmenu *****/
/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
	opacity: 0.93;
}

.contextMenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu a {
	color: #000;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
	margin: 0 1px;
}

.contextMenu li.hover a {
	color: #FFF;
	background-color: #3399FF;
	border-radius: 3px; -moz-border-radius: 3px
}

.contextMenu li.disabled a {
	color: #AAA;
	cursor: default;
}

.contextMenu li.hover.disabled a {
	background-color: transparent;
}

.contextMenu li.separator {
	border-top: solid 1px #CCC;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

.contextMenu li.pwInbox a { background-image: url(/img/inboxSmall.png); }
.contextMenu li.pwOutbox a { background-image: url(/img/sentSmall.png); }
.contextMenu li.pwSaved a { background-image: url(/img/savedSmall.png); }
.contextMenu li.pwTrash a { background-image: url(/img/trashSmall.png); }
.contextMenu li.delete a { background-image: url(images/page_white_delete.png); }
.contextMenu li.quit a { background-image: url(images/door.png); }


/**** jquery.checkbox ****/
.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
	color: #999;
}
span.ui-checkbox,
span.ui-radio {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(/img/icon_checkbox.png) 0 -40px no-repeat;
}
span.ui-helper-hidden {
	display: none;
}
span.ui-radio-state-hover,
span.ui-checkbox-state-hover {
	background-position: 0 -114px;
}

span.ui-checkbox-state-checked {
	background-position: 0 -1px;
}

span.ui-checkbox-state-checked-hover {
	background-position: 0 -75px;
}
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
	background-position: 0 -161px;
}


span.ui-radio-state-checked-hover {
	background-position: 0 -200px;
}

.ui-helper-hidden-accessible {
	position: absolute;
	left: -999em;
}


/**** jquery.thickbox ****/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

