html, body {
    height: 100%;
    width: 100%;	
	}
body{
    min-height: 101%;
	margin:0;	
	}
.loading{
	width:100%;
	height:700px;
	background:url(../images/loading.gif) no-repeat center center;
	position:absolute;
	z-index:100
	}
#contentSlide{
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:relative;
	}
.pageContainer{
	position:absolute;
	width:100% ;
	min-height:100%;
	float:none !important;
	z-index:9990;
	top:0;
	background:#ffffff;
	}
/* top */
#top {
	height:65px;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
	}
#top .set-size {
	position:relative;
	}

#top #logo {
	float:left; 
	padding:5px 15px;
	}
	#menu {
		font-size: 13px;
		height: 45px;
		position:absolute;
		right:10px;
		padding: 10px;
	}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu a {
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
	}
/* Top buttons */
#menu > ul > li {
			float: left;
			margin: 10px 5px;
			position: relative;
		}
#menu > ul > li > a {
			line-height: 32px;
			color: #656565;
			-webkit-border-radius: 4px;
			-mo-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
			padding: 7px 15px 10px;
			-webkit-transition: background-color 0.1s;
			-moz-transition: background-color 0.1s;
			-ms-transition: background-color 0.1s;
			-o-transition: background-color 0.1s;
			transition: background-color 0.1s;
		}
#menu > ul > li:hover > a {
			color: #e0e0e0;
			background-color: #404040;
			-webkit-transition: background-color 0.1s, color 0.1s;
			-moz-transition: background-color 0.1s, color 0.1s;
			-ms-transition: background-color 0.1s, color 0.1s;
			-o-transition: background-color 0.1s, color 0.1s;
			transition: background-color 0.1s, color 0.1s;
		}
#menu > ul > li > a.current{
			color: #e0e0e0;
			background-color: #404040;		
	}
#menu .menu-drop > a.current {
			-webkit-border-radius: 4px;
			-mo-border-radius: 4px;
			-ms-border-radius: 4px;
			-o-border-radius: 4px;
			border-radius: 4px;
			
		}
#menu .menu-drop:hover > a.current {
			-webkit-border-radius: 4px 4px 0 0;
			-mo-border-radius: 4px 4px 0 0;
			-ms-border-radius: 4px 4px 0 0;
			-o-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
		}
#menu .menu-drop > a.current .menu-label {
			background-image: url("../images/drop_arrow.png");
			background-position:right -23px;
			background-repeat:no-repeat;	
		}
#menu .menu-drop > a {
			-webkit-border-radius: 4px 4px 0 0;
			-mo-border-radius: 4px 4px 0 0;
			-ms-border-radius: 4px 4px 0 0;
			-o-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
			padding-right: 10px;
		}
		
#menu .menu-label {
			background-image: url("../images/drop_arrow.png");
			background-position:right 7px;
			background-repeat:no-repeat;
			-webkit-transition: background 0.1s;
			-moz-transition: background 0.1s;
			-ms-transition: background 0.1s;
			-o-transition: background 0.1s;
			transition: background 0.1s;
			padding-right: 15px;
		}
#menu .menu-drop:hover .menu-label {
			background-position:right -23px;
			-webkit-transition: background 0.1s;
			-moz-transition: background 0.1s;
			-ms-transition: background 0.1s;
			-o-transition: background 0.1s;
			transition: background 0.1s;
		}
#menu .menu-right {
			float: right;
}
		
		
		/* Dropdown */
#menu ul ul {
			background-color: #404040;
			-webkit-border-radius-: 0 0 4px 4px;
			-mo-border-radius: 0 0 4px 4px;
			-ms-border-radius: 0 0 4px 4px;
			-o-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
			padding: 4px 0;
			position: absolute;
			top: 32px;
			left: -5000px;
			min-width: 100%;
			z-index: 100;
			opacity: 0;
		}

#menu li:hover ul {
			left: 0;
			opacity: 1;
			-webkit-transition: opacity 0.1s;
			-moz-transition: opacity 0.1s;
			-ms-transition: opacity 0.1s;
			-o-transition: opacity 0.1s;
			transition: opacity 0.1s;
		}
		
/* Dropdown buttons */
#menu ul ul li {
				white-space: nowrap;
			}
#menu ul ul a {
				font-size: 14px;
				color: #e0e0e0;
				padding: 6px 15px;
				display: block;	
				-webkit-transition: background-color 0.1s, color 0.1s;
				-moz-transition: background-color 0.1s, color 0.1s;
				-ms-transition: background-color 0.1s, color 0.1s;
				-o-transition: background-color 0.1s, color 0.1s;
				transition: background-color 0.1s, color 0.1s;
			}
#menu ul ul a:hover {
				color: #404040;
				background-color: #e0e0e0;
				-webkit-transition: background-color 0.1s, color 0.1s;
				-moz-transition: background-color 0.1s, color 0.1s;
				-ms-transition: background-color 0.1s, color 0.1s;
				-o-transition: background-color 0.1s, color 0.1s;
				transition: background-color 0.1s, color 0.1s;
			}
#menu ul ul a.current {
				background-color: #696969;
			}
#menu ul ul a:hover.current {
				background-color: #e0e0e0;
			}
.shadow {
	background:url(../images/top-shadow.png) repeat-x;
	height:35px;
	position:fixed;
	top:65px;
	width:100%; 
	z-index:9999;
	}
.next{
	width:68px;
	height:68px;
	background:url(../images/ico_next.png) center center no-repeat;
	position:fixed;
	top:20%;
	right:10px;
	z-index:10000;
	text-indent:-9999px;
	}
.prev{
	width:68px;
	height:68px;
	background:url(../images/ico_prev.png) center center no-repeat;
	position:fixed;
	top:20%;
	left:10px;
	z-index:10000;
	text-indent:-9999px;
	}