@import url(inc_common.css);
@import url(inc_news.css);
@import url(inc_gallery.css);
@import url(inc_dropdown.css);
@import url(inc_csc.css);
@import url(inc_common_layout.css);
@import url(inc_pos_extensions.css);
@import url(inc_presscenter.css);
@import url(inc_youtube_so.css);

  /* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	width: 170px;
	float: left;
}

/* single tab */
.tabs li { 
	text-indent:0;
	padding:0;
	margin-bottom: -1px;
	list-style-image:none !important; 
	background:url("fileadmin/images/page_s_content_bg3.jpg") repeat-x scroll 0 0 #F5F9EC;
}

/* link inside the tab. uses a background image */
.tabs a {
	font-size:11px;
	display:block;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:10px;
	margin:0px;	
	position:relative;
	top:1px;
	border: 1px solid #F5F9EC;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
    background: white;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important; 
	color:#000 !important;
	background: white;
}

.tabs li span { display: none; }
.tabs li.current span { display: block; }


/* initially all panes are hidden */ 
.panes {
    /*width: 200px;*/
    float: left;
    width: 306px;
    overflow: hidden;
}
.panes .pane {
	display:none;		
}

.pano {
    width: 306px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.pano img {
    position: absolute;
    left: 0;
    top: 0;
}
