@charset "utf-8";

/*
	ps450 - Mootools FX Elements CSS
	Author : Joey Avino
	Copyright : Amedia Creative
	Link : www.amediacreative.com
	Email : info@amediacreative.com
	Phone : 310/651/8733
	Fax : 310/388/1210f

*/

/* LAYOUT */

#kwicks_container { 

	width: 900px;
	padding: 0px;

}

#kwicks { position: relative; }
 
#kwicks .kwick {

	display: block;
	width: 145px;
	height: 215px;
	cursor: pointer;
	margin-right: 5px;

}

#kwicks .kwick a {

	display: block;
	height: 215px;
	text-indent: -9999px;
	outline: none;

}

.blockers {

	width: 15px;
	height: 215px;
	position: absolute;
	z-index: 3;

}

#blocker_left {

	left: -5px;
	top: 0px;
	position: absolute;
	background: url('../../images/main/blocker_left.png') no-repeat top left;

}

#blocker_right {

	right: 0px;
	top: 0px;
	position: absolute;
	background: url('../../images/main/blocker_right.png') no-repeat top left;

}

#kwicks #contact { margin-right: 0px; }

#kwicks .kwick a:hover { color: #ff9200; }

#kwicks .kwick { float: left; }
 
#kwicks #menu2 {			background: url('../../images/main/menu.jpg') no-repeat top left; }
#kwicks #events {			background: url('../../images/main/events.jpg') no-repeat top left; }
#kwicks #gallery {			background: url('../../images/main/gallery.jpg') no-repeat top left; }
#kwicks #press {			background: url('../../images/main/press.jpg') no-repeat top left; }
#kwicks #directions {		background: url('../../images/main/directions.jpg') no-repeat top left; }
#kwicks #contact {			background: url('../../images/main/contact.jpg') no-repeat top left; }

#kwicks_container ul { /* JOEY */

	margin: 0px;
	padding: 0px;

}