@charset "ISO-8859-1";
/* CSS Document */

/*********Boxen ***************************************************************************************************************************************/

.box {
	width: 320px; /*width of menu*/
	border-bottom: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}
* html .box {
	width: 322px; /*width of menu*/
	border-bottom: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}
.box div.menue a {
	background: black url(images/silvergradientover.gif) repeat-x center left;
	font: normal 13px Arial, Verdana, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	text-align:left;
}
.box div.content { /*DIV that contains each sub menu*/
	background: white;
	padding: 0px;
	text-align:left;/*height: 300px; Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.padBox { /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
	text-align:left;/*height: 300px; Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.headerBox {
	margin: 0px;
	text-decoration: none;
	font: normal 11px Arial, Verdana, sans-serif;
	color: #888888;
	background:#dedeff;
	width: 310px;
	height: 15px;
}
/**********Menue*********************************************************************************************************************************************************/

div#mattblackmenu {
	position: relative;
	margin: 0;
    width: 100%;
    padding: 0;
	height:28px;
	list-style-type: none;
	background:url(images/gradient4.gif) no-repeat;
	z-index: 2;
}

div#mattblackmenu div {
    clear: left;
}

ul#navigation {
    margin: 0; 
	padding: 0;
    text-align: left;
	height: 28px;
	width: 100%;
	list-style: none;
}

ul#navigation li {
    position: relative;
	border: 1px solid #9A9A9A;
	margin-right: -1px;
	width: 124px;
	float: left;
	display: block;
	padding: 5 5 5 5; /*padding inside each tab*/
}

* html ul#navigation li { /*IE6 CSS hack*/
	width: 124px; /*width of menu (include side paddings of LI A*/
	z-index: 300;
}

ul#navigation li a {
    color: #666666;
	font: normal 13px Arial, Verdana, sans-serif;
	text-decoration: none;
}
  
* html ul#navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
	z-index: 300;
}

*:first-child+html ul#navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
	z-index: 300;
}

ul#navigation li ul {
	padding: 0;
    position: absolute;
    top: 2.2em; 
	left: 0px;
    display: none;  /* Unternavigation ausblenden */
	text-decoration: none;
	list-style: none;
	z-index: 300;
	margin-top: 2px;
}

* html ul#navigation li ul {  /* Korrektur fuer IE 5.x und 6.x */
    left: -1.5em;
    lef\t: -3.0em;
	z-index: 300;
}

*:first-child+html ul#navigation ul {  /* Workaround fuer den IE 7 */
	padding-bottom:0.4em;
	left: -1.5em;
	z-index: 300;
	margin-left: 18px;
}

ul#navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	z-index: 300;
}

ul#navigation li a:hover {
   	display: block;  /* Unternavigation in modernen Browsern einblenden */
	z-index: 300;
	color: White;
}
  
ul#navigation li ul li {
    float: none;
    display: block;
	background: white;
	z-index: 300;
	margin-top: -3px;
	margin-left: -1px;
}

ul#navigation a, ul#navigation span {
    display: block;
    text-decoration: none;
	z-index: 300;
}

ul#navigation li:hover {
    color: white;
	background: url(images/silverover.gif) repeat-x center left;
	z-index: 300;
}

ul#navigation li ul li:hover {
    color: white;
	background: #CCCCCC;
	z-index: 300;
}

/* ######### Neutral CSS  ######### **************************************************************************************************************/

body {
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0px;
	text-decoration: none;
	margin-top:0px;
	background: #000000;
}

h1 {
	font: normal 14px Arial, Verdana, sans-serif;
	padding-left: 8px;
	margin-top:0px;
	text-decoration: none;
}

h2 {
	font: normal 14px Arial, Verdana, sans-serif;
	padding-left: 0px;
	margin-top:10px;
	margin-bottom:4px;
	text-decoration: none;
	color:#00677c;
}

h3 {
	font: normal 14px Arial, Verdana, sans-serif;
	padding-left: 0px;
	margin-top:2px;
	margin-bottom:4px;
	text-decoration: none;
	color:#00677c;
}

/* ######### Misc CSS  ######### **************************************************************************************************************/

.smallgreyleft {
	font-size: 11px;
	color: #666666;
	line-height:12px;
}

*html .search {
	float: left; 
	margin-left: 1px;
}

.search {
	float: left; 
}

.searchButton {
	float: left; 
	width: 35px; 
	margin-left: 0px;
	margin-top: 0px;
}

*html .searchButton {
	float: left; 
	width: 35px; 
	margin-left: -4px;
	margin-top: 0px;
}

.headerForum {
	width:997px;
	text-decoration: none;
}

.homeub {
	font: normal 14px Arial, Verdana, sans-serif;
	padding-left: 0px;
	margin-top:8px;
	margin-bottom:-4px;
	text-decoration: none;
	color:#336699;
}

