/* Start of CMSMS style sheet 'Layout: NCleanBlue' */
/*  
@Nuno Costa [criacaoweb.net]
@Since [cmsms 1.6]
@Contributors: Mark and Dev-Team
*/
body {
/* default text for entire site */
	font: normal 0.85em Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: #3A3A36;
/* you can set your own image and background color here */
	background: #e6edf3 url(none) repeat-x scroll left top;
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#ncleanblue {
/* set to width of viewport */
	width: auto;
/* you can set your own image and background color here */
	background: #e6edf3 url(uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
	/*line-height: 1.6em;*/
	font-weight: normal;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {font-size: 1.7em; font-weight: bold;}

/*default link styles*/

a {	color: #018bd5;	text-decoration: underline;	text-align: left;}
a:hover {	color: #018bd5; text-decoration: none;}
a:active {	color: #018bd5;}
a:visited {	color: #018bd5;}

input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 257px;
	position:relative; 
	width: 830px;
	background: url(uploads/NCleanBlue/hlavicka.jpg) no-repeat left top;
}
#logo a {

	height: 101px;
	position:absolute; top: 54px; left: 28px;
	width: 287px;
	display: block;
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
	background: url(uploads/NCleanBlue/logo.png) no-repeat left top;
}


#flags {position:absolute; top: 170px; left: 40px; display: block;}
#flags img {margin-right: 5px;}




/* ------------ Header - Search ------------ */
div#search {
	width: 190px;
	height: 28px;
	margin-top: 31px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 143px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(uploads/NCleanBlue/search.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(uploads/NCleanBlue/search.png) no-repeat right top;
}
/* ------------ Content ------------ */
#content {
	width: auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
}
#bar {
	width: auto;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}
#version {
	width: 50px;
	height: 31px;
	position: absolute;
	z-index: 5;
	top: 130px;
	right: -16px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 28px 15px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background:  url(uploads/NCleanBlue/version.png) no-repeat left top;
}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.8em;
	color: #666666;
	margin-bottom: 0.5em;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */
#left {
	width: 250px;
}
/* Image that Represents the new CMS design */
#left .screen {
	margin: 10px 50px;
}
/* End  */
.sbar-title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #252523;
}
.sbar-top {
	height: 20px;
	width: auto;
	padding: 10px;
	background: url(uploads/NCleanBlue/bg__content.png) no-repeat left top;
}
.sbar-main {
	width: auto;
	border-right: 0px solid #E2E2E2;
	border-left: 0px solid #E2E2E2;
	background: #fff;
}
span.sbar-bottom {
	width: auto;
	display: block;
	height: 10px;
	background: url(uploads/NCleanBlue/bg__content.png) no-repeat left bottom;
}
/* ------------ Main (Right) ------------ */
#main {width: 830px;}
#main2 {width: 830px; background: url(uploads/NCleanBlue/obal-sloupec.png) repeat-y left top;}


#main li, #main2 li {list-style:none; background: url(uploads/NCleanBlue/li.gif) no-repeat 0px center; }

.main-top {	height: 15px;	width: auto;	background: url(uploads/NCleanBlue/_bg__content.png) no-repeat right top;}

