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:0px;
	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: 14px;
	height: auto;
	margin: auto;
	overflow: hidden;
	text-align: center;
	width:960px;
	}
	#menu ul {
		list-style: none;
		float: left;
		position: relative;
		left: 50%;
		padding-top:60px;
	}
	#menu a {
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
/* Top buttons */
#menu > ul > li {
			float: left;
			position: relative;
			right: 50%;
			margin-right:40px;		}
#menu > ul > li > a {
	color: #000000;		}
#menu > ul > li:hover > a {
	color: #000000;
	border-bottom: 2px solid #000000;
	padding-bottom:2px;
		}
#menu > ul > li > a.current{
	color: #000000;
	border-bottom: 2px solid #000000;
	padding-bottom: 2px;
	}

#menu .menu-drop > a.current .menu-label {
			background-image: url("../images/drop_arrow.png");
			background-position:right -23px;
			background-repeat:no-repeat;	
		}
#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;
	position:fixed;
	right:50px;
	z-index:10000;
	font-size:30px;
	text-align:center;
	}
.prev{
	width:68px;
	height:68px;
	position:fixed;
	left:50px;
	z-index:10000;
	font-size:30px;
	text-align:center;
	}