.contentTable {
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
	background: #FFFFFF;
	font: normal 12px Arial, Verdana, sans-serif;
	width:997px;
}

.footer {
	width:995px;
	height: 26px;
	background: #CCCCCC;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
	font: normal 11px Arial, Verdana, sans-serif;
	border: none;
}

.note {
	text-decoration: none;
	font: normal 10px Arial, Verdana, sans-serif;
	color: #888888;
	margin: 8px;
}

*html .footer {
	width:997px;
	height: 26px;
	background: #CCCCCC;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
	font: normal 11px Arial, Verdana, sans-serif;
	border: none;
}

.floater {
	float:left;
	border: 1px solid #9A9A9A;
}

ul.boxcontent {
 	left:padding: 0;
	margin-top:5px;
	list-style-type: none;
	line-height:120%;
	text-align:left;
	margin-left:-38px;
}

ul.boxcontent li.list {
	border-bottom: 1px solid #babaae;
}

a:link, a:visited {
	font-weight: normal;
	color: #ef0000;
	text-decoration:none;
	font-size:12px;
}
a:hover, a:active {
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	font-size:12px;
}
.tenpxgrey {
	font-size: 10px;
	color: #666666;
	margin-left:15px;
}

.headtext {
	float:left;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	padding-left:8px;
	padding-top:5px;
	color:#063651;
}
.headtextInv {
	float:left;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	padding-left:8px;
	padding-top:5px;
	color:#FFFFFF;
}
.headtextSub {
	float:left;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	padding-left:5px;
	padding-top:2px;
	color:#00677c;
	z-index: 3500;
}
.headtextright {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	position: relative;
	padding-right:8px;
	padding-top:10px;
	text-align:right;
}
.headerYellow {
	background:#ffbb88;
	width:100%;
	height:26px;
}
.headerGreen {
	background:#4acc43;
	width:100%;
	height:26px;
}
.headerBlue {
	background:#6695ff;
	width:100%;
	height:26px;
}
.headerInset {
	background:#dedeff;
	width:660px;
	margin-left: 8px;
	margin-top: 8px;
	height:24px;
}
.headerRed {
	background:#ef0000;
	width:100%;
	height:26px;
}
.headerOrange {
	background:#ff7327;
	width:100%;
	height:26px;
}
.headerPG {
	background:#b9b9b9;
	width:100%;
	height:26px;
}
.headerAlt {
	background-color:#f7f7f7;
	background-image:url(images/silvergradient.gif);
	width:100%;
	height:26px;
}
.headerSub {
	background:#dedeff;
	width:100%;
	height:20px;
}
.content {
	padding:5px 8px 5px 8px;
	line-height:125%;
	text-align:justify;
}
.picframeFloat {
	margin: 0 0 0 0;
	float: left;
}
.picframe {
	margin: 0 0 0 0;
	float: left;
}
.picfoot {
	background-color:#f7f7f7;
	margin-left:8px;
	margin-right:8px;
	padding-top:3px;
	padding-right:5px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height:100%;
}
.picsub {
	background-color:#f7f7f7;
	margin:0 8px 5px 8px;
	padding:3px 5px 3px 5px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height:150%;
	border-top:1px solid #9A9A9A;
}
.pic {
	margin-left:8px;
	margin-top:8px;
	margin-right:8px;
}

.linkpos{
	vertical-align: middle;
}

.stcontent{
	font-weight:bold;
	font-size:13px;
	letter-spacing:1;
	color:#336699;
}
.headslider {
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height:28px;
}
#divcontent {
	position: relative;
	width:675px;
	text-align:left;
	clear:left;
	z-index: 0;
}
#divcontentForum {
	position: relative;
	width:997px;
	text-align:left;
	clear:left;
	z-index: 0;
}
#container {
	width:675px;
	clear:left;
}
#icon {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	vertical-align:middle;
}
/*Content Flow Styles...*//*Content Flow Styles...*//*Content Flow Styles...*//*Content Flow Styles...*//*Content Flow Styles...*//*Content Flow Styles...*/

