	/**
	 * Copyright Valentino Jivko Radosavlevici
	 */
	
	body {
		margin: 0;
		background: url(img/bg.png) repeat-x top left #6a1f00;
	}
	
	#carousel{
		background: none;
		width:600px;
		height:400px;
		position:relative;
		border:none;
		margin: auto;
	}
	
	img{
		width: 120px;
		height: 75px;
		border:0px solid #FFFFFF;
		display:block;
	}
	
	#mountain{
		background:url(img/m.png) no-repeat scroll center top transparent;
		height:600px;
		margin:-400px auto 0;
		position:relative;
		top:0;
		width:600px;
		z-index:160;
	}
	
	#footer {
		color:#d6a300;
		font-size:18px;
		margin:-100px auto 0;
		position:relative;
		text-align:right;
		width:600px;
		z-index:1000;
	}
	
	#links {
		font-size: 12px;
	}
	
	#links a{
		text-decoration: none;
		color: #c19402;
	}
	#links a:hover {
		color: #f5d365;
	}
	
	#copy {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
		text-shadow: #5a1b01 1px 1px 0px;
	}

	.minWidth {
		width: 600px;
		height: 0px;
		background: none;
		visbility: hidden;
	}
	
	.MultiBoxContainer {
		position: absolute;
		top: 40px;
		border: 20px solid #CCC;
		background-color: #FFF;
		display: none;
		z-index: 2000;
		text-align: left;
	}

	.MultiBoxLoading {
		background: url(img/loader.gif) no-repeat center;
	}

	.MultiBoxContent {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.MultiBoxClose {
		position: absolute;
		top: -26px;
		right: -26px;
		background: url(img/close.png) no-repeat;
		width: 48px;
		height: 48px;
		cursor: pointer;
	}


	.MultiBoxControlsContainer {
		overflow: hidden;
		height: 0px;
		width: 100%;
		position: relative;
	}

	.MultiBoxControls {
		width: 100%;
		height: auto;
		background-color: #ffffff;
		padding-bottom: 2px;
		position: absolute;
		bottom: 0px;
	}


	.MultiBoxPrevious {
		position: absolute;
		background: url(img/left.png) no-repeat;
		width: 24px;
		height: 24px;
		left: 0px;
		margin-top: 0px;
		cursor: pointer;
	}

	.MultiBoxNext {
		position: absolute;
		background: url(img/right.png) no-repeat;
		width: 24px;
		height: 24px;
		right: 0px;
		margin-top: 0px;
		cursor: pointer;
	}

	.MultiBoxNextDisabled {
		cursor: default;
		background: url(img/rightDisabled.png) no-repeat;
	}

	.MultiBoxPreviousDisabled {
		cursor: default;
		background: url(img/leftDisabled.png) no-repeat;
	}

	.MultiBoxTitle {
		position: relative;
		margin: 10px 0 0 35px;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCC;
		font-weight: bold;
		text-align: left;
	}

	.MultiBoxNumber {
		position: relative;
		width: 50px;
		margin: 10px 35px 0 0;
		float: right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCC;
		text-align: right;
	}

	.MultiBoxDescription {
		clear: left;
		position: relative;
		margin: 0 35px 0 35px;
		padding-top: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCC;
		text-align: left;
	}