/* ----------------------------
Author: Anders Haig = minim.co
Version: 1.1
File: CSS Styles
---------------------------- */

/* GLOBAL */

body {
	background:#EEE url('../img/bg.png') 0 0 repeat;
}
input[type=submit],label,select,.pointer { cursor:pointer; }


/* STANDARD */

#wrapper {
	width:1125px;
	margin:100px auto 0;
}


h1 {
	font-family: 'Smythe', arial, serif;
	font-size:36px;
	text-align:center;
}



#logo{
	margin-top:-100px;
	margin-left:517px;
	width:60px;
	padding: 30px;
	
}

#slider {
	width:1125px;
	height:795px;
	padding:0px;
	margin:0 28px;
	border:0px solid #BFBFBF;
	background:#FFF;
	position:relative;
}

.simpleSlide-window {
	
}

.simpleSlide-tray {
	
}

.simpleSlide-slide {
	width:1125px;
}

.left-button, .right-button {
	position:absolute;
	top:50%;
	margin-top:-50px;
	height:100px;
}

.left-button {
	left:-28px;
}

.right-button {
	right:-28px;
}

#status-tray {
	margin:11px 0 0;
	text-align:center;
	position:relative;
}

.simpleSlideStatus-tray {
	text-align:center;
	display:inline-block;
}

.simpleSlideStatus-window {
	
}
		
#simpleSlide-jump-to {
	text-align:center;
	margin-top:11px;
}

.jump-to {
	height:10px;
	width:10px;
	background:url('../img/jump-to.png') 0 0 no-repeat;
	display:inline-block;
	overflow:hidden;
	padding:0 5px;
}

.jump-to:hover {
	background-position:0 -10px;
}