.ContentFlow {
	position:relative;
	overflow:hidden;
	background-color:#f7f7f7;
	margin:0 8px;
	padding:5px;
	min-height:200px;
}
.ContentFlow * {
	border:none;
	margin:0;
	padding:0
}
.ContentFlow .flow {
	position:relative;
	z-index:0;
	visibility:hidden;
	width:100%
}
.ContentFlow .flow.hidden {
	visibility:hidden
}
.ContentFlow .flow .item .overlay {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0
}
.ContentFlow .flow .item div.content {
	width:100%;
	height:100%
}
.ContentFlow .flow .item canvas.reflection {
	margin-top:-1px
}
.ContentFlow .flow .item .refoverlay {
	position:relative;
	display:block
}
.ContentFlow .flow .item .caption {
	position:absolute;
	display:none;
}
.ContentFlow .loadIndicator {
	position:absolute;
	z-index:65000;
	vertical-align:top;
}
.ContentFlow .flow .item, .ContentFlow .scrollbar .slider, .ContentFlow .scrollbar .slider .position {
	position:absolute
}
.ContentFlow .flow .item.withReflection .overlay, * html .ContentFlow .scrollbar .slider .virtualSlider {
	height:100%
}
.ContentFlow .flow .item .content, .ContentFlow .flow .item .reflection {
	display:block
}
.ContentFlow .scrollbar, .ContentFlow .globalCaption {
	position:relative;
	z-index:1
}
/* ========== ContentFlow ========== */
/*
 * Within this file you can ajust the styling of ContentFlow
 * to your personal needs. The default styling is the same as found on the 
 * projectpage.
 *
 */

.ContentFlow {
}
/* ----- styling of items ----- */
    .ContentFlow .flow .item.active {
	cursor: pointer;
	
}
.ContentFlow .flow .item .caption {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: white;
	max-height: 30%;
	bottom: 10%;
	background: url(images/1x1_0.5_white.png);
	width: 100%;
}
* html .ContentFlow .flow .item .caption {
	background-image: none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/1x1_0.5_white.png');
}
.ContentFlow .flow .item .caption a,  .ContentFlow .flow .item .caption a:link,  .ContentFlow .flow .item .caption a:visited,  .ContentFlow .flow .item .caption a:active,  .ContentFlow .flow .item .caption a:hover {
	text-decoration: none;
	color: white;
	font-style: italic;
	font-size: 0.8em;
}
.ContentFlow .flow .item .caption a:hover {
	text-decoration: underline;
}
.ContentFlow .flow .item.active .caption {
/*display: block;*/ /* uncomment to show caption inside item */
        }
/* ----- scrollbar ----- */
    .ContentFlow .scrollbar {
	width: 50%;
	margin: 0px auto;
	height: 16px;
	background: url(images/scrollbar_white.png) left center repeat-x;
 position: relative:
}
.ContentFlow .scrollbar .slider {
	width: 16px;
	height: 16px;
	background: url(images/slider_white.png) center center no-repeat;
}
/* only for IE <= 6 and a alphatransparent slider image */
        * html .ContentFlow .scrollbar .slider {
	background-image: none;
}
* html .ContentFlow .scrollbar .slider .virtualSlider {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/slider_white.png');
}
.ContentFlow .scrollbar .slider .position {
	top: 120%;
	font-size: 14px;
	font-weight: bold;
	color: silver
}
/* ----- some extra styling for a fancy scrollbar ----- */
        .ContentFlow .fancyScrollbar {
	width: 50%;
	background: url(images/slider_fancy_middle.png) left center repeat-x;
}
* html .ContentFlow .fancyScrollbar {
	background: url(images/slider_fancy_middle.gif) left center repeat-x;
}
.ContentFlow .fancyScrollbar .preButton,  .ContentFlow .fancyScrollbar .nextButton {
	height: 16px;
	width: 29px;
}
* html .ContentFlow .fancyScrollbar .preButton,  * html .ContentFlow .fancyScrollbar .nextButton {
	position: relative;
	background: none;
	margin-top: 2px;
}
.ContentFlow .fancyScrollbar .preButton {
	float: left;
	margin-left: -29px;
	background: url(images/slider_fancy_left.png) right center no-repeat;
}
* html .ContentFlow .fancyScrollbar .preButton {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_fancy_left.png');
}
.ContentFlow .fancyScrollbar .nextButton {
	float: right;
	margin-right: -29px;
	background: url(images/slider_fancy_right.png) left center no-repeat;
}
* html .ContentFlow .fancyScrollbar .nextButton {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_fancy_right.png');
}
.ContentFlow .fancyScrollbar .slider {
	width: 36px;
	height: 16px;
	background: url(images/slider_fancy_handle.png) center center no-repeat;
	border:hidden;
}
* html .ContentFlow .fancyScrollbar .slider {
	background-image: none;
}
* html .ContentFlow .fancyScrollbar .slider .virtualSlider {
	position: relative;
	top: 1px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_fancy_handle.png');
}
/* ----- global caption ----- */
    .ContentFlow .globalCaption {
	text-align: center;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	height: 50px;
	margin: 2em auto;
	margin:0 8px;
}
.ContentFlow .globalCaption .caption {
	padding-top:8px;
}
.ContentFlow .globalCaption .caption a,  .ContentFlow .globalCaption .caption a:link,  .ContentFlow .globalCaption .caption a:visited,  .ContentFlow .globalCaption .caption a:active,  .ContentFlow .globalCaption .caption a:hover {
	text-decoration: none;
	color: #000000;
	font-style: italic;
	font-size: 0.8em;
}
.ContentFlow .globalCaption .caption a:hover {
	text-decoration: underline;
}
/* ----- load indicator ----- */
    .ContentFlow .loadIndicator {
	margin-left:8px;
	margin-right:8px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(images/1x1_0.5_white.png);
}
* html .ContentFlow .loadIndicator {
	background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/1x1_0.5_white.png');
}
.ContentFlow .loadIndicator .indicator {
	background: url(images/loading.gif) center center no-repeat;
	width: 100%;
	height: 100%;
}
/* ================================= */