.main-main { background: #fff; width: 790px;	display: block;  float: right; padding: 20px 20px 20px 20px;	border: 0px solid #E2E2E2;}
.main-main2 {	background: #fff; width: 550px;	 display: block;  float: right; padding: 20px 20px 20px 10px; border: 0px solid #E2E2E2; }

.menuleft {	display: block; float: left; width: 240px;	border: 0px solid #E2E2E2; padding: 0px; text-align:left;	min-height: 488px;
						 background: #73a8c4 url(uploads/NCleanBlue/sloupec.png) repeat left top; }
						 
.menuleft a {	font-size: 12px; color: #fff;	text-decoration: none;}
.menuleft .menuleftmain { padding: 0px; margin:0px; float: left; display: block; }
.menuleft .menuleftmainodkaz a { display: block; width: 230px; padding: 8px 0px 8px 10px;  margin:0px; background: #0085b7 url(uploads/NCleanBlue/sloupec-h3.gif) repeat-x right top;	}
.menuleft .menuleftmainodkaz a:hover {  background: #009cd4 url(none);	}
.menuleft .menuleftpod .menuleftmainodkaz a {width: 220px; color: #002d3e; background: none;	padding: 8px 0px 8px 20px; }
.menuleft .menuleftpod .menuleftmainodkaz a:hover {	background-color: #e9f0f3;}
.menuleft .menuleftpod a.currentpage {	background-color: #e9f0f3;}

#proces {	display: block; width: 790px; text-align: center; font-weight: bold; color: #0083b5;}
#proces p {	 text-align: center;}
#proces span { display: block; float: left; text-align: center; width: 158px; padding: 5px 0px; }

.kontejner {background:transparent url(uploads/NCleanBlue/kontejner.gif) 0 0 no-repeat;margin:2em 0;width:636px;height:106px;}
.kontejner p {margin:0;padding:20px 10px 0 116px;}

.right49, .left49 {	font-size: 0.85em;	margin: 7px 5px 5px 10px;	font-weight: bold;}
.left49 span {	display: block;	padding-top: 1px;}
.left49 a {	font-weight: normal;}
.right49 {	height: 28px;	width: 50px;	padding-right: 10px;	background: url(uploads/NCleanBlue/bull.png) no-repeat right top;}
.right49 a, .right49 a:visited {	padding: 7px 4px;	display: block;	color: #000;	height: 15px;	background: url(uploads/NCleanBlue/bull.png) no-repeat  left top;}


#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {	font-size: 1.4em;	color: #301E12;}

div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {	line-height: 1em;	margin: 0 0 1.5em 0;}

div#main ul,
#footer ul {	list-style: circle;}

div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 10px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 49px;
	height: auto!important;
	height: 249px;
	/*width: auto;*/
	margin-top: 0px;
	text-align: center;
	margin-right: 00px;
	margin-left: 0px;
	background: #e6edf3 url(uploads/NCleanBlue/-paticka.png) repeat-x left top;
}
#footer {
	color: #FFF;
	font-size: 0.9em;
	min-height: 49px;
	height: auto!important;
	height: 49px;
	background: #0092ba url(uploads/NCleanBlue/paticka.png) repeat-x left top;
}
#footer .block {
	width: 800px;
	margin: 5px 10px 5px;
}
#footer .cms {
	text-align: right;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}
#footer a {
	color: #DCEDF1;
	text-decoration: underline;
	font-weight: bold;
}
/* ------------ END LAYOUT ---------------*/
/* ------------  Menu  ROOT  ------------ */
.page-menu {
	width: 828px;
	position:absolute; top: 218px; left: 0px;
	height: 39px;
	margin: 0px;
	border-left: 1px solid #0091b4;
	border-right: 1px solid #006b9a;
	background: url(uploads/NCleanBlue/menu.png) repeat-x top left;
}
#menuwrapper {}

ul#primary-nav li hr.menu_separator{
        position: relative;
        visibility: hidden;
        display:block;
        width:5px;
       	height: 3px;
       	margin: 0px 5px 0px;
}
.page-menu ul#primary-nav {
	height: 1%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.page-menu ul#primary-nav li {
	float: left;
}
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a span {
	display: block;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(none);
	
}
.page-menu ul#primary-nav li a {
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	width: 116px; 
	font-weight: bold;
	line-height: 39px;
	text-decoration: none;
	margin-left: 0px;
	font-size: 1em;
	border-right: 1px solid #006b9a;
	border-left: 1px solid #0091b4;
}
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:active {
	color: #fff;
	
}
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover span {
	color: #fff;
	background: url(uploads/NCleanBlue/menu-a.png) no-repeat top left;
}
.page-menu ul#primary-nav li a span {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
}
.page-menu ul#primary-nav li a.menuparenth,
.page-menu ul#primary-nav li a.menuactive,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
	background-position: center center;
}
.page-menu ul#primary-nav li a {
	background-position: center center;
}
.page-menu ul#primary-nav li a.menuactive span,
.page-menu ul#primary-nav li a:hover span,
.page-menu ul#primary-nav li a:focus span,
.page-menu ul#primary-nav li a:active span {
	background-position: center center;
}
.page-menu ul#primary-nav li a span {
	background-position: 0 0;
}
.page-menu ul#primary-nav .sectionheader,
.page-menu ul#primary-nav li a:link.menuactive,
.page-menu ul#primary-nav li a:visited.menuactive {
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.page-menu ul#primary-nav li span,
.page-menu ul#primary-nav li a,
.page-menu ul#primary-nav li a:hover,
.page-menu ul#primary-nav li a:focus,
.page-menu ul#primary-nav li a:active {
/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
/* Additional IE specific bug fixes... */
* html .page-menu ul#primary-nav {
	display: inline-block;
}
*:first-child+html .page-menu ul#primary-nav {
	display: inline-block;
}
/* --------------------  menu dropdow  -------------------------
/* Unless you know what you do, do not touch this */
/* Reset all ROOT menu styles. */
ul#primary-nav ul.unli li li a span,
ul#primary-nav ul.unli li a span,
ul#primary-nav .menuparent .unli .menuparent .unli li a span {
	font-weight: normal;
	background-image: none;
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#primary-nav {
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	list-style: none;
	margin: -6px 0px 0px;
	padding: 0px;
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 209px;
}
#primary-nav ul {
	position: absolute;
	z-index: 1001;
	top: auto;
	display: none;
	padding-top: 9px;
	background: url(uploads/NCleanBlue/ultop.png) no-repeat left top;
}
* html #primary-nav ul.unli {
	padding-top: 12px;
	background: url(uploads/NCleanBlue/ultop.gif) no-repeat left top;
}
#primary-nav ul.unli ul {
	margin-left: -7px;
	left: 100%;
	top: 3px;
}
* html #primary-nav ul.unli ul {
	margin-left: -0px;
}
#primary-nav li {
	margin: 0px;
	float: left;
}
#primary-nav li li {
	margin-left: 7px;
	margin-top: -1px;
	float: none;
	position: relative;
}
/* Styling the basic appearance of the menu elements */
ul#primary-nav ul hr.menu_separator{
        position: relative;
        visibility: visible;
        display:block;
        width:130px;
       	height: 1px;
       	margin: 2px 30px 2px;
	padding: 0em;
	border-bottom: 1px solid #ccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#primary-nav .separator,
