#bottomPanel{
	background: url(gfx/layout/start-bottomPanel-bg.png) repeat-y top left transparent;
}
/* LEWA KOLUMNA */
#bottomPanel #leftCol{
	width: 435px;
	float: left;
	clear: left;
}
/* Element */
#bottomPanel #leftCol .pageElement{
	height: 300px;
	width: 217px;
	float: left;
	clear: none;
	overflow:hidden; 
}
#bottomPanel #leftCol .pageElement .pageImage{
	width: 200px;
	height: 200px;
	overflow: hidden;
}
#bottomPanel #leftCol .pageElement .pageTitle{
	margin: 3px 7px;	
	width: 186px;	
}
#bottomPanel #leftCol .pageElement .pageText{
	margin: 0 7px;	
	width: 186px;	
	line-height: 12px;
	font-size: 11px;
}

/* PRAWA KOLUMNA (aktualno�ci...) */
#bottomPanel #rightCol{
	float: right;
	clear: right;
	width: 548px;
	padding-left: 17px;
}
/* AKTUALNO�CI */
#bottomPanel #rightCol #News{
	width: 545px;
	background: url(gfx/layout/start-news-bg.png) repeat-x top left #F9F9F9;
	overflow: hidden;
	position: relative;
	height: 275px;
}
#bottomPanel #rightCol #News .nHeader{
	padding: 5px 0 2px 5px;	
}
#bottomPanel #rightCol #News .newsImage{
	width: 70px;
	height: 66px;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
#bottomPanel #rightCol #News .newsText{
	background: transparent;
	display: block;
}
#bottomPanel #cycleNews{
	width: 545px;
	height: 255px;
	overflow: hidden;
	background: transparent;
	padding: 0;
}
#bottomPanel #cycleNews ul{
	padding: 0;
	list-style-type: none;
	margin:0;
}
#bottomPanel #cycleNews ul li{
	padding:0;
	margin:0;	
	display:block;
	min-height:75px;
}
#bottomPanel #cycleNews *{background: transparent !important;}

#cycleNews_prevSlideShow, #cycleNews_nextSlideShow{
	background: #FFFFFF;
	padding-top: 10px;
	height: 11px;
	width: 272px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 7px;
	float: left;
}
#cycleNews_prevSlideShow div, #cycleNews_nextSlideShow div{
	background: url(gfx/layout/arrows.png) no-repeat 0 0 #FFFFFF;
	width: 140px;
	height: 10px;	
	margin-left: 66px; 
}
#cycleNews_nextSlideShow div{ 
	background-position: -150px 0px;
}
#cycleNews_nextSlideShow{width:273px;}


/* Wycena */
#bottomPanel #rightCol #AskPrice{
	margin-top: 10px;
}
/* Realizacje */
#bottomPanel #rightCol #Project{
	width: 545px;
	height: 104px;
	overflow: hidden;
}
#bottomPanel #rightCol #Project .projectTitle{
	padding: 3px 8px;
	line-height: 20px;	
	height: 26px;
}
#bottomPanel #rightCol #Project .projectImage{
	width: 78px;
	height: 78px;
	padding: 0 5px;
	float: left;
	text-align: center;
}
/* Filmy */
#bottomPanel #rightCol #Videos{
	width: 545px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 4px;
	background: url(gfx/layout/video_bg.png) repeat-x 0 0 #FFFFFF;
}
#bottomPanel #rightCol #Videos .title{
	padding: 3px 8px;
	line-height: 20px;	
	height: 20px;
}
#bottomPanel #rightCol #Videos .image{
	height: 55px;
	padding: 0 15px 0 0;
	float: left;
	text-align: center;
}
#bottomPanel #rightCol #Videos .image .video{
	display: block;	
}
#bottomPanel #rightCol #Videos .list_outer{
	overflow: hidden;
	width: 535px;
	height: 50px;
	margin-left: 5px;
}
#bottomPanel #rightCol #Videos .list{
	width: 1000%;
}

#flashStartPage{
	float: left;
	width: 700px;
	height: 272px;
	z-index: -1;
	overflow: hidden;
}

/** SLIDE SHOW **/
#slideShow {
	width: 290px;
	height: 255px !important;
	float: right;
	overflow: hidden;
}
#slideShow .slide{
	width: 290px;
	height: 75px;
	background: url(gfx/layout/slide-bg_combined.png) repeat-x 0 0 transparent;
	margin: 0 0 0 0;
	overflow: hidden;
}
#slideShow .active{
	background: url(gfx/layout/slide-bg_combined.png) repeat-x 0 -75px transparent;
}
#slideShow .active a{
	color: #FFFFFF;
}
#slideShow .slide .simage{
	float: left;
	height: 65px;
	width: 65px;
	overflow: hidden;
	text-align: left;
}
#slideShow .slide .slink{
	height: 55px;
	width: 215px;
	overflow: hidden;
	text-align: left;
	padding: 5px;
}
#slideShow ul{padding:0;margin:0;list-style-type: none;clear: both;}
#slideShow ul li{padding:0;margin:0;}

#middleTop{
	height: 272px;
	width: 1000px;
	overflow: hidden;
}
#prevSlideShow, #nextSlideShow{
	background: url(gfx/layout/arrows.png) no-repeat 0 0 #FFFFFF;
	height: 10px;
	width: 140px;
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin-top: 7px;
}
#prevSlideShow{
	margin-right: 10px;
}
#nextSlideShow{
	background-position: -150px 0px;
}
.prevSlideShowActive{background-position: 0 -10px !important;} 
.nextSlideShowActive{background-position: -150px -10px !important;} 