/*********** Slider Modul **********/

.slideroutside { 
	margin: 5px 5px 5px 5px;
	position: relative;
	width: 657px;
	background-color: #f7f7f7;
	height:600px;
}

.slideroutsidenav { 
	width: 220px;
	background-color: #f7f7f7;
	border-right:1px solid #babaae;
	height:16px;
	position: relative;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 27px 15px 0 0;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 220px;
	margin-top:0px;
	float:left;
	height: 100%;
}


/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 100%; background: #fff; overflow: scroll; }
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 220px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 100%;
	clear: both;
	margin-top:0px;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 220px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
	height: 100%;
	overflow: scroll;
}

.sliderlist {
height:26px;
text-align:left;
width:184px;
line-height:26px;
padding-left:8px;
padding-right:8px;
background:url(images/arrow_blk_right.gif) #f7f7f7 center right no-repeat;
}
.sliderlist2 {
height:30px;
text-align:left;
width:184px;
line-height:20px;
padding-left:8px;
padding-right:8px;
background:url(images/arrow_blk_right.gif) #f7f7f7 center right no-repeat;
}
.sliderlist3 {
height:46px;
text-align:left;
width:184px;
line-height:12px;
padding-top:4px;
padding-left:8px;
padding-right:5px;
background:url(images/arrow_blk_right.gif) #f7f7f7 center right no-repeat;
}

.sliderlist2 .tenpxgreyleft {
	font-size: 10px;
	color: #666666;
	line-height:2px;
}

.sliderlist3 .tenpxgreyleft {
	font-size: 10px;
	color: #666666;
	line-height:13px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	height:0px;
	visibility:hidden;
	position:absolute;
}

.stripNav ul { /* The auto-generated set of links */
	height:0px;
	visibility:hidden;
}
.stripNav ul li { /* The auto-generated set of links */
	height:0px;
	float:left;
	list-style: none;
}


div#b	{ 
	position:relative; 
	width:200px; 
	height: 100%;
}	

schneecon	{
	padding:8px;
	width:100%;
	clear:left;	
}	
/*********** Slider Modul Ende **********/

/***********Admin ************/
.admin {
background-color:#9999ff; 
padding:8px;
}
/*Jquery Lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.galleria{list-style:none;}
.galleria ul{
	list-style:none;
	list-style-type:none;
	}
	.galleria li{display:block;overflow:hidden;float:left;}
	.galleria li a{display:none}
	.galleria li div{position:absolute;display:none;top:0;left:0px}
	.galleria li div img{cursor:pointer}
	.galleria li.active div img,.galleria li.active div{display:block}
	.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
	.galleria li .caption{display:block;padding-top:.5em}
	* html .galleria li div span{width:400px} /* MSIE bug */
	.gal{position:relative; background:#f7f7f7;text-align:center; padding-bottom:8px;}
	.gallery{width:640px;margin:0;}
	.gallery ul {list-style:none;
	list-style-type:none;}
	.gallery li{width:52px; height:52px; border:1px solid #e7e7e7; margin: 2px 2px; background:#f7f7f7;}
	.gallery li div{}
	.gallery li div .caption{margin-top:10px;}
	.caption{padding-top:10px;}
	#main_image{padding-top:8px; margin:0 auto 10px auto;}
	#main_image img{}
	.nav{clear:both;}

.stepcon{
border: 1px solid #e7e7e7;
background-color:#f7f7f7;
width: 654px; 
height: 136px; 
}

.stepcarousel{
border: 1px solid #e7e7e7;
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 640px; /*Width of Carousel Viewer itself*/
height: 120px; /*Height should enough to fit largest content's height*/
margin:8px;
}

.stepcarousel .belt{
width: 640px;
position: absolute; /*leave this value alone*/
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right: 5px; /*margin around each panel*/
width: 125px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.cube{
height:60px;
margin: 0 0 0 0;
text-align: center;
}
.cube2{
height:60px;
margin: 0 0 0 0;
text-align: center;
}