#primary-nav .separatorh {
	height: 9px;
	width: 209px;
	margin: 0px 0px -8px;
	background: url(uploads/NCleanBlue/ulbtm.png) no-repeat left bottom;
}
* html #primary-nav .separator {
       z-index:-1;
	background: url(uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom;
}
*:first-child+html #primary-nav .separator {
       z-index:-1;
}
#primary-nav ul.unli li a {
	padding: 0px 10px;
	width: 165px;
	margin: 5px;
	background-image: none;
}
* html #primary-nav ul.unli li a {
	padding: 0px 10px 0px 5px;
	width: 165px;
	margin: 5px 0px;
}
#primary-nav li li a:hover {
	background-color: #DBE7F2;
}
/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive li a {
	text-decoration: none;
	background: none;
}
#primary-nav ul.unli li.menuparenth,
#primary-nav ul.unli a:hover,
#primary-nav ul.unli a.menuactive {
	background-color: #DBE7F2;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul.unli li .menuparent,
#primary-nav ul.unli li .menuparent:hover,
#primary-nav ul.unli li .menuparent,
#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {
	background-image: url(uploads/NCleanBlue/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul {
	display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/*************** End Menu *****************/
/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */

#poptavkatop td {padding: 0px 10px 0px 20px;}

.clear {clear:both; }
.contactform label  {display: block;  }

.druhytasek { display: block;  width: 220px;float: left; padding: 20px 20px 20px 20px;	border: 0px solid #ccc;}
.druhytasek select { margin: 0px 0px 10px 0px;}

.dalsipozadavkylabel label { display: block; }

.poptavkakontakty { display: block;  width: 500px; padding: 20px 20px 20px 20px;	border: 1px solid #ccc;}
.poptavkakontakty label  {display: block; width: 120px; float: left;}
.poptavkakontakty div {display: block;  border: 0px solid #ccc; clear: both; padding: 5px 0px;}
.poptavkakontakty input  {display: block; padding: 2px; margin:0px;}
.poptavkakontakty legend  {font-size: 1.5em; padding: 0px 5px;  }
.poptavkakontakty textarea  {width: 480px; }

.poptavkamail label.label  {display: block; width: auto; /*float: none;*/}
/*#fbrp__31 {width: 120px;}*/
#fbrp__31_1, #fbrp__31_2, #fbrp__61 {float: left; margin:1px;}

.grafnavrh label, .grafnavrhinfo label  { width: auto; }

#turn{position:absolute;right:0;top:16px}


#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; border: 0px solid #DD0000; }
    #lbClose { background: url(uploads/NCleanBlue/close_grey.png) no-repeat left top; }

/* ------------ produkty ------------ */
/*
.panel {display: block;  position:relative; height: 200px; border-bottom: 1px solid #ccc; margin-top:15px; }
.panel .ikona {display: block;  float: left; width: 140px; position: absolute; top:5px; left: 0px;  }
.panel h3 {display: block; position: absolute; top:0px; left: 140px; font-size: 1.1em;  font-weight: bold;color: #015f8a; }
.panel .text {display: block; position: absolute; top:30px; left: 140px; font-size: 0.9em; width:300px;   }
.panel .poptavka {display: block; position: absolute; top:35px; left: 450px;padding: 8px 8px 8px 40px;
							background: url(uploads/NCleanBlue/ico_poptavka.gif) no-repeat left center; }
.panel .vice {display: block; position: absolute; top:75px; left: 450px; padding: 8px 8px 8px 40px;
							background: url(uploads/NCleanBlue/ico_vice.gif) no-repeat left center; }*/
#main2 h2{font-size: 16px;padding:0px 0px 0px 0px; font-weight: bold;}
							
.panel{background:#33b1e1 url(http://www.splast.cz/uploads/NCleanBlue/panel.png) no-repeat;width:554px;height:200px;margin:2em -4px 2em 0;padding:0;position:relative}
#main2 .panel h2 {color:#fff; font-size: 14px;padding:5px 0px 0px 10px; font-weight: bold;}

.panel h3 {color:#fff; font-size:12px;font-weight:bold;margin:0 15px;padding:0;height:27px;line-height:27px}
.panel h3 a {color:#fff;text-decoration:none}
.panel .text{color:#fff;font-size:11px;line-height:1.2;width:328px;height:80px;left:190px;top:78px;position:absolute;overflow:hidden}
.panel .text p{margin:0}
.panel a {color:#fff;}
.panel h2 a {text-decoration: none;}
.panel a.vice {width:93px; height: 39px; display:block;text-align:center;position:absolute;right:20px;top:161px; background: url(uploads/NCleanBlue/panelvice.png) no-repeat;}
.panel a.poptavka{ display:block;position:absolute;right:40px;top:53px;font-size:11px}
.panel .ikona {position:absolute;left:15px;top:40px; }
.panel dt,#obsah .produkty .panel dd{margin:0;padding-top:0;padding-bottom:0}

/* ------------ detail produkty ------------ */

.tabekologie {border-left: 1px solid #000;border-top: 1px solid #000;}
.tabekologie td {border-right: 1px solid #000;border-bottom: 1px solid #000; padding: 5px;}



.ikona {float: left;  display: block; padding: 10px 0px 0px 0px;  }
.produkt {float: right; display: block; width: 400px; padding: 10px 0px 0px 0px; }
.produkt span {color:#02547e; font-size: 1.1em; font-weight: bold;}

.dalsifotoprodukt {display: block; /*width: 500px; */padding: 10px; border: 1px solid #ccc; }
.dalsifotoprodukt img {margin: 0px 5px 0px 0px; border: 1px solid #484848; }

/* ------------ slider ------------ */

#simpleslider {	 width: 501px;   height: 201px;   position: relative;	 overflow: hidden;	}

	#simplesliderContent{  width: 720px;   position: absolute;		top: 0;		margin-left: 0;	}
	.simplesliderImage{  float: left; position: relative;	display: none;}
	.simplesliderImage span {  position: absolute;
		font: 10px/15px Arial, Helvetica, sans-serif;
	    padding: 10px 13px; width: 485px; /*background-color: #333333;*/
	    filter: alpha(opacity=60); -moz-opacity: 0.6;	-khtml-opacity: 0.6;   opacity: 0.6;
	    color: #fff; display: none;	}

	#simpleslider .clear {clear: both;}
	
	#simpleslider .top {top: 0;left: 0;}
	#simpleslider .bottom {	bottom: 0;  left: 0;}
	#simpleslider .left {	top: 0; left: 0;width: 110px !important;height: 280px;}
	#simpleslider .right {right: 0;bottom: 0;	width: 90px !important;	height: 290px;}
	#simpleslider ul, #simpleslider li{	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;
	}
	#simpleslider ul {	list-style: none;	}
/* End of 'Layout: NCleanBlue' */

